Integration Your Way - (800) 235-7250
RSSBus for SharePoint V3
Questions / Feedback? ldapModify

ldapModify

Perform an LDAP modify operation on the entry specified by DN.

Required Parameters

serverThe name or address of the LDAP server.
authdnThe DN with which to bind to the server. This DN should have permissions to modify attributes.
passwordThe password used to authenticate to the LDAP server, if any.
dnThe DN of the entry to be modified on the server (ex: cn=SomeEntry,ou=Employees,dc=Server).
attrType#The attribute type to be modified.
attrValue#The new attribute value for the attribute specified in attribute type.
attrModOp#The modification to perform on the attribute specified in attrtype. Accepted values are ADD, DELETE, or REPLACE. The allowed values are: ADD, DELETE, REPLACE.

Optional Parameters

portThe LDAP server port. Try 636 if sslmode is IMPLICIT.
timeoutTimeout, in seconds, for the operation to complete.
sslmodeWhether or not to use SSL to secure the connection. Possible values are NONE, IMPLICIT, and EXPLICIT. The allowed values are: NONE, IMPLICIT, EXPLICIT.

Output Attributes

ldap:successIndicates whether the attributes were modified successfully or not.


 
Copyright © 2013 RSSBus Inc.
[x] close

Questions / Feedback?


Name:
Email:
Feedback:
Send Feedback