Displaying 3 results from an estimated 3 matches for "rid_000003e8".
2006 Jul 06
0
Unable to modify TDB passwd ! Error: Record does not exist
...tie ~]# pdbedit -x administrator
| Unable to delete user administrator
| [root@beastie ~]# pdbedit -x administrator
| user administrator does not exist in the passdb
| [root@beastie ~]# pdbedit -L
| root:0:Charlie &
| [root@beastie ~]# tdbdump /usr/local/private/passdb.tdb
| {
| key(13) = "RID_000003e8\00"
| data(5) = "root\00"
| }
| {
| key(13) = "RID_00000bbe\00"
| data(14) = "administrator\00"
| }
| {
| key(13) = "INFO/version\00"
| data(4) = "\02\00\00\00"
| }
| {
| key(10) = "USER_root\00"
| data(209) = "\00\00\00... [snip...
2004 Feb 12
3
More to pdbedit -L segfault
I have recompiled pdbedit 3.0.2 with -g flag to be able to list sources from gdb when
debugging pdbedit and discovered some more info but don't know how to interpret
it:
(gdb) frame 1
#1 0x0806c899 in init_sam_from_buffer (sampass=0x81b8c28, buf=0x81b8d78 "",
buflen=208) at passdb/passdb.c:1462
1462 SAFE_FREE(domain);
(gdb) print domain
$8 = 0x10000 <Address
2016 Mar 10
0
First logon after smbpasswd -a someuser failed
...x password sync = Yes
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
dns proxy = No
usershare allow guests = Yes
panic action = /usr/share/samba/panic-action %d
idmap config * : backend = tdb
Here the userdata
# tdbdump /var/lib/samba/private/passdb.tdb
{
key(13) = "RID_000003e8\00"
data(7) = "test01\00"
}
{
key(13) = "RID_000003e9\00"
data(7) = "test02\00"
}
{
key(19) = "INFO/minor_version\00"
data(4) = "\00\00\00\00"
}
{
key(9) = "NEXT_RID\00"
data(4) = "\EA\03\00\00"
}
{
key(12) = "USER_test...