Olá a todos.

Estou com um problema e espero que vcs me ajudem pois nõ consigo resolver de forma alguma.

Instalei tudo Virtualizado um Win2003(ADS) + Linux UBUNTU 8.04 SERVER. Configurei o samba para autenticar no ADS quando ingreso a Maquina no domínio, funciona (net ads join -U administrator), mas quando coloco wbinfo -u ou -g ele na erro "erros looking up domain users" e não lista nem usuários e nem grupos. estou precisando configurar, pois meu objetivo é colocar pra funcionar pykota (Um sistema de gerenciamento de impressora).

Obrigado a Todos.

Maurício Magalhães

Segue Abaixo minhas configurações:

Samba:

[global]
workgroup = SERVERPRINT
netbios name = SERVERPRINT
os level = 20
server string = "Servidor de Impresso w/ ADS Suporte)"
unix charset = LOCALE
wins server = 10.32.76.5
dns proxy = no
log level = 5
log file = /var/log/samba/log.%m
max log size = 1024
syslog = 0
panic action = /usr/share/samba/panic-action %d
security = ADS
password server = *
realm = SERVERPRINT.COM.BR
public = yes
encrypt passwords = true
passdb expand explicit = no
obey pam restrictions = yes
ldap ssl = no
invalid users = root
load printers = yes
printcap name = cups
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
printing = cups
preferred master = no
domain master = no
disable spoolss = yes
show add printer wizard = no
idmap uid = 10000-20000
idmap gid = 10000-20000
template shell = /bin/bash
template homedir = /home/%U
winbind cache time = 14400
winbind gid = 10000-20000
winbind enum groups = yes
winbind enum users = yes
winbind use default domain = yes
wins proxy = no
[printers]
comment = All Printers
writable = no
path = /var/spool/samba
printable = yes
public = yes
read only = yes
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = yes
read only = no
guest ok = yes
write list = administrator, @"domain admins"
[temp]
comment = Diretorio Temporario
path = /tmp
read only = no
=========================================

Nsswitch.conf

passwd: compat winbind
group: compat winbind
shadow: compat winbind
hosts: files dns winbind
networks: files
protocols: db files
services: db files
ethers: db files
rpc: db files
netgroup: nis
======================================

Hosts

127.0.0.1 localhost
10.32.76.105 serverprint.serverprint.com.br serverprint
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
=======================================
Resolv.conf

nameserver 10.32.76.5
=======================================

Krb5.conf

[logging]
default = FILE:/var/log/krb5.log
kdc = FILE:/var/log/krb5kdc.log
admin_server = FILE:/var/log/kadmind.log
[libdefaults]
default_realm = SERVERPRINT.COM.BR
ticket_lifetime=24000
dns_lookup_realm = false
dns_lookup_kdc = false
krb4_config = /etc/krb.conf
krb4_realms = /etc/krb.realms
kdc_timesync = 1
ccache_type = 4
forwardable = true
proxiable = true
clockskew = 300
v4_instance_resolve = false
v4_name_convert = {
host = {
rcmd = host
ftp = ftp
}
plain = {
something = something-else
}
}
fcc-mit-ticketflags = true
[realms]
SERVERPRINT.COM.BR = {
kdc = 10.32.76.5:88
default_domain = serverprint.com.br
}

.serverprint.com.br = SERVERPRINT.COM.BR
serverprint.com.br = SERVERPRINT.COM.BR
[login]
krb4_convert = true
krb4_get_tickets = false