similar to: New AD user not appearing in getent

Displaying 20 results from an estimated 900 matches similar to: "New AD user not appearing in getent"

2024 Mar 08
1
New AD user not appearing in getent
On Fri, 8 Mar 2024 12:56:28 +0000 Rowland Penny via samba <samba at lists.samba.org> wrote: > If it doesn't, then it might have something to do with this line from > your smb4.conf: > > idmap config MCS2003 : range = 800-8004 Yes! That was it! As a workaround I've changed range setting it to 800-9999 and it works! I'll review the smb.conf after upgrading to samba
2017 Feb 13
2
pop3 login core dump
Hello! Sorry for my newbie question, I've notied some lines in my logfile like this: Feb 13 16:05:54 pop3-login: Fatal: master: service(pop3-login): child 10660 killed with signal 11 (core not dumped - add -D parameter to service pop3-login { executable } ... where am I supposed to add the -D option in order to get the core file dumped so I can examine it? Thanks to all, luciano. --
2015 Feb 24
8
Conditional SASL authentication
Hello, I have a few users that are often hit by a trojan virus that steals e-mail user and password. Having a very little (if not null) power on their machines, I need to be able to block the outgoing mail wich is handled by postfix via dovecot SASL. Blocking it at dovecot level would be optimal, for the virus doesn't necessarily use the e-mail of the user as its from, just the user and
2024 Mar 08
1
New AD user not appearing in getent
On Fri, 8 Mar 2024 12:00:08 +0000 Rowland Penny via samba <samba at lists.samba.org> wrote: > but the only thing apparent is that you appear to be running an EOL > version of Samba. Yes I know. Upgrading means stoppping 64 users. I'll do that ASAP. > Please post the smb4.conf. grep -v '#' /usr/local/etc/smb4.conf [global] security = ADS netbios name = HERMES server
2018 May 30
2
Winbind - NSS problem?
On Wed, 30 May 2018 16:27:20 +0100 Rowland Penny via samba <samba at lists.samba.org> wrote: > > workgroup = MCS2003 > > idmap uid = 3000-8004 > > idmap gid = 800-1988 > > The above two lines are deprecated > > Add these lines instead: > idmap config * : backend = tdb > idmap config * : range = 10000-11000 > > > idmap
2013 Aug 20
3
Problem compiling 2.2.5
I'm trying to upgrade a very old sparcstation running Solaris 8 which is running dovecot 1.x for few users. All I have for the task is good old gcc 2.95.2. The poor sod complains because it can't compute the sizeof(unsigned char prefix_text[]) at line 13 of log-error-buffer.c. Can I help it by - say - putting a constant between the '[]'? Or is it unfair? :-) I don't think
2017 Jul 21
3
Problem compiling dovecot 2.2.31 on Solaris
I'm trying to compile under SunOS 5.8 Generic_117350-28 sun4u sparc SUNW,Ultra-5_10 (I know it's a bit oldish :-) and I get this error: /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime
2017 Jul 21
2
Problem compiling dovecot 2.2.31 on Solaris
On Fri, 21 Jul 2017 14:38:57 +0200 Levente <leventelist at gmail.com> wrote: > You are missing stdint.h. Try to locate that, and include the > directory. However, this is odd, since it should be shipped with GCC > itself. You're right! It is missing. This is the output of gcc -v: Reading specs from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.0.2/specs Target:
2023 Mar 10
1
Winbind auhentication
Helo all! I'm trying to set up a dovecot server so that it authenticates local user via /etc/passwd (I'm on a Freebsd 13.1) and via winbindd for those that it cannot find localy. The samba suite is alive and well, postfix gets happily mail from domain users and saves it with correct name and permissions from the windows domain. If I try to authenticate a domain user via wbinfo it works,
2018 Jan 19
2
Strange thing on log rotation front
Hi all! I've decided to rotate the dovecot logs automatically on my freebsd 10.4 server using the system's newsyslog feature. I started with logfile.info putting the line /var/log/dovecot/logfile.info 600 31 * @T16 ZCU /var/run/dovecot/master.pid 30 which should send a SIGUSER to the master process, which it seems to do for I see in the log file: master:
2011 Apr 20
2
Logging commands
Hello all, is there a way to make dovecot log the commands it gets from its clients both in imap and pop3? I need to log when messages are deleted so I can tell to the customer when and from which IP address his/her mailbox was emptied. I'm trying to track down problems with M$ Windows Live Mail clients that seem to loose messages now and then. Luciano. -- /"\
2015 Feb 24
2
Conditional SASL authentication
On Tue, 24 Feb 2015 18:56:03 +0100 Reindl Harald <h.reindl at thelounge.net> wrote: > * if you cahnge the pwd SASL auth is taken away True. But this way the user will be unable to read his/her mail, including my message saying "Hey, you've got a new virus!". Thanks anyway, luciano. -- /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII
2017 May 02
2
Problem with Userid
I have a problem with a physical user that was removed and recreated whith same name and different uid. The home dir, the mailbox file and the index directory where removed and recreated with the new uid/gid. I can feed the mailbox via procmail, though dovecot-lda complains that userids do not match: May 02 15:27:33 lda(alessandro_cmr): Error: stat(/var/spool/mailboxes/alessandro_cmr/INBOX)
2015 Feb 24
2
Conditional SASL authentication
On Tue, 24 Feb 2015 19:00:32 +0100 Reindl Harald <h.reindl at thelounge.net> wrote: > so you allow random envelope senders on your servers? > why? I know it is not necessarily a good idea... :) It is basicaly to allow fake home addresses from the office for some managers. Thanks for the smtpd_recipient_restrictions list, it sounds interesting! Luciano. -- /"\
2017 Jul 21
0
Problem compiling dovecot 2.2.31 on Solaris
You are missing stdint.h. Try to locate that, and include the directory. However, this is odd, since it should be shipped with GCC itself. Lev On Fri, Jul 21, 2017 at 2:15 PM, Luciano Mannucci <luciano at vespaperitivo.it> wrote: > > I'm trying to compile under SunOS 5.8 Generic_117350-28 sun4u sparc SUNW,Ultra-5_10 > (I know it's a bit oldish :-) and I get this error:
2018 May 30
2
Winbind - NSS problem?
Hello all, I have a very old samba server, successfully migrated from 2.11 to 3.x, then now to 4.8.0 while the windows userbase went from workgroup to AD, now on AD 2008R2. Everything seems to work flawlessly till a new user was added to the AD. From my samba server I can't see it in the getent passwd list (the others are all there) tough wbinfo -a newuser%password says: plaintext password
2007 Sep 25
1
1.1 Beta 1 Works!
Wow! I'm running 1.1 Beta 1 on OpenSuSE linux 10.2. It seems not bad at all. The only thing I've not quite well understood is this message, that pops up when I start dovecot: Warning: fd limit 1024 is lower than what Dovecot can use under full load (more than 1536). Either grow the limit or change login_max_processes_count and max_mail_processes settings Where does dovecot take this 1024
2017 Jun 06
2
2.2.29.8: YACD (Yet Another Core Dump)
I'm getting this in my logfile, should I worry?: Jun 06 12:28:47 imap(paco_mcs): Error: Next message unexpectedly corrupted in mbox file /var/spool/mail/paco_mcs at 639279728 Jun 06 12:28:47 imap(paco_mcs): Error: Unexpectedly lost From-line from mbox file /var/spool/mail/paco_mcs at 639279728 Jun 06 12:28:47 imap(paco_mcs): Panic: file mbox-sync.c: line 1338 (mbox_sync_handle_eof_updates):
2017 Sep 07
0
master: Warning: Sent SIGKILL to 511 pop3-login processes
I have a lot of "master: Warning: Sent SIGKILL to 511 pop3-login processes" in my log file. Should I worry? (I'm running # 2.2.32 (dfbe293d4)) Thanks to all, Luciano. -- /"\ /Via A. Salaino, 7 - 20144 Milano (Italy) \ / ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250 X AGAINST HTML MAIL / E-MAIL: posthamster at
2024 Mar 08
1
New AD user not appearing in getent
On Fri, 8 Mar 2024 12:34:48 +0100 Luciano Mannucci via samba <samba at lists.samba.org> wrote: > > Hello all, > > I've added a new user to my AD in windows, but I cannot use it on my > freebsd machine using samba 4.12. I can see it via wbinfo but not > with id or getent. All prevously created users do work as expected. > Where should I look for the problem? >