ud-replicate: Only link ssh-rsa-shadow to var/lib/misc/$host and etc/ssh if it exists...
[mirror/userdir-ldap.git] / ud-ldapshow
index c397340..70e1f70 100755 (executable)
@@ -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":