Hi Chris,
Thanks for getting back to me on this issue. I see the method you describe,
but there is a problem:
cat new.ldif |upldif -u
Store counted 3 records.
Barry::Error caught: No password specified.
My device's IT policy requires a password; how do I get around this error?
TY - Jeff
On Wed
Hi,
Try :
$ cat new.ldif |upldif -p PASSWORD -u
with PASSWORD == your password
Regards,
Nicolas VIVIEN
Le mardi 24 novembre 2009 à 05:59 -0800, Jeff Blaum a écrit :
> Hi Chris,
>
> Thanks for getting back to me on this issue. I see the method you
> describe, but there is a problem:
>
> cat n
Hi Nicolas,
Unfortunately the -p option is for the BlackBerry PIN. In looking at the
source code, I see that there is this line in btool:
desktop.Open(password.c_str()); which seems to do the device authentication.
This function is missing in upldif.cc, where it is only desktop.Open();.
My next
On Sun, Nov 22, 2009 at 02:44:15PM +0100, Nicolas wrote:
> Hi Chris,
>
> I have made several tests to write this little patch.
>
> At first, I have full my internal memory (step quiet boring :))
>
> 1f41e6bc686f972525ab0b78fa38b6827e2ec0a0 (progweb.git)
Thanks! I've cherry-picked this commit,
Sorry,
I haven't checked it.
So I have just fixed this missing :
http://repo.or.cz/w/barry/progweb.git
e77333bfbc3807fac95230d739ba3ac3e845f732
Regards,
Nicolas
Le mardi 24 novembre 2009 à 09:11 -0800, Jeff Blaum a écrit :
> Hi Nicolas,
>
> Unfortunately the -p option is for the BlackBerry
Oops, we've had our first feature collision. :-)
I've just added this feature as well, in the latest git.
Thanks Nicolas for your quick response!
- Chris
On Tue, Nov 24, 2009 at 09:05:36PM +0100, Nicolas wrote:
> Sorry,
>
> I haven't checked it.
>
> So I have just fixed this missing :
>
> h
Le mardi 24 novembre 2009 à 15:00 -0500, Chris Frey a écrit :
> > The other commits are about gettext integration.
> > (Only breset command line is translated in french).
>
> I'm still reading through your gettext patches. One of my concerns is
> that gettext seems to use a global setlocale(), if
Sorry,
I have re-sync my barry git and rebase all commits about gettext
feature.
You can add gettext support, then improve the implementation later. But
I know that you want always to have a clean repository :)
Regards,
Le mardi 24 novembre 2009 à 15:07 -0500, Chris Frey a écrit :
> Oops, we've
Thanks, Danny, for the report!
- Chris
On Sun, Nov 22, 2009 at 02:27:43PM -0500, Danny W. Burdick wrote:
> OK just got my Blackberry Bold 9000
> up and working with
> Barry 0.16
> and all I had to do
> was edit the script
> and remark out
>
> #novj
> #passive
>
>
> Just like it said I might ha
On Tue, Nov 24, 2009 at 09:28:50PM +0100, Nicolas wrote:
> Sorry,
Don't worry. Your patch actually fixed a bug in mine, so I applied both.
> I have re-sync my barry git and rebase all commits about gettext
> feature.
>
> You can add gettext support, then improve the implementation later. But
>
On Tue, Nov 24, 2009 at 09:13:49PM +0100, Nicolas wrote:
> > I'm still reading through your gettext patches. One of my concerns is
> > that gettext seems to use a global setlocale(), if I understand correctly,
> > and this isn't a very flexible or C++ way to do it.
I've merged your entire gettext
11 matches
Mail list logo