![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hard Link vs SOft Link???? | skyineyes | UNIX for Dummies Questions & Answers | 3 | 05-29-2008 01:38 PM |
| need some info about symbolic link and hard link | detective linux | UNIX for Dummies Questions & Answers | 2 | 01-08-2008 07:36 AM |
| Difference between hard link and soft link in unix | RAJACHOKALINGAM | UNIX for Dummies Questions & Answers | 2 | 08-01-2006 05:10 AM |
| Equivalent of ADMCHG for LDAP Users | vipas | UNIX for Advanced & Expert Users | 0 | 12-16-2004 12:09 PM |
| Differences between hard link and soft link | penguin-friend | UNIX for Advanced & Expert Users | 3 | 03-08-2002 03:49 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
link LDAP-Users
hi,
is it possible to link users on a LDAP-Server from one container to another? we have two trees, one for AIX and one for solaris-linux but we have a few users in both trees, they should have the same password and a password change must affect both entries we use IBM Directory Server 6, but this shouldn't matter thanks in advance funksen Edit: ldap v3 Last edited by funksen; 01-08-2007 at 08:46 AM.. |
|
||||
|
thanks for your answer, but I cannot get away from ibm tivoli directory server, I hoped there's a basic ldap solution, just an additional attribute in ldif file or something like that
if it's not I have a big problem, then I have to split our users in a lot of different containers and totally remake the acls ![]() any other ideas? ![]() |
|
||||
|
the solution is called alias here the alias for the user uid=funksen,ou=People,cn=aixsecdb,cn=aixdata,ou=whatever : Code:
dn: uid=newuser,...... uid: newuser objectClass: alias objectClass: extensibleObject aliasedObjectname: uid=funksen,ou=People,cn=aixsecdb,cn=aixdata,ou=whatever just import, thats it the windows tool "ldapbrowser" has problems with aliases, for the linux-tool luma everything works fine you have to change the client behaviour for following aliases: for AIX: edit /etc/security/ldap/ldap.cfg change the attribute FollowAlias:NEVER to FollowAlias:ALWAYS just can't tell how the client setup for following aliases works on other os, perhaps someone can complete this thread for other os tried on rhel4, didn't work Last edited by funksen; 02-19-2007 at 06:49 PM.. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|