search for: slapd_options

Displaying 4 results from an estimated 4 matches for "slapd_options".

2007 Jan 18
2
Why slapd dying?
I am wondering why slapd in my CentOS 4.4s erver was unable to run. I already configure ldap to start at boot and when I issue command /sbin/service ldap start it is sucessfully started but again when I check the status etheir thru service or by netstat, it was stopped and not exist respectively. Is anybody encountered this. If you need some more info just let me know. Thanks. junji linux
2024 Dec 13
1
RODC in DMZ
...t; ??? by users read >> ??? by * none >> >> /etc/default/slapd: >> >> SLAPD_USER="openldap" >> SLAPD_GROUP="openldap" >> SLAPD_PIDFILE= >> SLAPD_SERVICES="ldaps:///" >> SLAPD_SENTINEL_FILE=/etc/ldap/noslapd >> SLAPD_OPTIONS="" >> >> I am using this for LDAP queries from my DMZ. It needs just one open >> port (tcp/636) and limits ldap-queries to permissions setup in >> slapd.conf (read on dn-subtree). That prevents unwanted open ports >> and the ability to enumerate the whole...
2024 Dec 13
1
RODC in DMZ
Der Rowland, We share that concerns actually and of course if there is a way to avoid it, it is always better. Another fellow suggested us an LDAP-Proxy instead (personally have never setup one). What we actually need in our case scenario, is only that service and not the rest of bells and whistles of an RODC. I just was wondering if someone had experience with what happens if one does
2003 Nov 11
1
Samba 3 Redhat 9 Openldap doc
...on library. . /etc/init.d/functions # Source networking configuration and check that networking is up. if [ -r /etc/sysconfig/network ] ; then . /etc/sysconfig/network [ ${NETWORKING} = "no" ] && exit 0 fi # Source an auxiliary options file if we have one, and pick up OPTIONS, # SLAPD_OPTIONS, and SLURPD_OPTIONS. if [ -r /etc/sysconfig/ldap ] ; then . /etc/sysconfig/ldap fi slapd=/usr/local/libexec/slapd slurpd=/usr/local/libexec/slurpd [ -x ${slapd} ] || exit 0 [ -x ${slurpd} ] || exit 0 RETVAL=0 function start() { # Start daemons. prog=`basename ${slapd}` echo -n $"Starting $p...