=== Test case: vcard_SUITE:request_search_fields/1 (click for source code)

=== Config value:

    [{watchdog,<0.20064.2>},
     {escalus_users,[{alice,[{username,<<"alicE">>},
                             {server,<<"localhost">>},
                             {password,<<"matygrysa">>}]},
                     {bob,[{username,<<"bOb">>},
                           {server,<<"localhost">>},
                           {password,<<"makrolika">>}]},
                     {aliceb,[{username,<<"aliceb">>},
                              {server,<<"localhost.bis">>},
                              {host,<<"localhost">>},
                              {password,<<"makota">>}]},
                     {bobb,[{username,<<"bobb">>},
                            {server,<<"localhost.bis">>},
                            {host,<<"localhost">>},
                            {password,<<"makrolika">>}]}]},
     {mod_vcard_opts,#{backend => rdbms,
                       host => {prefix,<<"vjud.">>},
                       iqdisc => parallel,ldap_binary_search_fields => [],
                       ldap_pool_tag => default,
                       ldap_search_fields =>
                           [{<<"User">>,<<"%u">>},
                            {<<"Full Name">>,<<"displayName">>},
                            {<<"Given Name">>,<<"givenName">>},
                            {<<"Middle Name">>,<<"initials">>},
                            {<<"Family Name">>,<<"sn">>},
                            {<<"Nickname">>,<<"%u">>},
                            {<<"Birthday">>,<<"birthDay">>},
                            {<<"Country">>,<<"c">>},
                            {<<"City">>,<<"l">>},
                            {<<"Email">>,<<"mail">>},
                            {<<"Organization Name">>,<<"o">>},
                            {<<"Organization Unit">>,<<"ou">>}],
                       ldap_search_operator => 'and',
                       ldap_search_reported =>
                           [{<<"Full Name">>,<<"FN">>},
                            {<<"Given Name">>,<<"FIRST">>},
                            {<<"Middle Name">>,<<"MIDDLE">>},
                            {<<"Family Name">>,<<"LAST">>},
                            {<<"Nickname">>,<<"NICK">>},
                            {<<"Birthday">>,<<"BDAY">>},
                            {<<"Country">>,<<"CTRY">>},
                            {<<"City">>,<<"LOCALITY">>},
                            {<<"Email">>,<<"EMAIL">>},
                            {<<"Organization Name">>,<<"ORGNAME">>},
                            {<<"Organization Unit">>,<<"ORGUNIT">>}],
                       ldap_uids => [{<<"uid">>,<<"%u">>}],
                       ldap_vcard_map =>
                           [{<<"NICKNAME">>,<<"%u">>,[]},
                            {<<"FN">>,<<"%s">>,[<<"displayName">>]},
                            {<<"FAMILY">>,<<"%s">>,[<<"sn">>]},
                            {<<"GIVEN">>,<<"%s">>,[<<"givenName">>]},
                            {<<"MIDDLE">>,<<"%s">>,[<<"initials">>]},
                            {<<"ORGNAME">>,<<"%s">>,[<<"o">>]},
                            {<<"ORGUNIT">>,<<"%s">>,[<<"ou">>]},
                            {<<"CTRY">>,<<"%s">>,[<<"c">>]},
                            {<<"LOCALITY">>,<<"%s">>,[<<"l">>]},
                            {<<"STREET">>,<<"%s">>,[<<"street">>]},
                            {<<"REGION">>,<<"%s">>,[<<"st">>]},
                            {<<"PCODE">>,<<"%s">>,[<<"postalCode">>]},
                            {<<"TITLE">>,<<"%s">>,[<<"title">>]},
                            {<<"URL">>,<<"%s">>,[<<"labeleduri">>]},
                            {<<"DESC">>,<<"%s">>,[<<"description">>]},
                            {<<"TEL">>,<<"%s">>,[<<"telephoneNumber">>]},
                            {<<"EMAIL">>,<<"%s">>,[<<"mail">>]},
                            {<<"BDAY">>,<<"%s">>,[<<"birthDay">>]},
                            {<<"ROLE">>,<<"%s">>,[<<"employeeType">>]},
                            {<<"PHOTO">>,<<"%s">>,[<<"jpegPhoto">>]}],
                       matches => 30,search => true}},
     {all_vcards,[{<<"alice@localhost">>,
                   [{<<"NICKNAME">>,<<"alice">>},
                    {<<"FN">>,<<"Wonderland, Alice">>},
                    {<<"TITLE">>,<<"Executive Director">>},
                    {<<"ROLE">>,<<"Patron Saint">>},
                    {<<"DESC">>,<<"active">>},
                    {<<"URL">>,<<"http://john.doe/">>},
                    {<<"EMAIL">>,
                     [{<<"USERID">>,<<"alice@mail.example.com">>}]},
                    {<<"N">>,
                     [{<<"FAMILY">>,<<"Wonderland">>},
                      {<<"GIVEN">>,<<"Alice">>},
                      {<<"MIDDLE">>,<<"I.N.">>}]},
                    {<<"ADR">>,
                     [{<<"STREET">>,<<"1899 Wynkoop Street">>},
                      {<<"LOCALITY">>,
                       <<208,156,208,190,209,129,208,186,208,178,208,176>>},
                      {<<"REGION">>,<<"CO">>},
                      {<<"PCODE">>,<<"91210">>},
                      {<<"CTRY">>,<<"PL">>}]},
                    {<<"TEL">>,[{<<"NUMBER">>,<<"+1 512 305 0280">>}]},
                    {<<"ORG">>,
                     [{<<"ORGNAME">>,<<"The world">>},
                      {<<"ORGUNIT">>,<<"People">>}]},
                    {<<"BDAY">>,<<"2011-08-06">>},
                    {<<"JABBERID">>,<<"alice@localhost">>}]},
                  {<<"bob@localhost">>,
                   [{<<"NICKNAME">>,<<"bob">>},
                    {<<"FN">>,<<"Doe, Bob">>},
                    {<<"ADR">>,
                     [{<<"STREET">>,
                       <<208,146,32,208,161,208,190,208,178,208,181,209,130,
                         209,129,208,186,208,190,208,185,32,208,160,208,190,
                         209,129,209,129,208,184,208,184,44,32,208,180,208,
                         190,209,128,208,190,208,179,208,176,32,209,128,208,
                         176,208,183,208,178,208,181,209,130,208,178,208,
                         187,209,143,208,181,209,130,209,129,209,143,32,208,
                         178,209,139>>}]},
                    {<<"JABBERID">>,<<"bob@localhost">>}]},
                  {<<"bobb@localhost.bis">>,
                   [{<<"NICKNAME">>,<<"bobb">>},
                    {<<"FN">>,<<"Doe, Bob">>},
                    {<<"N">>,
                     [{<<"FAMILY">>,<<"Doe">>},{<<"GIVEN">>,<<"Bob">>}]},
                    {<<"JABBERID">>,<<"bobb@localhost.bis">>}]},
                  {<<"aliceb@localhost.bis">>,
                   [{<<"NICKNAME">>,<<"aliceb">>},
                    {<<"FN">>,<<"Doe, Alice">>},
                    {<<"N">>,
                     [{<<"FAMILY">>,<<"Doe">>},{<<"GIVEN">>,<<"Alice">>}]},
                    {<<"JABBERID">>,<<"aliceb@localhost.bis">>}]}]},
     {server_vcards,[{<<"localhost">>,
                      [{<<"FN">>,<<"MongooseIM">>},
                       {<<"DESC">>,
                        <<"MongooseIM XMPP Server\nCopyright (c) Erlang Solutions Ltd.">>}]},
                     {<<"vjud.localhost">>,
                      [{<<"FN">>,<<"MongooseIM/mod_vcard">>},
                       {<<"DESC">>,
                        <<"MongooseIM vCard module\nCopyright (c) Erlang Solutions Ltd.">>}]}]},
     {directory_jid,<<"vjud.localhost">>},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/vcard_SUITE_data"},
     {preset,"pgsql_mnesia"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@b90e3713176e.2022-03-07_09.29.55/big_tests.tests.vcard_SUITE.logs/run.2022-03-07_09.43.26/vcard_suite.request_search_fields.html"},
     {tc_group_properties,[{name,ro_full},{repeat_until_all_ok,3}]},
     {tc_group_path,[]},
     {data_dir,"/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/vcard_SUITE_data/"},
     {priv_dir,"/home/circleci/project/big_tests/ct_report/ct_run.test@b90e3713176e.2022-03-07_09.29.55/big_tests.tests.vcard_SUITE.logs/run.2022-03-07_09.43.26/log_private/"},
     {{saved_modules,mongooseim@localhost,<<"localhost">>},
      #{mod_adhoc => #{iqdisc => one_queue,report_commands_node => false},
        mod_amp => [],
        mod_bosh =>
            #{backend => mnesia,inactivity => 30,max_pause => 120,
              max_wait => infinity,server_acks => false},
        mod_cache_users => [{number_of_segments,5},{time_to_live,2}],
        mod_carboncopy => [],mod_commands => [],
        mod_disco =>
            #{extra_domains => [],iqdisc => one_queue,server_info => [],
              users_can_see_hidden_services => false},
        mod_muc_commands => [],
        mod_muc_light => [{host,{prefix,<<"muclight.">>}},{backend,rdbms}],
        mod_muc_light_commands => [],
        mod_register =>
            [{access,register},
             {ip_access,[{allow,"127.0.0.0/8"},{deny,"0.0.0.0/0"}]},
             {welcome_message,{[],[]}}],
        mod_roster =>
            #{backend => rdbms,iqdisc => one_queue,store_current_id => false,
              versioning => false},
        mod_sic => #{iqdisc => one_queue},
        mod_smart_markers => [{backend,rdbms}],
        mod_stream_management => [],
        mod_vcard =>
            #{backend => rdbms,
              host => {prefix,<<"vjud.">>},
              iqdisc => parallel,ldap_binary_search_fields => [],
              ldap_pool_tag => default,
              ldap_search_fields =>
                  [{<<"User">>,<<"%u">>},
                   {<<"Full Name">>,<<"displayName">>},
                   {<<"Given Name">>,<<"givenName">>},
                   {<<"Middle Name">>,<<"initials">>},
                   {<<"Family Name">>,<<"sn">>},
                   {<<"Nickname">>,<<"%u">>},
                   {<<"Birthday">>,<<"birthDay">>},
                   {<<"Country">>,<<"c">>},
                   {<<"City">>,<<"l">>},
                   {<<"Email">>,<<"mail">>},
                   {<<"Organization Name">>,<<"o">>},
                   {<<"Organization Unit">>,<<"ou">>}],
              ldap_search_operator => 'and',
              ldap_search_reported =>
                  [{<<"Full Name">>,<<"FN">>},
                   {<<"Given Name">>,<<"FIRST">>},
                   {<<"Middle Name">>,<<"MIDDLE">>},
                   {<<"Family Name">>,<<"LAST">>},
                   {<<"Nickname">>,<<"NICK">>},
                   {<<"Birthday">>,<<"BDAY">>},
                   {<<"Country">>,<<"CTRY">>},
                   {<<"City">>,<<"LOCALITY">>},
                   {<<"Email">>,<<"EMAIL">>},
                   {<<"Organization Name">>,<<"ORGNAME">>},
                   {<<"Organization Unit">>,<<"ORGUNIT">>}],
              ldap_uids => [{<<"uid">>,<<"%u">>}],
              ldap_vcard_map =>
                  [{<<"NICKNAME">>,<<"%u">>,[]},
                   {<<"FN">>,<<"%s">>,[<<"displayName">>]},
                   {<<"FAMILY">>,<<"%s">>,[<<"sn">>]},
                   {<<"GIVEN">>,<<"%s">>,[<<"givenName">>]},
                   {<<"MIDDLE">>,<<"%s">>,[<<"initials">>]},
                   {<<"ORGNAME">>,<<"%s">>,[<<"o">>]},
                   {<<"ORGUNIT">>,<<"%s">>,[<<"ou">>]},
                   {<<"CTRY">>,<<"%s">>,[<<"c">>]},
                   {<<"LOCALITY">>,<<"%s">>,[<<"l">>]},
                   {<<"STREET">>,<<"%s">>,[<<"street">>]},
                   {<<"REGION">>,<<"%s">>,[<<"st">>]},
                   {<<"PCODE">>,<<"%s">>,[<<"postalCode">>]},
                   {<<"TITLE">>,<<"%s">>,[<<"title">>]},
                   {<<"URL">>,<<"%s">>,[<<"labeleduri">>]},
                   {<<"DESC">>,<<"%s">>,[<<"description">>]},
                   {<<"TEL">>,<<"%s">>,[<<"telephoneNumber">>]},
                   {<<"EMAIL">>,<<"%s">>,[<<"mail">>]},
                   {<<"BDAY">>,<<"%s">>,[<<"birthDay">>]},
                   {<<"ROLE">>,<<"%s">>,[<<"employeeType">>]},
                   {<<"PHOTO">>,<<"%s">>,[<<"jpegPhoto">>]}],
              matches => 30,search => true}}},
     {{saved_modules,mongooseim@localhost,<<"localhost.bis">>},
      #{mod_adhoc => #{iqdisc => one_queue,report_commands_node => false},
        mod_amp => [],
        mod_bosh =>
            #{backend => mnesia,inactivity => 30,max_pause => 120,
              max_wait => infinity,server_acks => false},
        mod_cache_users => [{number_of_segments,5},{time_to_live,2}],
        mod_carboncopy => [],mod_commands => [],
        mod_disco =>
            #{extra_domains => [],iqdisc => one_queue,server_info => [],
              users_can_see_hidden_services => false},
        mod_muc_commands => [],mod_muc_light_commands => [],
        mod_register =>
            [{access,register},
             {ip_access,[{allow,"127.0.0.0/8"},{deny,"0.0.0.0/0"}]},
             {welcome_message,{[],[]}}],
        mod_roster =>
            #{backend => rdbms,iqdisc => one_queue,store_current_id => false,
              versioning => false},
        mod_sic => #{iqdisc => one_queue},
        mod_stream_management => [],
        mod_vcard =>
            #{backend => rdbms,
              host => {prefix,<<"vjud.">>},
              iqdisc => parallel,ldap_binary_search_fields => [],
              ldap_pool_tag => default,
              ldap_search_fields =>
                  [{<<"User">>,<<"%u">>},
                   {<<"Full Name">>,<<"displayName">>},
                   {<<"Given Name">>,<<"givenName">>},
                   {<<"Middle Name">>,<<"initials">>},
                   {<<"Family Name">>,<<"sn">>},
                   {<<"Nickname">>,<<"%u">>},
                   {<<"Birthday">>,<<"birthDay">>},
                   {<<"Country">>,<<"c">>},
                   {<<"City">>,<<"l">>},
                   {<<"Email">>,<<"mail">>},
                   {<<"Organization Name">>,<<"o">>},
                   {<<"Organization Unit">>,<<"ou">>}],
              ldap_search_operator => 'and',
              ldap_search_reported =>
                  [{<<"Full Name">>,<<"FN">>},
                   {<<"Given Name">>,<<"FIRST">>},
                   {<<"Middle Name">>,<<"MIDDLE">>},
                   {<<"Family Name">>,<<"LAST">>},
                   {<<"Nickname">>,<<"NICK">>},
                   {<<"Birthday">>,<<"BDAY">>},
                   {<<"Country">>,<<"CTRY">>},
                   {<<"City">>,<<"LOCALITY">>},
                   {<<"Email">>,<<"EMAIL">>},
                   {<<"Organization Name">>,<<"ORGNAME">>},
                   {<<"Organization Unit">>,<<"ORGUNIT">>}],
              ldap_uids => [{<<"uid">>,<<"%u">>}],
              ldap_vcard_map =>
                  [{<<"NICKNAME">>,<<"%u">>,[]},
                   {<<"FN">>,<<"%s">>,[<<"displayName">>]},
                   {<<"FAMILY">>,<<"%s">>,[<<"sn">>]},
                   {<<"GIVEN">>,<<"%s">>,[<<"givenName">>]},
                   {<<"MIDDLE">>,<<"%s">>,[<<"initials">>]},
                   {<<"ORGNAME">>,<<"%s">>,[<<"o">>]},
                   {<<"ORGUNIT">>,<<"%s">>,[<<"ou">>]},
                   {<<"CTRY">>,<<"%s">>,[<<"c">>]},
                   {<<"LOCALITY">>,<<"%s">>,[<<"l">>]},
                   {<<"STREET">>,<<"%s">>,[<<"street">>]},
                   {<<"REGION">>,<<"%s">>,[<<"st">>]},
                   {<<"PCODE">>,<<"%s">>,[<<"postalCode">>]},
                   {<<"TITLE">>,<<"%s">>,[<<"title">>]},
                   {<<"URL">>,<<"%s">>,[<<"labeleduri">>]},
                   {<<"DESC">>,<<"%s">>,[<<"description">>]},
                   {<<"TEL">>,<<"%s">>,[<<"telephoneNumber">>]},
                   {<<"EMAIL">>,<<"%s">>,[<<"mail">>]},
                   {<<"BDAY">>,<<"%s">>,[<<"birthDay">>]},
                   {<<"ROLE">>,<<"%s">>,[<<"employeeType">>]},
                   {<<"PHOTO">>,<<"%s">>,[<<"jpegPhoto">>]}],
              matches => 30,search => true}}}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@b90e3713176e.2022-03-07_09.29.55"

