X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=ud-useradd;h=23e1cd0ce098e2cbba301c1e6b38e6b931635023;hb=4f01a1b50e34543ccd87edcaa81fddc24e92ce12;hp=f5c1fbcf8b48805a364672e75b6cd329bf98e1f0;hpb=a599d46c4f33a68d1033bba48060089749ec5e0d;p=mirror%2Fuserdir-ldap.git diff --git a/ud-useradd b/ud-useradd index f5c1fbc..23e1cd0 100755 --- a/ud-useradd +++ b/ud-useradd @@ -67,7 +67,7 @@ for (switch, val) in options: elif (switch == '-n'): NoAutomaticIDs = 1; -l = passwdAccessLDAP(LDAPServer, BaseDn, AdminUser) +l = passwdAccessLDAP(BaseDn, AdminUser) # Locate the key of the user we are adding SetKeyrings(ConfModule.add_keyrings.split(":"))