Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は LDAP の概念が初めてで、PHP 用のadLDAPから始めています。これで、認証まですべて問題ありません。
次に、ログイン後にユーザーの「グループメンバーシップ」(メンバーが存在するグループ名) を「のみ」を知ることでusername取得するにはどうすればよいpasswordですか?
username
password
あ、今わかった!:D
$result = $adldap->user()->groups("username"); print_r($result);