Displaying 4 results from an estimated 4 matches for "ldsinst".
Did you mean:
ldinst
2007 Apr 25
2
Can not grant SeMachineAccountPrivilege on Debian Etch
I am testing out Debian Etch, and ran into an issue granting SeMachineAccountPrivilege to an account... which granting that permission had been troublesome in the past.
The command I am issuing is:
net rpc rights grant LDS-DEMO\\ldsinst SeMachineAccountPrivilege
And I try running the command with an account that is a member of the "Domain Admins" group.
The command returns:
Failed to grant privileges for LDS-DEMO\ldsinst (NT_STATUS_ACCESS_DENIED)
In the past when this has failed, the "only" way to get it to...
2006 Feb 13
3
Samba not listening on 127.0.0.1... hua???
<rant>Every time I set up a new test Samba server, the step to "net rpc rights grant..." ALWAYS fights me tooth and nail... ALWAYS with a different error message. I've even created little scripts to
run so I am not typing commands incorrectly... but NNNOOOOOO, the script to grand rights to one stink'n account always has to complain!</rant>
OK, this time it is...
2004 Jul 09
1
Access Denied touching shared CUPS printer
I am now getting around to setting up a test printer.
CUPS is installed in RAW mode and a test print work A-OK. I also set the CUPS printer que as default.
Below are my printer related smb.conf lines for this PDC.
[global]
...
########## NT Domain Related ##########
admin users = pianoman ldsinst
...
########## Printing ##########
printcap name = CUPS
printing = CUPS
[printers]
comment = SMB Print Spool
path = /var/spool/samba
printable = Yes
guest ok = Yes
read only = no
use client driver = Yes
browseable = No
create mode = 0600
...
And I did creat...
2007 Jun 01
2
Not seeing the expected group memberships with ifmember.exe /list
...group=ntpwrusr unixgroup=ntpwrusr type=d
net groupmap add ntgroup=ntusers unixgroup=ntusers type=d
net groupmap add ntgroup=ntguests unixgroup=ntguests type=d
When we join the domain, we run roughly the following script:
?REM JoinDomain.cmd
NETDOM.EXE JOIN %ComputerName% /Domain:LDS-DEMO /UserD:ldsinst /PasswordD:password
REM Remove domain to local group mapping done by NETDOM
NET LOCALGROUP "Users" "LDS-DEMO\Domain Users" /DEL
NET LOCALGROUP "Administrators" "LDS-DEMO\Domain Admins" /DEL
REM Add domain to local group mapping
NET LOCALGROUP "Administ...