Displaying 3 results from an estimated 3 matches for "debianserver".
2007 Jul 04
1
net ads join without kerberos
...ftware from the machine to reset
configuration.
Then I have executed "net ads testjoin" to see what happened (I have already
joined the machine to the domain).
It returned the following messages:
[2007/07/04 09:14:44, 0] libads/kerberos.c:ads_kinit_password(208)
kerberos_kinit_password DEBIANSERVER$@W2KPS.INTRA.CCIAA.NET failed: Client
not found in Kerberos database
[2007/07/04 09:14:44, 0] libads/kerberos.c:ads_kinit_password(208)
kerberos_kinit_password DEBIANSERVER$@W2KPS.INTRA.CCIAA.NET failed: Client
not found in Kerberos database
[2007/07/04 09:14:44, 0] utils/net_ads.c:ads_startup(28...
2018 Aug 18
2
Bridging local physical interface to tinc
...ese packets in tinc debug.
It is probably not tinc fault but some tweaking needs to be done to bridge.
Still maybe some examples for such use case will be good for tinc vpn project.
Below is my config:
Server 1 /etc/network/interfaces
-----------------------------------------------------
root at debianserver:~# cat /etc/network/interfaces
# The loopback network interface
auto lo
iface lo inet loopback
# Local physical nic - bridge to br0
auto eth0
iface eth0 inet manual
# Bridge for physical nic and tinc (on tinc-up will add tinc tap device here)
auto br0
iface br0 inet dhcp
bridge_ports eth0
bridg...
2005 Oct 19
1
Add samba to a Win2003 AD
...edentials."
The Win2003-server is written in my "/etc/hosts", and i can't ping it.
General i'm having trouble understanding the different part, such as
"kerberos password server" and similar.
----- smb.conf ----- (192.168.0.2 = Win2003 server)
[global]
workgroup = debianserver
realm = dom.net
wins server = 192.168.0.2
security = ADS
encrypt passwords = yes
password server = dom.net
domain master = no
idmap uid = 10000-20000
idmap gid = 10000-20000
----- krb5.conf -----------
[libdefaults]
default_realm = DOM.NET
[realms]
DOM.NET = {
kdc = WINDOWSSERVER.DOM.NE...