Skip to content
Snippets Groups Projects
Forked from openldap / OpenLDAP
22972 commits behind the upstream repository.
  • Kurt Zeilenga's avatar
    7ba980f0
    Modify slapd set user/group support to use -u/-g instead -U/-G. · 7ba980f0
    Kurt Zeilenga authored
    Moved -u (udp) to -c (connectionless).  Connectionless is depreciated
    and undocumented.
    Added tests for set{,e}{u,g}id to configure.  Use existance of
    setuid/setgid to enable feature.  Use seteuid/setegid only if
    they exist.
    Fixed minor minor leak of username/groupname if specificied
    more than once.  (This should actually be an error)
    7ba980f0
    History
    Modify slapd set user/group support to use -u/-g instead -U/-G.
    Kurt Zeilenga authored
    Moved -u (udp) to -c (connectionless).  Connectionless is depreciated
    and undocumented.
    Added tests for set{,e}{u,g}id to configure.  Use existance of
    setuid/setgid to enable feature.  Use seteuid/setegid only if
    they exist.
    Fixed minor minor leak of username/groupname if specificied
    more than once.  (This should actually be an error)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
INSTALL 6.30 KiB