Displaying 5 results from an estimated 5 matches for "userdeleted".
2003 Jun 10
2
samba/ldap - smbpasswd/userdelete
Hi...
I'm running samba and ldap (openldap). Using smbpasswd -a username
adds the samba ldap info into the users ldap entry just fine.
The problem is deletion. Running smbpasswd -x username deletes the
ENTIRE user's ldap entry. This is good if I want to delete the unix and
windows account information, but not if I want to just delete the windows
info.
I assume it is because
2010 Mar 02
1
Using a ramdisk but Timeout while waiting for lock for transaction log file
Hello,
Dovecot 1.2.5, centos 5.4.
We are using NFS for mail, but indexes are local and on a ramdisk.
However I'm getting logs such as:
Mar 02 11:47:14 POP3(USERDELETED): Error: Timeout while waiting for lock
for transaction log file
/ramdisk/indexes/DOMAINDELETED/USERDELETED/.INBOX/dovecot.index.log
Our NFS is rather busy, and we having other warnings to that affect, but
wouldn't have though we'd get timeouts on a ramdisk.
--
Andrew
2003 Aug 17
0
usrmgr samba 3 rc1 delete user script
Update
i finally got
add user script = /usr/sbin/useradd -m %u
to work ( it was a permisson task)
delete user script = /usr/sbin/userdel -r %u
does not work anyway
log says
rpc_server/srv_samr_nt.c:_samr_unknown_2d(4291)
_samr_unknown_2d: Not yet implemented.
as it always did since i tested samba 3
this i the very last funktion i missed
to admin samba 3 with usrmgr.....it should work
before
2003 Aug 17
0
Fw: usrmgr samba 3 rc1 delete user script update
win 2000 serv pack 4 german gives the same failure
rpc_server/srv_samr_nt.c:_samr_unknown_2d(4291)
> _samr_unknown_2d: Not yet implemented.
for
delete user script = /usr/sbin/userdel -r %u
all other stuff work like charme
regards
----- Original Message -----
From: "rruegner" <robowarp@gmx.de>
To: <samba@lists.samba.org>
Sent: Sunday, August 17, 2003 1:05 PM
Subject:
2003 Aug 16
2
usrmgr samba 3 rc1
Hi all,
For my long struggle to take samba working as pdc , and do admin with usrmgr
now useradd do not longer work after the update
userdelete never worked so it is yet...are ther any ideas , is there a signifant change to the scripts ( i dont found any in the man)?
in my oppinon this is not a real release if
add user script = /usr/sbin/useradd -m %u
delete user script =