Displaying 5 results from an estimated 5 matches for "domaindomain".
2015 Feb 27
2
NT_STATUS_CONNECTION_REFUSED, again!!!
...e double quotes character Try
replacing that line with this: echo ${SETNTPASSWD}| net rpc rights grant
${SETNTDOM}Domain Admins SeDiskOperatorPrivilege -UAdministrator Rowland
Links: ------ [1] http://www.donelsontrophy.com [1]
I am convinced it is the way that line is formatted, instead of using
DOMAINDomain Admins, I think it is using DOMAINdomain, so perhaps this
would be better:
echo ${SETNTPASSWD}| net rpc rights grant "${SETNTDOM}\Domain Admins"
SeDiskOperatorPrivilege -UAdministrator
but as you are now up and running, we will probably never know.
Rowland
Links:
------
[1] http://...
2015 Feb 27
2
NT_STATUS_CONNECTION_REFUSED, again!!!
...le quotes character Try replacing that line with this: echo ${SETNTPASSWD}| net rpc rights grant ${SETNTDOM}Domain Admins SeDiskOperatorPrivilege -UAdministrator Rowland Links: ------ [1] http://www.donelsontrophy.com [1] [1 [1]] I am convinced it is the way that line is formatted, instead of using DOMAINDomain Admins, I think it is u
sing
DOMAINdomain, so perhaps this would be better: echo ${SETNTPASSWD}| net rpc rights grant "${SETNTDOM}Domain Admins" SeDiskOperatorPrivilege -UAdministrator but as you are now up and running, we will probably never know. Rowland Links: ------ [1] http://www.do...
2015 Feb 27
0
NT_STATUS_CONNECTION_REFUSED, again!!!
...y
> replacing that line with this: echo ${SETNTPASSWD}| net rpc rights grant
> ${SETNTDOM}Domain Admins SeDiskOperatorPrivilege -UAdministrator Rowland
> Links: ------ [1] http://www.donelsontrophy.com [1]
>
> I am convinced it is the way that line is formatted, instead of using
> DOMAINDomain Admins, I think it is using DOMAINdomain, so perhaps this
> would be better:
>
> echo ${SETNTPASSWD}| net rpc rights grant "${SETNTDOM}\Domain Admins"
> SeDiskOperatorPrivilege -UAdministrator
>
> but as you are now up and running, we will probably never know.
>
>...
2015 Feb 27
3
NT_STATUS_CONNECTION_REFUSED, again!!!
Thanks Rowland but that idea did not work.
I will simply grant access to those that failed manually.
(Really wish I had kept the VM that the scripthad worked on so I could
go back and see what happened but, too late, I have already deleted to
save precious hard drive space.)
If I have any issues, I'll be back.
---
-------------------------
Bob Wooden of Donelson Trophy
615.885.2846
2007 Jun 04
2
Unable to set/authenticate to correct domain...
...3.0.25 on AIX 5.3 (installed from the binaries available on samba.org including the base install -- openldap, etc.) and have set it up to authenticate to LDAP directories on two different servers (one of them set up as a samba PDC and the other as a samba BDC) in the usual way:[global]workgroup = mydomaindomain master = no...passdb backend = ldapsam:"ldaps://...security = domainnetbios name = p505...And I have a share set up like the following:[shared] comment = shared files path = /tmp/shares/testshare valid users = test read only = no write list = test browseable = Yes(It will be...