I have a huge Problem.

Im trying to install a SSO for our Intranet-Webserver (Apache 2.0.55) on
a SuSE Linux 10.0.
Ist running very fine.

But we have some Computers, which are NOT Part of the Active Directory
Domain, so there the sso doesnt work.
If the paste their Usernames into the Auth-Box
([EMAIL PROTECTED]) it doesnt work. But the Useraccount
exists in the AD.

If they paste the real username (e.g. [EMAIL PROTECTED])
it works fine.
The problem: The user dont Know his real AD-Name. He knows just hier
emailadress ([EMAIL PROTECTED])

Anyone a solution?


My krb5.conf

"[libdefaults]
        default_realm = KONZERN.INTERN
        clockskew = 300

[realms]
        KONZERN.INTERN = {
                kdc = w2kroot.konzern.intern
                default_domain = konzern.intern
                admin_server = w2kroot
        }

        persona.de = {
                kdc = w2kroot.konzern.intern
                default_domain = konzern.intern
                admin_server = w2kroot
        }

[logging]
        kdc = FILE:/var/log/krb5kdc.log
        admin_server = FILE:/var/log/kadmin.log
        default = FILE:/var/log/krb5lib.log
[domain_realm]
        .konzern.intern = KONZERN.INTERN
[appdefaults]
        pam = {
                ticket_lifetime = 1d
                renew_lifetime = 1d
                forwardable = true
                proxiable = false
                retain_after_close = false
                minimum_uid = 0
                try_first_pass = true
        }
"

Running from the command shell: kinit
[EMAIL PROTECTED], all is fine (look at the missing f
in my name)
If i run kinit [EMAIL PROTECTED] (which ist my regular
windows login), i get an kinit(v5): KRB5 error code 68 while getting
initial credentials.

I hope someone can help me.



###########################################

This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.f-secure.com/
________________________________________________
Kerberos mailing list           [email protected]
https://mailman.mit.edu/mailman/listinfo/kerberos

Reply via email to