search for: authinfo

Displaying 20 results from an estimated 25 matches for "authinfo".

2006 Jun 02
1
Redhat Authconfig errors
...--ldapserver=127.0.0.1 --ldapbasedn="dc=sncc-pdc,dc=net" --enableshadow --enablemd5 --enableldapauth --update Traceback (most recent call last): File "/usr/sbin/authconfig", line 738, in ? module.run() File "/usr/sbin/authconfig", line 323, in run self.readAuthInfo() File "/usr/sbin/authconfig", line 228, in readAuthInfo self.info = authinfo.read(self.printError) File "/usr/share/authconfig/authinfo.py", line 594, in read info.read() File "/usr/share/authconfig/authinfo.py", line 1338, in read self.readWinbind()...
2015 Feb 16
2
setting up centos 6 x86_64 to relay through gmail
I have setup my machine to relay through smtp.gmail.com installed cyrus-sasl-md5 cyrus-sasl-plain Added to access: AuthInfo:smtp.gmail.com "U:smmsp" "I:my accont" "P:my pass" "M:PLAIN" AuthInfo:smtp.gmail.com:587 "U:smmsp" "I:my account" "P:my pass" "M:PLAIN" Added to sendmail.mc the SMART_HOST smtp.gmail.com unc...
2008 Jan 10
2
Dovecot-imap, tls, gnus
I have a connection to my dovecot server from gnus: ,---- | (add-to-list 'gnus-secondary-select-methods | '(nnimap "hermes" | (nnimap-stream starttls) | (nnimap-address "hermes") | (nnimap-authinfo-file "~/.authinfo"))) `---- If I enter a group and read my mail then wander off and come back after a few minutes I can not navigate out of the group because my nnimap session has ended. What config parameter do I need to change in Dovecot to keep it open for the life of the client? (I a...
2017 Sep 29
2
Call for testing: OpenSSH 7.6
On 29 September 2017 at 11:05, Iain Morgan <imorgan+openssh at nas.nasa.gov> wrote: [...] > This is due to my shell being csh, which is pickier about undefined > variables than the Bourne-style shells. The attached patch fixes the > issue. Thanks for figuring this out. > - 'test -z "$SSH_USER_AUTH"' || fail "SSH_USER_AUTH present" > +
2017 Sep 29
3
Call for testing: OpenSSH 7.6
...ndard. > > Your suggestion ran into the same issue as the original test, but > escaping the evaluation by the user's shell appears to work: > > 'test -z `sh -c "echo \$SSH_USER_AUTH"`' || fail "SSH_USER_AUTH present" How about: diff --git a/regress/authinfo.sh b/regress/authinfo.sh index e725296c..b47f4e5a 100644 --- a/regress/authinfo.sh +++ b/regress/authinfo.sh @@ -5,8 +5,10 @@ tid="authinfo" # Ensure the environment variable doesn't leak when ExposeAuthInfo=no. verbose "ExposeAuthInfo=no" + env SSH_USER_AUTH=blah ${SSH...
2008 Nov 04
2
Sendmail using SMTP authorization
...onse so I'm hoping someone will take pity on me ;-) My ISP requires SMTP authorization and I'm having a heck of a time getting it to work. I've included the following below: Asterisk 1.4.21 CentOS 5 Sendmail 8.13.8 === bounced mail === === maillog === === hosts === === access === === authinfo === === sendmail.mc === The "bounced mail" file shows the authentication problem, although there's also a troubling "DSN: Service unavailable" message that appears in "maillog". I'm not sure whether the two are related or if the latter is really a problem at...
2011 Oct 05
0
Howto use Gmail with sendmail on CentOS 6
...mails via Gmail account from CentOS 6 (I use sendmail, because haven't figured out how to setup Postfix yet): # yum erase postfix # yum install sendmail sendmail-cf cyrus-sasl-plain cyrus-sasl-md5 # mkdir /etc/mail/auth # chmod 700 /etc/mail/auth Create the file /etc/mail/auth/client-info: AuthInfo:smtp.gmail.com "U:smmsp" "I:your_gmail_address" "P:your_password" "M:PLAIN" AuthInfo:smtp.gmail.com:587 "U:smmsp" "I:your_gmail_address" "P:your_password" "M:PLAIN" # cd /etc/mail/auth # makemap -r hash client-info.db...
2017 Sep 21
19
Call for testing: OpenSSH 7.6
...ing. New Features ------------ * ssh(1): add RemoteCommand option to specify a command in the ssh config file instead of giving it on the client's command line. This allows the configuration file to specify the command that will be executed on the remote host. * sshd(8): add ExposeAuthInfo option that enables writing details of the authentication methods used (including public keys where applicable) to a file that is exposed via a $SSH_USER_AUTH environment variable in the subsequent session. * sshd(8): allow LogLevel directive in sshd_config Match blocks; bz#2717 * s...
2008 Feb 28
1
smtp mailer or SMART_HOST in sendmail.mc
Is there a EASY way to change the SMART_HOST in sendmail.mc. Some command line that does it? Trying to explain to customers editor commands, etc... to edit this file, change the name, make and service sendmail restart is BIG for someone that doesnt know linux... Just wondering if something exists already before I make something. Dont wish to redo anything. Thanks, Jerry
2015 May 06
0
[Announce] Samba 4.0.26 Available for Download
...'profiles' tool. o Ira Cooper <ira at samba.org> * BUG 11115: smbd: Stop using vfs_Chdir after SMB_VFS_DISCONNECT. o David Disseldorp <ddiss at samba.org> * BUG 10808: printing/cups: Pack requested-attributes with IPP_TAG_KEYWORD. * BUG 11059: libsmb: Provide authinfo domain for encrypted session referrals. o Volker Lendecke <vl at samba.org> * BUG 11041: smbd: Fix CID 1063259 Uninitialized scalar variable. * BUG 11051: net: Fix 'net sam addgroupmem'. o Stefan Metzmacher <metze at samba.org> * BUG 9299: nsswitch: Fix...
2015 May 06
0
[Announce] Samba 4.0.26 Available for Download
...'profiles' tool. o Ira Cooper <ira at samba.org> * BUG 11115: smbd: Stop using vfs_Chdir after SMB_VFS_DISCONNECT. o David Disseldorp <ddiss at samba.org> * BUG 10808: printing/cups: Pack requested-attributes with IPP_TAG_KEYWORD. * BUG 11059: libsmb: Provide authinfo domain for encrypted session referrals. o Volker Lendecke <vl at samba.org> * BUG 11041: smbd: Fix CID 1063259 Uninitialized scalar variable. * BUG 11051: net: Fix 'net sam addgroupmem'. o Stefan Metzmacher <metze at samba.org> * BUG 9299: nsswitch: Fix...
2015 May 12
0
[Announce] Samba 4.1.18 Available for Download
...Add glusterfs manpage. o David Disseldorp <ddiss at samba.org> * BUG 10808: printing/cups: Pack requested-attributes with IPP_TAG_KEYWORD. * BUG 11018: smbd can't find the GUID for a printer in the registry and fails to publish printers. * BUG 11059: libsmb: Provide authinfo domain for encrypted session referrals. * BUG 11169: docs/idmap_rid: Remove deprecated base_rid from example. * BUG 11210: spoolss: Purge the printer name cache on name change. o Julien Kerihuel <j.kerihuel at openchange.org> * BUG 11225: s4:rpc_server: Add multiplex sta...
2015 May 12
0
[Announce] Samba 4.1.18 Available for Download
...Add glusterfs manpage. o David Disseldorp <ddiss at samba.org> * BUG 10808: printing/cups: Pack requested-attributes with IPP_TAG_KEYWORD. * BUG 11018: smbd can't find the GUID for a printer in the registry and fails to publish printers. * BUG 11059: libsmb: Provide authinfo domain for encrypted session referrals. * BUG 11169: docs/idmap_rid: Remove deprecated base_rid from example. * BUG 11210: spoolss: Purge the printer name cache on name change. o Julien Kerihuel <j.kerihuel at openchange.org> * BUG 11225: s4:rpc_server: Add multiplex sta...
2011 Apr 27
3
slow sendmail going out
I am trying to find a way to "speed" up sendmail going out of my box. I am setting SMART_HOST. Dont get me wrong email does go out it just takes like 3-4 minutes to get there. When I do "mail xxxx at y.com" and send it the /var/log/maillog file shows the connection and shows the relay as [127.0.0.1]. Then it just SITS there for a long time. Then it picks up the mail and
2019 May 03
2
Source client with HTTP PUT
...stream. Each http PUT request is an extra track. How can I generate an ongoing stream with mp3 chunks, which I send per http Put to IceCast. Any suggestions? My headers are: Headers.Add("Content-Type", "audio/mpeg"); Headers.Add("Authorization", "Basic " + authInfo); Headers.Add("Ice-Public", "1"); Headers.Add("Ice-Name", "Teststream"); Headers.Add("Ice-Description", "This is just a simple test stream"); Headers.Add("Transfer-Encoding", "chunked"); Headers.Add("Ice-Audio-Info...
2003 May 20
0
intermittent failure of ability to connect to samba share from win (NT/2k) client
...er = [IP address of WINS/PDC server] follow symlinks = No Samba works like a charm except that after awhile, samba goes "deaf" (or thats what I perceive to be happening). The user attempting to connect to a share is prompted to authenticate. Repeatedly providing the correct authinfo proves to be futile. When connections to samba fail, nothing is written in samba's logs (currently set to level 3) and no communication between the samba server and the PDC/WINS server is observed. Sometimes bouncing smbd or nmbd works, sometimes it takes many restarts. I've pretty m...
2003 May 23
0
intermittent failure of ability to connect to samba share from win (NT/2k) client]]
...server] > follow symlinks = No > > Samba works like a charm except that after awhile, samba goes "deaf" (or > thats what I perceive to be happening). The user attempting to connect > to a share is prompted to authenticate. Repeatedly providing the > correct authinfo proves to be futile. When connections to samba fail, > nothing is written in samba's logs (currently set to level 3) and no > communication between the samba server and the PDC/WINS server is > observed. Sometimes bouncing smbd or nmbd works, sometimes it takes > many restarts...
2014 Apr 18
0
Wine release 1.7.17
...leaks. dinput: Add additional debug logging to Mac code. Marcus Meissner (4): comctl32: Process GetKeyState return correctly (Coverity). usp10: Fixed border condition in shifts (Coverity). server: Use longer int in bitshift operation (Coverity). winhttp: Avoid leaking authinfo on error (Coverity). Matteo Bruni (5): d3d9/tests: Add a test for timestamp queries. wined3d: Add support for GL_ARB_timer_query extension. wined3d: Add support for timestamp queries. d3dx9: Copy the entire vector at once if there is no need of type conversions. d3dx9...
2015 Feb 24
0
[Announce] Samba 4.2.0rc5 Available for Download
...* BUG 11070: s3-vfs: Fix developer build of vfs_ceph module. o David Disseldorp <ddiss at samba.org> * BUG 10808: printing/cups: Pack requested-attributes with IPP_TAG_KEYWORD. * BUG 11055: vfs_snapper: Correctly handles multi-byte DBus strings. * BUG 11059: libsmb: Provide authinfo domain for encrypted session referrals. o Poornima G <pgurusid at redhat.com> * BUG 11069: vfs_glusterfs: Implement AIO support. o Volker Lendecke <vl at samba.org> * BUG 11032: Enable mutexes in gencache_notrans.tdb. o Stefan Metzmacher <metze at samba.org&...
2015 Feb 24
0
[Announce] Samba 4.2.0rc5 Available for Download
...* BUG 11070: s3-vfs: Fix developer build of vfs_ceph module. o David Disseldorp <ddiss at samba.org> * BUG 10808: printing/cups: Pack requested-attributes with IPP_TAG_KEYWORD. * BUG 11055: vfs_snapper: Correctly handles multi-byte DBus strings. * BUG 11059: libsmb: Provide authinfo domain for encrypted session referrals. o Poornima G <pgurusid at redhat.com> * BUG 11069: vfs_glusterfs: Implement AIO support. o Volker Lendecke <vl at samba.org> * BUG 11032: Enable mutexes in gencache_notrans.tdb. o Stefan Metzmacher <metze at samba.org&...