Password length too long

Smpp v3.4 client

Moderator: alt

Locked
Miodrag
Posts: 5
Joined: Fri Jun 18, 2010 9:37 am

Password length too long

Post by Miodrag » Fri Jun 18, 2010 10:02 am

I use 2.10.1 demo (free) version and password with 9 characters. How can I overcome this limitation?

Thank you,
Miodrag
pajko83
Posts: 2
Joined: Wed May 19, 2010 1:20 pm

Pass length

Post by pajko83 » Sun Jun 20, 2010 8:51 pm

I ran into the same problem few months ago, and it gave me a lot of fussiness. Everything else in this code was just as i wanted, except this insurmountable drawback. Password length limitation in demo version, requires password not greater than 8 characters. It is important to know, is this limitation durable, whether or not i am using demo or full version.

If full version of this code removes this limitation, please say so!

Thanks in advance,
Nemanja
Miodrag
Posts: 5
Joined: Fri Jun 18, 2010 9:37 am

Post by Miodrag » Mon Jun 21, 2010 7:27 am

Any update?

Miodrag
SANSoft
Posts: 5
Joined: Wed Jun 04, 2008 3:38 am
Location: Russia, Chelyabinsk

Post by SANSoft » Wed Jun 30, 2010 12:00 pm

I guess that is SMPP v3.4 limitation
Miodrag
Posts: 5
Joined: Fri Jun 18, 2010 9:37 am

Post by Miodrag » Thu Jul 15, 2010 6:48 am

I think that is not correct.
By v3.4 specification maximum password length is 9 charcters.

Regards
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Thu Jul 15, 2010 9:04 am

9th symbol is always null (0x00)


C-Octet String
A series of ASCII characters terminated with the NULL character.
Miodrag
Posts: 5
Joined: Fri Jun 18, 2010 9:37 am

Post by Miodrag » Thu Jul 15, 2010 9:13 am

Thank you.

Is the last statement ('9th character is always null') related to v3.4 or your library?

Regards
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Thu Jul 15, 2010 5:09 pm

It is written in v3.4 specification
Miodrag
Posts: 5
Joined: Fri Jun 18, 2010 9:37 am

Post by Miodrag » Fri Jul 16, 2010 8:11 am

OK. Thanks again.
Locked