Comment 2 for bug 343897

Revision history for this message
Tuxist (jan-koester) wrote :

I use ubuntu 8.10 on my server and client, the kdc maschine use openbsd 4.4.

my idmapd.conf
[General]

Verbosity = 0
Pipefs-Directory = /var/lib/nfs/rpc_pipefs
Domain = WEHRWOLF.LOCAL

[Translation]

Method = nsswitch

[Mapping]

Nobody-User = nobody
Nobody-Group = nogroup

my /etc/hosts on the server
192.168.123.20 wehrwolf.local wehrwolf
127.0.0.1 wehrwolf.local

my krb5.conf (i use dns for keberos server)
[libdefaults]
        default_realm = WEHRWOLF.LOCAL
        default_tgs_enctypes = des-cbc-crc
        default_tkt_enctypes = des-cbc-crc

# The following libdefaults parameters are only for Heimdal Kerberos.
        v4_instance_resolve = false
        v4_name_convert = {
                host = {
                        rcmd = host
                        ftp = ftp
                }
                plain = {
                        something = something-else
                }
        }
        fcc-mit-ticketflags = true

[login]
        krb4_convert = true
        krb4_get_tickets = false