Ignore:
Timestamp:
Apr 28, 2011, 7:45:54 PM (13 years ago)
Author:
mitchb
Message:
Move 389-ds's slapd-scripts.socket to /var/run

It turns out that mode 777 directories containing files
that daemons use is... not the most brilliant thing we've
done.  389-ds has finally decided to insist on clobbering
the permissions of /var/run/dirsrv to be less foolish,
but several of our daemons and client programs need to
be able to access the LDAP daemon's socket.  Come visit
it in its new home, conveniently located just two directories
below the root.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/config/etc/nslcd.conf

    r1817 r1818  
    131131#map    group  gidNumber        gid
    132132# This comment prevents repeated auto-migration of settings.
    133 uri ldapi://%2fvar%2frun%2fdirsrv%2fslapd-scripts.socket/
     133uri ldapi://%2fvar%2frun%2fslapd-scripts.socket/
    134134base dc=scripts,dc=mit,dc=edu
    135135base   group  ou=Groups,dc=scripts,dc=mit,dc=edu
Note: See TracChangeset for help on using the changeset viewer.