14 lines
361 B
Plaintext
14 lines
361 B
Plaintext
-*- outline -*-
|
|
|
|
* LDAP server
|
|
|
|
** Starting slapd
|
|
su -m
|
|
/afs/wsi/ppc_macx66/openldap-2.1.23/libexec/slapd -d 9 -f slapd.conf
|
|
|
|
** Adding entries of a ldif file
|
|
ldapadd -v -W -x -h localhost -p 389 -D
|
|
cn=Manager,dc=informatik,dc=uni-tuebingen,dc=de -f file.ldif
|
|
|
|
** Querying an LDAP server
|
|
ldapsearch -b "dc=informatik,dc=uni-tuebingen,dc=de" |