LDAP for privilege control?
Posted
by neoice
on Server Fault
See other posts from Server Fault
or by neoice
Published on 2009-11-14T12:37:58Z
Indexed on
2010/03/17
15:31 UTC
Read the original article
Hit count: 335
I've been wondering for a while if LDAP can be used to control user privileges. For example, if I have UNIX and web logins, is there an easy way to grant a user access to just or just UNIX (or even both?)
My current attempt at solving this very problem was to create 'login' and 'nologin' groups, but this doesn't seem fine-grained enough to meet the ideas I have in my head. I'm also still in the situation where all UNIX users are web users, which isn't a problem so much as an indicator of the limitations.
Does anyone have any input on this? Has this problem already been solved?
© Server Fault or respective owner