summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-07-07 14:58:28 -0500
committerLuke Kanies <luke@madstop.com>2008-07-07 14:58:28 -0500
commitc751e4eef508ab3cf9466dcb45479fced5d3e4be (patch)
tree153c767f8d54931e0224cbaa10105a1fbac1005c /CHANGELOG
parent81be1c5c3f85f514505e99fab5b8a2b2ae6fbec8 (diff)
Fixed #1272 - ldap group names will be converted to GIDs.
Note that this only looks up ldap groups, at this point; if you want to set an ldap user's primary group to a local group, you have to specify the GID. Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1943e3767..4b73e04a1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,9 @@
0.24.?
+ Fixed #1272 - if you provide a group name as the gid to an ldap
+ user, the name will be converted to a gid. Note that this only
+ looks up ldap groups, at this point; if you want to set an ldap
+ user's primary group to a local group, you have to specify the GID.
+
Fixed #1232 - the rundir no longer specifies a user/group,
and there are now client- and server-specific yaml directories.