Displaying 10 results from an estimated 10 matches for "olduser".
2016 Jul 16
2
Moving Maildir folders
Our office had a user leave. Another user is taking over her duties and needs reference to the
departing user's email. I've copied that entire departed user's Maildir structure to the current
user:
mv olduser/Maildir/.* curuser/Maildir/.olduser
I did change permission and ownership on curuser/Maildir/.olduser to be the target user. I did
not bring over the olduser/Maildir/dovecot* files (indexes, subscriptions, etc.) as I thought
that would be bad.
Nevertheless, the curuser cannot see this new olduser...
2016 Jul 16
2
Moving Maildir folders
...k Foley wrote on 16/07/2016 07:43:
> > Our office had a user leave. Another user is taking over her duties and needs reference to the
> > departing user's email. I've copied that entire departed user's Maildir structure to the current
> > user:
> >
> > mv olduser/Maildir/.* curuser/Maildir/.olduser
> >
> > I did change permission and ownership on curuser/Maildir/.olduser to be the target user. I did
> > not bring over the olduser/Maildir/dovecot* files (indexes, subscriptions, etc.) as I thought
> > that would be bad.
>
> Maild...
2016 Jul 16
3
Moving Maildir folders
...e had a user leave. Another user is taking over her
> >duties and needs reference to the
> >> > departing user's email. I've copied that entire departed user's
> >Maildir structure to the current
> >> > user:
> >> >
> >> > mv olduser/Maildir/.* curuser/Maildir/.olduser
> >> >
> >> > I did change permission and ownership on curuser/Maildir/.olduser
> >to be the target user. I did
> >> > not bring over the olduser/Maildir/dovecot* files (indexes,
> >subscriptions, etc.) as I thought...
2015 Mar 03
3
Failed to modify entry for user in samba with tdb backend
...t no longer
works.
When I try to create a new user:
# smbpasswd -a blabla
New SMB password: ****
Retype new SMB password: ****
Failed to add entry for user blabla.
Trying to remove users with pdbedit or smbpasswd isn't working also,
returning the same error:
# pdbedit -L olduser
olduser:1314:OldName
# smbpasswd -x olduser
Failed to delete entry for user olduser.
I tried using tdbtool
# tdbtool /var/lib/samba/passdb.tdb check Database integrity is OK and
has 570 records.
I checked the keys length, I made a tiny perl script that checked all the
output of...
2015 Mar 04
1
Failed to modify entry for user in samba with tdb backend
El 03/03/15 a les 20:41, Klaus Hartnegg ha escrit:
> Am 03.03.2015 um 13:22 schrieb Francesc Guasch Ortiz:
>> # smbpasswd -x olduser
>> Failed to delete entry for user olduser.
>
> This happens if samba runs in PDC mode and the user is not in /etc/passwd.
>
Thank you Klaus, that's it !
As you said, the user I was trying to delete was not in passwd, so I
added it, then I removed it again with smbpasswd -...
2006 Jun 26
1
Just one user experiencing server timeouts
...ately expected sheer volume as the problem - this user has by far
the most mail. This user experiences the problem from multiple
Thunderbird installs, from SquirrelMail, and from Pine.
However, I created a new user account using our standard account
creation processes, and did a direct copy of olduser's Maildir to
newuser's homedir. Then I did a chown -R newuser ~newuser/Maildir, set
up an account in Thunderbird for newuser's account, and tried for an
hour to get a server timeout doing all the same operations that cause
the timeout on olduser's account, with no timeouts. I...
2006 Jul 19
1
existing users can't conenct anymore after upgrade
Hello list,
i have updated the fedora core 5 samba package yesterday. since then the
existing users can not access the shares anymore, but new created users
can. the log says "User <olduser> not in 'valid users'", but the old
users are of course still there side by side with the new user. the
update was from 3.0.14a to 3.0.23. i am using the 64bit package and
selinux is disabled. deleting the olduser and recreate them doesn't
help. deleting and recreating the s...
2006 Apr 06
9
How to get Form values in RubyOnRails
Hi
I want the FORM values on my controller.i.e. I want the values of login_loginname(Form variable) and login_password(Form variable) on login_controller.rb
How can i do that?
Table Name is: logins
Model:: Login.rb
Controller:: login_controller.rb
Below is my test form
loginname
password
Hoping for reply
Regards
Parikshit
2015 Jan 27
6
FW: desperate help needed - Samba and security = share
On Tuesday 27 January 2015 06:43:13 Andrew Bartlett wrote:
> You will need to define your 150 users on your server, give them Samba
> passwords and give them access to those shares via standard unix groups
> and group permissions on the share folders, or (less preferred) the
> valid users entry in smb.conf.
>
> I hope this helps,
>
> Andrew Bartlett
Hi Andrew,
That is
2013 Dec 02
3
Moving/merging a filesystem back into /
Hello,
I'm going to be moving a filesystem around, and was planning on using
rsync to do it, so like to get some advice from those more experienced
than I (both using rsync, and moving filesystems)...
I currently have a system that has a separate /usr on an LVM partition.
I want to merge this back into the / (root) filesystem.
This is a production server (mail server, gentoo linux), so