[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Reg Adding New Attributes
- To: openldap-technical@openldap.org
- Subject: Reg Adding New Attributes
- From: Asimananda Mohanty <asimananda.mohanty@gmail.com>
- Date: Thu, 10 Sep 2009 15:20:52 +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=8nU0xOpjPH4ZQJCInUk6WurJtQs5c30hMwjzYNSVdps=; b=diBCtwVaI/AIt4aRG/L0/J8AfdnwlEyxwdnD7XFAPrul4Gfl0qxP9VRN2mzpTSoVrn fcX/PhqXaQf0Mx3StT/x+WpKYzjktcFcvJbX/0rfGtFkNne4osUixzsf9T2QgLoHpe5U KPU5XkTE9Obz7mlsuvaaGWGc0ZYAzPQDVZqe4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Mw36zp9/iu5aFRWiupKCyOf2M8li2G+Ytmh0UTpcx8DQ1dKM1WR2MP1HKDaVUu721w U3oPGvWHyAG/5RkG1j/cT4Gxjl86ypoxzujpX7txPXUL2AGT8bC9vWe3OBAJSGyZVGX+ yUa38fBAd/+ROyMew0jT5j0PFslg5FUZ9tGJI=
Hi All,
I have installed OpenLdap and PHPLdapAdmin.
I have added a user which objectclass is :
objectClass inetOrgPerson
posixAccount
shadowAccount
I need to add a new attribute which will be application specific (application which will need LDAP authentication and based on the attribute value, it will provide service to the user).
When I tried to do the same by adding attribute and value to ldif files and then adding the ldif file, it showed error:
ldap_add: Undefined attribute type (17)
additional info: AppAttribute1: attribute type undefined.
Do I need to modify related schema for the same?
Please suggest some suitable way to do the same. Is there any way that I can do it from the PhpLDAPAdmin GUI?
Thanks in advance.
-Asimananda