X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=blobdiff_plain;f=ud-useradd;h=23e1cd0ce098e2cbba301c1e6b38e6b931635023;hp=f5c1fbcf8b48805a364672e75b6cd329bf98e1f0;hb=595923978a9ad55f4ec55b1aabef44683b111911;hpb=1aaf024407a8ac653bf10c28a043aff0a967e5df 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(":"))