Tagged Questions
The sid tag has no wiki summary.
18
votes
3answers
95k 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?
14
votes
10answers
19k 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 the SID for the ...
12
votes
2answers
7k 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 out which HKEY_USERS ...
12
votes
6answers
12k views
How can I get the SID of the current Windows account?
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 everybody that answered in C# for not ...
4
votes
2answers
2k 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 with the string ...
4
votes
2answers
4k 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 changing or adding a ...
3
votes
1answer
79 views
How come cookie path doesn't take effect?
There are 2 projects under my Apache public_html root. One is "/project1" and the other is "/project2". Project 2 is just duplicate of project 1 but with some modification to fit a different goal. ...
3
votes
1answer
2k 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 application.
When the ...
3
votes
2answers
7k 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\user) by a given ...
2
votes
1answer
113 views
C# - Implementing Single Sign On in WinForms (as Outlook does)
I have created a server/client application. Both of them are written in C#. It uses TCP/IP communication with custom SSL implementation.
Currently the login procedure requires a username/password pair ...
2
votes
3answers
237 views
How to extract computer/machine SID?
I'm looking for a way to extract the computer SID using Delphi code. There's a tool called PsGetSid from SysInternals that does this, but I can't use it in my application. I searched for a code ...
2
votes
3answers
1k views
VB.NET - How to Convert SID to Group Name with Active Directory
Using VB.NET, How do you Convert the sid to Group Name with Active Directory?
example: I need to get "group_test" and not "S-1-5-32-544"
The code I'm using is:
Public ReadOnly Property Groups As ...
2
votes
2answers
752 views
Convert SID's to usernames/groups?
I'm looping through a network directory and trying to output the user/group names (permissions) associated with each file/folder. I'm getting the SID's back but I want the names like "group_test" and ...
2
votes
3answers
3k views
Get User SID From Logon ID (Windows XP and Up)
I have a Windows service that needs to access registry hives under HKEY_USERS when users log on, either locally or via Terminal Server. I'm using a WMI query on win32_logonsession to receive events ...
2
votes
1answer
1k views
get machine SID (including primary domain controller)
I need to get machine SID (not computer account's SID) in C#. Computer is specified be host name, it is't necessarily local computer and it can be domain computer or workgroup computer. I using this ...
1
vote
3answers
755 views
VB.NET - How to see if Current User's Group Name matches a specified Group Name using Active Directory Roles and SID's
I'm trying to match up a specific group name and see if it exists for the currently logged in user using Active Directory roles. If the Group Name exists for the Current User, I want that group name ...
1
vote
1answer
109 views
Comparing 2 string format SIDs
Can I compare 2 string-format SIDs for equality?
As per my understanding, a Group SID is a unique identifier in an Active Directory forest, so the string that I get by using ConvertSidToStringSid ...
1
vote
2answers
2k views
How to get the logon SID in c#
How does one retrieve the Windows Logon SID in c# .net? (not the user sid, but the unique new one for each session).
Thanks in advance,
1
vote
4answers
847 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 account for ...
0
votes
0answers
30 views
Spring Security ACL - SID comparison by different user attribute
I want to change SID comparison at Spring Security ACL by another user attribute not only username from UserDetails. Is there possiblity to change somehow PrincipalSid to take principal from different ...
0
votes
0answers
21 views
Windows Registry: Identify “real” users using class ID within sub authority list in SID
I'm trying to manually enumerate from the registry a list of "real" users who locally log onto a single Windows 7 machine.
The class ID within the sub authority list that I can get from the SIDs in ...
0
votes
2answers
155 views
Convert SID to Username in C#
In .net, I can create a NTAccount using domain and username, and get it's SID.
But I cannot convert the SID back to NTAccount using translate function.
new ...
0
votes
1answer
197 views
How to convert the SID to String and vice versa in Java?
I'm writing a program in Java, using Spring-LDAP. I need to implement a method, which should search a user by SID. For this reason I use a filter like "&((objectClass=User)(objectSid="+sid+"))". ...
0
votes
1answer
79 views
Given a user's SID, how can I get the AD DirectoryEntry?
I have the user's SID as byte[] within windowsPrincipal.getIdentity().getSid(). How can I get an active directory entry (DirectoryEntry) from the SID?
0
votes
1answer
133 views
Android login to a site which has Session ID
I am trying to login to an internal wireless with security. I can do HTTP POST requests, but it doesn't work for this login site. I suspect it has something to do with it giving the user a Session ID, ...
0
votes
0answers
883 views
Oracle 11g: sqlplus: connect: What is the default connect_identifier/connectionstring?
I am trying to create new tablespace and user but difficulties with the default sid/connect_identifier/connectionstring.
Here are the executed commands in order:
Open the command console ...
0
votes
1answer
231 views
How to convert hex sid to SDDL in c#?
I am doing an LDAP query to get the distinguesd name of a User , DN contains Guid and SID sections and SID section is HEX but I need in SDDL , How can I convert a hex sid to SDDL format ?
0
votes
0answers
77 views
C# : Checking whether a specified SID is a domain user or local account
How do I check whether a given SID points to a user in local machine or the domain?
Thanks,
BlackHawk
0
votes
1answer
119 views
How to fetch the user profile given a SID?
I need to fetch the user default profile directory, given its username or SID.
How can I do it?
GetUserProfileDirectory() seems to work only for the current account.
0
votes
1answer
336 views
How to obtain all the security identifiers (SID) that match a Windows user?
Using .NET, I would like to programmatically get a list of all the groups for which a Windows user is a member as well as all other SID (Security identifiers) that represent a logged in user. The ...
0
votes
4answers
511 views
Convert SID to String
I'm not a C++ developer, so I guess it's just my fault that my program doesn't work.
I want to look up the SID for a windows group and return a readable SID.
wchar_t* SpcLookupName(LPCTSTR ...
0
votes
1answer
149 views
value of SID passed via get
I'm trying to pass the value of session id via get (url) and not via cookies.
My configuration of php.ini is:
session.use_cookies = on
session.use_only_cookies = off
session.use_trans_sid = on
...