Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

cfldap modify query to add members to group

Guest
Jun 07, 2013 Jun 07, 2013

Hi,

I am trying to add new members to the group using cfldap modify query.

i am able replace with one member with the other but the requirement is like that we supposed to add new member with the existing one.

query that i have used is

<cfldap

     ACTION="modify"

                      Modifytype="REPLACE"

                      DN="#groupdn#"

                      ATTRIBUTES="MEMBER=#existingmembers#, cn=XXX, ou=xxx,o=xxxx"

                      separator="|"

                      secure="#secure#"

                      server="#ldapServer#"

                      username="#ldapuser#"

                      password="#ldapPassword#"

                      port="#ldapPort#"

                     >

It is giving syntax violation error.

please help me get it resolved.

Thanks in advance.

378
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation
Resources