similar to: Unable to get virtual users set up with database auth

Displaying 20 results from an estimated 400 matches similar to: "Unable to get virtual users set up with database auth"

2014 Oct 15
1
Permissions problem on new installation
I am setting up a new mail server using imap only on Scientific Linux 6.5 and dovecot 2.0.9. How do I fix this problem? I keep getting these errors regardless of permissions ... even up to 777. Oct 15 13:56:01 avalon dovecot: imap(chayes at domain.tld): Error: opendir(/var/email/chayes at domain.tld/Maildir) failed: Permission denied (euid=497(chayes) egid=12(mail) missing +r perm:
2015 Mar 24
2
SeDiskOperatorPrivilege and 2012 R2 domain
Mark, Below xxx.yyy. is my network prefix. [global] workgroup = DOMAIN realm = DOMAIN.LOCAL server string = Server %v security = ADS client signing = auto client use spnego = yes kerberos method = secrets and keytab log file = /var/log/samba/log.%m log level = 3 max log size = 50 load printers = No printcap name = /dev/null idmap config * :
2015 Mar 25
2
SeDiskOperatorPrivilege and 2012 R2 domain
Tim, Thanks for the hint. Usermap for root applied, locally made requests fail now systematically with "Could not connect to server <server address> Connection failed: NT_STATUS_LOCK_NOT_GRANTED" It is kind of improvement :) Random things scare me. -Tom On Tue, Mar 24, 2015 at 7:40 PM, Tim <lists at kiuni.de> wrote: > Hi Tom, > > have a look at this: >
2015 Mar 24
2
SeDiskOperatorPrivilege and 2012 R2 domain
(Re-posting to list also.. Sorry forgot Cc. -Tom) Marc, Thanks for your help and clarifications. I was indeed addressing the domain controller (2012 R2) due to my misunderstanding. Addressing the request at the file server (Samba 4) to the file server fails too but with different errors. Rights list succeeds. $ net rpc rights list accounts -UDOMAIN\\Administrator Enter
2014 Nov 07
1
mail location change generates various errors
I have a sendmail/dovecot imap/pop3 system that has been running with the following mail_location: mail_location = mbox:/var/empty:INBOX=/var/spool/mail/%u:INDEX=/var/indexes/%u In order to reduce errors and simplify operation I removed imap and am now only responding to pop3. I'd like to also simplify the mail_location to get rid of index errors since I don't need indexes:
2015 Mar 25
1
SeDiskOperatorPrivilege and 2012 R2 domain
On 25/03/15 19:40, Tim wrote: > Don't be scared and take the challenge! :-) > > Reduce your smb.conf to the minimum as seen in the member server wiki and try it again. It should work then. > > Am 25. M?rz 2015 14:47:16 MEZ, schrieb "Tom S?derlund" <tom.k.soderlund at gmail.com>: >> Tim, >> >> Thanks for the hint. Usermap for root applied,
2004 Mar 31
3
help with the usage of "randomForest"
Dear all, Can anybody give me some hint on the following error msg I got with using randomForest? I have two-class classification problem. The data file "sample" is: ---------------------------------------------------------- udomain.edu udomain.hcs hpclass 1 1.0000 1 not 2 NA 2 not 3 NA 0.8 not 4 NA 0.2 hp 5 NA 0.9 hp ------------------------------------------------------------ The
2009 Nov 15
2
FW: Panic: Message unexpectedly expunged from index
Nevermind. I figured it out. I left off the INDEX command. Sorry to spam the mail list :( Here is my mail_location for future reference / searches: mail_location = mbox:/var/spool/mail:INBOX=/var/spool/mail/%u:INDEX=/var/indexes/%u -----Original Message----- From: dovecot-bounces+chayes=afo.net at dovecot.org [mailto:dovecot-bounces+chayes=afo.net at dovecot.org]On Behalf Of Cliff Hayes
2011 Sep 13
1
Domain Member keytabs invalid after Password Change
We have a 2008r2 AD domain. We join Linux machines as domain members using Samba with Winbind (I'll show all of my config files below). This portion of our setup works without failures of any kind. However, some of these machines are web servers for Intranet stuff and we'd like to have SSO working. For this, we use Apache (HTTPD) plus mod_auth_kerb (requires a keytab file). So, since
2004 Apr 13
3
randomForest: more than one variable needed?
Hi, I am doing feature selection for my dataset. The following is the extreme case where only one feature is left. But I got the error below. So my question is that do I have to use more than one features? sample.subset udomain.edu hpclass 1 -1.0 not 2 -1.0 not 3 -0.2 not 4 1.0 hp 5 1.0 hp > randomForest(hpclass ~.,
2005 Nov 01
2
New Fedora/Sendmail Install Assistance
Hello everyone, I've narrowed down my problem, so this should be an easy one for some smart person out there. I am moving from an old sendmail/Fedora 2 box to a new sendmail/Fedora 4 box and want to try Dovecot for pop3. The problem is, I can't get it to work. I have 9000 email accounts I will be moving to the new box. I've already tried and failed once. The problem is, Dovecot
2005 Apr 15
1
Domain login problem
I have installed a new samba 3.0.11 server everything seemed to be going ok Winbindd is running fine ? wbinfo -t wbinfo -u wbinfo -g getent passwd getent groups ? all work correctly I can perform a chgrp or chmod using a domain user or group. ? I have stopped nscd ? the problem occurs when I try to issue this command ? smbclient -L localhost -Udomain+user ? or ? smbclient -L localhost -Uroot ? I
2015 Mar 24
0
SeDiskOperatorPrivilege and 2012 R2 domain
Hi Tom, have a look at this: https://wiki.samba.org/index.php/Samba_Member_Server_Troubleshooting I think this could resolve your problem by using a username mapping on your member server. Regards Tim Am 24. M?rz 2015 18:34:12 MEZ, schrieb "Tom S?derlund" <tom.k.soderlund at gmail.com>: >Mark, > >Below xxx.yyy. is my network prefix. > >[global] > workgroup
2015 Mar 25
0
SeDiskOperatorPrivilege and 2012 R2 domain
Don't be scared and take the challenge! :-) Reduce your smb.conf to the minimum as seen in the member server wiki and try it again. It should work then. Am 25. M?rz 2015 14:47:16 MEZ, schrieb "Tom S?derlund" <tom.k.soderlund at gmail.com>: >Tim, > >Thanks for the hint. Usermap for root applied, locally made requests >fail >now systematically with
2014 Nov 07
0
mail location change results in various errors
I have a sendmail/dovecot imap/pop3 system that has been running with the following mail_location: mail_location = mbox:/var/empty:INBOX=/var/spool/mail/%u:INDEX=/var/indexes/%u In order to reduce errors and simplify operation I removed imap and am now only responding to pop3. I'd like to also simplify the mail_location to get rid of index errors since I don't need indexes:
2020 Mar 09
4
how to create Drafts, Junk, Sent, Trash folders after user already created
Hello Dovecot, Do to a misconfiguration, I have a bunch of users who do not have the standard folders. I can create a routine to cycle through the users and look for the folders and run a command if there is one. Is there a way to create the proper namespace for a user after the user has already been created? Thanks in advance. -------------- next part -------------- An HTML attachment was
2009 Sep 11
1
mrepo - RHEL5
OK this is talking about downloading from rhn but does anyone have any tips with getting mrepo on a CentOS 5 box to be able to download from rhn reliably? Seemingly everything is configured OK as it downloads a package or 2 but mainly bombs out with... Error communicating with server. The message was: Forbidden avalon-framework-manual-4.1 avalon-framework-manual-4.1
2002 Nov 20
1
Does anyone have winbind working on Freebsd?
I have been trying to setup a Samba 2.2.6 server on FreeBSD 4.7. I want to use my NT4 domain for authentication of users. It looks like everything is setup properly as far as winbind is concerned, see below for results using wbinfo. I am still prompted for a password when trying to connect to the samba share. I cannot list the shares using "smbclient -L servername -Udomain+username"
2009 Nov 17
2
setting up home directories
Hello, I have not been using the home directory but I read in MailLocation.txt that I probably should. Does dovecot create each directory? What does it put in there? My server uses mbox format. My users all look like this: [root at sendmail log]# finger chayes Login: chayes Name: 50387.00 Directory: /home/chayes Shell: /sbin/nologin Never logged in.
2014 Dec 19
2
RPC Server Unavailable Message
Greetings, We've been testing Sernet Samba AD and are running into trouble with the RPC server unavailable message when trying to edit group policy and manage users with Windows 8.1. Upon restarting the service, we can connect to the RPC server, but after 24 hours or less, we can no longer connect. I've been trying to find more information about this issue, which was apparently