Displaying 15 results from an estimated 15 matches for "enablecach".
Did you mean:
enablecache
2018 Jun 14
3
CentOS7: Setting up ldap over TLS in kickstart file
...fine.
At this time the message is
#systemctl status sssd
|....
sssd[be[default]][2732]: Could not start TLS encryption. error:14090086:SSL
routines:ssl3_get_server_certificate:certificate verify failed (self signed
certificate)|
In my kickstart file I use:
auth? --useshadow --enableldaptls --enablecache? --passalgo=sha512 --enableldap
--enableldapauth --ldapserver="ldaps://my.ldap.server.fr"
--ldapbasedn=dc=my,dc=base,dc=dn
Then in a post install script I download the server and ca certificates and
stops nslcd that I do not use:
echo "TLS_REQCERT allow">>/etc/openld...
2008 Feb 06
2
kickstart %post not executed
...ne
skipx
reboot
# Partition information
.....
# General system config
bootloader --location=mbr
keyboard uk
lang en_GB.UTF-8
langsupport en_GB.UTF-8
timezone --utc GMT
mouse none
# Network information
network --device eth0 --bootproto dhcp
# Security bits
authconfig --enableshadow --enablemd5 --enablecache
rootpw --iscrypted somepasswd
firewall --disabled
selinux --disabled
%packages
@core
%post
echo "Now starting post install"
mkdir /tmp/VM
Is this a known problem or am I doing something wrong?
Thanks
Simone
_______________________________________________
Xen-users mailing list
X...
2010 Oct 06
2
LDAP authentication on a remote server (via ldaps://)
...to
authenticate from the remote LDAP server using encryption via
ldaps://.
(at this stage, without using client-side certificate)
I have run a similar command as I did on the remote servers, replacing
ldap://localldapserver by ldaps://ldap.mycompany.com:
authconfig --enableldap --enableldapauth --enablecache
--enablemkhomedir --ldapserver=ldaps://ldap.mycompany.com
--enableldaptls --ldapbasedn=dc=mycompany,dc=com --passalgo=sha256
--updateall
and I put the CA certificate at the right place.
(either explicitly pointing to it TLS_CACERT or downloading it to
/etc/openldap/cacerts vi system-configuration...
2006 Jun 02
1
Redhat Authconfig errors
...nd nss_ldap are working properly. (Actually given the
examples in SBE, they still appear to be returning information from
local files rather than the ldap info.)
I wanted to go back and check my authconfig and reset the parameters.
However now when I do a authconfig I get this:
----
authconfig --enablecache --enableldap --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...
2018 Jun 14
0
CentOS7: Setting up ldap over TLS in kickstart file
...ystemctl status sssd
>
> | ....
> sssd[be[default]][2732]: Could not start TLS encryption. error:14090086:SSL
> routines:ssl3_get_server_certificate:certificate verify failed (self signed
> certificate)|
>
> In my kickstart file I use:
> auth? --useshadow --enableldaptls --enablecache? --passalgo=sha512
> --enableldap --enableldapauth --ldapserver="ldaps://my.ldap.server.fr"
> --ldapbasedn=dc=my,dc=base,dc=dn
>
> Then in a post install script I download the server and ca certificates and
> stops nslcd that I do not use:
>
> echo "TLS_REQCE...
2014 Aug 29
1
C7: need authconfig against LDAP
Hi all,
On a C6 box, when I want to enable LDAP authentication, I issue:
# yum -y install nss-pam-ldapd pam_ldap nscd
# authconfig --enableldap --enableldapauth --enablemkhomedir \
--ldapserver=ldap://ldap-blabla/ \
--ldapbasedn="blabla" \
--enablecache --disablefingerprint \
--kickstart --update
All is working fine, the directory structure is fine and compliant.
What about C7?
As far as I read,
- there is a switch to "sssd"
- I found 1 link:
http://www.certdepot.net/ldap-client-configuration-authconfig/
Is there something in...
2007 Mar 29
0
[929] branches/wxruby2/wxwidgets_282/swig/classes: Fix virtual methods that shouldn''t be (Bug 9682); Add missing methods and
...</span><del>-// avoid directors for pure virtuals
-// for some reason, ignoring just this one avoids errors for the rest!?
-%feature("nodirector") wxDC::GetCharHeight;
-
-// Not sure why these are ignored
-%ignore wxDC::CacheEnabled;
-%ignore wxDC::ClearCache;
-%ignore wxDC::EnableCache;
</del><ins>+// raises ''void value is not ignored as it should be'' compile error
</ins><span class="cx"> %ignore wxDC::StartPage;
</span><span class="cx">
</span><span class="cx"> // wxList version is...
2010 Jan 01
1
kickstart and logins.def question
Hello all:
Happy New Year to everyone and thank you for all the knowledge this past year.
I have a hopefully simple question about kickstart. In the
authconfig section I can enable ldap, credential caching, etc.. Using
the GUI tool there's an option to create the user home directories on
first login. The docs don't show a similar option for authconfig in
kickstart. For now I'm
2011 Sep 20
0
kinit succeeded but ads_sasl_spnego_krb5_bind failed
...l_spnego_bind(330)
kinit succeeded but ads_sasl_spnego_krb5_bind failed: Invalid
credentials
Failed to join domain: Invalid credentials
So having manually configured it, I decided maybe 'authconfig' could
help. I have no graphics here, so tried a command-line approach:
# authconfig --enablecache --enablewinbind --enablewinbindauth
--smbsecurity ads --smbrealm FMTEST.NET
--smbidmapuid=100-4294967294 --smbidmapgid=100-4294967294
--enablewinbindusedefaultdomain
--enablewinbindoffline --winbindjoin=Administrator --update
This made no difference (same error when trying to...
2006 Oct 22
0
[708] trunk/wxruby2/swig/classes/DC.i: Un-ignore get_multi_line_text_extent (Roy Sutton)
...6-10-22 00:48:36 UTC (rev 707)
+++ trunk/wxruby2/swig/classes/DC.i        2006-10-22 01:02:54 UTC (rev 708)
</span><span class="lines">@@ -15,8 +15,6 @@
</span><span class="cx"> %ignore wxDC::EnableCache;
</span><span class="cx"> %ignore wxDC::StartPage;
</span><span class="cx">
</span><del>-%ignore GetMultiLineTextExtent;
-
</del><span class="cx"> // wxList version is now ''type-safe'' so we won'...
2005 Sep 10
2
Swig generates bad interface to GetTextExtent
Swig''s bad interface generation strikes again. get_text_extent called
with 1 argument maps to WindowDC''s _wrap_wxWindowDC_GetTextExtent__SWIG_0
Since this generates a wxFont that''s not initialized to nil it fails
when calling into wxWindows. Anyone have a suggestion?
2007 Mar 27
0
[922] branches/wxruby2/wxwidgets_282: Changes, additions and deprecations 2.6 -> 2.8 Wx API
...quot;> * "DC#calc_bounding_box":#DC_calcboundingbox
</span><span class="lines">@@ -60,7 +67,6 @@
</span><span class="cx"> * "DC#draw_text":#DC_drawtext
</span><span class="cx"> * "DC#enable_cache":#DC_enablecache
</span><span class="cx"> * "DC#end_doc":#DC_enddoc
</span><del>-* "DC#end_drawing":#DC_enddrawing
</del><span class="cx"> * "DC#end_page":#DC_endpage
</span><span class="cx"> * "DC#floo...
2017 Aug 03
0
Wine release 2.14
...ctions on arm64.
Michael Müller (1):
ntdll/tests: Test debug register values in newly created thread.
Michael Stefaniuc (11):
dmloader: Handle NULL and empty path strings in SetSearchDirectory().
dmloader/tests: Add more SetSearchDirectory() tests.
dmloader/tests: Add some EnableCache() tests.
dmloader: Use a bitfield to store the per class cache enable info.
dmloader: Move struct definitions to the files they are used in.
dmloader: Simplify the search path handling.
dmloader: Remove some commented out debugging code.
dmloader: Simplify the cache l...
2008 Sep 27
2
Graphical net install
Is it at all possible to do a graphical netinstall ?
I am using centos 5.2, and i have been doing net installs (pxe) for a
while in console mode...
--
Test <test at remedial-teacher.nl>
2020 Jun 19
0
Wine release 5.11
....
ntdll: Implement NtCreateUserProcess().
ntdll: Move Nt system time functions to the Unix library.
ntdll: Move the creation of the initial environment to the Unix library.
ntdll: Move the locales initialization to the Unix library.
dmloader: Check for invalid class in EnableCache().
ntdll: Move fork and exec support to the Unix library.
ntdll: Load the case mapping table in the Unix library.
ntdll: Move the directory functions to the Unix library.
ntdll: Move a few file functions to the Unix library.
makefiles: Also build import libs for extra...