search for: authtype

Displaying 20 results from an estimated 157 matches for "authtype".

Did you mean: auth_type
2004 Apr 27
2
IPsec works, but racoon/IKE does not
...27 20:52:18: DEBUG: sainfo.c:112:getsainfo(): anonymous sainfo selected. 2004-04-27 20:52:18: DEBUG: proposal.c:828:printsaproto(): (proto_id=ESP spisize=4 spi=00000000 spi_p=00000000 encmode=Tunnel reqi d=0:0) 2004-04-27 20:52:18: DEBUG: proposal.c:862:printsatrns(): (trns_id=3DES encklen=0 authtype=hmac-sha) 2004-04-27 20:52:18: DEBUG: proposal.c:862:printsatrns(): (trns_id=3DES encklen=0 authtype=hmac-md5) 2004-04-27 20:52:18: DEBUG: proposal.c:862:printsatrns(): (trns_id=BLOWFISH encklen=448 authtype=hmac-sha) 2004-04-27 20:52:18: DEBUG: proposal.c:862:printsatrns(): (trns_id=BLOWF...
2005 Jan 16
0
Printing from Windows is printing PS commands instead of job!
...- I'll send you anything you think will help. For starters, here's my CUPS configuration files: LogFilePerm 0600 MaxLogSize 2000000000 LogLevel debug Printcap /etc/printcap <Location /> Order Deny,Allow Deny From All Allow From 127.0.0.1 </Location> <Location /admin> AuthType Basic AuthClass System Order Deny,Allow Deny From All Allow From 127.0.0.1 </Location> <Location /printers/officejet-7100-series-1> Order Deny,Allow Deny From All Allow From 127.0.0.1 AuthType None </Location> <Location /printers/usblp0> Order Deny,Allow Deny From All Allo...
2015 May 04
1
A working CUPS authentication now fails without change anything...
...p printadmin lpadmin and the other in cupsd.conf LogLevel warn MaxLogSize 0 # Allow remote access Port 80 Listen /var/run/cups/cups.sock # Share local printers on the local network. Browsing On BrowseOrder allow,deny BrowseRemoteProtocols BrowseAddress @LOCAL BrowseLocalProtocols CUPS dnssd DefaultAuthType Basic WebInterface Yes DefaultLanguage es <Location /> # Allow shared printing... Order allow,deny Allow @LOCAL </Location> <Location /admin> Order allow,deny Allow From * </Location> <Location /admin/conf> AuthType Default Require user @SYSTEM Order a...
2015 May 11
6
Authenticating Apache Against Active Directory
...to authenticate users against Samba 4.2.1. When I edit 'apache2.conf' with <Directory /> Options FollowSymLinks AllowOverride None Require all granted Allow from all AuthName "AD authentication" AuthBasicProvider ldap AuthType Basic AuthLDAPGroupAttribute member AuthLDAPGroupAttributeIsDN On AuthLDAPURL ldap://dc1.domain.local/172.16.232.29:389/cn=Users,dc=domain?sAMAccountName?sub?(objectClass=*) AuthLDAPBindDN cn=apache-connect,cn=Users,domain AuthLDAPBindPassword password...
2014 Jan 02
0
[PATCH] libvirt-auth: Provide a friendlier wrapper around virConnectAuthPtrDefault (RHBZ#1044014).
...tic int exists_libvirt_auth_event (guestfs_h *g) { @@ -165,31 +194,37 @@ guestfs___open_libvirt_connection (guestfs_h *g, const char *uri, unsigned int flags) { virConnectAuth authdata; - virConnectAuthPtr authdataptr; virConnectPtr conn; + const char *authtype; + + g->saved_libvirt_uri = uri; + g->wrapper_warning_done = false; /* Did the caller register a GUESTFS_EVENT_LIBVIRT_AUTH event and * call guestfs_set_libvirt_supported_credentials? */ if (g->nr_supported_credentials > 0 && exists_libvirt_auth_event (g)) { +...
2008 Jan 23
7
Apache, Mongrel, Authentication
...Name www.mysite.com ErrorLog /www/mysite/logs/mysite.error.log CustomLog /www/mysite/logs/mysite.access.log combined <Directory "/www/mysite/current/public"> Options FollowSymLinks AllowOverride AuthConfig Limit Order allow,deny Allow from all AuthType Basic AuthName "Restricted" AuthBasicProvider file AuthUserFile /www/mysite/users/userdb Require valid-user </Directory> RewriteEngine On # Check for maintenance file and redirect all requests # ( this is for use with Capistrano''s disable...
2015 May 12
2
[Solved] A working CUPS authentication now fails without change anything...
...low remote access >> Port 80 >> Listen /var/run/cups/cups.sock >> # Share local printers on the local network. >> Browsing On >> BrowseOrder allow,deny >> BrowseRemoteProtocols >> BrowseAddress @LOCAL >> BrowseLocalProtocols CUPS dnssd >> DefaultAuthType Basic >> WebInterface Yes >> DefaultLanguage es >> >> <Location /> >> # Allow shared printing... >> Order allow,deny >> Allow @LOCAL >> </Location> >> <Location /admin> >> Order allow,deny >> Allow From *...
2013 Mar 12
4
PuppetDB http web interface user access
Hi All, Has anyone figured out a nice way to restrict user access to puppetdb''s http web interface? Such as a .htaccess method or something similar? I would prefer something along those lines instead of setting up firewall rules. -Zane -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and
2018 Feb 20
1
get_auth_event_server: Failed to find 'auth_event' registered on the message bus to send JSON authentication events to: NT_STATUS_OBJECT_NAME_NOT_FOUND
..."type": "Authorization", "Authorization": {"version": {"major": 1, "minor": 0}, "localAddress": "ipv6::::0", "remoteAddress": "ipv6::::0", " serviceDescription": "DCE/RPC", "authType": "ncacn_np", "domain": "NT AUTHORITY", "account": "SYSTEM", "sid": "S-1-5-18", "logonServer": null, "transportProtection": "SMB", "accountFlags": "0x00000000"}} [2018/02/20...
2018 Apr 03
0
Renaming a joined windows workstation
...;Authorization", "Authorization": {"version": {"major": 1, "minor": 0}, "localAddress": "ipv4:10.255.0.3:445", "remoteAddress": "ipv4: 10.255.1.104:63313", "serviceDescription": "DCE/RPC", "authType": "ncacn_np", "domain": "TESTE", "account": "Administrator", "sid": "S-1-5-21-3073023332-2932986482-1183422282-500", "logonServer": "DC1", "transportProtection": "SMB", "accountFl...
2009 Jun 15
1
NoMethodError: undefined method `password_reset_instructions' for UserNotifier:Class
...uot;, :password => "<my password>" } *** lib/smtp_tls.rb require "openssl" require "net/smtp" # http://blog.pomozov.info/posts/how-to-send-actionmailer-mails-to-gmailcom.html Net::SMTP.class_eval do private def do_start(helodomain, user, secret, authtype) raise IOError, ''SMTP session already started'' if @started check_auth_args user, secret, authtype if user or secret sock = timeout(@open_timeout) { TCPSocket.open(@address, @port) } @socket = Net::InternetMessageIO.new(sock) @socket.read_timeout = 60 #@read_ti...
2011 Apr 12
1
Vpopmail and lastauth
Hello, I'm migrating many accounts to a new server with vpopmail 5.4.33 and dovecot 2.0.11. I've already vpopmail 5.4.32 and dovecot 1.2.16 on others servers running without problems. With dovecot 2.0.11 my lastauth file is not updated. This file usually is update on any access (smtp, pop3, imap) with the client's IP, for every mailbox. Now it's updated only when a client
2002 May 07
1
X11 forwarding and LBX
So I'm working from home today, and for the first time I've tried running Evolution over a forwarded X11 connection. Even though work has a T1 and I have 640k at home, and ssh is compressing, it's ... rather slow. So I fire off lbxproxy and try to run an xterm to see if it works. No dice, authentication denied. Does anybody have any experience with this? Is it possible to run
2003 Jun 23
4
Trouble with CUPS/SAMBA
...hows up fine, and accept print jobs, but nothing happens after the jobs has been processed, and no errors are being generated. I would be grateful for any help. /Bo Mellberg cupsd.conf: LogLevel info MaxLogSize 0 Printcap /etc/printcap PrintcapFormat BSD RequestRoot /var/spool/cups TempDir /tmp AuthType None <Location /admin> AuthType Basic AuthClass System Order Deny,Allow Deny From All Allow From 127.0.0.1 </Location> <Location /printers/hp4550> Order Deny,Allow Deny From All Allow From 127.0.0.1 AuthType None Allow from All </Location> <Location /> Order Deny,Allow...
2009 Apr 09
1
Mailing error in Rails 2.3.2
...(mail) end ActionMailer::Base.smtp_settings = { :address => ''smtp.gmail.com'', :domain => @domain, :authentication => :plain, :port => 587, :user_name => @user_name, :password => @password } Net::SMTP.class_eval do private def do_start(helodomain, user, secret, authtype) raise IOError, ''SMTP session already started'' if @started #check_auth_args user, secret, authtype if user or secret check_auth_args user, authtype if user or secret sock = timeout(@open_timeout) { TCPSocket.open(@address, @port) } @socket = Net::InternetMessageIO.new(sock)...
2008 May 02
3
CruiseControlRb behind apache
...RB-behind-apache-proxy-tt14016053.html#a14099749 Found a better alternative to doing this in my .htaccess instead of messing with the httpd.conf, in case someone is interested: --- snip --- RewriteEngine On ### for cruisecontrol RewriteBase / RewriteRule ^(.*)$ http://localhost:3333/$1 [P] AuthType Basic AuthName "Cruise''s Restricted Files" AuthUserFile /var/www/.htpasswd Require valid-user --- snip --- However is there a better way for me to have cruise running under http://myserver/cruise instead of rooting it at "/". mod_proxy only rendered the html if I...
2006 Sep 06
2
.htaccess in public and adding password protection
While my site is in development I wish to add basic password protection. At the moment my .htaccess looks like this: AuthName "Restricted Area" AuthType Basic AuthUserFile /home/httpd/mydomain.co.uk/.htpasswd AuthGroupFile /dev/null require valid-user .htpasswd exists and has an entry, yet I do not get a password prompt? Does Apache Auth work for dynamic resources or only static files? Many thanks :) -- Posted via http://www.ruby-forum.co...
2013 Nov 10
1
Strange unexplainable CUPS problem after upgrade to 5.10
...sys root admin # Allow remote access Port 631 Listen /var/run/cups/cups.sock # Enable printer sharing and shared printers. Browsing On BrowseOrder allow,deny # (Change '@LOCAL' to 'ALL' if using directed broadcasts from another subnet.) BrowseAllow @LOCAL BrowseAddress @LOCAL DefaultAuthType Basic <Location /> # Allow shared printing and remote administration... Order allow,deny Allow all </Location> <Location /admin> Allow from localhost Allow from 192.168.1.27 Allow from 192.168.1.28 Allow from 192.168.1.29 Allow from 192.168.1.5 # Allow remote adm...
2003 Jun 26
3
RH9, Samba 2.2.8a and printing with CUPS
...tion http://smarti:631/printers/printer! ------------------------------------------------------ last lines of the cupsd.conf # End of "$Id: cupsd.conf.in,v 1.8 2002/12/13 16:23:54 mike Exp $". # <Location /printers/lp0> Order Deny,Allow Allow From 127.0.0.1 Deny From All AuthType None </Location> <Location /printers/HPDeskJet710C> Order Deny,Allow Deny From All Allow From 127.0.0.1 AuthType None </Location> <Location /printers/Okipage8wLite> Order Deny,Allow Deny From All Allow From 127.0.0.1 AuthType None </Location> <Location...
2009 Mar 29
1
Printing:(Samba + CUPS + LDAP) Windows Clients(2000/XP) Slow get status printer.
...rivers] readonly = yes guest ok = yes path = /mnt/test/ ======cupsd.conf===== cupsd.conf LogLevel error SystemGroup sys root # Allow remote access Port 631 # Disable printer sharing and shared printers. Listen testsrv:631 #Listen /var/run/cups/cups.sock Browsing Off DefaultAuthType Basic <Location /> Allow all # Allow remote administration... Order allow,deny Allow @LOCAL </Location> <Location /admin> Require user @SYSTEM Encryption Required # Allow remote administration... Order allow,deny Allow @LOCAL </Location> <Location /admin...