Skip to content

Commit

Permalink
macos: adjust keytab perms
Browse files Browse the repository at this point in the history
  • Loading branch information
nazunalika committed Jun 21, 2024
1 parent 19a8020 commit 87e1a0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/el/freeipa.md
Original file line number Diff line number Diff line change
Expand Up @@ -643,8 +643,8 @@ You will need to transfer that keytab to your mac.
% cd ~
% scp user@server1.ipa.example.com:/tmp/krb5.keytab .
% sudo mv krb5.keytab /etc/krb5.keytab
% sudo chmod 600 /etc/krb5.keytab
% sudo chown root:wheel /etc/krb5.keytab
% sudo chmod 640 /etc/krb5.keytab
% sudo chown root:_keytabusers /etc/krb5.keytab
```

Configure /etc/krb5.conf
Expand Down

0 comments on commit 87e1a0b

Please sign in to comment.