Authenticate in SAM database...
From: Jim (ssss)
Date: 05/12/03
- Next message: Michel Gallant \(MVP\): "Re: How to determine which permission is being requested?"
- Previous message: Gleb Holodov: "Re: How to determine which permission is being requested?"
- Next in thread: Marc Scheuner [AD MVP]: "Re: Authenticate in SAM database..."
- Reply: Marc Scheuner [AD MVP]: "Re: Authenticate in SAM database..."
- Reply: Ferruccio Barletta: "Re: Authenticate in SAM database..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 12 May 2003 12:34:08 +0100
How do I authenticate a username and password in the local SAM database, I
can find the entry but don't know how to authenticate the password?
System.DirectoryServices.DirectoryEntry obDirEntry = new
System.DirectoryServices.DirectoryEntry("WinNT://" + "OR2400" );
System.DirectoryServices.DirectoryEntries entries = obDirEntry.Children;
System.DirectoryServices.DirectoryEntry obUser = entries.Find(username);
Thx
Jim
- Next message: Michel Gallant \(MVP\): "Re: How to determine which permission is being requested?"
- Previous message: Gleb Holodov: "Re: How to determine which permission is being requested?"
- Next in thread: Marc Scheuner [AD MVP]: "Re: Authenticate in SAM database..."
- Reply: Marc Scheuner [AD MVP]: "Re: Authenticate in SAM database..."
- Reply: Ferruccio Barletta: "Re: Authenticate in SAM database..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
Loading