Displaying 9 results from an estimated 9 matches for "win_domain".
2010 Apr 30
0
Why do Interdomain trusts try to use kerberos
...C I can grant samba users file access.
I setup up the samba domain to trust the windows domain. I started
the process on the windows PDC first.
------------------------------------------------------------------------------------------------------------
[samba_pdc]# net rpc trustdom establish win_domain
Enter SMB_DOMAIN$'s password:
Could not connect to server WIN_PDC
Trust to domain WIN_DOMAIN established
[samba_pdc]#
------------------------------------------------------------------------------------------------------------
Not sure if the "could not connect" error is a proble...
2010 May 04
1
interdomain trusts / wbinfo and listent_recv: returned no users
....
>
>
> I setup up the samba domain to trust the windows domain. I started
> the process on the windows PDC first.
>
> --------------------------------------------------------------------------
> ----------------------------------
> [samba_pdc]# net rpc trustdom establish win_domain
>
> Enter SMB_DOMAIN$'s password:
> Could not connect to server WIN_PDC
> Trust to domain WIN_DOMAIN established
> [samba_pdc]#
>
>
> --------------------------------------------------------------------------
> ----------------------------------
>
>
> Not sur...
2010 May 02
0
Why do Interdomain trusts try to use kerberos - updated
...I can grant samba users file access.
I setup up the samba domain to trust the windows domain. I started
the process on the windows PDC first.
----------------------------------------------------------------------------
--------------------------------
[samba_pdc]# net rpc trustdom establish win_domain
Enter SMB_DOMAIN$'s password:
Could not connect to server WIN_PDC
Trust to domain WIN_DOMAIN established
[samba_pdc]#
----------------------------------------------------------------------------
--------------------------------
Not sure if the "could not connect" error is a probl...
2006 Nov 01
0
1 WIN_DOMAIN/2 subdomains
Hi,
I have a win domain with samba PDC on linux on the public network.
I have another linux machine in that network with 2 network cards.
eth0 on the public network (a.b.c.d)
eth1 on a privet network (192.168.15.1)
There is one computer with win xp connected to eth1.
How can I make that 'private' computer make to be part of the
win-network in the public network?
(If I connect the
2019 Apr 29
2
Difficulties retrieving randomly assigned password for newly created Samba user acounts
...e to create a new
user on my DC:
pi at ad1:~ $ sudo samba-tool user create "$USERNAME"
--given-name="$GIVENNAME" --surname="$SURNAME" --mail-address="$EMAIL"
--company="$COMPANY" --random-password --must-change-at-next-login
--nis-domain="$WIN_DOMAIN" --unix-home="$UNIXHOMEFOLDERPATH"
--home-drive="H" --home-directory="$WINDOWSHOMEFOLDERPATH"
--login-shell="/usr/bin/git-shell" --uid-number="$UIDNUMBER"
--gid-number=10000 -U "administrator%$SAMBA_ADMIN_PASSWORD"
User 'stephe...
2019 Sep 29
2
Machines joined to a domain can't access shares on standalone Samba server
...y with "username map" setting just to check if I
could map the user.
- Accessing the standalone server by IP still fails with authentication
(trying to fallback to SMB1 for testing)
- Increasing logs verbosity, I see things like:
check_ntlm_password: Checking password for unmapped user
[WIN_DOMAIN]\[Windows User]@[Windows_host] with the new password interface
check_ntlm_password: mapped user is: [WIN_DOMAIN]\[Windows
User]@[Windows_host]
and
auth_check_ntlm_password: sam_ignoredomain authentication for user
[linux_user] FAILED with error NT_STATUS_WRONG_PASSWORD, authoritative=1
[global]...
2019 Apr 29
0
Difficulties retrieving randomly assigned password for newly created Samba user acounts
...uot;
# And create your user.
sudo samba-tool user create "$USERNAME" --given-name="$GIVENNAME" --surname="$SURNAME" \
--mail-address="$EMAIL" --company="$COMPANY" --password="$USERPASS" --must-change-at-next-login \
--nis-domain="$WIN_DOMAIN" --unix-home="$UNIXHOMEFOLDERPATH" \
--home-drive="H" --home-directory="$WINDOWSHOMEFOLDERPATH" \
--login-shell="/usr/bin/git-shell" --uid-number="$UIDNUMBER" \
--gid-number=10000 -k
Echo "$USERNAME:${USERPASS}" >> new-use...
2019 Sep 29
0
Machines joined to a domain can't access shares on standalone Samba server
...tting just to check if I
> could map the user.
> - Accessing the standalone server by IP still fails with authentication
> (trying to fallback to SMB1 for testing)
> - Increasing logs verbosity, I see things like:
>
> check_ntlm_password: Checking password for unmapped user
> [WIN_DOMAIN]\[Windows User]@[Windows_host] with the new password interface
> check_ntlm_password: mapped user is: [WIN_DOMAIN]\[Windows
> User]@[Windows_host]
>
> and
>
> auth_check_ntlm_password: sam_ignoredomain authentication for user
> [linux_user] FAILED with error NT_STATUS_WRONG_PA...
2019 Mar 22
4
Problems with Samba 4.5.16 - configuring a second failover AD DC and joining this to an existing domain SAMDOM
...quot;
GATEWAY="192.168.1.1";
EXTERNAL_DNS1="88.215.63.255"
EXTERNAL_DNS2="88.215.61.255"
EXTERNAL_DNS3="8.8.8.8"
DNS_SERVERS="$IP_ADDRESS $IP_ADDRESS_SECONDARY_AD $EXTERNAL_DNS1 $EXTERNAL_DNS2 $EXTERNAL_DNS3";
DOMAIN="samdom.example.com";
WIN_DOMAIN="samdom"
HOSTNAME="ad1";
# ---------------------------------------------------------------|
# Shell colour definitions
# ---------------------------------------------------------------|
RCol='\e[0m' # Text Reset
# Regular Bold Underline...