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
Post a Comment