Displaying 3 results from an estimated 3 matches for "account_sid".
Did you mean:
  account_id
  
2018 Nov 29
0
Different LDAP query in different DC...
...D_ACE_TYPE
"CI" 	SDDL_CONTAINER_INHERIT 	CONTAINER_INHERIT_ACE
"NP" 	SDDL_NO_PROPAGATE 	NO_PROPAGATE_INHERIT_ACE
"ID" 	SDDL_INHERITED 	        INHERITED_ACE
"RP"    SDDL_READ_PROPERTY
"LC"    SDDL_LIST_CHILDREN
"RC"    SDDL_READ_CONTROL
account_sid: SID string that identifies the trustee of the ACE.
S-1-5-21-160080369-3601385002-3131615632-1314
Is this the one with the problem ?
Who or what has the RID '1314' ?
Rowland
2018 Nov 29
2
Different LDAP query in different DC...
Mandi! Rowland Penny via samba
  In chel di` si favelave...
> You need to explicitly ask for it, for instance:
Oh, cool! Seems effectivaly different:
root at vdcsv1:~# ldbsearch -H /var/lib/samba/private/sam.ldb -b "DC=ad,DC=fvg,DC=lnf,DC=it" "(cn=prova123)" nTSecurityDescriptor
# record 1
dn: CN=prova123,CN=Aliases,OU=FVG,DC=ad,DC=fvg,DC=lnf,DC=it
nTSecurityDescriptor:
2008 Oct 24
0
Wine release 1.1.7
...mentation and test.
      advapi32: LookupAccountNameW() - add got clause to test.
      advapi32: LookupAccountNameW() - passes expected SidTypeUser test.
      advapi32: LookupAccountNameW() - return correct domain name length for not-so-well-known SIDs.
      advapi32: LookupAccountNameW() - use ACCOUNT_SIDS domain and name_use fields for well known SIDS.
      advapi32: LookupAccountNameW() - correct call in SetEntriesInAclW().
      advapi32: LookupAccountNameW() - use CreateWellKnownSid() properly.
      advapi32: LookupAccountNameW() - NULL account name handled.
      advapi32: LookupAccountSidW()...