Click here to Skip to main content
15,899,475 members
Home / Discussions / C#
   

C#

 
AnswerRe: App.config - Can you contribute? Pin
cshaaaa21-Nov-05 19:16
cshaaaa21-Nov-05 19:16 
AnswerRe: App.config - Can you contribute? Pin
Asad Mahmood21-Nov-05 19:50
Asad Mahmood21-Nov-05 19:50 
QuestionHow to get the code(["SerialNumber"]) of harddisk of local area network Pin
koenemy21-Nov-05 18:53
koenemy21-Nov-05 18:53 
AnswerRe: How to get the code(["SerialNumber"]) of harddisk of local area network Pin
MoustafaS22-Nov-05 0:27
MoustafaS22-Nov-05 0:27 
Questionhow to get XML tag of different sites for use in our sites for news reading Pin
v.k.s21-Nov-05 18:30
v.k.s21-Nov-05 18:30 
QuestionReading Active Directory user password? Pin
devvvy21-Nov-05 16:01
devvvy21-Nov-05 16:01 
AnswerRe: Reading Active Directory user password? Pin
mav.northwind21-Nov-05 20:29
mav.northwind21-Nov-05 20:29 
GeneralRe: Reading Active Directory user password? Pin
devvvy21-Nov-05 20:35
devvvy21-Nov-05 20:35 
mav.northwind wrote:
Why does the article you link to make you think you can read passwords from AD? I couldn't find a single line where something similar is mentioned.


here's eight lines:

<br />
public static DirectoryEntry GetDirectoryEntry()<br />
{<br />
DirectoryEntry de = new DirectoryEntry();<br />
de.Path = LDAP://192.168.1.1/CN=Users;DC=Yourdomain;<br />
de.Username = @"yourdomain\sampleuser";<br />
de.Password = "samplepassword";<br />
return de;<br />
}<br />


Norman Fung
GeneralRe: Reading Active Directory user password? Pin
mav.northwind21-Nov-05 21:32
mav.northwind21-Nov-05 21:32 
GeneralRe: Reading Active Directory user password? Pin
devvvy21-Nov-05 21:43
devvvy21-Nov-05 21:43 
QuestionConfused about shallow and deep copy in C# Pin
Johny Ng21-Nov-05 13:00
Johny Ng21-Nov-05 13:00 
AnswerRe: Confused about shallow and deep copy in C# Pin
Joshua Quick21-Nov-05 14:14
Joshua Quick21-Nov-05 14:14 
AnswerRe: Confused about shallow and deep copy in C# Pin
ABC_Developer21-Nov-05 18:26
ABC_Developer21-Nov-05 18:26 
Question[very urgent]!! combobox question Pin
Sam 200621-Nov-05 12:26
Sam 200621-Nov-05 12:26 
AnswerRe: [very urgent]!! combobox question Pin
enjoycrack21-Nov-05 12:48
enjoycrack21-Nov-05 12:48 
AnswerRe: [very urgent]!! combobox question Pin
cshaaaa21-Nov-05 19:09
cshaaaa21-Nov-05 19:09 
Questionbarcode: code 128 from c# Pin
grahamcere21-Nov-05 12:02
grahamcere21-Nov-05 12:02 
AnswerRe: barcode: code 128 from c# Pin
Christian Graus21-Nov-05 14:53
protectorChristian Graus21-Nov-05 14:53 
GeneralRe: barcode: code 128 from c# Pin
grahamcere22-Nov-05 5:15
grahamcere22-Nov-05 5:15 
QuestionHow to display a pdf file in a aspx form Pin
Aricardo21-Nov-05 12:00
Aricardo21-Nov-05 12:00 
AnswerRe: How to display a pdf file in a aspx form Pin
enjoycrack21-Nov-05 12:42
enjoycrack21-Nov-05 12:42 
QuestionEasiest way to parse a data packet Pin
Tom Wright21-Nov-05 11:26
Tom Wright21-Nov-05 11:26 
AnswerRe: Easiest way to parse a data packet Pin
KaptinKrunch21-Nov-05 13:41
KaptinKrunch21-Nov-05 13:41 
GeneralRe: Easiest way to parse a data packet Pin
Tom Wright22-Nov-05 6:10
Tom Wright22-Nov-05 6:10 
GeneralRe: Easiest way to parse a data packet Pin
KaptinKrunch23-Nov-05 6:53
KaptinKrunch23-Nov-05 6:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.