=== Started at 2022-03-07 09:43:32


*** CT 2022-03-07 09:43:32.602 *** View log from node mongooseim@localhost when started mongooseim@localhost_5384.html
*** CT 2022-03-07 09:43:32.602 *** View log from node ejabberd2@localhost when started ejabberd2@localhost_2252.html

*** User 2022-03-07 09:43:32.605 ***
alicE@localhost/res1 out
<stream:stream to='localhost' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-03-07 09:43:32.605 ***
alicE@localhost/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='60f15b247bbff64b' from='localhost' version='1.0' xml:lang='en'>

*** User 2022-03-07 09:43:32.605 ***
alicE@localhost/res1 in
<stream:features>
	<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
	<compression xmlns='http://jabber.org/features/compress'>
		<method>zlib</method>
	</compression>
	<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
		<mechanism>SCRAM-SHA-256</mechanism>
		<mechanism>PLAIN</mechanism>
	</mechanisms>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2022-03-07 09:43:32.606 ***
alicE@localhost/res1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGFsaWNFAG1hdHlncnlzYQ==</auth>



*** User 2022-03-07 09:43:32.606 ***
alicE@localhost/res1 in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2022-03-07 09:43:32.606 ***
alicE@localhost/res1 out
<stream:stream to='localhost' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-03-07 09:43:32.607 ***
alicE@localhost/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='f2a3c47176089dbd' from='localhost' version='1.0' xml:lang='en'>

