Dependency changed from clocc/port to trivial-shell; write-change-record fixed.
[clldap.git] / ldap / src / globals.lisp
blob45236be1220cc5af78b91571ff45597e46118db9
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.")