Changeset 50bb490 for .travis.yml


Ignore:
Timestamp:
2016-03-25T18:07:53Z (9 years ago)
Author:
Dennis Kaarsemaker <dennis@…>
Branches:
master
Children:
64b4263
Parents:
a6005da
git-author:
Dennis Kaarsemaker <dennis@…> (23-02-16 19:14:57)
git-committer:
Dennis Kaarsemaker <dennis@…> (25-03-16 18:07:53)
Message:

ldap authentication backend

We only support the openldap scheme for now, with users that are
posixAccounts. Moreover, as the plugin cannot be configured directly,
you must configure libldap correctly in /etc/openldap/ldap.conf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    ra6005da r50bb490  
    33
    44script:
    5  - ./configure --pam=1
     5 - ./configure --pam=1 --ldap=1
    66 - make check
    77 - BITLBEE_SKYPE=plugin dpkg-buildpackage -uc -us -d
     
    3030    - check
    3131    - libpam0g-dev
     32    - libldap2-dev
    3233  coverity_scan:
    3334    project:
     
    3536      description: "An IRC to other chat networks gateway"
    3637    notification_email: dx@dxzone.com.ar
    37     build_command_prepend: ./configure --otr=1 --debug=1 --pam=1
     38    build_command_prepend: ./configure --otr=1 --debug=1 --pam=1 --ldap=1
    3839    build_command: make
    3940    branch_pattern: coverity_scan
Note: See TracChangeset for help on using the changeset viewer.