Tagged Questions

1
vote
1answer
28 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?) …
0
votes
1answer
30 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 normal AD Groups, so I …
0
votes
0answers
56 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; begin SysInfo := …
1
vote
2answers
32 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
110 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 for the waking of PCs …
1
vote
2answers
24 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 overwrites these with …
1
vote
2answers
18 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, and SVN runs too …
0
votes
0answers
12 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 iron python would be …
1
vote
1answer
36 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 (reportedly) Safari, but …
2
votes
1answer
59 views

Authorize an entire security group to perform an Action in ASP.Net MVC

Hello, I'd like to authorize users to perform specific actions within my controllers. I've found the ASP.NET tutorial which explains how to allow individual users to perform specific actions but can …
1
vote
2answers
46 views

TSQL: How to get a list of groups that a user belongs to in Active Diretory

I have two queries that retrieve all groups and all users in a domain, Mydomain --; Get all groups in domain MyDomain select * from OpenQuery(ADSI, ' SELECT samaccountname,mail,sn,name, cn, …
0
votes
2answers
13 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 domain? Thanks
1
vote
2answers
109 views

Test “User Must Change Password” field in .Net 3.5

I'm trying to perform some basic AD User managment tasks in C# using .Net 3.5 I've got a System.DirectoryServices.AccountManagement.UserPrincipal object that contains the user details. I can call …
0
votes
2answers
42 views

Setting Active Directory Properties

Hi, I'm currnetly trying to set the four properties: "Password never expires" "Account is disabled" "User must change password at next logon" "User cannot change password" I can set the first two …
0
votes
1answer
38 views

Mixed Forms and LDAP authentication with auto-registration with ASP.NET MVC.

Hi, I need to use Form-Based authentication on an ASP.NET MVC web site with LDAP (Active Directory) backend like TeamCity for instance. So i need to query LDAP first if the requested user is valid, …

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