active-directory
Two users in ActiveDirectory with same name
I am creating app开发者_开发百科lication that will add new users to AD through LDAP. I can generate users, but my problem is when I have two users with same givenname and sn, because I construct name[详细]
2023-04-05 21:22 分类:问答Ways to fetch domain username from SID string in VBScript
Recently I was working on a system administration script in pure VBScript where therequirements are that it must be portable with no additional software installation needed.[详细]
2023-04-05 17:34 分类:问答How to fetch users from an Active Directory Organisational Unit having '//' in its name
I have an Organizational Unit in my Active Directory having \'//\' in 开发者_JAVA技巧its name for example \'Turbo//Boost\'.[详细]
2023-04-05 16:17 分类:问答Configuring Spring Security Ldap 3.0 to work with Active Directory LDS
I am hoping that someone will help me out with a really frustrating problem I have. Currently I am trying to get Spring Security 3.0 Web App to authenticate with an AD LDS instance but I keep getting[详细]
2023-04-05 00:43 分类:问答Problem while accessing active directory using C# DirectoryServices
string ldapPath = \"ldap://db.debian.org:389/uid=ma,ou=users,dc=debian,dc=org\"; DirectoryEntry dEntry = new DirectoryEntry(ldapPath, null, null, AuthenticationTypes.Anonymous);[详细]
2023-04-04 06:53 分类:问答How do I find out if an arbitrary DOMAIN\username is in a specific role with C#?
I\'m really new to C# so forgive my ignorance. I need to test if a user (DOMAIN\\username) is in a particular group, and yes, this includes nested groups.[详细]
2023-04-04 04:13 分类:问答How do you find what GroupPolicy objects are attached to a container/domain/site?
I\'ve got a problem where I need to interleave settings made on the host/user/containers/domain/site with the group policy settings attached to the containers/domain/site.[详细]
2023-04-04 02:07 分类:问答How to get user last login time without any additional modules in powershell?
Can I get specific user login time logged into server 开发者_StackOverflow社区not using any AD modules or additional snapins?Best way I would suggest is to parse the event log using the built in cmdle[详细]
2023-04-03 20:32 分类:问答ValidateCredentials returns true for unknown user?
I\'m seeing some odd behaviour here using PrincipalContext.ValidateCredentials. The set-up is two Active Directory domains in parent/child setup (so we have primary domain company.com and sub-domain d[详细]
2023-04-03 19:24 分类:问答LdapLoginModule Search-first nonanonymous search
I got to use the LdapLoginModule http://download.oracle.com/javase/6/docs/jre/api/security/jaas/spec/com/sun/security/auth/module/LdapLoginModule.html together with Microsoft Active Directory in searc[详细]
2023-04-03 12:59 分类:问答