Доброго времени суток.
Такая пробелема родилась: при попытке сделать "net join -U admin" вылазит
kerberos_kinit_password admin@DOMAIN.RU failed: Response too big for UDP, retry with TCP,
НООООООО я в krb5.conf явно прописал TCP и "kinit admin" проходит нормально, т.е. билетик выдаётся.
Где еще надо прописать TCP ???ОС FreeBSD 6.2., samba-3.0.28, heimdal-1.0.1
Конфиги:/etc/krb5.conf
[libdefaults]
default_realm = DOMAIN.RU[realms]
DOMAIN.RU = {
kdc = tcp/servername.domain.ru
admin_server = servername.domain.ru }
[domain_realm]
.domain.ru = DOMAIN.RU[logging]
kdc = FILE:/var/log/krb5kdc.log
admin_server = FILE:/var/log/kadmin.log
default = FILE:/var/log/krb5lib.log
/usr/local/etc/smb.conf[global]
workgroup = domain
server string = Samba Server
netbios name = smbs
security = ADS###################################
auth methods = winbind
map to guest = Bad User
client NTLMv2 auth = yes
####################################hosts allow = xx.yy.
guest account = nobody
log file = /var/log/samba/log.%m
max log size = 50000
idmap uid = 10000-20000
idmap gid = 10000-20000
password server = xx.yy.z.qq # ip контролера домена
realm = domain.ru
winbind use default domain = yes
socket options = TCP_NODELAY# charset settings
display charset = koi8-r
unix charset = koi8-r
dos charset = 866
>[оверквотинг удален]
> password server = xx.yy.z.qq # ip контролера домена
>
> realm = domain.ru
> winbind use default domain = yes
> socket options = TCP_NODELAY
>
># charset settings
> display charset = koi8-r
> unix charset = koi8-r
> dos charset = 866в последнем ответе вроде решение вашей проблемы
http://groups.google.com.ua/group/linux.samba/browse_thread/...
>[оверквотинг удален]
>> winbind use default domain = yes
>> socket options = TCP_NODELAY
>>
>># charset settings
>> display charset = koi8-r
>> unix charset = koi8-r
>> dos charset = 866
>
>в последнем ответе вроде решение вашей проблемы
>http://groups.google.com.ua/group/linux.samba/browse_thread/...Как написано в данной ссылке сделал: снес heimdal, поставил krb5 из портов, пересобрал самбу. Картина изменилась, но всё равно нифига не получается...
kinit отрабатывает без ошибок, билетик получается.Пытаемся попасть в домен:
net join -U admin // admin имеет права доменного администратора
получаем в ответ:
Failed to set servicePrincipalNames. Please ensure that
the DNS domain of this server matches the AD domain,
Or rejoin with using Domain Admin credentials.
Deleted account for 'TOFSMBS' in realm domain
Failed to join domain: Type or value exists
ADS join did not work, falling back to RPC...
Unable to find a suitable server
Unable to find a suitable serverУже удалял и заводил заново сервак в Active Directory... Нифига не помогает.
Подскажите куда копнуть.
>[оверквотинг удален]
>Or rejoin with using Domain Admin credentials.
>Deleted account for 'TOFSMBS' in realm domain
>Failed to join domain: Type or value exists
>ADS join did not work, falling back to RPC...
>Unable to find a suitable server
>Unable to find a suitable server
>
>Уже удалял и заводил заново сервак в Active Directory... Нифига не помогает.
>
>Подскажите куда копнуть.возможно поможет если вписать в resolv.conf адрес DNS сервера AD ?
>[оверквотинг удален]
>>Failed to join domain: Type or value exists
>>ADS join did not work, falling back to RPC...
>>Unable to find a suitable server
>>Unable to find a suitable server
>>
>>Уже удалял и заводил заново сервак в Active Directory... Нифига не помогает.
>>
>>Подскажите куда копнуть.
>
>возможно поможет если вписать в resolv.conf адрес DNS сервера AD ?не совсем понял понял что вписать...
/etc/resolve.conf
search domain.ru
nameserver 11.11.11.11 - адрес конролера домена
nameserver 22.22.22.22/etc/hosts
11.11.11.11 namedc namedc.domain.ru
Всё, решилось.
net join отработал корректно и сообщил, что joined.
Решилось добавлением в /etc/hosts строки
33.33.33.33 tofsmbs tofsmbs.domain.ru33.33.33.33 - эт ip сервака с самбой.
Щас тока wbinfo -g и wbinfo -u пишет Error looking up domain users. Бум разбираться дальше.
>Всё, решилось.
>net join отработал корректно и сообщил, что joined.
>Решилось добавлением в /etc/hosts строки
>33.33.33.33 tofsmbs tofsmbs.domain.ru
>
>33.33.33.33 - эт ip сервака с самбой.
>
>Щас тока wbinfo -g и wbinfo -u пишет Error looking up domain
>users. Бум разбираться дальше.samba restart
а во FreeBSD 7.0 все равно такая хрень происходит... где всё-таки он берет UDP ?