Displaying 20 results from an estimated 8000 matches similar to: "Freebsd 3.5->4 New Server Profile Paths Lost"
2014 Oct 30
5
domain users "primary group" does not take effect in UNIX attributes (NIS)
Hello list,
using AD with rfc2307 provisioned and NIS extensions are available. In ADUC tool I choose the group "Domain Admins" and click on the [UNIX Attributes] tab. I activate it for my domain and choose the GID=500. When I execute on my member server "net cache flush && getent group 500" I get the result
domain admins:x:500:johndoe,name1,name2
So far so good,
2014 Oct 29
2
domain user mapped to unix/root via smbmap
Hi list,
I am experimenting with two member servers (both samba4). I am using following configuration:
membersrv:/etc/samba/smb.conf:
==========================
[...]
username map = /etc/samba/smbmap
[...]
membersrv:/etc/samba/smbmap:
=========================
!root = MYDOM\johndoe MYDOM\foo MYDOM\bar MYDOM\Administrator
Administrator
So the domain users from my AD called "John Doe",
2014 Oct 27
3
3rd-party tool for creating users as alternative to ADUC
Hello list,
I am using the Microsoft ADUC (Active Directory Users & Computers) tool from the RSAT suite for creating and modifying my domain users. I am aware of the "copy" functionality which really is very nice to use. Unfortunately I am missing two important actions during the user-creation process which I try to describe:
1.) When I use the template feauture (by using the
2019 Oct 18
2
Coredump v2.3.8 specific msg fetch, corrupted record in index cache, Broken physical size
Hi, i'm getting a coredump on a specific msg, i've attached the gdb.
file on disk i noticed W=<vsize> is missing.
1571209735.M744550P1608.rwvirtual65,S=15886:2,S
Best regards,
mail.log
Oct 18 14:41:39 rwvirtual10 dovecot:
imap(johndoe at company.nl)<15868><qjTFpy6VPsMKAAok>:
Error: Mailbox INBOX.Debug: UID=1041: read(/data/mail/
2014 Sep 22
1
help with samba4 settings
I'm having a great deal of difficulty with integrating dovecot 2.0.9 with a
new installation of samba4 4.1.11 and would appreciate anyones help who has
this working.
*Problem 1:*
if dn= cn=Administrator,dc=ourhome,dc=net with dnpass = *****
---------------I get NT_STATUS_LOGON_FAILURE
but dn = "Administrator at ourhome.net" with dnpass = **** works
I guess I shouldn't complain
2013 Sep 20
1
Automation of puppet configuration code
Hello,
I work for the CHTC (Center for High Throughput Computing) at the
University of Wisconsin, Madison. We utilize puppet for most of our
configuration management. Currently we have a web application that
performs the tasks of user account management. When a new user is
registered with the application, the application does some very limited
parsing of a puppet manifest that has
2020 May 28
1
requesting edit/create page rights for wiki.centos.org/contribute
Akemi, all is good now: I have the account in caps and have access to
the Contribute tree of pages and my personal page.
Thank you very much for your help and patience! I wish everyone was so
nice and welcoming as yourself in this world.
Tomas
On Wed, May 27, 2020 at 10:51 AM Akemi Yagi <amyagi at gmail.com> wrote:
>
> On Wed, May 27, 2020 at 12:55 AM Tomas Tomecek <ttomecek at
2018 Dec 02
1
Domain Admins default ownership is BUILTIN\Administrators
So, a little bit more investigation shows a problem with idmap ->
User - BUILTIN\Administrator uid = 30000
Group - BUILTIN\Administrators gid = 3000000
Group - SAMDOM\Domain Admins gid = 60000
POSIX file ownership is becoming 3000000:60000
It seems that the Administrators group group is set as the owner. What's more, 'Administrators' group name is not mapped when I list the
2015 Feb 10
2
How to Delete an user and Purge attachements with a common directory mail_attachment_dir with SIS for all users.
Hello everybody,
What is the best way to delete an user mailbox (ex:
/var/mail/johndoe ) when all attachments (for all users) are in a
common directory with SIS deduplication (ex: mail_attachment_dir =
/var/mail/attachments ) ?
Trying to delete user mailbox directory (rm) and do the command :
doveadm -v purge -u johndoe leave all johndoe's attachments orphelin.
Best regards,
2004 Mar 19
1
chdir() on NFS
Hi,
I'm having problems accessing home directories though NFS. This setup uses
LDAP and Kerberos. Users defined on the local host work fine. This is what
dovecot writes in the logs while trying to log in as the user johndoe:
----
Mar 19 14:10:54 jack dovecot-auth: nss_ldap: reconnecting to LDAP server...
Mar 19 14:10:54 jack dovecot-auth: nss_ldap: reconnected to LDAP server
after 1
2015 Feb 27
2
Dovecot & LDAP Take #2: Authentication failed and logging
This is the user DN:
> cn=Klara Fall,ou=People,dc=[domainname],dc=de
According to your Dovecot configuration
> auth_bind_userdn = cn=%u,ou=People,dc=**[domainname]**,dc=de
if you login with "klarafall" it will be expanded into
cn=klarafall,ou=People,dc=[domainname],dc=de
which is not the correct DN for Mrs Klara.
So if you login with "Klara Fall" it should work,
2014 Oct 30
4
roaming profile does not work for "Domain Admins"
I am facing an issue which I cannot explain myself. The roaming profiles don't work for users that are members of the group "Domain Admins". The [profiles] share on the member server was configured exactly as explained on the wiki for roaming profiles. It works like a charm for all domain users, *BUT*: if a user is member of the group "Domain Admins" it *doesn't* :-(
2018 Oct 17
4
Samba v3 works with LDAP, but not Samba v4
On Tue, 2018-10-16 at 20:20 -0700, Emil Henry wrote:
> Hi Andrew!
>
> I am not 100% sure that the password is correct. I was told that it
> was changed to the one I am testing. But, when I try the old
> password, I get a different error message (NT_STATUS_INVALID_SID). I
> will attached the output.
Then it is the old password, and you have other issues you need to sort
out.
2018 Oct 17
2
Samba v3 works with LDAP, but not Samba v4
On Tue, 16 Oct 2018 20:49:06 -0700
Emil Henry <hbcsc153 at gmail.com> wrote:
> Hi Andrew!
>
> Really appreciate the clarification and help. Understood about the
> password. I have attached the log.127.0.0.1 with the "correct"
> password being used. I do see entries in that log for the Primary
> Group of 0. Not sure where I would need to make the change. Any
>
2015 Mar 02
0
Dovecot & LDAP Take #2: Authentication failed and logging
Ok I played around a bit and activated debugging correctly (Thanks to
Steffen)
Now I try to log in with the user johndoe (that is his cn and his uid) and
i get the following message in syslog:
Mar 2 11:03:32 mailserver dovecot: auth: Debug: master in:
REQUEST#0111283457025#0117428#0111#011d139b5d372d882643bc995003c615c89
Mar 2 11:03:32 mailserver dovecot: auth: Debug:
2008 Sep 24
1
Share name and file rights
A question about share names:
When we open a samba share, I want the symbol on my desktop to have
the name "johndoe@sambaserver1", not just "johndoe".
This is because we have a number of different "sambaservers" that
johndoe can log on to, and it will be a mess on his desktop if he uses
several connections at the same time.
i cannot find this feature in the
2014 Sep 22
1
don't understand error message
new installation of Dovecot 2.0.9 on Centos
# telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE
STARTTLS AUTH=PLAIN] Dovecot ready.
LOGIN JohnDoe JohnDoe
LOGIN BAD First parameter in line is IMAP's command tag, not the command
name. Add that before the command, like: a
2004 Mar 22
2
rsync via ssh script
Hi,
does anybody know, how a bash shell script looks, which automatically
enters the ssh password?
the rsync call should be:
rsync -avz -e ssh /home/johndoe/data/repository
billythegate@192.168.10.102:/home/johndoe/junk
the call causes a password question.
Is ist possible to automate that by a cron? If yes how should the script
look to automatically enter the password?
ThanX for an answer.
2006 Dec 01
6
POP3 protection
I have some users that I will not allow to use POP3 thru my system, but
force them to use webmail.
Would it be possible to put an extra option in dovecot.conf to force this:
# -----------------------------------------------------------------
# Logon processes
# user = <username>,<password>
# -----------------------------------------------------------------
user =
2002 Jun 07
1
Roaming profiles - outlook / outlook express is not replicated ?
PDC : RedHat 7.2 // Samba 2.2.4 RedHat rpm
Clients : W2K SP1
Does anybody know, why the outlook (*.pst) / outlook express
data files -
for example :
C:\Dokumente und Einstellungen\JohnDoe\Lokale Einstellungen\Anwendungsdaten\
Identities\{ABDFF293-7EDA-4C66-B025-30D9E13A611E}\Microsoft\Outlook
Express\*.dbx
- are not replicated ?
User John Doe can send mail from different workstations, that