Skip to content
Snippets Groups Projects
Select Git revision
  • 2ab5cc73cd3e2342660b54b2fb4d028d46693d48
  • master default protected
  • v2.27.1
  • v2.28.0
  • v2.27.0
  • v2.25.1
  • v2.24.3
  • v2.26.0
  • v2.24.2
  • v2.25.0
  • v2.24.1
  • v2.22.2
  • v2.23.3
  • v2.24.0
  • v2.23.2
  • v2.23.1
  • v2.23.0
  • v2.22.1
  • v2.22.0
  • v2.21.0
  • v2.20.0
  • v2.19.1
22 results

scripts

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Rafael Guterres Jeffman authored
    In current implementation, when using `smb: yes`, only a small subset
    of the attributes can be used in the playbook. This happened due the
    use of `service_add_smb`, which adds a new service and does not modify
    an existing one, and not coping with attributes not supported by this
    IPA API call.
    
    The implementation was modified so that a service with `smb: true` is
    treated like any other service, which, in effect, simplified and fixed
    service search, and allowed for the use of the same attributes as with
    any service. Although simplified, when using `smb: true` an extra
    query is done against the LDAP server, as a second `service_show` is
    performed.
    
    Tests have been updated to reflect the new imprlementation.
    debdef19
    History
    Name Last commit Last update
    ..