Giter Club home page Giter Club logo

ansible-openldap's People

Contributors

ajanis avatar bodsch avatar teagan42 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ansible-openldap's Issues

Missing "common"

Hi

First of all thank you for you marvelous work. I have a question: I am working on RedHat9 and my script stops working at openldap..yml, line 8, column 15:

  • ansible.builtin.include_role:
    name: common
    ^^^^^^^^here

Which common library is this? I have found over 200 roles at galaxy and on redhat are a lot of common rpm's - but which is the right one?

It would be very kind, if you could shed a light on this

BR
Christoph

Adding UsePAM yes to wrong area in sshd_config

It caused both lines 72 (Correct place) and 109 (Incorrect Place) to read "UsePAM yes"

Line 72 is within the block:

 62 # Set this to 'yes' to enable PAM authentication, account processing,
 63 # and session processing. If this is enabled, PAM authentication will
 64 # be allowed through the ChallengeResponseAuthentication and
 65 # PasswordAuthentication.  Depending on your PAM configuration,
 66 # PAM authentication via ChallengeResponseAuthentication may bypass
 67 # the setting of "PermitRootLogin without-password".
 68 # If you just want the PAM account and session checks to run without
 69 # PAM authentication, then enable this but set PasswordAuthentication
 70 # and ChallengeResponseAuthentication to 'no'.
 71
 72 UsePAM yes
 73
 74 AllowAgentForwarding yes
 75 #AllowTcpForwarding yes
 76 X11Forwarding yes
 77 #X11DisplayOffset 10
 78 #X11UseLocalhost yes
 79 #PermitTTY yes

Line 109 is within a "match block" (illegal option for match block):

 98 # Allow client to pass locale environment variables
 99 AcceptEnv LANG LC_*
100
101 # override default of no subsystems
102 Subsystem sftp  /usr/lib/openssh/sftp-server
103
104 Match user virsh
105     X11Forwarding no
106     AllowTcpForwarding no
107     PermitTTY no
108     ForceCommand nc -q 0 -U /var/run/libvirt/libvirt-sock
109 UsePAM yes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.