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:
parent
594781270e
commit
1caceff302
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user