performance - Can we add multiple attributes to a node in a single LDAP operation -


suppose have node user in ldap , want multiple attributes in 1 ldap operation i.e. single update operation.is possible?

any pointers helpful.

note : using tds.

sure, like:

dn: cn=barney fife,ou=people,dc=example,dc=com changetype: modify add: telephonenumber telephonenumber: 555-1212 telephonenumber: 555-6789 - add: manager manager: cn=sally nixon,ou=people,dc=example,dc=com 

many examples can found google ldif examples.

i assume tds tivoli directory server , should work fine.

-jim


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -