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

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -