diff options
| author | Luke Kanies <luke@madstop.com> | 2008-07-07 14:58:28 -0500 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2008-07-07 14:58:28 -0500 |
| commit | c751e4eef508ab3cf9466dcb45479fced5d3e4be (patch) | |
| tree | 153c767f8d54931e0224cbaa10105a1fbac1005c /CHANGELOG | |
| parent | 81be1c5c3f85f514505e99fab5b8a2b2ae6fbec8 (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-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |
