1 (in-package :net.quadium.ldap
)
3 (defparameter *password-file
* nil
4 "A string designating file containing a password to be used for LDAP authentication.")
6 (defparameter *simple-auth-p
* nil
7 "Whether the LDAP utilities should use simple authentication.")
9 (defparameter *ldapsearch-command
* "/usr/bin/ldapsearch"
10 "The command to invoke the \"ldapsearch\" utility.")
12 (defparameter *ldapmodify-command
* "/usr/bin/ldapmodify"
13 "The command to invoke the \"ldapmodify\" utility.")