search for: encrpted

Displaying 9 results from an estimated 9 matches for "encrpted".

Did you mean: encrypted
2002 Sep 10
0
Encrpted Password problem
i tried with the option encrpted password= yes , security = user in my smb.conf file.. but when i did following on my root prompt #killall -HUP xinetd #service smb restart #smbclient -L localhost so i get the problem session setup failed: ERRSRV - ERRbadpw (bad password name/password pair in a Tree Connect or Session Setup are in...
2005 Sep 26
4
virtual domain
...sing vm-pop3d to implement virtual domains. But due to some locking problem in vm-pop3d, we want to test the possibility to change to dovecot. Currently, in vm-pop3d, the passwd file is located in /etc/virtual/domain1.com/passwd /etc/virtual/domain2.com/passwd and the passwd format is: user: md5 encrpted password and the email is store in /var/spool/virtual/domain1.com/user /var/spool/virtual/domain2.com/user and we login as user at domain1.com, user at domain2.com . We want to maintain this format as login id and the password format. What should be changed in dovecot.conf? Thanks.
2004 Jan 28
1
Samba (v1.9.18P5)
Greetings: Wea re running a older version of linux (5.2) and I need to pull data off of that box to move it to a new system. I have attempted to configure samba but have not been sucessful. My smb.conf looks like this: [global] workgroup = WORKGROUP encrpt passwords = yes [test] comment = testing path = /backup read only = no gueat ok = yes Win 2k clients and win98 clients cannot
1998 Oct 03
1
SAMBA digest 1831
...ed an entry into smbpasswd and /etc/passwd on the server. The 'workstation' trust account only speaks NT encrypted passwords. With out it, the machine can log it self in, and it cant do the domain login.. The repeated asking for passwords for each share is a similar problem, if you turn encrpted passwords off, NT will not cache the password and for each share you connect to, the password prompt appears.
1998 Dec 16
1
user level authentication in samba-2.0.0beta4
I've compiled samba 2.0.0beta4 on Sun (sparc) Solaris 2.6. I can use smbclient to list the shares, but whenever i try to connect to the machine, i get the following error message: session setup failed: ERRSRV - ERRbadpw (Bad password - name/password pair in a Tree Connect or Session Setup are invalid.) I have SECURTY = USER in smb.conf when I try to use smbpasswd to reset the password on
2001 Mar 15
1
AW: samba on win2k
If you haven't deactivated password encryption on win2k (by changing the registry) you should make sure that "encrypt passwords = Yes" is set in your smb.conf. -----Urspr?ngliche Nachricht----- Von: Santosh Cheler [mailto:toshck@yahoo.com] Gesendet am: Donnerstag, 15. M?rz 2001 10:04 An: samba@lists.samba.org Betreff: samba on win2k I setup samba on rh6.2, and when i try to access
2017 Jan 03
3
dovecot-pigeonhole running external script ends with signal 11
...`SCRIPT' 23: executed program successfully 23: changed message ... info: msgid=<B5OEuIEvrCZzcoJ7A6fCF-ka2Nwz-Ze2UCO840Panvw.w7zr1vruaJMbDBwK63natps3v__yOgbhHy3ntACTU0s at redacted>: stored mail into mailbox 'INBOX'. sieve-test(vmail): Info: final result: success and I get the encrpted message in my mailbox. Just when it's called upon delivery via lmtp the script ends with signal 11 Jan 3 15:59:48 mbox2 dovecot: lmtp(me at example.com): Error: program `/etc/dovecot/sieve-filters/SCRIPT' terminated abnormally, signal 11 And in ~/.dovecot.sieve.log I can find the follow...
2002 Oct 18
3
Another Shot At It
After receiving no response to yesterday's message, I tried some more web scouring and more tinkering and dinking around with Samba...and I discovered what may be a major key to my problem... I have 3 PC's...2 are Windoze and 1 is Linux. Windoze machines are likely to understand how to share files across subnets using the same workgroup name...but is Samba as adept? I have a feeling
2006 Jan 25
12
DRY in Models
I am building an app right now that needs to grant access to three levels of members right now - each will have their own table in the DB. When creating the add_user action I am converting the password into a hashed password through the model. The way I am doing this right now, I will inevitably end up with repeated code in three different models. Is there a way I can define this code in