Displaying 3 results from an estimated 3 matches for "client_machine".
2009 Aug 31
0
I want samba PDC join without ldap
hi
i want samba(PDC) join
client too samba
but not use ldap
domain join with winbind or net rpc
it's usualy success join, but usualy failed
log.client_machine is
"failed to get machine password for account client_machine$: NT_STATUS_LOGON_FAILURE"
same configure then why success why failed?
how to samba PDC samba client domain join without ldap?
2010 Aug 17
6
enable client to join domain with no or any password?
...really don't want to hard code that
into a file.
Is there a way to set (temporarily) a Samba server so that it will
accept (admin/anything) as valid credentials for joining a domain, where
"anything" is any string, not just the password?
That is, something like this:
server: set client_machine accept_only_password
(THIS IS THE DEFAULT)
client: (powershell)
$myCred = New-Object System.Management.Automation.PSCredential \
admin,a_string_which_is_NOT_the_password
Add-Computer SAMBA_domain -cred $myCred
(FAILURE, wrong password)
server: set client_machine accept_any_password
clien...
2003 Nov 21
0
how to get IPFW rules for SMTP server behind NAT server "right"?
...4" # LOCAL network range
inip="10.0.0.1" # gateway's internal (NAT) IP address
exip="any"
gateway_server="10.0.0.1" # the gateway/firewall box, 2 interfaces
smtp_server="10.0.0.2" # SMTP server behind NAT firewall
client_machine="10.0.0.3" # a client machine inside the NAT firewall
i've launched NATD as follows:
/usr/sbin/natd \
-interface ${exif} -dynamic -port 8668 \
-log -log_denied \
-unregistered_only \
-use_sockets \
-redirect_port tcp ${smtp_server}:25 25
tme SMTP server listens...