sql server - Update Active Directory from PHP -


i have linked sql server active directory , trying use php create odbc connection pull in data. can read active directory fine when try , update using sql update, error

 msg 7390, level 16, state 2, line 1  requested operation not performed because ole db provider "adsdsoobject" linked server "adsi" not support required transaction interface. 

i know have use php's ldap functions not sure how rewrite ldap string use in php. best guess be:

i tried (example string): ou=staff,dc=example,dc=internal

but doesn't work. question is: assuming there no way of updating active directory sql view, how go updating ldap php?


Comments

Popular posts from this blog

Combining PHP Registration and Login into one class with multiple functions in one PHP file -

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -