AdminUser again, not User
authorjoey <>
Sun, 21 Nov 2004 10:44:59 +0000 (10:44 +0000)
committerjoey <>
Sun, 21 Nov 2004 10:44:59 +0000 (10:44 +0000)
ud-userimport

index fceaf4e..90a8de6 100755 (executable)
@@ -241,7 +241,7 @@ for (switch, val) in options:
 # Main program starts here
 
 # Connect to the ldap server
-l = passwdAccessLDAP(LDAPServer, BaseDn, User)
+l = passwdAccessLDAP(LDAPServer, BaseDn, AdminUser)
 
 if (Passwd != ""):
    DoPasswd(l,Passwd);