X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=ud-ldapshow;h=70e1f7003b86612ddc764ae986190bcd2689e767;hb=8403981f228c6bf23ddb39f4a15db6c02cf13303;hp=c3973405b5fa6f84624091762b9bfa590bb29d68;hpb=7e02135e1259847ac592fc58a408452f2e9e41af;p=mirror%2Fuserdir-ldap.git diff --git a/ud-ldapshow b/ud-ldapshow index c397340..70e1f70 100755 --- a/ud-ldapshow +++ b/ud-ldapshow @@ -31,7 +31,7 @@ for (switch, val) in options: print "Connecting to LDAP directory"; # Connect to the ldap server -l = ldap.open(LDAPServer); +l = connectLDAP() l.simple_bind_s("",""); if arguments[0] == "nokey":