LDAP
Install LDAP server
- sudo apt-cache search openlda
- sudo apt-get install slapd
Accessing LDAP server
- Startup server: sudo /etc/init.d/slapd start
- Default Port of LDAP server is 389 (netstat -nt -l)
- Use some LDAP client to connect to the server, e.g. JXplorer
- What is LDAP?
Other Java implementations
- Lenya 1.2.x: src/java/org/apache/lenya/ac/ldap/LDAPUser.java resp. src/webapp/lenya/pubs/default/config/ac/passwd/ldap.properties.sample
Your comments are much appreciated
Is the content of this page unclear or you think it could be improved? Please add a comment and we will try to improve it accordingly.