Displaying 20 results from an estimated 110 matches for "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx".
2006 Aug 06
1
smbpasswd doesn't prompt root for password
...running
Linux 2.4.20 as root, I'm NEVER asked for a password. Even when I
create a new user in smbpasswd, I'm not asked:
root@HD.bei.digitalprojects.com:/etc/samba# strings smbpasswd
root:0:AAD3B435B51404EEAAD3B435B51404EE:31D6CFE0D16AE931B73C59D7E0C089C0:[U ]:LCT-44D63D42:
bin:1:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[DU ]:LCT-00000000:
daemon:2:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[DU ]:LCT-00000000:
adm:3:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[DU ]:LCT-00000000:
sync:5:XXXXXXXXXXXXXXXXXXXXXXXXXXXX...
2003 Apr 24
1
intermittant problem with samdump and vampire
...abase 0
Domain name: IMAGERIE
Group 'Domain Admins' desc='Designated administrators of the domain',
rid=512
Group 'Domain Users' desc='All domain users', rid=513
Group 'Domain Guests' desc='All domain guests', rid=514
... etc...
Aministrator:500:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[UX ]:LCT-0
Guest:501:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[DUX ]:LCT-0
vero:1005:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[UX ]:LCT-0
jcadoret:1009:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXX...
2002 Jun 30
0
Samba does not link to ldap
...[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No
[Public Files]
comment = Files for everyone on Pinguin
path = /tmp/
guest account = root
read only = No
guest ok = Yes
APPENDIX E ============================================
# SMB password file.
# root:0:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[U
]:LCT-00000000:root
bin:1:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[U
]:LCT-00000000:bin
daemon:2:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[U
]:LCT-00000000:daemon
adm:3:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXX...
1998 Oct 09
2
Failed to connect NT workstation to Samba2.0alpha8
...ba2.0alpha8/samba/netlogon
writeable = no
guest ok = no
root preexec = /usr/local/samba2.0alpha8/samba/bin/makelogonscript %U
%h
[homes]
comment = Home Directories
browseable = no
writeable = no
write list = %S
*** smbpasswd ***
#
# SMB password file.
#
root:0:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:Su
per-User:/:/sbin/sh
daemon:1:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:
:/:
bin:2:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX::/u
sr/bin:
sys:3:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX::/:
adm...
2004 Jul 23
1
NT domain migration to LDAP/SAMBA
...fo for 'WYRMBERG$'
Creating account: rwind
Could not create posix account info for 'rwind'
Why do I get this "Could not create posix account info" message, and
what does it mean?
Also, running "pdbedit -Lw" after vampiring generates:-
Administrator:4294967295:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[U
]:LCT-00000000:
nobody:65534:NO PASSWORDXXXXXXXXXXXXXXXXXXXXX:NO
PASSWORDXXXXXXXXXXXXXXXXXXXXX:[NU ]:LCT-00000000:
Guest:4294967295:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[UX
]:LCT-00000000:
rwind:4294967295:XXX...
2012 Jan 19
2
smbpasswd not working
When I used smbpasswd it gives me the following error...
root at hayek:~# smbpasswd john
New SMB password:
Retype new SMB password:
Failed to find entry for user john.
This is despite the existence of the user
root at hayek:~# cat /etc/samba/smbpasswd
#
# SMB password file.
#
nobody:65534:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[U
]:LCT-00000000:nobody
john:1000:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[U
]:LCT-00000000:John Tate,,,
I do not understand what is going on. I really need to get this working.
John Tate
--
www.johntate.org
2005 Feb 23
1
pdbedit -Lw reports "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" for password
...d something), so I will ask the community directly:
I am trying to convert a fully populated smbpasswd file to the tdbsam backend:
# pdbedit -i smbpasswd:./smbpasswd -e tdbsam:./passdb.tdb
This seems to work, on the surface, but upon inspection I find that
# pdbedit -Lw username
username:1234:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[DU
]:LCT-00000000:
or somesuch. username does exist in /etc/passwd and /etc/shadow, but
is not allowed shell access.
So, two problems; the NT/samba passwords are not being migrated, and
the accounts are all being set to disabled (user and workstation
accoun...
2002 Aug 25
1
Why is an extra 'home' dir showing up?
...--
smbusers:
-------------------------------------
# Unix_name = SMB_name1 SMB_name2 ...
# nobody = guest pcguest smbguest
root = administrator admin Administrator
dae51d = daevid
-------------------------------------
smbpasswd:
-------------------------------------
#
# SMB password file.
#
root:0:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
:[U ]:LCT-00000000:root
ftp:14:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
:[U ]:LCT-00000000:FTP User
nobody:99:NO PASSWORDXXXXXXXXXXXXXXXXXXXXX:NO
PASSWORDXXXXXXXXXXXXXXXXXXXXX:[NU ]:LCT-3D69B727:Nobody
pcguest:97:NO...
2015 Sep 01
3
anyone want to help tune up computeKnownBits()?
...ah.edu/~regehr/souper-known-bits-sep-2015.txt
Thanks,
John
--------------------------------------------------------------------
if the little end of a word contains some contiguous zeros, they'll
still be there after a shl:
%0:i32 = var
%1:i32 = shl 8:i32, %0
infer %1
known from LLVM: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
known from Souper: xxxxxxxxxxxxxxxxxxxxxxxxxxxxx000
--------------------------------------------------------------------
when the shift exponent is nonzero, shl nsw nuw must leave the MSB
cleared (if not, the result would have been poison):
%0:i32 = var
%1:i32 = shlnw %0, 3:i32
infer %1
known...
2010 Jun 24
4
security = share
...= /home/user/Documentos/Docs
read only = No
username = user
smbtree
WORKGROUP
\\SERVER server (Samba, Ubuntu)
\\SERVER\IPC$ IPC Service (server (Samba, Ubuntu))
\\SERVER\Docs Documents
\\SERVER\print$ Printer Drivers
sudo pdbedit -Lw
nobody:65534:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[U
]:LCT-00000000:
user:1000:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:CC63D87C86C99FF2FB25B31C84CF584A:[U
]:LCT-4C23B25F:
smbguest:1001:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[U
]:LCT-00000000:
Thanks in advance for you...
2002 Aug 25
3
How do I create a globally accessible directory [partly solved] (XP works/98 doesn't)
...--
smbusers:
-------------------------------------
# Unix_name = SMB_name1 SMB_name2 ...
# nobody = guest pcguest smbguest
root = administrator admin Administrator
dae51d = daevid
-------------------------------------
smbpasswd:
-------------------------------------
#
# SMB password file.
#
root:0:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
:[U ]:LCT-00000000:root
ftp:14:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
:[U ]:LCT-00000000:FTP User
nobody:99:NO PASSWORDXXXXXXXXXXXXXXXXXXXXX:NO
PASSWORDXXXXXXXXXXXXXXXXXXXXX:[NU ]:LCT-3D69B727:Nobody
pcguest:97:NO...
2023 Feb 08
2
doveadm sending invalid AUTHENTICATE to uw-imap
...3.16-3 from their repos. I am using a master user
to import all users for an imaps connection from the old server to the
new. On a trial run however, it worked for about half the users. Half are
giving an error of the form:
dsync(user): Error: imapc(host:993):
Command '1 AUTHENTICATE PLAIN xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' failed with BAD:
1 Missing or invalid argument to AUTHENTICATE
I can't seem to get the IMAP command for the users that did work. However,
on the face of it, that is an invalid AUTHENTICATE command. If I take that
string and brake it up into (what I've googled is) the proper form of...
2007 Feb 01
1
Machine account in smbpasswd is wrong
...useradd -d /dev/null -g 200 -s /bin/false -M %u
Now a machine account is created and added to my users (this part works ok)
Samba also generates a machine account for samba (I could not find a line for that in my smb.conf)
But the generated account is not good it look like this
WIN2KMACHINE_1$:548:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[W ]:LCT-00000000:
I found a workaround by adding the machine account for the users and for samba manually
useradd -d /dev/null -g 200 -s /bin/false -M win2kmachine_1$
smbpasswd -a -m win2kmachine_1$
The smbpasswd look like this
win2kmachine_1$:548:6A9911...
2006 Apr 27
3
Win2k clients won't rejoin Samba PDC domain, "Remote Procedure Call Failed"?
...bpasswd file has very different entries
for each of the computers:
(this is the XP machine which is already added)
generaloffice1$:507:XXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXX:6623130B73710E84C2E897469708630A:[W
]:LCT-443B967D:
(this is the win2k machine which is also already added)
plfc-03$:505:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:7A43E23FE67585145CD2F799BE224F21:[UW
]:LCT-443B8092:
(this is the win2k machine that I disconnected and tried to reconnect)
plfc-06$:520:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[DW
]:LCT-00000000:
(this is a new win2k machine that I've tried to add tod...
2017 Apr 19
2
PUPPET - group IDS
...ke them BOTH to share the GID of 2000
I've tried the following
accounts::groups:? ? jointgroup:? ? ? ? gid: '2000'
accounts::users:
? ? user1:? ? ? ? uid: '1000'? ? ? ? gid: '2000'? ? ? ? home: '/home/user1'? ? ? ? shell: '/bin/bash'? ? ? ? password: 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
? ? user2:? ? ? ? uid: '1001'? ? ? ? gid: '200'? ? ? ? home: '/home/user2'? ? ? ? shell: '/bin/bash'? ? ? ? password: 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
But when I trfy and use this puppet agent -tv complains when trying to create user2 that GID 2000 is...
2015 Sep 08
2
UB and known bits
...below. Do we have a set of rules that clients of
known bits need to follow to avoid unsoundness? I remember Nuno and/or
David Majnemer saying something about this but I don't have it handy.
John
%0:i32 = var
%1:i32 = lshr %0, 1:i32
%2:i32 = addnw 1:i32, %1
infer %2
known from Souper: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
known from compiler: 0xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
llvm is stronger
%0:i32 = var (000000000000000xxxxxxxxxxxxxxxxx)
%1:i32 = and 65535:i32, %0
%2:i16 = var
%3:i32 = zext %2
%4:i32 = mulnw %1, %3
infer %4
known from Souper: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
known from compiler: 0xxxxxxxxxxxx...
2008 May 07
1
Problems with simple samba setup
...le checked again.
$ ls -l /var/smb
drwsrwsr-x 2 ittechs ittechs 4096 2008-04-30 09:28 ittechs
drwsrwsr-x 2 msoffice msoffice 4096 2008-04-30 09:28 msoffice
Both the ittechs and msoffice users have an smb password set, again I've
checked and re-checked.
$ cat /etc/samba/smbpasswd
sysadmin:1000:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:B05CCCD45E8C2F5CD6F24A5559634A97:[U
]:LCT-481B292E:
ittechs:1102:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:647DA7AB3D9D46FF7163D94D628F5F75:[U
]:LCT-4819D3A9:
msoffice:1103:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:FA5BBDDD74D108E0E7398A06F1083DA1:[U
]:LCT-481883E1:
Next, I've examined /var/log/samba/log.smbd w...
1998 Oct 01
0
possible setup?
...T server which administers all passwords.
But I always get a "session is rejected" in the log files
even before I have typed in the password.
I already have created the smbpasswd in /etc which contains
the following:
#
# SMB password file.
#
stein:10479:NO
PASSWORDXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:10000::
foss:10479:NO
PASSWORDXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:10000::
lehnert:10479:NO
PASSWORDXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:10000::
nardmann:10479:NO
PASSWORDXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:10000::
So what is the reason that t...
2004 Jul 22
1
/etc/samba/smbpasswd keeps changing - pulling my hair out
...reira] FAILED with error NT_STATUS_WRONG_PASSWORD
[2004/07/22 11:45:07, 2] smbd/server.c:exit_server(568)
Closing connections
But what is most bizarre is that the /etc/samba/smbpasswd entry for this
user is modified after this logon attempt! The password field is all XXed:
andreiaferreira:1001:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[U ]:LTC-36635F00:
If I reset the password by running smbpasswd -a andreiaferreira, the entry
becomes:
andreiaferreira:1001:58DF4B83F19C0B91AAD3B435B51404EE:050B689D4906009845CE4D4E17AA6AF7
[U ]:LTC-36635F00:
BUT the next time this user tries to...
2004 Oct 15
1
Bug in Swat samba-swat-3.0.2a-3mdk
There is a bug in Swat package samba-swat-3.0.2a-3mdk
The password functions are not working: add user, change password, enable
user.
If you add or enable a user, the user will be disabled.
You can check this by opening /etc/samba/smbpasswd file.
Entry will look like:
johnz:500:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[DU?????????]:LCT-00000000:
The 32 X indicates that user has been disabled.
Workaround:
You can work around this problem by using SMB utility smbpasswd from the
command line.
For example as root:
smbpasswd -a johnz
--
John Zoetebier
Web site: http://www.transpar...