[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Reg Profile in OpenLdap
- To: openldap-technical@openldap.org
- Subject: Reg Profile in OpenLdap
- From: Asimananda Mohanty <asimananda.mohanty@gmail.com>
- Date: Mon, 16 Nov 2009 12:30:37 +0530
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=L/jPYD+aHzVgQy65MewEscTM2Az/JZ18QuFEJmiWIEA=; b=GyCOoq/12lQHhlkx8CawGjq2QHdCR2/yWhTxEazpy5PMPJ0islC00YnqI8rvRHf5qW 3Ughdf9qOIjygxo1vJe5ZDJFYrJicVKp/nzQ8inLRVk6sPP9ELLZn/JMGKXRAMq187Ot YlofbQyrpHbUBERuk6PQTh5bI+0Bj4qLhGECo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=gZwLTWBnThdLVaraSSbB6pXVSZ/lGI7dod+Bbw+gqjGha5wg2I+OKANUCDY1PjumBr YhzNIOD96fPck3ONR0WHBVc13qZcavGLhaRrXVkG3j8TX6ExIyg3hCCvuylH4zHf81sM 1c+V6lsna0LOAxLR2ESqQv1Kdr7JdENZqXNuM=
Hi All,
I have openLDAP on ubuntu and LDAP client on Solaris. What I need is a user should be able to log in to the solaris server with a user that is present in LDAP (not in /etc/passwd of Solaris machine)
I have added object classes nisDomainObject, ndsLoginProperties and ndsContainerLoginProperties (all inherits from organizationalUnit) and also added an attribute nisDomain.
Then I created a user asmii like :
dn: uid=asmii,ou=people,dc=ldap-company,dc=com
objectClass: organizationalUnit
objectClass: nisDomainObject
objectClass: posixAccount
objectClass: shadowAccount
uid: asmii
ou: asmii
cn: asmii
uidNumber: 1006
gidNumber: 10000
userPassword: password
gecos: asmii
loginShell: /bin/bash
homeDirectory: /home/asmii
nisDomain: ldap-company.com
shadowExpire: -1
shadowFlag: 0
shadowWarning: 7
shadowMin: 8
shadowMax: 999999
shadowLastChange: 10877
postalCode: 122015
l: Toulouse
postalAddress:
Now I need to create a profile so that the LDAP client on Solaris can download it.
Please let me know what is this profile and how do I create this.
I googled a bit and found that I need a ObjectClass DUAConfigProfile in my LDAP. Is this the ObjectClass I need in my LDAP server? What would I do next? How do I connect the user "asmii" with a profile?
Please suggest.
Thanks in advance.
Regards
Asimananda Mohanty