Giter VIP home page Giter VIP logo

ciscophonebook's Introduction

Usage

cisco_ldap

Screenshots

Main menu

Main menu

Menu showing groups of users to choose from

Group listing

Users in the chosen group

Group users listing

Search panel

Search panel

Search results

Search results

Testing with server-side

Download DEB file from http://directory.apache.org/apacheds/2.0/download/download-linux-deb.html

Run apache ds server:

sudo /etc/init.d/apacheds-2.0.0-M7-default start

sudo apt-get install ldap-utils

Import sample LDIF file to server

ldapadd -f test/test.ldif -x -h 127.0.0.1 -p 10389

Save configuration in .ldaprc, format: JSON

{
        'hostname': "127.0.0.1",
        'port': 10389,
        'people_dn': 'ou=People'
}

Install

sudo python setup.py install

Run with sample configuration file

cisco_ldap -C test/ldaprc

Testing

go to url http://localhost:5000/menu

Installation

TFTP template

<device>
  <devicePool>
    <callManagerGroup>
      <members>
        <member priority="0">
          <callManager>
            <ports>
              <ethernetPhonePort>2000</ethernetPhonePort>
            </ports>
            <processNodeName>Asterisk IP here</processNodeName>
          </callManager>
        </member>
      </members>
    </callManagerGroup>
  </devicePool>
  <versionStamp>{Jan 01 2002 00:00:00}</versionStamp>
  <loadInformation></loadInformation>
  <userLocale>
    <name>English_United_States</name>
    <langCode>en</langCode>
  </userLocale>
  <networkLocale>United_States</networkLocale>
  <idleTimeout>0</idleTimeout>
  <authenticationURL></authenticationURL>
  <directoryURL>http://127.0.0.1:8000/menu.xml</directoryURL>
  <idleURL></idleURL>
  <informationURL></informationURL>
  <messagesURL></messagesURL>
  <proxyServerURL></proxyServerURL>
  <servicesURL></servicesURL>
</device>

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.