*** User 2022-03-07 09:43:32.607 ***
alicE@localhost/res1 in
<stream:features>
	<compression xmlns='http://jabber.org/features/compress'>
		<method>zlib</method>
	</compression>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2022-03-07 09:43:32.607 ***
alicE@localhost/res1 out
<iq type='set' id='23a1d6b09a3d7b384091cf5c618a0bae'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>res1</resource>
	</bind>
</iq>



*** User 2022-03-07 09:43:32.607 ***
alicE@localhost/res1 in
<iq id='23a1d6b09a3d7b384091cf5c618a0bae' type='result'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>alicE@localhost/res1</jid>
	</bind>
</iq>



*** User 2022-03-07 09:43:32.607 ***
alicE@localhost/res1 out
<iq type='set' id='0088a0485129a15884ce88665572f4e9'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-03-07 09:43:32.607 ***
alicE@localhost/res1 in
<iq type='result' id='0088a0485129a15884ce88665572f4e9'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-03-07 09:43:32.607 ***
alicE@localhost/res1 out
<presence/>



*** User 2022-03-07 09:43:32.608 ***
alicE@localhost/res1 in
<presence from='alicE@localhost/res1' to='alice@localhost/res1' xml:lang='en'/>



*** User 2022-03-07 09:43:32.609 ***
alicE@localhost/res1 out
<iq to='vjud.localhost' type='get' id='a1071cc7a83430c382dedd1960dac7b0'>
	<query xmlns='jabber:iq:search'/>
