Displaying 4 results from an estimated 4 matches for "idean".
Did you mean:
idea
2005 May 04
1
The 'nobody' account (mapping not found for gidNumber: 99)
...:25, 0] sam/idmap_ldap.c:ldap_get_sid_from_id(525)
> ldap_get_sid_from_id: mapping not found for gidNumber: 99
I understand the winbind does not like the fact that there are two
nobody accounts on the system. Does anybody know a workaround for this
problem ?. I don't think it is a good idean to delete either of the acounts.
Any idea's, comments welcome ?
Thanks
--
Ian Clancy
IT Systems Engineer
Connaught Electronics Ltd.
Dunmore Rd,
Tuam,
Co. Galway,
Ireland.
E : mailto:clancyian@cel.ie
W : http://www.cel-europe.com
2004 Jun 03
0
Any Idea why I am getting one Ring on my Analog Phone attach to Rhino Switch after Hangup
...option TDD
MODE, value: OFF(0) on Zap/1-1
Jun 2 18:14:06 DEBUG[1234379840]: chan_zap.c:1118 update_conf: Updated
conferencing on 1, with 0 conference users
-- Hungup 'Zap/1-1'
I am sespecting like "waitfordigit returned < 0..." is causing problem but not sure and have no idean how to fix that.
Regards
Deepak
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040603/7721ba09/attachment.htm
1999 Jan 13
1
Secure? Samba over internet
I'd like comments (suggestions, improvements, messages that start with "you
moron you forgot that. . .") on the following horrible dirty kludge to make
a (nearly, with any luck) un-hackable set of shares available to specific
users on the internet.
On the Server, initially all packets bound for port 139 are rejected as the
default policy.
The server is connected to the internet full
2002 Mar 18
3
function design
I have a, no doubt, simple question. I wish to write a function such
that
a <- 9
b <- 10
changer _ function(x,y) { if (y>x){ x <<- Y+1}}
Of course there are easier ways to accomplish the task above, but I am
more interested in how to have the "x <<- Y+1" part of the function to
change x in place for purposes of a much larger function.
I have been wrestling with