Displaying 13 results from an estimated 13 matches for "auto_start".
2007 Jul 17
3
.htaccess problems..... Using Drupal
...er.
DirectoryIndex index.php
# Override PHP settings. More in sites/default/settings.php
# but the following cannot be changed at runtime.
# PHP 4, Apache 1.
<IfModule mod_php4.c>
php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0
</IfModule>
# PHP 4, Apache 2.
<IfModule sapi_apache2.c>
php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0
</IfModule>
# PHP 5, Apache 1 and 2.
<IfModule mod_php5.c>
ph...
2015 May 08
4
ldap host attribute is ignored
...on [success=1 default=ignore] pam_succeed_if.so service in
crond quiet use_uid
session required pam_unix.so
session sufficient pam_sss.so
session required pam_unix.so try_first_pass
session optional pam_umask.so
session optional pam_gnome_keyring.so auto_start
only_if=gdm,gdm-password,lxdm,lightdm
With kind regards, ulrich
2010 Jul 13
2
Unloking gnome keyring on login
...ink is for the Gnome Desktop Manager). I did it anyway but no joy. I tried changin /etc/pam.d/login, and no joy. I'm becoming a bit desperate.
The changes I have done are to add
auth optional pam_keyring.so
(sometimes with try_first_pass)
and
session optional pam_keyring.so auto_start
(sometimes without auto_start)
All the time the gnome-keyring-daemon is not started. But even if I start it at login, with a new /etc/prodile.d/gnome-keyring-daemon.sh script which runs export `/usr/bin/gnome-keyring-daemon`, the keyring is not unlocked at login.
Just to let you know, I use the...
2008 Jul 28
1
Problems authenticating Ubuntu 8.04 client (gdm) against Samba (Ubuntu 8.04) domain server
...t required pam_unix.so
#@include common-account
session required pam_limits.so
#@include common-session
session required pam_unix.so
session required pam_mkhomedir.so umask=0022 skel=/etc/skel
#@include common-session
session optional pam_gnome_keyring.so auto_start
#@include common-password
password requisite pam_unix.so nullok obscure md5
password optional pam_smbpass.so nullok use_authtok use_first_pass
missingok
#@include common-password
2015 May 09
0
ldap host attribute is ignored
...re] pam_succeed_if.so service in
> crond quiet use_uid
> session required pam_unix.so
> session sufficient pam_sss.so
> session required pam_unix.so try_first_pass
> session optional pam_umask.so
> session optional pam_gnome_keyring.so auto_start
> only_if=gdm,gdm-password,lxdm,lightdm
Is it normal to have pam_unix and pam_sss twice for each each section?
--
Jonathan Billings <billings at negate.org>
2006 Jun 18
0
[ win32utils-Bugs-4699 ] Service dependencies are not being created properly
...vice.new()
svc.create_service{ |s|
s.service_name = "MyApache"
s.display_name = "MyApacheSvc"
s.service_description = "My Apache Svc Description"
s.binary_path_name = "C:\Apache\2.0.52\bin\Apache.exe -k runservice"
s.start_type = Win32::Service::AUTO_START
s.dependencies = ["Tcpip", "Afd"] # both are valid
}
svc.close
# REG_MULTI_SZ value created for DependOnService at
# HKLM\SYSTEM\CurrentControlSet\Services\MyApache:
# Tcpip
# ?
# Expected:
# Tcpip
# Afd
---------------------------------------------------------------------...
2004 Feb 10
0
Daemon help
...mon.rb"
if ARGV[0]=="install"
svc = Service.new
svc.create_service{ |s|
s.service_name = SERVICE_NAME
s.display_name = SERVICE_DISPLAYNAME
s.binary_path_name = ''ruby '' + PROGRAM
s.dependencies = []
#s.start_type = Service::AUTO_START
}
svc.close
puts "installed"
elsif ARGV[0]=="start"
Service.start(SERVICE_NAME)
started = false
while started == false
s = Service.status(SERVICE_NAME)
started = true if s.current_state == "running"
break if started == true
p...
2009 Oct 13
0
trouble with GDM -- linux client to samba
...d pam_env.so readenv=1
auth required pam_env.so readenv=1 envfile=/etc/default/locale
@include common-auth
auth optional pam_gnome_keyring.so
@include common-account
session required pam_limits.so
@include common-session
session optional pam_gnome_keyring.so auto_start
@include common-password
-------------- next part --------------
[global]
workgroup = LAB-SAMBA
winbind use default domain = yes
winbind separator = +
winbind cache time = 10
template shell = /bin/bash
template homedir = /home/%D/%U
idmap uid = 10000-20000
idmap gid = 10000...
2015 Feb 25
2
DCdiag tests
Hey all,
has anyone done dcdiag against his DC yet? It's made from a windows client on command line: dcdiag /s:<servername> What are your results?
With me some of the tests were not successful, e.g. ForestDNSDomain. My dcdiag is German so its output would not be so helpful for the mailing list. So somebody else can do a check to compare?
Thanks in advance
Tim
2015 May 07
2
ldap host attribute is ignored
Thanks a lot for looking over the config.
I am at the topic "user data is available"
id <username>
and
getent passwd
and
ldapsearch -x -b "ou=XXX,o=YYY" uid=<username>
give the correct results
ldapsearch gives also the correct host attribute i have set in the ldap
server.
Regarding the manpage of sssd.conf the lines
access_provider = ldap
ldap_access_order =
2013 Oct 28
0
FW: kcc : Warning: No NC replicated for Connection! !
...ble to process this command."
Invalid service type: NETLOGON on MS249-LIN-007, current value
WIN32_OWN_PROCESS, expected value WIN32_SHARE_PROCESS
Invalid service startup type: NETLOGON on MS249-LIN-007, current
value DEMAND_START, expected value AUTO_START
......................... MS249-LIN-007 failed test Services
Starting test: SystemLog
......................... MS249-LIN-007 passed test SystemLog
Starting test: VerifyReferences
Some objects relating to the DC MS249-LIN-007 have problems:
[1] Pro...
2018 Jun 10
2
Samba DC: How to verify proper functioning
...ailable to process this command."
Invalid service type: NETLOGON on UBUNTU-DC, current value
WIN32_OWN_PROCESS, expected value WIN32_SHARE_PROCESS
Invalid service startup type: NETLOGON on UBUNTU-DC, current value
DEMAND_START, expected value AUTO_START
......................... UBUNTU-DC failed test Services
Starting test: SystemLog
......................... UBUNTU-DC passed test SystemLog
Starting test: VerifyReferences
Some objects relating to the DC UBUNTU-DC have problems:
[1] Problem: M...
2013 Dec 05
0
Samba 4 ADDC auth problem with RDWeb app server
...0x8 "Not
enough storage is available to process this command."
Invalid service type: NETLOGON on DC1, current value
WIN32_OWN_PROCESS, expected value WIN32_SHARE_PROCESS
Invalid service startup type: NETLOGON on DC1, current
value DEMAND_START, expected value AUTO_START
......................... DC1 failed test Services
Starting test: SystemLog
......................... DC1 passed test SystemLog
Starting test: VerifyReferences
Some objects relating to the DC DC1 have problems:
[1] Problem: Missing Expected V...