We are trying to develop an ACL solution that would cater for both internal users (currently managed through Windows AD which is outside of the scope of the project) and external users. The idea is to
In my .NET 2.0 C# applcation I need to determine if a user (with password) has ability to modify (write) opti开发者_开发知识库on in Active Directory. I hope there is a way using DirectoryEntry without
Currently I can onl开发者_开发百科y extend AD\'s schema manually using AD schema snap-in. Is it possible to do it through LDAP protocol? I\'ve done quite a few schema extensions.I wouldn\'t consider d
Hi all I\'m porting over my VBScript over to C#. And I ran into a problem that Active Directory properties retrieval is much slower in C#.
I have a very specific problem concerning Dns.GetHostEntry: A service uses Dns.GetHostEntry to retrieve all IP Adresses of a host, using the name of of the host. This has always worked fine.
I perform this search, where $_ can be a DN for for group or an user. my $m = $ldap->search( base => \"$_\",
Working with Active Directory export script. Currently, the script easily exports user objects from a given group into a .txt file as fully qualified names (ie. instead of reporting as \"username\", y
The below code gets me the users in the group but it is returned \"CN=johnson\\,Tom,OU=Users,OU=Main,DC=company,DC=com\"
The \'company\' and \'department\' fields in an AD user\'s profile, are they mapped in any way? Must a department belong to a co开发者_C百科mpany? Or are they just text fields with no rules..Those are
I have WCF service with Windows authentication. To identify client user on the service side I\'m using following code: ServiceSecurityContext.Current.PrimaryIdentity.Name.