similar to: Help removing many users

Displaying 20 results from an estimated 1000 matches similar to: "Help removing many users"

2005 Feb 04
1
Samba 3.0.9/10, missing 'net rap printq list' on HP-UX?
I have only this platform to try it on, but observe the following inconsistencies: (from the manpage for 'net'): RAP PRINTQ RAP PRINTQ LIST QUEUE_NAME Lists the specified print queue and print jobs on the server. If the QUEUE_NAME is omitted, all queues are listed. ...OK, so: [novosirj@njmsa ~]> /products/samba/bin/net rap printq list ljndemo No command: list
2004 Dec 13
2
Machine confused about localhost
I run rpcclient without specifying an IP address and I get the following error: # /products/samba/bin/rpcclient //localhost -U novosirj Password: cli_full_connection: failed to connect to //LOCALHOST<20> (0.0.0.0) Cannot connect to server. Error was NT_STATUS_UNSUCCESSFUL ...the machine knows what localhost is otherwise: # telnet localhost Trying... Connected to localhost.umdnj.edu.
2003 Jun 16
2
HP-UX and Samba 3.0
Has anyone sucessfully compiled Samba 3 on HP-UX? I have had no luck so far. The LDFLAG that it uses, I believe -g, but I'd have to look, is not supported. ---- _ _ _ _ ___ _ _ _ |Y#| | | |\/| | \ |\ | | | Ryan Novosielski - Jr. UNIX Systems Admin |$&| |__| | | |__/ | \| _| | novosirj@umdnj.edu - 973/972.0922 (2-0922) \__/ Univ. of Med. and Dent. | IST/ACS - NJMS Medical
2003 Jul 23
2
Logoff script?
Is there such a thing as a Samba logoff script? I am currently using [NETLOGON] for logon scripts, but for the adding and removing of printers via WSH, I'd prefer to also remove these printers after I log off. ---- _ _ _ _ ___ _ _ _ |Y#| | | |\/| | \ |\ | | | Ryan Novosielski - Jr. UNIX Systems Admin |$&| |__| | | |__/ | \| _| | novosirj@umdnj.edu - 973/972.0922 (2-0922) \__/
2004 Dec 14
2
Issues with trustdom on 3.0.9
I upgraded from 2.2.12 (and kept my tdb files -- it is a possibility that this is a part of my problem, but let me run it by you anyway). I'm attempting to do a domain trust between my production domain and a test domain. However, on my production domain, I have the following problem: # /products/samba/bin/net rpc trustdom list -U novosirj Password: Trusted domains list: NWK-DEV
2006 May 11
1
rpcclient problem - no connect to 0.0.0.0
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I've had this problem for quite awhile. I'm attempting to go back through the Samba issues that have been driving me crazy during my move to a current release. Here is the issue: - --- # ./nmblookup RWJA-LM querying RWJA-LM on XXX.XXX.XXX.255 XXX.XXX.XXX.XXX RWJA-LM<00> - --- Looks good to me, though, really, it should be querying
2004 May 24
1
Build Errors, torture tests 3.0.x/HP-UX 11i
I get the following errors when building the torture suite under HP-UX 11i with HP AnsiC. They are actually somewhat similar to the errors that I get trying to build the whole package with gcc: Compiling torture/torture.c In file included from include/includes.h:109, from torture/torture.c:23: /usr/include/sys/socket.h:484: error: parse error before "sendfile"
2003 Aug 11
2
Different Printer Model for different Arch
Here is a problem I posted to HP's forum on the DesignJet drivers for the 755cm, but something tells me someone clever here has already hacked around this or a similar printer and might know how to solve my problem: --- When installing drivers on a remote Samba server (ie. Windows NT emulation, and perhaps real NT as well), you are able to install printer drivers for a printer for various
2006 May 09
3
3.0.23pre1 does not compile on HP-UX 11i
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Just attempted to build 3.0.23pre1 on HP-UX 11.11 today, preparing for a planned move to a later version of 3.0.x (we're currently down at 3.0.11). Configure ran fine, but make eventually failed here: Compiling lib/sysacls.c cc: warning 422: Unknown option "fPIE" ignored. cc: "lib/sysacls.c", line 1277: warning 611: Type
2003 May 23
5
"Additional Drivers" and Print Window Refresh
I have RTFM'd, so excuse me if I missed something in the manual. :) 1) When I attempt to add additional drivers (the inital driver worked just fine, when using the instructions in John's HOWTO), I get the following error: "The printer driver you selected is either not compatible with your current version of Windows, or it may not be available. Select a compatible driver from the
2008 Mar 04
1
couldn't find service %u, Samba 3.0.11
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hey all, I'm running Samba 3.0.11 on HP-UX 11i. My only recent change was moving from smbpasswd to tdbsam, but this issue has suddenly cropped up: [2008/03/04 07:50:34, 0] smbd/service.c:make_connection(796), pacsd1 (130.219.4.160) couldn't find service %u ...which doesn't make any sense to me. Of interest might be the pdbedit - -Lv
2003 Jun 27
1
NT Policy Editor
Does anyone know what could cause "Save As..." to be grayed out when you are working with the policy tool? Everything I've read just tells me to save an NTconfig.POL, but... for some reason, I can only save the policy to the local machine. Do I have to be logged in as a local user, or..? Thanks for the help. For anyone who is confused about policy implementation, a great resource is
2004 Nov 09
1
TCP_NODELAY
I recently downloaded and installed v3.0.8 and installed it on HP-UX 11.11. Thankfully, all of the compile problems I reported in 3.0.2 are now gone (not sure why no one ever acknowledged my bug, but whatever). However, now my system is complaining that TCP_NODELAY is not a valid option. I did not turn it off during the compile, don't see it listed as an option, and worse than that, it is
2004 Dec 10
1
Odd LPQ behavior in 3.0.x
Here is what I'm seeing after upgrading to 3.0.x: 1) Jobs no longer properly report their status, using LPRng's lpq. I see, instead, no listing for status and a listing for number of pages in the job. While that is also useful information, it does not allow me to act on jobs as I'd like to (resume/pause/etc). 2) Basically EVERY job that has ever printed via Samba on that printer
2005 Feb 26
1
PrintUIEntry for NT4?
For Win2K, I've been using RunDLL32 printui.dll,printuientry to do a bunch of different printer related stuff (most notably, mapping printers and setting the default). Looks like NT4 doesn't have the same stuff. Is there anything classier I can use than NET USE under NT4 (without downloading something like Kixstart)? Thanks for your help. ---- _ _ _ _ ___ _ _ _ |Y#| | | |\/| |
2006 May 09
1
Samba on 3.0.22 on HP-UX 11i - mon.out?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 After a long hiatus from attention to Samba, I've started to compile the latest version (3.0.22) on HP-UX 11i for testing. I've noticed a couple of things. 1) For some reason, on my test system, every execution of any program that comes in the Samba suite drops "mon.out" files everyplace. Everything I can find about this says that
2004 May 10
3
HP-UX 11i and Inability to run Samba 3.0.x
I have been attempting to run the various permutations of Samba 3.0.x on my site now for a couple of weeks, and I can find no way to get it working properly. Either no one else is testing it, or there is something wrong with some manner of settings on my machines -- and they are of multiple classes adn different installs. I have one G70, one D380, and one 9000 N-class, and all of them exhibit this
2003 May 20
2
Profiles after a Samba machine rebuild
I lost my Samba machine to a bad disk a few weeks ago, and I had to start from scratch. It was a small home machine and I didn't have backups. However, I make use of profiles and the Win2000 machine is now all screwed up -- it attempts to make new profiles for some users, with some success. If I try to set the permissions on the local Win2k machine to allow control by the user it belongs to on
2007 Dec 11
1
Reproducible Printer Properties PANIC in Samba 3.0.22-25 (CIFS/9000 A2.03.01)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Good day all, I am running CIFS/9000 (which is based on Samba 3.0.22 with, I'm guessing, security and serious bug fixes through 3.0.25 -- it's not all that clear), and running all of this on an HP-UX 11.11 PA-RISC server. The problem I have is when I do a right-click on a mapped printer and ask for the properties, my connected daemon
2003 May 20
2
root rq'd to join domain
I believe it was expected that Samba would allow domain joins by people in the "admin group=" parameter -- I seem to remember reading that somewhere... I also seem to remember (and have discovered) that, no, it is in fact "root", or UID 0 only, who can accomplish this task. My question is, what are the ways around this? There are people in my organization who will be joining