[Plugin: wpCAS-w-LDAP] wpcas with authenticated ldap servers
-
iv’e changed the source to use it with authenticated ldap servers:
file: "wpcas-w-ldap.php" # OLD: # $bind = @ldap_bind($ds); # gugler2012040410000186 # NEW: $bind = @ldap_bind($ds, $wpcasldap_use_options['AuthLDAPBindDN'], $wpcasldap_use_options['AuthLDAPBindPassword']); config file: "wpcasldap-conf.php" $wpcasldap_options = array ( ... 'AuthLDAPBindDN' => "cn=binduser,ou=unit,dc=domain,dc=tld", 'AuthLDAPBindPassword' => "password", ...
https://josy1024.blogspot.com/2012/04/wordpress-cas-and-authenticated-ldap.html
- The topic ‘[Plugin: wpCAS-w-LDAP] wpcas with authenticated ldap servers’ is closed to new replies.