LINUX.ORG.RU
ФорумAdmin

Failed to join domain: Type or value exists. Broken pipe


0

0

--------------------------------------------
roxy# net ads join -U Vitaliy.Yakubov
Vitaliy.Yakubov's password:
Using short domain name -- CINIMEX
Deleted account for 'PROXY' in realm 'CINIMEX'
Failed to join domain: Type or value exists
Broken pipe

--------------------------------------------
proxy# net ads join -S CINIMEX -U Vitaliy.Yakubov
Vitaliy.Yakubov's password:
Using short domain name -- CINIMEX
Deleted account for 'PROXY' in realm 'CINIMEX'
Failed to join domain: Type or value exists
Broken pipe
proxy#

--------------------------------------------

изза чего могут возникать такие ошибки? Админ говорит что вводил машину вручную и при это домен нормально удаляется, но не вводится, билетики выдает, мои конфиги


proxy# vi /usr/local/etc/smb.conf
----------------------------------------------------
[global]
   workgroup = cinimex
   server string = Domain authentication server
   security = ads
   hosts allow = 127. 192.168.
   log file = /var/log/samba.%m
   max log size = 50000
   realm = CINIMEX
   password server = cisrv.cinimex
   encrypt passwords = yes
   winbind separator = +
   winbind use default domain = yes
   winbind uid = 10000-15000
   winbind gid = 10000-15000
   winbind enum users = yes
   winbind enum groups = yes

-------------------------------------------------


proxy# vi /etc/krb5.conf
-------------------------------------------------

[libdefaults]
        default_realm = CINIMEX
        permitted_enctypes = des-cbc-md5 des-cbc-crc des-cbc-sha1
        clockskew = 300
        default_keytab_name = FILE:/etc/krb5.keytab

[appdefaults]
        pam={
        ticket_lifetine = 1d
        renew_lifetime = 1d
        forwardable = true
        proxiable = false
        retain_after_close = true
        }
[realms]
        CINIMEX = {
                kdc = cisrv.cinimex
                admin_server = cisrv.cinimex
                default_domain = cinimex
        }

[domain_realm]
        .cinimex = CINIMEX
        cinimex = CINIMEX

[logging]
        kdc = FILE:/var/log/krb5kdc.log
        admin_server = FILE:/var/log/kadmin.log
        default = FILE:/var/log/krb5lib.log

я так понимаю у тя 1 pdc так что замени 
password server = cisrv.cinimex
на
password server = *

encrypt passwords = yes
замени на 
encrypt passwords = true

[domain_realm]
        .cinimex = CINIMEX
        cinimex = CINIMEX
замени на
[domain_realm]
        .cinimex = CISRV.CINIMEX
        cinimex = CISRV.CINIMEX

и удали тачку из домена.


и опиши все сво действия по добавлению тачки в доме (какоя ос, какие пакеты ставил...).


Morphine
()

и еще 
[realms]
        CINIMEX = {
                kdc = cisrv.cinimex
                admin_server = cisrv.cinimex
                default_domain = cinimex
        }


вот так 
[realms]
        CINIMEX = {
                kdc = CISRV.CINIMEX
                admin_server = CISRV.CINIMEX
        }


Morphine
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.