search for: _findnext

Displaying 7 results from an estimated 7 matches for "_findnext".

Did you mean: findnext
2015 Apr 09
2
samba member logon.. question.
...ich to me is a very big snake, so I bash it :-D > I just use these two functions in a bash script: > # Finds the next useable user uidNumber or group gidNumber > # Input : $1 > # $1 : msSFU30MaxUidNumber or msSFU30MaxGidNumber > # Output : the first free uidNumber or gidNumber > _findnext () { > ATTR="$1" > if [ -z "${ATTR}" ]; then > error "No Attribute supplied" > error "Cannot continue... Exiting." > exit 1 > fi > _NEXTID=$(ldbsearch -H ${LDBDB} -b > "CN=${domainNETBios},CN=ypse...
2015 Apr 09
3
samba member logon.. question.
El 09/04/15 a les 16:20, Rowland Penny ha escrit: > On 09/04/15 14:58, Luca Olivetti wrote: >> El 09/04/15 a les 14:57, Andrey Repin ha escrit: >>>> Using the RFC2307 attributes, you will get the same ID number on every >>>> Unix machine, whereas if you use the 'rid' backend, whilst you should >>>> get the same ID on each Unix machine, you will
2015 Apr 09
3
samba member logon.. question.
...D >>> I just use these two functions in a bash script: >>> # Finds the next useable user uidNumber or group gidNumber >>> # Input : $1 >>> # $1 : msSFU30MaxUidNumber or msSFU30MaxGidNumber >>> # Output : the first free uidNumber or gidNumber >>> _findnext () { >>> ATTR="$1" >>> if [ -z "${ATTR}" ]; then >>> error "No Attribute supplied" >>> error "Cannot continue... Exiting." >>> exit 1 >>> fi >>> _NEXTID=$(l...
2015 Apr 09
0
samba member logon.. question.
...Bye You are using python, which to me is a very big snake, so I bash it :-D I just use these two functions in a bash script: # Finds the next useable user uidNumber or group gidNumber # Input : $1 # $1 : msSFU30MaxUidNumber or msSFU30MaxGidNumber # Output : the first free uidNumber or gidNumber _findnext () { ATTR="$1" if [ -z "${ATTR}" ]; then error "No Attribute supplied" error "Cannot continue... Exiting." exit 1 fi _NEXTID=$(ldbsearch -H ${LDBDB} -b "CN=${domainNETBios},CN=ypservers,CN=ypServ30,CN=RpcServices,CN=Syst...
2015 Apr 09
0
samba member logon.. question.
...g snake, so I bash it :-D >> I just use these two functions in a bash script: >> # Finds the next useable user uidNumber or group gidNumber >> # Input : $1 >> # $1 : msSFU30MaxUidNumber or msSFU30MaxGidNumber >> # Output : the first free uidNumber or gidNumber >> _findnext () { >> ATTR="$1" >> if [ -z "${ATTR}" ]; then >> error "No Attribute supplied" >> error "Cannot continue... Exiting." >> exit 1 >> fi >> _NEXTID=$(ldbsearch -H ${LDBDB} -b >...
2015 Apr 09
0
samba member logon.. question.
...t use these two functions in a bash script: >>>> # Finds the next useable user uidNumber or group gidNumber >>>> # Input : $1 >>>> # $1 : msSFU30MaxUidNumber or msSFU30MaxGidNumber >>>> # Output : the first free uidNumber or gidNumber >>>> _findnext () { >>>> ATTR="$1" >>>> if [ -z "${ATTR}" ]; then >>>> error "No Attribute supplied" >>>> error "Cannot continue... Exiting." >>>> exit 1 >>>> f...
2002 Jan 14
9
ReplayGain support for Vorbis
Hello all, I'm glad to announce to you that Vorbis now has full ReplayGain support. If you're not familiar with ReplayGain, take a look at www.replaygain.org. The main features are: a) all songs play back with equal loudness b) removes the need for normalization c) allows for clipping prevention Using it is very simple. Get a compatible decoder (ogg123, XMMS and WinAmp all support it