Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net-fs/cifs-utils: Fix krb5 support #2274

Closed
wants to merge 1 commit into from
Closed

Conversation

nagua
Copy link
Contributor

@nagua nagua commented Sep 8, 2016

 * Cifs mounts with sec=krb5 are now working
 * Official documentation:
    https://www.samba.org/samba/docs/man/manpages-3/cifs.upcall.8.html
@@ -81,6 +81,8 @@ src_install() {
dodir /etc/request-key.d
echo 'create dns_resolver * * /usr/sbin/cifs.upcall %k' \
> "${ED}/etc/request-key.d/cifs.upcall.conf"
echo 'create cifs.spnego * * /usr/sbin/cifs.upcall %k' \
> "${ED}/etc/request-key.d/cifs.spnego.conf"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

|| die missing

@gentoo-bot gentoo-bot closed this in 1b882c9 Sep 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants