How to programmatically determine if an Active Directory trust is transitive in OpenLDAP? -
when using openldap, can trustattributes, trusttype, , trustdirection attributes ad server. however, isn't clear documentation how determine (in cases) when trust transitive. can shed light on (or @ least pointer)?
note not using c# or .net calls. need see how test bits/values in attributes figure out.
thanks.
looks ldap attribute trustattribute
in ldap object objectclass=trusteddomain
has trust relationship. link http://msdn.microsoft.com/en-us/library/cc223779 details each bit means.
the following link may useful http://gallery.technet.microsoft.com/scriptcenter/get-active-directory-2a9e15d2
Comments
Post a Comment