Displaying 20 results from an estimated 100000 matches similar to: "Net command help. Please!"
2005 Oct 04
3
Net Rpc Logoff possible?
Hello!
I wonder if it is possible to send a logoff rpc signal?
If it is not possible as today would it be possible if we could trace
the rpc logoff signal sent p? MS own products?
Any suggestions are welcome!
Regards
Henrik
2006 Mar 05
1
REPOST net rpc user ADD flags unknown?
Hi list,
I have a couple of questions regarding the NET command:
1) What flags are available with the net rpc user add command?
I says in the man pages that you can specify user flags with
the -F parameter but not which flags.
2) If I add a user with the net command it is automatically
"disabled" and I have to "change password at next logon".
How can I avoid this?
2005 Dec 13
2
NET VIEW equivalent in Samba
Hi!
Is there a NET VIEW equivalent in samba?
I looked at smbclient -L but then I have to know the browser master.
I only want to specifiy a workgroup..
Regards,
Henrik
2005 Oct 03
3
NET RPC calls fails
Hi Samba folks!
I have a problem concerning RPC calls.
In a domain environment running 3.0.3pre2 I have no problems shutting
down remote computers.
I now have a small environment with only 2 computers in a workgroup.
My samba server is running on a FreeBSD 5.4 box and my client is a
Win XP Pro SP2 box.
When I try to use net rpc shutdown -I 192.168.1.50 -U Administrator i
get the
2007 Mar 06
3
Highlight method creates malformed characters.
Hello list,
I''ve just updated to 0.11.3 and I came upon this problem.
When using the highlight function in a rails application I sometimes
get the error "Malformed UTF-8 character."
It is just on certain documents and if I change the excerpt length
the error disappears so it feels that if the highlight method cuts
the text at the wrong character the function returns a
2007 Feb 22
5
Combine ferret with database
Hello list,
I wonder if someone has some tips on joining a ferret search with a
database.
I have a rails project using a postgresql backend and I would like to
utilize the superb performance of ferret for fulltext searching.
The problem is that I have to joined the result with the database as
I have some user access rights to different documents to take into
account.
Does anyone have
2007 Feb 27
1
Scripting net command problem
Hello list,
I'm writing some scripts that executes the net command.
I have noticed that sometimes when things goes wrong the net command
asks for input i.e a password which results in a hanging script.
Is there some way to avoid this?
I've looked at the different flags fro net command but haven't found
anything that could help me with this.
Cheers,
henrik
2009 Mar 24
0
" Failed to connect to IPC$ share on localhost" when running the "net rpc group add" command.
Probably an easy one for most of you:
I'm trying to create nested groups on my Samba server. When running "net rpc
group add" I am prompted for my root password and receive the error: "Failed
to connect to IPC$ share on localhost". When I use my other login I receive:
# net rpc group add Admins -L -U bill
Enter bill's password:
Failed to add alias 'Admins'
2015 Dec 01
0
After joining domain, Samba uses the workgroup name, not the FQDN when running the net ads command
On 30/11/15 22:38, Jonathan S. Fisher wrote:
> Thank you Rowland for the help so far. I followed the directions on
> that page very precisely. I was able to join the domain, but the RPC
> stuff still doesn't work and I'm still having the same problem. The
> actual root problem is that up to this point, winbind works for about
> a day or so then I start getting
2017 Dec 06
0
Intermittent failure of net ads join command with error "The transport connection is now disconnected"
Hello All
Can someone please help me understand what could be the reason SPENGO fails
with windows AD server?
SPNEGO login failed: The transport connection is now disconnected.
error_string : 'failed to lookup DC info for domain '
DOMAIN.COM <http://domain.com/>' over rpc: The transport connection is now
disconnected.'
Thanks in Advance
Akash
On Fri,
2006 Apr 13
2
Big performance difference between smbclient put/get
Hi list,
I'm using Samba 3.0.21 on a FC4 box.
When copying files using smbclient I get huge speed differences
between put and get commands.
smb: \> put backup.tar
putting file backup.tar as \backup.tar (543.0 kb/s) (average 543.0 kb/s)
smb: \> get backup.tar
getting file \backup.tar of size 31549440 as backup.tar (7681.4 kb/s)
(average 7681.4 kb/s)
smb: \> put backup.tar
2015 Dec 01
0
After joining domain, Samba uses the workgroup name, not the FQDN when running the net ads command
Well I got one step farther...
hostname -d and hostname -f now work correctly if I add this line to
/etc/hosts
/etc/hosts
127.0.0.1 localhost
127.0.1.1 freeradius.windows.corp.springventuregroup.com freeradius
But same error on the rpc command. It's still asking DNS for
"_ldap._tcp.pdc._msdcs.WINDOWS"
not "_ldap._tcp.pdc._msdcs.WINDOWS.CORP.XXX.COM"
Can you do a
2015 Dec 03
0
After joining domain, Samba uses the workgroup name, not the FQDN when running the net ads command
On 12/3/2015 12:52 PM, Jonathan S. Fisher wrote:
> jonathan.fisher at freeradius:~$ sudo net ads join -Uadministrator
> Enter administrator's password:
> Using short domain name -- WINDOWS
> Joined 'FREERADIUS' to dns domain 'windows.corp.XXX.com'
> jonathan.fisher at freeradius:~$ hostname
> freeradius
> jonathan.fisher at freeradius:~$ hostname -d
>
2015 Nov 30
0
After joining domain, Samba uses the workgroup name, not the FQDN when running the net ads command
On 30/11/15 20:01, Jonathan S. Fisher wrote:
> Hey guys,
>
> I've successfully joined the domain with "sudo net ads join -k". However,
> when I try to run this: "sudo net rpc info" I get this error: "Unable to
> find a suitable server for domain WINDOWS"
>
> I dumped the DNS requests and it looks like the problem is that it's asking
>
2015 Nov 30
0
After joining domain, Samba uses the workgroup name, not the FQDN when running the net ads command
On 30/11/15 20:30, Jonathan S. Fisher wrote:
> Same results with that command. And the same DNS query occurred
>
> On Mon, Nov 30, 2015 at 2:20 PM, Rowland Penny
> <rowlandpenny241155 at gmail.com <mailto:rowlandpenny241155 at gmail.com>>
> wrote:
>
> On 30/11/15 20:01, Jonathan S. Fisher wrote:
>
> Hey guys,
>
> I've
2006 Jun 12
1
Enum NT builtin users
Hi list,
I need to be able to enumerate all users on a client machine.
I've been using NET RPC USER/GROUP command but it doesn't display
some builtin users/groups like NT INSTANCE\SYSTEM (S-1-5-18) and
Everyone (S-1-1-0).
Does anyone know if it is possible to enumerate ALL users/groups on a
client?
Cheers,
Henrik
2006 Apr 27
12
Execute controller function from RJS
Hi all,
I wonder if it is somehow possible to execture or redirect to a
controller function from RJS?
Right now I do:
def foo()
render :partial => ''executeagain''
end
_executeagain.rhtml
<script>
new Ajax.Updater(''elmntID'', ''/test/foo/'', {evalScripts:true});
</script>
This will loop I know :)
How can I achieve the same
2008 Apr 21
0
Command 'net rpc ...' yields nothing
Guys,
I've been using samba PDC with LDAP backend for about 2 years now, and
they're working just fine. All this time, each time I join a new computer
(PC with win XP Pro, Me, win98), I use the root account and its samba
password. The problem is, I can use the root to login into the domain too,
which something I don't like. If i used the parameter "invalid users =
root" via
2006 Mar 08
3
date created attribute doesn't seem right
Greetings,
I've setup a samba server (ver 3.0.14a-3) on debian sarge. When I copy files to the server, the 'date created' attribute is always the same value as the 'date modified' attribute. The 'date modified' attribute remains the same, but the 'date created' changes as noted above.
I also have a snap server which has the same type of behavior. It is my
2015 Dec 01
0
After joining domain, Samba uses the workgroup name, not the FQDN when running the net ads command
Checked with the network guy... yes, the main DNS is indeed dnsmasq. He has
a delegation though, so any query for WINDOWS.corp.XXX.com winds up going
to to the correct place:
domain=/windows.corp.XXX.com/192.168.127.141
domain=/windows.corp.XXX.com/192.168.112.4
The DC's (192.168.127.141, 192.168.112.4) are indeed running DNS (I can dig
at them). Would it just be easier to make this host