[jboss-jira] [JBoss JIRA] Updated: (SECURITY-447) Support Active Directory Primary Groups
Darran Lofthouse (JIRA)
jira-events at lists.jboss.org
Mon Apr 12 06:49:37 EDT 2010
[ https://jira.jboss.org/jira/browse/SECURITY-447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Darran Lofthouse updated SECURITY-447:
--------------------------------------
Description:
The following has some useful details on the history of primary groups: -
http://dunnry.com/blog/DeterminingYourPrimaryGroupInActiveDirectoryUsingNET.aspx
SID Structure: -
http://msdn.microsoft.com/en-us/library/cc230371%28v=PROT.10%29.aspx
To obtain SID in binary format the following may be required: -
env.put("java.naming.ldap.attributes.binary","objectSID");
Using the primary group ID to locate the primary group: -
http://support.microsoft.com/kb/297951
was:
The following has some useful details on the history of primary groups: -
http://dunnry.com/blog/DeterminingYourPrimaryGroupInActiveDirectoryUsingNET.aspx
SID Structure: -
http://msdn.microsoft.com/en-us/library/cc230371%28v=PROT.10%29.aspx
To obtain SID in binary format the following may be required: -
env.put("java.naming.ldap.attributes.binary","objectSID");
> Support Active Directory Primary Groups
> ---------------------------------------
>
> Key: SECURITY-447
> URL: https://jira.jboss.org/jira/browse/SECURITY-447
> Project: PicketBox (JBoss Security and Identity Management)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Negotiation
> Affects Versions: Negotiation_2.0.3.SP1
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Fix For: Negotiation_2.0.3.SP3
>
>
> The following has some useful details on the history of primary groups: -
> http://dunnry.com/blog/DeterminingYourPrimaryGroupInActiveDirectoryUsingNET.aspx
> SID Structure: -
> http://msdn.microsoft.com/en-us/library/cc230371%28v=PROT.10%29.aspx
> To obtain SID in binary format the following may be required: -
> env.put("java.naming.ldap.attributes.binary","objectSID");
> Using the primary group ID to locate the primary group: -
> http://support.microsoft.com/kb/297951
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list