Displaying 7 results from an estimated 7 matches for "localaccounts".
Did you mean:
localaccount
2008 Aug 11
2
problems with sieve and lda
Okay, after reading the wiki and list archives, I am confused.
I am attemping to get the deliver LDA working on a centos 5.1 system
# rpm -qa | grep dovecot
dovecot-1.0.7-2.el5
dovecot-sieve-1.0.2-6.el5
# rpm -qa | grep postfix
postfix-2.3.3-2
so that I can use Sieve for mail filtering to imap folders, I am using the
mbox format
Following the wiki here for system users
2012 Jun 30
6
Scheduled_task + ad user
Hi,
When a want to use scheduled_task for create a windows task and when i
give a AD user, i have this message :
err: /Stage[main]/Mirnas/Scheduled_task[test]/ensure: change from absent
to present failed: Invalid user: DOMAIN\oper
My user domain and the password are correct.
I have the same error if i change DOMAIN\oper by oper@domain.com
or DOMAIN/oper
With a local user, is working, but i
2013 Oct 17
0
Error: Could not evaluate: invalid comparator for command get
...;',
value => $allowgroups
}
ssh::server::configline{ ''AllowUsers'':
ensure => ''absent'',
}
But it report error after perform this change.
Here is the error message:
Info: Applying configuration version ''1381979421''
Error:
/Stage[main]/Localaccounts::Sshconfig/Ssh::Server::Configline[AllowUsers]/Augeas[sshd_config_AllowUsers]:
Could not evaluate: Save failed with return code false, see debug
Error:
/Stage[main]/Localaccounts::Sshconfig/Ssh::Server::Configline[AllowGroups]/Augeas[sshd_config_AllowGroups]:
Could not evaluate: invalid comparator...
2018 Oct 11
2
macOS Mojave: setgroups(501) failed: Too many extra groups
...e a config option to prevent adding all those extra groups, which
> > then make the
> > call to setgroups() fail
> Not trivially. We would need to know which groups to drop and which not.
Looking at id output
id
uid=501(hwr) gid=20(staff) groups=20(staff),6(mail),12(everyone),61(localaccounts),80(admin),98(_lpadmin),500(users),701(com.apple.sharepoint.group.1),702(com.apple.sharepoint.group.2),30(_keytabusers),33(_appstore),100(_lpoperator),204(_developer),250(_analyticsusers),395(com.apple.access_ftp),103(com.apple.access_screensharing-disabled),104(com.apple.access_ssh-disabled)
it s...
2018 Oct 11
0
macOS Mojave: setgroups(501) failed: Too many extra groups
...ng all those extra groups, which
>>> then make the
>>> call to setgroups() fail
>
>> Not trivially. We would need to know which groups to drop and which not.
> Looking at id output
>
> id
> uid=501(hwr) gid=20(staff) groups=20(staff),6(mail),12(everyone),61(localaccounts),80(admin),98(_lpadmin),500(users),701(com.apple.sharepoint.group.1),702(com.apple.sharepoint.group.2),30(_keytabusers),33(_appstore),100(_lpoperator),204(_developer),250(_analyticsusers),395(com.apple.access_ftp),103(com.apple.access_screensharing-disabled),104(com.apple.access_ssh-disabled)
>...
2018 Oct 11
3
macOS Mojave: setgroups(501) failed: Too many extra groups
Hello,
I have recently upgraded to macOS 10.14 (Mojave) and am running into an
issue where one use can no longer log into dovecot via imap. Log shows
Oct 11 08:10:27 imap(hwr)<12659><YpC/0+133+EAAAAAAAAAAAAAAAAAAAAB>:
Fatal: setgroups(501) failed: Too many extra groups
and indeed, the user is in 17 groups, which is more than NGROUPS_MAX
(16).
Another user with << 16 groups
2018 Aug 10
1
dying on osx
I found and tried this work around on the man page:
https://www.unix.com/man-page/all/5/ngroups_max/ but I still get the
same "Too many extra groups" error even when I start dovecot with the
above program to limit the # of groups. I suspect that dovecot is adding
a number of groups when it starts up.
I've hacked a work around to get it working for me on my laptop:
diff --git