</iq>



*** User 2022-03-07 09:43:32.609 ***
alicE@localhost/res1 in
<iq from='vjud.localhost' to='alicE@localhost/res1' id='a1071cc7a83430c382dedd1960dac7b0' type='result'>
	<query xmlns='jabber:iq:search'>
		<instructions>You need an x:data capable client to search</instructions>
		<x xmlns='jabber:x:data' type='form'>
			<title>Search users in vjud.localhost</title>
			<instructions>Fill in fields to search for any matching Jabber User</instructions>
			<field type='text-single' label='User' var='user'/>
			<field type='text-single' label='Full Name' var='fn'/>
			<field type='text-single' label='Given Name' var='first'/>
			<field type='text-single' label='Middle Name' var='middle'/>
			<field type='text-single' label='Family Name' var='last'/>
			<field type='text-single' label='Nickname' var='nick'/>
			<field type='text-single' label='Birthday' var='bday'/>
			<field type='text-single' label='Country' var='ctry'/>
			<field type='text-single' label='City' var='locality'/>
			<field type='text-single' label='Email' var='email'/>
			<field type='text-single' label='Organization Name' var='orgname'/>
			<field type='text-single' label='Organization Unit' var='orgunit'/>
		</x>
	</query>
</iq>



*** User 2022-03-07 09:43:32.610 ***
alicE@localhost/res1 out
</stream:stream>

*** User 2022-03-07 09:43:32.610 ***
alicE@localhost/res1 in
</stream:stream>
*** CT 2022-03-07 09:43:32.613 *** View log from node ejabberd2@localhost when finished ejabberd2@localhost_2252.html
*** CT 2022-03-07 09:43:32.614 *** View log from node mongooseim@localhost when finished mongooseim@localhost_5384.html



=== Ended at 2022-03-07 09:43:32
=== successfully completed test case
=== === Returned value: ok


Test run history | Top level test index | Latest test result