1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

r18290: finally worked out why we were failing tests on solaris. It has

kerberos on port 750 in /etc/services! Work around this by using
127.0.0.1:88 in the krb5.conf
(This used to be commit 9fb91702fd6c080d87ea60c60e0591636d1a6441)
This commit is contained in:
Andrew Tridgell 2006-09-09 07:51:30 +00:00 committed by Gerald (Jerry) Carter
parent 594781270e
commit 1caceff302

View File

@ -199,8 +199,8 @@ cat >$KRB5_CONFIG<<EOF
[realms]
SAMBA.EXAMPLE.COM = {
kdc = 127.0.0.1
admin_server = 127.0.0.1
kdc = 127.0.0.1:88
admin_server = 127.0.0.1:88
default_domain = samba.example.com
}
[domain_realm]