link LDAP-Users


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users link LDAP-Users
# 1  
Old 01-08-2007
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..
# 2  
Old 01-08-2007
link ldap users

Check out something called metadirectory, it is made by a company called CriticalPath. It may be able to do what you need.

-S
# 3  
Old 01-09-2007
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 Smilie

any other ideas? Smilie
# 4  
Old 02-19-2007
MySQL

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..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

LDAP Client not connecting to LDAP server

I have very limited knowledge on LDAP configuration and have been trying fix one issue, but unsuccessful. The server, I am working on, is Solaris-10 zone. sudoers is configured on LDAP (its not on local server). I have access to login directly on server with root, but somehow sudo is not working... (9 Replies)
Discussion started by: solaris_1977
9 Replies

2. Solaris

/var/adm/messages (insterface turned off/restored) and link up & link down message.

Hi All I am facing an issue with our new solaris machine. in /var/adm/messages Apr 22 16:43:05 Prod-App1 in.routed: interface net0 to 172.16.101.1 turned off Apr 22 16:43:33 Prod-App1 mac: NOTICE: nxge0 link up, 1000 Mbps, full duplex Apr 22 16:43:34 Prod-App1 mac: NOTICE: nxge0 link... (2 Replies)
Discussion started by: javeedkaleem
2 Replies

3. Solaris

/var/adm/messages (interface turned off/restored) and link up & link down message.

Hi All I am facing an issue with our new solaris machine. in /var/adm/messages root@Prod-App1:/var/tmp# root@Prod-App1:/var/tmp# root@Prod-App1:/var/tmp# cat /var/adm//messages Apr 20 03:10:01 Prod-App1 syslogd: line 25: WARNING: loghost could not be resolved Apr 20 08:24:18 Prod-App1... (0 Replies)
Discussion started by: javeedkaleem
0 Replies

4. AIX

RBAC and LDAP users (AD)

Hello everyone, I am having trouble with something, and I can't find the right answer online. On our company, we are using LDAP Authentication with Active Directory (Windows 2008 Servers) to have a centralized management of AIX 7.1 users. So far so good, but now, we want to implement RBAC on... (7 Replies)
Discussion started by: Janpol
7 Replies

5. Linux

Help me with all users ldap

Need to find the ldap id's of all the users in my organizations... is there any command??? (0 Replies)
Discussion started by: Syed Imran
0 Replies

6. UNIX for Dummies Questions & Answers

[Solved] Symbolic link not allowed or link target not accessible

Hi everybody, I read about treads realted to this issue but they did not resovle issue given below. Please help me resolve issue given below I have html file under /srv/www/htdocs/actual_folder ls actual_folder/ test.html and following link works... (0 Replies)
Discussion started by: newbielgn
0 Replies

7. Programming

g++ fails to link to static library when compilation and link in single command

Hello All, I've encountered a strange behaviour from g++ that doesn't make sense to me. Maybe you can shed some light on it: I have a bunch of source files and want to compile them and link them with a static library liba.a located in /usr/local/lib64 into an executable Approach 1 works... (0 Replies)
Discussion started by: magelord
0 Replies

8. Linux

Monitor ldap users

Any way to find the ldap users currently logged into the clinets ? I am using Openldap with NFS for home directory mounts. (0 Replies)
Discussion started by: nitin09
0 Replies

9. Solaris

LDAP users with RBAC Roles

I have an issue with integration between Microsoft LDAP users and RBAC roles defined in a Solaris box. to explain more , i managed to integrate Microsoft Active Directory user loggings to Solaris boxes. I've done it to centralize user repo. and instead of creating admin accounts on more than... (9 Replies)
Discussion started by: mduweik
9 Replies

10. UNIX for Advanced & Expert Users

Equivalent of ADMCHG for LDAP Users

All newly created Aix5 users are forced to change password first time when they log in. We know removing the ADMCHG flag in passwd file will not prompt the user for change password. But we are trying to figure out the similar solution if the user is created as a LDAP user ?. Any help? Thanks... (0 Replies)
Discussion started by: vipas
0 Replies
Login or Register to Ask a Question