mathias dufresne
2016-Sep-07 11:45 UTC
[Samba] [samba] AD, get security descriptor of LDAP object
How please? Before posting I tried by myself but I did not succeed I did asked: ldbsearch -H $sam ou=utilisateurs securityDescriptor # record 1 dn: OU=Utilisateurs,DC=ad,DC=domain # Referral .... 2016-09-07 12:06 GMT+02:00 Rowland Penny via samba <samba at lists.samba.org>:> On Wed, 7 Sep 2016 11:57:25 +0200 > mathias dufresne via samba <samba at lists.samba.org> wrote: > > > Hi all, > > > > How to extract security descriptor of LDAP object? > > > > Cheers, > > > > M. > > This is one of the attributes you have to explicitly ask for. > > Rowland > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >
Rowland Penny
2016-Sep-07 11:53 UTC
[Samba] [samba] AD, get security descriptor of LDAP object
On Wed, 7 Sep 2016 13:45:01 +0200 mathias dufresne <infractory at gmail.com> wrote:> How please? > > Before posting I tried by myself but I did not succeed I did asked: > ldbsearch -H $sam ou=utilisateurs securityDescriptor > # record 1 > dn: OU=Utilisateurs,DC=ad,DC=domain > > # Referral > .... > > >ldbsearch -H $sam 'ou=utilisateurs' -s sub nTSecurityDescriptor Rowland
mathias dufresne
2016-Sep-07 12:21 UTC
[Samba] [samba] AD, get security descriptor of LDAP object
Thank you a lot Rowland : ) 2016-09-07 13:53 GMT+02:00 Rowland Penny via samba <samba at lists.samba.org>:> On Wed, 7 Sep 2016 13:45:01 +0200 > mathias dufresne <infractory at gmail.com> wrote: > > > How please? > > > > Before posting I tried by myself but I did not succeed I did asked: > > ldbsearch -H $sam ou=utilisateurs securityDescriptor > > # record 1 > > dn: OU=Utilisateurs,DC=ad,DC=domain > > > > # Referral > > .... > > > > > > > > ldbsearch -H $sam 'ou=utilisateurs' -s sub nTSecurityDescriptor > > Rowland > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >