0
votes
1answer
126 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 …
1
vote
3answers
84 views
Reset password for renamed Administrator account
I need to create a .VBS script to reset the Windows local administrator password on a large group of computers. My problem is that some of our sites have renamed the administrator …
1
vote
1answer
385 views
ASP.NET - Get the Principal / Relative Identifier (RID) for a DirectoryEntry / SID
I am using Active Directory in a custom MembershipProvider class to authenticate users in an ASP.NET 2.0 intranet application and associate their sid with a profile for the applica …
3
votes
1answer
574 views
Convert a username to a SID string in C#/.NET
There's a question about converting from a SID to an account name; there isn't one for the other way around.
How do you convert a username to a SID string, for example, to find ou …
2
votes
10answers
2k views
How can I convert from a SID to an account name in C#
I have a C# application that scans a directory and gathers some information. I would like to display the account name for each file. I can do this on the local system by getting …
3
votes
1answer
749 views
How can I change the SID of an Oracle XE instance.
I needed to change the SID of an Oracle XE database (not the Service Name) to match a production database.
When I tried searching online, most of the pages were describing changin …
1
vote
2answers
1k views
The best way to resolve display username by SID?
I read a list of SID from the registry, HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList.
How to resolve the display username (e.g. DOMAIN\user, BUILDIN …
9
votes
5answers
3k views
How can I get the SID of the current Windows account?
Hi there,
I am looking for an easy way to get the SID for the current Windows user account. I know I can do it through WMI, but I don't want to go that route.
Apologies to everyb …
5
votes
3answers
11k views
How SID is different from Service name in Oracle tnsnames.ora
Why do I need two of them? When I have to use one or another?
