Displaying 20 results from an estimated 2000 matches similar to: "rpcclient netsharegetinfo against linux server"
2005 Dec 01
1
NetShareEnum bug on Win 2003 Server
Hi all!
I believe there is a bug regarding NetShareEnum command when run
against a Win 2003 server.
When run I only get back one share and then I get Segmentation fault.
Using NetShareGetInfo 'sharename' works perfectly and also NET LIST
SHARE.
Any suggestions?
Samba version is 3.21.rc-1 running on a FC 4 machine.
Regards,
Henrik
2006 Aug 18
2
Why can't I delete "Everyone" ACL entry on a Samba share?
Hi list,
Using Samba 3.0.22 on a Debian box.
Samba is using security = ADS and is a member server.
Winbind, kerberos works as expected.
BUT
If I look at the security tab in windows I always see the Everyone
entry.
I think this is because the POSIX "other" entry in the FS on the
debian box, correct?
Can I remove it? If so how?
Thanks,
Henrik
2006 Feb 11
2
GPL question regarding distribution
Hi list,
I've read the GPL and have som questions regarding incorporating GPL
tools in other software.
Lets say that I make an Webbapplication that on some occasions uses a
GPL tool i.e nmblookup or rpcclient how much of my code do I need to
release under the GPL? Only the code interacting with the tool or all
of it (graphics, cgi scripts, designs etc etc)?
If that is the case how do
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 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
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
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
2006 Aug 24
2
How to get Samba's share directories
Hi all,
Is there any tool that can get Samba service (share directory) and its
full path? Maybe its output likes this:
[share] /home/share
[setup] /home/setup
...
Any help would be appreciated.
Best regards,
--
Nguyen Anh Phu
2015 Aug 04
1
[Announce] Samba 4.3.0rc2 Available for Download
Release Announcements
=====================
This is the second release candidate of Samba 4.3. This is *not*
intended for production environments and is designed for testing
purposes only. Please report any defects via the Samba bug reporting
system at https://bugzilla.samba.org/.
Samba 4.3 will be the next version of the Samba suite.
UPGRADING
=========
Nothing special.
NEW FEATURES
2015 Aug 04
1
[Announce] Samba 4.3.0rc2 Available for Download
Release Announcements
=====================
This is the second release candidate of Samba 4.3. This is *not*
intended for production environments and is designed for testing
purposes only. Please report any defects via the Samba bug reporting
system at https://bugzilla.samba.org/.
Samba 4.3 will be the next version of the Samba suite.
UPGRADING
=========
Nothing special.
NEW FEATURES
2006 Apr 25
2
how to know local path ?
Hi,
In computer A, is there any way to know local path at
computer B?
Let me give more details :
Computer B(linux) has a directory, called /samba/shared,
it is mapped to Computer A(Windows) as S:.
In computer A, is there any way to know "S:"'s local
path in computer B is "/samba/shared" ?
Furthermore, in computer B, is there any way to know
"/samba/shared" is
2007 Mar 21
4
Cannot delete for id of type Array
Hello list,
I have a little weird error when deleting documents from the index.
I''m using the following code.
ferret_index = Ferret::Index::Index.new(:path => FERRET_INDEX_PATH)
query = Ferret::Search::TermQuery.new(:fk_file_id, "#{_fk_file_id}")
ferret_index.search_each(query) do | id |
ferret_index.delete(id)
end
And I get the following error
Cannot delete for id of
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 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
2002 Mar 13
0
rpcclient man page and "--help"
There seems to be some discrepancy between rpcclient's man page and
"rpcclient --help" in regards to the servername.
It seems that the proper usage of rpcclient is
rpcclient [options] server
this is the format that is specified in "rpcclient --help." rpcclient's
man page, however specifies that the servername should come directly
after rpcclient. I.E.
2002 May 29
2
Will rpcclient ever get better?
I was wondering if anyone has heard of someone trying to improve on
rpcclient, specifically regarding the printer-related commands. Also, it
seems that rpcclient has trouble returning a large list of printers
(enumprinters), like in the range of 200. Has anyone heard about this?
Thanks in advance for replies :-)
Thomas Klopf
MMS - Gulf Region (ACS-GS contractor)
-------------- next part
2014 Jul 09
1
DFS queries via rpcclient to Windows 2012 Server fails
Hello,
We previously had Win2008 R2 DCs which we have begun to replace with Win2012 servers (forest is still at 2008 level however). I was able to query DFS via rpcclient but now I find that I am unable to.
I know that SMB3 was introduced in Win2012 but I believe that it should auto-negotiate earlier versions. I did however test from v4.1.9 as well, unfortunately that still fails.
From Samba3
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
2007 Jul 12
1
Using setuid on smbd
Hello list,
I wonder if it is a really bad idea to setuid bit on samba daemons to
make them start with root privileges?
I need it in an embedded systems where the daemons are started by a
non root user and I don't have access to sudo etc and we all know
that smbd should run under root.
Cheers,
henke
2004 Mar 03
0
rpcclient addprinter error
Hi
I am trying to use rpcclient's addprinter to install a printer automatically in
a large number of XP workstations (+100)
But I get the following:
1) connecting to a XP workstation works fine
rpcclient -U root sim31%xxxx
rpcclient $>
2) adddriver also works fine. Enumdrivers shows this:
rpcclient $> enumdrivers
[Windows NT x86]
Printer Driver Info 1:
Driver Name: