[SSSD-users] net ads join & custom keytab

John Hodrien J.H.Hodrien at leeds.ac.uk
Thu Apr 30 10:14:23 UTC 2015


On Thu, 30 Apr 2015, Ondrej Valousek wrote:

> I know.
> The thing is, that krb5.keytab can't go to rwtab - it would have to go to statetab (I need this file survives a reboot).
> Unfortunately, statetab does not seem to handle single files correctly... :(

Shame, it definitely looks like it tries to:

for file in /etc/statetab /etc/statetab.d/* ; do
   is_ignored_file "$file" && continue
   [ ! -f "$file" ] && continue
   if [ -f "$STATE_MOUNT/$file" ] ; then
     mount -n --bind "$STATE_MOUNT/$file" "$file"
   fi

jh


More information about the sssd-users mailing list