Tagged Questions

0
votes
0answers
9 views

Check active directory passwords with ironpython

Hi, I'm an admin on an active domain and most of my users use the same password, I find all those users so that I could ask them to change their password. I was thinking that iro …
1
vote
2answers
15 views

SVN + SASL + ActiveDirectory: How to

I'm trying to set up SVN to authenticate against an ActiveDirectory. I know this is possible if you set up SVN to be served using Apache, but doing so introduces too much overhead …
1
vote
2answers
20 views

Syncing profile details with active directory

Several fields in MOSS profiles are mapped to fields in active directory and we have given the user the ability to modify these. But when the incremental profile import runs it ov …
1
vote
1answer
25 views

Querying Active Directory with LDAP filter containing spaces

I am attempting to query ActiveDirectory via LDAP, but the query may contain spaces or other characters that may cause problems (hyphens?) (&(objectCategory=person)(objectClas …
0
votes
0answers
54 views

Windows Authentication in a COM object called from ASP.NET

I have a COM object written in Delphi, which uses Active Directory Services to return the current logged on user. This is the code I use : var SysInfo : IADsWinNTSystemInfo; …
0
votes
0answers
6 views

AD/ADAM - DirectoryEntry Authentication

Hello, I have a principal with credentials to login to an ADAM, creating a successful DirectoryEntry object with: DirectoryEntry entry = new DirectoryEntry(" LDAP://site.com:100 …
0
votes
1answer
26 views

Programmatically create a Distribution Group in Active Directory

I have a Windows Domain here that runs Exchange 2007, and I need to programmatically create new Mailing Lists. From what I could gather so far, Exchange mailing lists are just nor …
0
votes
2answers
11 views

Get NT style domain\user given DN

Hi, I have the DN of a user in Active Directory, I want to get the "NT style" domain\user from this. The sAMAccountname AD property gives me the user part, but what about the doma …
0
votes
2answers
134 views

What is the maximum length of a SID in SDDL format

I'm building Active Directory Authentication into my application and I am planning to link my application's internal accounts to a user's domain SID. It is easier for me to work w …
0
votes
1answer
6 views

How do I create reliable integration tests with an Active Directory role provider?

I recently refactored some code in an Active Directory role provider to remove support for multiple domains. In the process my integration tests broke in ways that I didn't expect …
0
votes
2answers
31 views

How to get “Company” and “Department” from Active Directory given a UserPrincipal object?

Is this possible? Code sample would be nice. Thanks
0
votes
4answers
99 views

Get mac address from IP using DHCP?

I am trying to create scripts/services that allow for waking PCs in a windows domain via WOL. Now i want to give the user the option to select an AD container as a starting point f …
1
vote
3answers
473 views

C#: How to connect to Active Directory with SSL enabled?

Hi, The project I am working on will integrate with the customers Active Directory in order to authenticate users. I have been trying to write some code that will retrieve a users …
1
vote
1answer
28 views

Why do I get a GSSException when using Active Directory SSO from Microsoft IE to a Java server?

I was building an Active Directory Single Sign-On authentication system for Java web applications (using SPNEGO/Kerberos), and everything works fine with either Firefox or (reporte …
1
vote
2answers
345 views

Connecting to Active Directory using Ruby and TLS

I have been trying to connect to an Active Directory server using Ruby. Specifically, i have tried both ActiveLdap and Ruby Net::LDAP. The ActiveDirectory server I'm trying to …

1 2 3 4 5 41 next
15 30 50 per page