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