Displaying 4 results from an estimated 4 matches for "get_admins".
2018 Sep 07
2
"missing security tab" and related ACL issues
Am 07.09.18 um 15:25 schrieb Rowland Penny via samba:
>  From what you have posted it doesn't, but when you do get then working,
> you need to understand that EA's and ACL's can work together or
> independently.
> If 'acl_xattr:ignore system acls = yes' is set, they work
> independently, if it isn't, they work together, see 'man
> vfs_acl_xattr'
2018 Sep 07
2
"missing security tab" and related ACL issues
...//dc1 '(samaccountname=Domain Admins)'
>> -UAdministrator
>>
>> [..]
>>
>> # returned 3 records
>> # 0 entries
>> # 3 referrals
>>
> 
> I wonder if someone (for whatever reason) has renamed Domain Admins ?
> 
> Create a script 'get_admins.sh'
> 
> Containing this:
> 
> #!/bin/bash
> 
> DC=$1
> PASS=$2
> DOM=$3
> 
> DOMSID=$(ldbsearch -U Administrator --password="$PASS" -H ldap://"$DC" \
>           "(&(objectclass=domain)(name=$DOM))" objectSid | grep objectSid |...
2018 Sep 07
0
"missing security tab" and related ACL issues
...I think: no ->
> 
> # ldbsearch -H ldap://dc1 '(samaccountname=Domain Admins)'
> -UAdministrator
> 
> [..]
> 
> # returned 3 records
> # 0 entries
> # 3 referrals
> 
I wonder if someone (for whatever reason) has renamed Domain Admins ?
Create a script 'get_admins.sh'
Containing this:
#!/bin/bash
DC=$1
PASS=$2
DOM=$3
DOMSID=$(ldbsearch -U Administrator --password="$PASS" -H ldap://"$DC" \
         "(&(objectclass=domain)(name=$DOM))" objectSid | grep objectSid | \
         awk '{print $NF}')
ldbsearch -U Adm...
2018 Sep 07
0
"missing security tab" and related ACL issues
...trator
> >>
> >> [..]
> >>
> >> # returned 3 records
> >> # 0 entries
> >> # 3 referrals
> >>
> > 
> > I wonder if someone (for whatever reason) has renamed Domain
> > Admins ?
> > 
> > Create a script 'get_admins.sh'
> > 
> > Containing this:
> > 
> > #!/bin/bash
> > 
> > DC=$1
> > PASS=$2
> > DOM=$3
> > 
> > DOMSID=$(ldbsearch -U Administrator --password="$PASS" -H
> > ldap://"$DC" \ "(&(objectclass=domain)(n...