Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - raggar

Pages: [1]
1
After putting a config backup back (System -> import / export configuration) to Zentyal. Don't have al my users anymore. This is because they were not part of the config backup. (I know, I used an old backup...  :'( )

Nou I would like to add the users again, but when I add a new user I get:

Code: [Select]
root command set -e mkdir -p `dirname /home/martijn123` cp -dR --preserve=mode /etc/skel /home/martijn123 chown -R martijn123:__USERS__ /home/martijn123 chmod 0700 /home/martijn123 failed. Error output: chown: ongeldige gebruiker: ‘martijn123:__USERS__’ Command output: . Exit value: 1
I get this error also for adding new users (that did not previously exist). What is going wrong and how can I get the users back?

2
Hello!

I have a problem with the ftp module at a fresh installed zentyal server. And I also found some one else with the same problem: http://forum.zentyal.org/index.php/topic,13561.msg56136.html#msg56136

The problem:
I can't login using ftp with a user from the users group but I can login anonymous (when enabled...)
The user can login in the webmail.
I login with the username and the password from the user. These are correct! And Pam from "users and groups -> ldap settings" is enabled.

Looking at my auth.log it gives me:

Code: [Select]
vsftpd: pam_krb5(vsftpd:auth): authentication failure; logname=**** uid=0 euid=0 tty=ftp ruser=**** rhost=****
vsftpd: pam_unix(vsftpd:auth): authentication failure; logname= uid=0 euid=0 tty=ftp ruser=***** rhost=*****  user=*****

I looked at the configuration of Pam for vsftp. This looks ok.

Code: [Select]
# Standard behaviour for ftpd(8).
auth required pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed

# Note: vsftpd handles anonymous logins on its own. Do not enable pam_ftp.so.

# Standard pam includes.
@include common-account
@include common-session

auth sufficient pam_krb5.so
auth sufficient pam_unix.so
auth required pam_deny.so

Has anyone an idea of where to look?

Pages: [1]