Giter Club home page Giter Club logo

adldap2bundle's Introduction

Project in progress.....

Installation

Insert Adldap2Bundle into your composer.json file:

    [...]
    "require" : {
        [...]
        "Adldap2Bundle" : "dev-master"
    },
    "repositories" : [{
        "type" : "vcs",
        "url" : "https://github.com/NMonst4/Adldap2Bundle.git"
    }],
    [...]

Console:

curl -sS https://getcomposer.org/installer | php
php composer.phar update Adldap2Bundle
php composer.phar composer require "adldap2/adldap2"

app/AppKernel:

new Adldap2Bundle\Adldap2Bundle(),

Usage

    $adLdap = $this->get("adldap2user");
    var_dump($adLdap->getAllUsers());

##Configuration example

    adldap2:
        config:
            account_suffix: "@gatech.edu"
            domain_controllers: ["whitepages.gatech.edu"]
            port: 389
            base_dn: "dc=whitepages,dc=gatech,dc=edu"
            admin_username: ""
            admin_password: ""
            follow_referrals: true
            use_ssl: false
            use_tls: false
            use_sso: false

adldap2bundle's People

Contributors

nmathar avatar waffle-iron avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Forkers

corx96

adldap2bundle's Issues

add tests to constructor

test some scenarios that beaks the constructor for example no adldap installation with composer

test move user to ou

if ($user->move('cn=' . $user->cn[0], $dn->get())) {
var_dump('User has moved successful');
} else {
var_dump('Not moved!?');
}

Fix For Symfony 4

Not quoting the scalar "%adldap2group.class%" starting with the "%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0 in "vendor/Adldap2Bundle/Adldap2Bundle/DependencyInjection/../Resources/config/services.yml" on line 22

Write tests

Write tests for symfony bundle to check functionality

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.