|
From: <abe...@us...> - 2013-05-23 16:24:59
|
Revision: 6100
http://sourceforge.net/p/astlinux/code/6100
Author: abelbeck
Date: 2013-05-23 16:24:57 +0000 (Thu, 23 May 2013)
Log Message:
-----------
openldap, add LDAP_* rc.conf variable documentation
Modified Paths:
--------------
branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf
Modified: branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf
===================================================================
--- branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf 2013-05-23 15:39:32 UTC (rev 6099)
+++ branches/1.0/project/astlinux/target_skeleton/stat/etc/rc.conf 2013-05-23 16:24:57 UTC (rev 6100)
@@ -463,6 +463,21 @@
#XMPP_SYSLOG="warn" # Enable syslog logging: "none", "error", "warn", "info"
#XMPP_ERROR_LOG="no" # Enable error logging /var/log/prosody/prosody.err: "no", "yes"
+## XMPP (Jabber) Client - Clix, using "sendxmpp" shell command
+## Edit "/mnt/kd/clix.conf" configuration file
+## Help: sendxmpp --help
+
+## LDAP Client - OpenLDAP
+## Specify system defaults for LDAP client queries, such that a ldapsearch shell command:
+## Example: ldapsearch -LLL "(sn=schiffer)" cn telephoneNumber cellPhone
+## uses the defaults rather than having to be specified on each ldapsearch shell command.
+## Note: All except LDAP_URI is automatically honored from ldap enabled PHP scripts.
+#LDAP_URI="ldap://ldap.memotoo.com" # Space separated list of LDAP servers, use ldap:// or ldaps://
+#LDAP_BASE="dc=9c6089bedaaee59f09bcdce487972160" # Defines the default base DN (Distinguished Name)
+#LDAP_DEREF="never" # Dereferencing: "never", "searching", "finding" or "always", defaults to "never"
+#LDAP_TLS_CACERT="/mnt/kd/ssl/ca-ldap.pem" # TLS server CA certificates recognized by the client, file path
+#LDAP_TLS_REQCERT="never" # TLS certificate check: "never", "allow", "try" or "demand", defaults to "demand"
+
## Proxy ENV variables (http_proxy, ftp_proxy, etc.) for curl, wget, etc.
## Format: http://user:pass@proxyhost:proxyport"
## The "user" and "pass" are optional
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|