]> git.sur5r.net Git - openldap/commit
Modify slapd set user/group support to use -u/-g instead -U/-G.
authorKurt Zeilenga <kurt@openldap.org>
Wed, 21 Apr 1999 00:40:20 +0000 (00:40 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 21 Apr 1999 00:40:20 +0000 (00:40 +0000)
commit7ba980f0f6cc645fdf8763f1a4a6597dfcf3c7c0
treec97dca7aa66fcebad4374ec2ef107f65aa33e776
parent82348ef0d0268344ded48ed05b58ae07fd5ad1d1
Modify slapd set user/group support to use -u/-g instead -U/-G.
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)
INSTALL
configure
configure.in
doc/man/man8/slapd.8
include/portable.h.in
servers/slapd/main.c
servers/slapd/user.c