This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am nazunalika on github. | |
* I am nazunalika (https://keybase.io/nazunalika) on keybase. | |
* I have a public key ASC3QKa8P9TvOLgegKU9NoRKAuhU1RS8rB1AOQ2fgTnovwo | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create the service | |
ipa service-add 'radius/radiusserver.example.com' | |
ipa service-add-host --hosts=radiusserver.example.com radius/radiusserver.example.com | |
# You need the role and permissions | |
ipa role-add "samba/radius auth" | |
ipa privilege-add "NTLM Password Hash Access" | |
ipa permission-add "Read Samba NTLM RC4 Password Hash attribute" --attrs=ipaNTHash --attrs=sambaNTPassword --attrs=sambaPwdLastSet --attrs=sambaSID --attrs=sambaAcctFlags --attrs=sambaDomainName --type=user --right=read --right=compare | |
ipa privilege-add-permission "NTLM Password Hash Access" --permissions="Read Samba NTLM RC4 Password Hash attribute" |