https://github.com/grrlopes/abreldap
Gerenciador de base Openldap
https://github.com/grrlopes/abreldap
Last synced: 3 months ago
JSON representation
Gerenciador de base Openldap
- Host: GitHub
- URL: https://github.com/grrlopes/abreldap
- Owner: grrlopes
- Created: 2017-09-20T19:06:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T20:38:57.000Z (over 7 years ago)
- Last Synced: 2025-01-25T21:26:26.876Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 381 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# abreldap
============Objetivo
-------Gerenciador de base Openldap
Requisitos
----------1. Servidor Apache2.x
2. PHP 5.2+
- LDAP
Instalação
----------Descompactar o arquivo stable, dentro da pasta htdocs do servidor HTTP
1. Download http://xxxxx
2. tar -xzvf xxxx.tar.gzConfiguração
------------Efetuar alterações no arquivo de configuração, **config.php**. que está dentro da pasta **php/**
```
$host = '10.****';
$porta = '389';
$usuario ='cn=Manager,dc=exemplo,dc=com';
$senha = 'senha';
$arvore = 'dc=exemplo,dc=com';
$arvore1 = "ou=Groups,dc=exemplo,dc=com";
```**cadastro.php**. Alterar a linha 51, conforme as
o dominio do servidor.
```
$dn="uid={$login},ou=Users,dc=portalsigres,dc=com";
```Solicitação
-----------**PROJETO EFETUADO EM PHP ESTRUTURADO. SOLICITO AJUDA PARA REESCREVER O CóDIGO, PARA ORIENTAÇÃO A OBJETO.**