Security

last person joined: 20 hours ago 

Forum to discuss Enterprise security using HPE Aruba Networking NAC solutions (ClearPass), Introspect, VIA, 360 Security Exchange, Extensions, and Policy Enforcement Firewall (PEF).
Expand all | Collapse all

Clearpass Guests sponsor email

This thread has been viewed 21 times
  • 1.  Clearpass Guests sponsor email

    Posted Jan 19, 2017 12:59 PM

    Hello

     

    I am trying to setup a captive portal with sponsoring. I can search users in my AD based on a LDAP filter and choose users, but when I try to register, it get back to the same page saying Sponsor email:"Parameter must be a string" 

     

    Below is my sponsor_lookup form(select2 options)

    placeholder = (Type the email of your sponsor)

    maximumSelectionSize = 2

    minimumInputLength = 2

    _advancedRender = 1

    ajax.dataType = sajax

    ajax.url = NwaLdapSponsorUserSearchAjax

    ajax.args.server = AUTHSERVER

    ajax.quietMillis = 500

     

    Below is my Authentication Server

    Filter

    (&

      (objectClass=user)

      (objectCategory=person)

      (|

        # Match users in any of these groups

      (memberOf=CN=group1,OU=customer,DC=example,DC=local)

      )

      (|

        # Match users by any of these criteria

       (sAMAccountName=*@SEARCH@*)

       (displayName=*@SEARCH@*)

       (cn=*@SEARCH@*)

       (sn=*@SEARCH@*)

       (givenName=*@SEARCH@*)

      )

    )

     

    Display attribute

    #sAMAccountName = id

    displayName = text

    # title = desc

    #userPrincipalName = desc

    mail = desc

     

    Attribute mapping

    #sponsor_name | cn

    #sponsor_email | mail

    sponsor_lookup | mail

     

    What am I doing wrong?

     

    Regards

     

     



  • 2.  RE: Clearpass Guests sponsor email

    Posted Jan 23, 2017 08:18 AM

    Hi,

     

    When you type the sponsor's name is an email address displayed below like in the image below?

     

    ipman.jpg

     

     



  • 3.  RE: Clearpass Guests sponsor email

    Posted Jan 24, 2017 10:46 AM

    Hi

     

    That is correct. My field is called "Sponsors's Email: and when I type two letters I get a suggestion of one of my users in the LDAP group
    The name is displayed followed by the email below, according to my display attribute;

     

    Display attribute

    displayName = text

     

    mail = desc

     

    Regards

     



  • 4.  RE: Clearpass Guests sponsor email

    Posted Jan 30, 2017 05:09 AM

    Anyone got any advice?



  • 5.  RE: Clearpass Guests sponsor email

    Posted Jan 30, 2017 05:14 AM
    Have you confirmed that the email functionality is work on your CPPM server?


  • 6.  RE: Clearpass Guests sponsor email

    Posted Jan 30, 2017 05:18 AM

    Yes, it works fine when I don't use select2 options and type in the mail manually. That way the sponsoring works.

     

    It is when I active it and use LDAP lookup, it does the lookup correct but when I press next I get the error message "Parameter must be a string" under sponsors email field



  • 7.  RE: Clearpass Guests sponsor email

    Posted Jan 30, 2017 05:20 AM
    I've not come across that issue before, I'd recommend calling TAC.



  • 8.  RE: Clearpass Guests sponsor email

    EMPLOYEE
    Posted Jan 30, 2017 05:20 AM
    In your attribute mapping, sponsor_email is commented out.