search for: userlist

Displaying 20 results from an estimated 92 matches for "userlist".

2004 Jul 01
0
3.04 acl new user/group adding problem
...alog.log:[2004/06/30 11:28:21, 3] smbd/error.c:error_packet(118) firstpropdialog.log: error packet at smbd/trans2.c(2219) cmd=162 (SMBntcreateX) NT_STATUS_OBJECT_NAME_NOT_FOUND 4. When the "security" tab is pressed to get a list of the users and groups in the acl entries for the file userlist.log:[2004/06/30 11:28:31, 3] smbd/error.c:error_packet(94) userlist.log: error string = No data available userlist.log:[2004/06/30 11:28:31, 3] smbd/error.c:error_packet(118) userlist.log: error packet at smbd/nttrans.c(104) cmd=160 (SMBnttrans) NT_STATUS_BUFFER_TOO_SMALL userlist.log:[2004/06/3...
2003 Oct 21
3
Samba3+Win9x userlist, Bug596?!
...t.hu] > > I've configured for testing pruposes an other PDC with tdbsam backend, > and found, that with this backend win9x clients could get > user and group > list, while with ldapsam I had no success in it. Quite strange in my > opinion:-( Same problem here too. In 9x the userlist is unavailable. "cannot view list of users at this time". Only share level access can be used. Seems that there's a tiny bug... Regards, Rauno Tuul
2014 Mar 28
1
basic dsync wrapper for migration from another server
...o use, or laugh at it as you wish :) #!/bin/bash ## # Migrate email accounts via IMAP from one server to another ## trap "kill 0" SIGINT workdir=/root/migrate # Load list of users into array. The file "migration_map" should contain one user at domain.tld per line. mapfile userList < $workdir/migration_map # Number of symultanious migrations num=10 index=0 # Loop over the array of user accounts function process_userlist { procs=$(ps aux | grep "dsync" | grep -v "grep" | wc -l) # Perform $num operations at a time for the length of the userList...
2010 Dec 17
6
Authentication issue.
...digest-md5 cram-md5 disable_plaintext_auth = no log_timestamp = "%Y-%m-%d %H:%M:%S " mail_debug = yes mail_location = dbox:/mnt/dovecot/users/%n mail_privileged_group = mail mbox_read_locks = fcntl dotlock mbox_write_locks = fcntl dotlock mmap_disable = yes passdb { args = /mnt/dovecot/userlist.passwd driver = passwd-file } passdb { driver = pam } protocols = imap pop3 service auth { unix_listener auth-master { mode = 0600 user = doveusers } user = root } ssl = no userdb { args = /mnt/dovecot/userlist.passwd driver = passwd-file } protocol pop3 { pop3_uidl_format =...
2003 Oct 21
2
Samba3+Win9x userlist, Bug?!
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear List, Few days ago I've posted, that my Win9x boxes are unable to get the list of domain users and groups from samba-3.0.0 server (for details see bug 596). Unfortunately the same is true for samba-3.0.1pre1. Please people also having win9x boxes and Samba3 PDC confirm that it is a bug, or a configuration error. Thanks for any suggestion.
2004 Feb 02
0
samba 3.0, winbind is not updating userlist - only on restart
Hello List, I have successfuly brought samba 3.0 on SuSE (8.1,8.2,9.0) to work together with an Active Directory Server. I have (also successfully) enabled squid to use winbind for authentication for internet access. (I need winbind, because only members of a certain AD Group are allowed to access the internet.) Kerberos is running fine. My Problem is: After I add a new user to the AD: With
2004 Jun 29
0
samba 3.0.4 problem in getting userlist to set acls on windows xp
Hi all I have a samba 3.0.4 pdc compiled with acl support built in, and the following options configured at compile time: ./configure --with-acl-support --with-smbclient --with-sm bmount --with-quota --with-ads --with-tdbsam I am just trying to provide acl support to my users, and I know that acls are working properly on the linux machine (setfacl and getfacl work superbly!). Samba acl
2005 Oct 02
0
getting userlist and logon sometimes slow
Hello, I run Samba 3.0.20a with Windows XP Professional SP2 client. Sometimes, the logon is a bit slot, i.e. it takes some seconds until the "Loading profile..." dialog box comes up. The same effect happens when I start a program with the "Run as" command in the context menu. I enter my domain user and select run, and it takes about 5 seconds until the program is invoked. I
2007 May 25
0
[new script] smbldap-userlist
Hi, for those who are using ldap for managing Samba, here's a quick script I wrote to make it simple to list users or machines on the commandline. I use it to delete old machine entries that are not in use anymore. For usage, read the perldoc in the script. Place the script in the same directory as you have your other smbldap-tools scripts. The script is based on smbldap-usershow. Kind
2019 Apr 16
2
Measure network bandwidth per process
Hi, Is there a way to measure network bandwidth per process in CentOS Linux release 7.6.1810 (Core) using any utility? I was reading about nethogs but it does not have the option to run it in daemon mode so that we can take a look at historical data to figure out the process which was consuming high network bandwidth instead it is a good tool for Live monitoring. Please suggest. Thanks in
2011 Dec 10
5
create user and push out keys.
Hello Im just been working with puppet, the first usecase i have is to set up a system to create users and then push ssh keys on this machines in the create users .ssh files. I just started with puppet so i am a bit cluesless, Can someone push me in the right direction? Im having a centos enviorment. -- You received this message because you are subscribed to the Google Groups "Puppet
2011 Jan 04
0
Error in M[, 1] : incorrect number of dimensions when trying to plot hexbin
....originalRECNO = b.RECNO") user01 <- fetch(rsUser01, n= -1) user01[1,1] #list of users mycon <- dbConnect(MySQL(), user='root',dbname='test',host='localhost',password='') listUser <- dbSendQuery(mycon, "select distinct userID from ulogdata") userList <- fetch(listUser, n= -1) par(mfrow=c(5,3)) tmp6=rep("UserScatterActionRegion.pdf") tmp7=paste(tmp6,sep="") tmp7 #pdf(tmp7) jpeg(file="UserScatterActionRegion.jpeg") for (i in 1:20){ x<-subset(user01 ,userID == userList[i,],select=c(X,Y)) x bin&lt...
2003 Oct 23
1
Samba3+ldapsam+Win9x userlist, Bug596?! sniffing info
>Thereby sorry for being impolite :-(, but at present I'm running samba >3.0.1pre1 with ldapsam in the production servers, >and Win9x clients couldn't get list of users and groups from Samba DCs (Bug596). I have 3 >choices: >- -- Switch back to 2.2.7 (not very nice:-(, I would need group support for policy) >- -- Switch to tdbsam with fam/rsync/ssh-ing password and group
2000 Jul 10
0
Userlist in Windows
When windows is set to USER mode, samba stops working, even when defined in DOMAIN SERVER mode. Anyone know why and how to fix it? If I am sharing is SHARE mode, then I can acces fine. Also, when in Share mode, I cann't get Windows to read a user list for shares from the Samba server. Anyone got any ideas? smb.conf: # This is the main Samba configuration file. You should read the #
2014 Aug 18
2
Dovecot failing with exit code 19200 in cron job
...de 19200.?? I tried redirecting STDERR but showed nothing.? I suspect the cron job is hitting some sort of resource limit?? If I run the perl script from the command line it appears to dsync all the accounts OK.?? The relevant part of my Perl code is below.?? Any ideas? Thanks, Murray foreach (@userlist) { ??? my $email = $_; ??? chomp ($email); # get rid of CR ??? logit("Started sync of mailbox $email") if $debug; ??? my $dsync_command="dsync -v -D -u $email mirror ssh -C root@$mailstore dsync -u $email"; ??? logit("dsync_command=$dsync_command"); ??? # Run dsync of...
2007 Apr 01
5
How to change SID in ntuser.dat?
Hello, i try to migrate user/groups from NT4 PDC to Samba3 with LDAP backend. There is already an NIS-Server with Samba runing, so there exists two userlists. I migrated the user/ groups from windows via net rpc vampire and added/changed the UID?s from the NIS-Server but didn?t change the SID. A teammate told me, there could be some access problems, if i don?t change the SID. So i tried to change the SID in ntuser.dat to produce a samba equal SID (RID...
2005 Feb 03
1
AMP with SUSE9.2 (Apache2)
Hi all, After pinging the AMP userlist at SourceForge, I got a great step by step explanation as to how to set up AMP for Apache2 (some maybe obvious stuff that wasn't in the Newbie Guide). Thanks to Jason Becker of Coalescent Systems. If anyone needs me to post Jason's instructions here, I can, but they are in a thread called...
2003 Mar 16
1
Win 95/98/Me problem.
Hi, As I was unable to find solution anywhere else, I write here: I have a problem sharing win 95/98/Me resources with samba (2.2.7a) as a PDC. Windows can't get userlist from PDC (it seems, that windows times out). Win 2k and XP don't have that problem. Is it just a configuration problem, or is it a general problem with samba?? How can I add a user to share's access list??? Regards, M.W.
2004 Jan 12
0
samba3.0.1/win2000ad/kerberos5: user cannot logon
...d is configured to map the users and groups. kerberos5 is configured as described in the samba3-Howto. All machines can ping by name and IP-address. "blatt1" is the machine that makes trouble. wbinfo -u, kinit administrator@BAUM.LOCAL, getent passwd work fine and give the expected output (Userlist, ok, userlist) setup of the samba 3.0.1 went just fine, net ads join went fine, users on "blatt" could use the shares on "blatt1". After a reboot of all the machines (testing environment, remember?) I can still see "blatt1" in the network neighborhood of "wurzel&q...
2005 Apr 02
2
winbind on a domain with 150000 users
I am trying to use winbind on a domain with 150000 users, but I can't make it work. Is that because I have done something wrong, or doesn't winbind scale to that many users? It works a little, I can use wbinfo to translate between sid, uid and gid, and I can also get the groups a user is in. But when I try to get the list of all users with 'wbinfo -u', I get a timeout and winbindd