How to add an extra Attribute LDAP?

My project requries a extra Attribute in LDAP ... i need to add this attribute for all the users .. how to do it ... help me out.
[136 byte] By [netjagana] at [2007-11-27 8:57:14]
# 1

easy...

http://java.sun.com/products/jndi/tutorial/basics/directory/modattrs.html

if you want it for all users then you should add an attribute:

while (there is still an entry)

add_attribute ;-)

you could read every DN in an string array maybe and then add the attribute as long there is a string if not break the while...

buddylighta at 2007-7-12 21:21:25 > top of Java-index,Core,Core APIs...