Package renamed.
[clldap.git] / globals.lisp
blob2373cfd5e2d5d3c7687a587d79b4796179b55c88
1 (in-package :clldap)
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.")
15 (defparameter *ldapdelete-command* "/usr/bin/ldapdelete"
16 "The command to invoke the \"ldapdelete\" utility.")