[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: kadmin.acl problem
Stephan Jennewein a écrit :
Hi
> whenever I write in the kadmind.acl file a glob pattern I get 'none' as the
> result of 'privs' in kadmin.
[..]
> There are no whitespaces at the end of line or anything else. I tried this
> with Debian stable and testing so i tested a version of 0.7.2 , 1.0 and 1.1
> All of them have the same problem. Where could be the mistake ?
For getting kadmind.acl to work on my debian sid, I need to add
acl_file=/etc/heimdal-kdc/kadmind.acl
to database definition in /etc/heimdal-kdc/kdc.conf
and remplace the kerberos-adm line in inetd.conf by
kerberos-adm stream tcp nowait root /usr/sbin/tcpd
/usr/lib/heimdal-servers/kadmind -c /etc/heimdal-kdc/kdc.conf
Hope this helps
Sébastien