php-freeipa icon indicating copy to clipboard operation
php-freeipa copied to clipboard

FreeIPA SDK for PHP

Results 8 php-freeipa issues
Sort by recently updated
recently updated
newest added

This should be an new version, as its php 8.1 only

``` php.DEBUG: Warning: curl_close() expects parameter 1 to be resource, null given {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/var/www/vendor/gnumoksha/php-freeipa/src/APIAccess/Connection.php","line":493,"trace":[{"file":"/var/www/vendor/gnumoksha/php-freeipa/src/APIAccess/Connection.php","line":440,"function":"endCurl","class":"FreeIPA\\APIAccess\\Connection","type":"->"}],"count":1}}} [] ```

bug

Add ability to access custom LDAP schema attributes like in https://github.com/gnumoksha/php-freeipa/issues/5

Hacktoberfest

Handle scenarios where the password used for authentication is expired, like in https://github.com/gnumoksha/php-freeipa/issues/4

Hacktoberfest

Create some examples like the one in https://github.com/gnumoksha/php-freeipa/issues/10

Hacktoberfest

Hi, i am using your class to manage a user auth on a site. the problem i found is when the password expire, how to change it why the user-mod...

question

Hi, I've added a custom schema to my LDAP and I can't access these attibutes via php. $user_data = array( 'givenname' => 'Richard', 'sn' => 'Stallman', 'uid' => "rms3", 'mail'...

question