From c751e4eef508ab3cf9466dcb45479fced5d3e4be Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Mon, 7 Jul 2008 14:58:28 -0500 Subject: 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 --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGELOG') 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. -- cgit