This is a discussion on LDAPUX: restricting access to certain servers within the HP-UX Operating System forums, part of the Unix Operating Systems category; --> hi all. I would like to use ldap for user authentication. Everything works fine but I have the problem ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| hi all. I would like to use ldap for user authentication. Everything works fine but I have the problem that we have too many servers and we don't want the user to login everywhere. I could create entities, separate the users on that entities and tell the servers to look only to specific entities. ... but at the same time we have a lot of "global" users (users who connect to all machine) and it means these users should be replicated on all entities. any idea, suggestion? thanks. -- il capitano dei carabinieri chiede a un appuntato: "quanto fa 1+1" l'appuntato: "3" I colleghi in coro "gli dia un'altra chance. Gli dia un'altra chance!" Il capitano ci riprova. Quanto fa "2+1". l'appuntato: "3" I colleghi in coro "gli dia un'altra chance, gli dia un'altra chance!" |
| ||||
| I was lookin into the same thing. Linux has a pam module pam_access.so that you can use to control access by group. I'm thinking about building it for HPUX though it would be nice if HP supplied it. "Massimiliano Adamo" <maxadamo@NOSPAMbluebottle.com> wrote in message news:3mjc2sF16r7a5U1@individual.net... > hi all. > > I would like to use ldap for user authentication. Everything works fine > but I have the problem that we have too many servers and we don't want > the user to login everywhere. > I could create entities, separate the users on that entities and tell > the servers to look only to specific entities. ... but at the same time > we have a lot of "global" users (users who connect to all machine) and > it means these users should be replicated on all entities. > > any idea, suggestion? > > thanks. > > > > -- > il capitano dei carabinieri chiede a un appuntato: "quanto fa 1+1" > l'appuntato: "3" > I colleghi in coro "gli dia un'altra chance. Gli dia un'altra chance!" > Il capitano ci riprova. Quanto fa "2+1". > l'appuntato: "3" > I colleghi in coro "gli dia un'altra chance, gli dia un'altra chance!" |