For more infomartions, bellow is my domain.conf file :

[S2008]
ntlm_cache_filter=(&(samAccountName=*)(!(|(lockoutTime=>0)(userAccountControl:1.2.840.113556.1.4.803:=2))))
ntlm_cache=disabled
registration=1
ntlm_cache_expiry=3600
dns_name=DOMAIN.NET
dns_servers=192.168.6.200
ou=Computers
bind_pass=
ntlm_cache_on_connection=disabled
bind_dn=
workgroup=DOMAIN
ntlm_cache_batch_one_at_a_time=disabled
sticky_dc=*
ad_server=adserver.domain.net
ntlm_cache_batch=disabled
server_name=packetfence

And I get this error when I try to join PF to my Active Directory Server :

2018/04/18 08:14:12.377192,  0]
../source3/winbindd/winbindd_cache.c:3171(initialize_winbindd_cache)
  initialize_winbindd_cache: clearing cache and re-creating with version
number 2
[2018/04/18 08:14:12.382016,  0]
../source3/winbindd/winbindd_util.c:883(init_domain_list)
  Could not fetch our SID - did we join?
[2018/04/18 08:14:12.382153,  0]
../source3/winbindd/winbindd.c:1402(winbindd_register_handlers)
  unable to initialize domain list
[2018/04/18 08:14:12.504853,  0]
../source3/winbindd/winbindd_cache.c:3171(initialize_winbindd_cache)
  initialize_winbindd_cache: clearing cache and re-creating with version
number 2
[2018/04/18 08:14:12.519144,  0]
../source3/winbindd/winbindd_util.c:883(init_domain_list)
  Could not fetch our SID - did we join?
[2018/04/18 08:14:12.519178,  0]
../source3/winbindd/winbindd.c:1402(winbindd_register_handlers)
  unable to initialize domain list
[2018/04/18 08:14:12.673206,  0]
../source3/winbindd/winbindd_cache.c:3171(initialize_winbindd_cache)
  initialize_winbindd_cache: clearing cache and re-creating with version
number 2
[2018/04/18 08:14:12.677172,  0]
../source3/winbindd/winbindd_util.c:883(init_domain_list)
  Could not fetch our SID - did we join?
[2018/04/18 08:14:12.677200,  0]
../source3/winbindd/winbindd.c:1402(winbindd_register_handlers)
  unable to initialize domain list

And these errors when I write these commands :

[root@localhost pf]# chroot /chroots/S2008/ wbinfo -u
could not obtain winbind interface details: WBC_ERR_WINBIND_NOT_AVAILABLE
could not obtain winbind domain name!
Error looking up domain users
[root@localhost pf]# chroot /chroots/S2008/ wbinfo -g
could not obtain winbind interface details: WBC_ERR_WINBIND_NOT_AVAILABLE
could not obtain winbind domain name!
failed to call wbcListGroups: WBC_ERR_WINBIND_NOT_AVAILABLE
Error looking up domain groups
[root@localhost pf]# chroot /chroots/S2008/ wbinfo -t
could not obtain winbind interface details: WBC_ERR_WINBIND_NOT_AVAILABLE
could not obtain winbind domain name!
checking the trust secret for domain (null) via RPC calls failed
failed to call wbcCheckTrustCredentials: WBC_ERR_WINBIND_NOT_AVAILABLE
Could not check secret
[root@localhost pf]# chroot /chroots/S2008/ wbinfo -p
Ping to winbindd failed
could not ping winbindd!
[root@localhost pf]#

see below my ip route & ip get's commands :

[root@localhost pf]# ip route
default via 192.168.2.254 dev ens33
169.254.0.0/30 dev S2008-b proto kernel scope link src 169.254.0.2
169.254.0.0/16 dev ens33 scope link metric 1002
169.254.0.0/16 dev ens33.20 scope link metric 1003
169.254.0.0/16 dev ens33.30 scope link metric 1004
169.254.0.0/16 dev ens33.40 scope link metric 1005
169.254.0.0/16 dev ens33.50 scope link metric 1006
169.254.0.0/16 dev ens33.60 scope link metric 1007
192.168.2.0/24 dev ens33 proto kernel scope link src 192.168.2.200
192.168.20.0/24 dev ens33.20 proto kernel scope link src 192.168.20.200
192.168.30.0/24 dev ens33.30 proto kernel scope link src 192.168.30.200
192.168.40.0/24 dev ens33.40 proto kernel scope link src 192.168.40.200
192.168.50.0/24 dev ens33.50 proto kernel scope link src 192.168.50.200
192.168.60.0/24 dev ens33.60 proto kernel scope link src 192.168.60.200
192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1
[root@localhost pf]# ip route get 192.168.6.200
192.168.6.200 via 192.168.2.254 dev ens33 src 192.168.2.200
    cache

And in attached you will find my file /var/conf/iptables.conf.

Thank you for your answer! And I hope to find a solution to my problem,
it's very important ! :)

Kind regards,

Xavier TAURAN
Network Engineer

Attachment: ipconfig.conf
Description: Binary data

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to