私は LDAP 初心者で、LDAP サーバーにクエリを実行して、ユーザー名に「smith」が含まれるユーザーのリストを取得しようとしています。以下のコードから空の結果セットを取得しています。どんな助けでもいつも感謝しています。
(注: Softerra LDAP Browser 経由で接続して、接続情報を確認しました)
<cfldap
server = "#variables.server#"
port = "#variables.port#"
username="#variables.username#"
password="#variables.password#"
action="query"
name="results"
start="DC=hsd1"
filter="((&(objectClass=user))(samaccountname=*smith*))"
attributes = "cn,o,l,st,sn,c,mail,telephonenumber, givenname,homephone, streetaddress, postalcode, SamAccountname, physicalDeliveryOfficeName, department">