libuser-0.56.9.dfsg.1.orig/0000755000175000017500000000000010777230763013404 5ustar gheghelibuser-0.56.9.dfsg.1.orig/ABOUT-NLS0000644000175000017500000023523410777230704014637 0ustar gheghe1 Notes on the Free Translation Project *************************************** Free software is going international! The Free Translation Project is a way to get maintainers of free software, translators, and users all together, so that free software will gradually become able to speak many languages. A few packages already provide translations for their messages. If you found this `ABOUT-NLS' file inside a distribution, you may assume that the distributed package does use GNU `gettext' internally, itself available at your nearest GNU archive site. But you do _not_ need to install GNU `gettext' prior to configuring, installing or using this package with messages translated. Installers will find here some useful hints. These notes also explain how users should proceed for getting the programs to use the available translations. They tell how people wanting to contribute and work on translations can contact the appropriate team. When reporting bugs in the `intl/' directory or bugs which may be related to internationalization, you should tell about the version of `gettext' which is used. The information can be found in the `intl/VERSION' file, in internationalized packages. 1.1 Quick configuration advice ============================== If you want to exploit the full power of internationalization, you should configure it using ./configure --with-included-gettext to force usage of internationalizing routines provided within this package, despite the existence of internationalizing capabilities in the operating system where this package is being installed. So far, only the `gettext' implementation in the GNU C library version 2 provides as many features (such as locale alias, message inheritance, automatic charset conversion or plural form handling) as the implementation here. It is also not possible to offer this additional functionality on top of a `catgets' implementation. Future versions of GNU `gettext' will very likely convey even more functionality. So it might be a good idea to change to GNU `gettext' as soon as possible. So you need _not_ provide this option if you are using GNU libc 2 or you have installed a recent copy of the GNU gettext package with the included `libintl'. 1.2 INSTALL Matters =================== Some packages are "localizable" when properly installed; the programs they contain can be made to speak your own native language. Most such packages use GNU `gettext'. Other packages have their own ways to internationalization, predating GNU `gettext'. By default, this package will be installed to allow translation of messages. It will automatically detect whether the system already provides the GNU `gettext' functions. If not, the included GNU `gettext' library will be used. This library is wholly contained within this package, usually in the `intl/' subdirectory, so prior installation of the GNU `gettext' package is _not_ required. Installers may use special options at configuration time for changing the default behaviour. The commands: ./configure --with-included-gettext ./configure --disable-nls will, respectively, bypass any pre-existing `gettext' to use the internationalizing routines provided within this package, or else, _totally_ disable translation of messages. When you already have GNU `gettext' installed on your system and run configure without an option for your new package, `configure' will probably detect the previously built and installed `libintl.a' file and will decide to use this. This might not be desirable. You should use the more recent version of the GNU `gettext' library. I.e. if the file `intl/VERSION' shows that the library which comes with this package is more recent, you should use ./configure --with-included-gettext to prevent auto-detection. The configuration process will not test for the `catgets' function and therefore it will not be used. The reason is that even an emulation of `gettext' on top of `catgets' could not provide all the extensions of the GNU `gettext' library. Internationalized packages usually have many `po/LL.po' files, where LL gives an ISO 639 two-letter code identifying the language. Unless translations have been forbidden at `configure' time by using the `--disable-nls' switch, all available translations are installed together with the package. However, the environment variable `LINGUAS' may be set, prior to configuration, to limit the installed set. `LINGUAS' should then contain a space separated list of two-letter codes, stating which languages are allowed. 1.3 Using This Package ====================== As a user, if your language has been installed for this package, you only have to set the `LANG' environment variable to the appropriate `LL_CC' combination. Here `LL' is an ISO 639 two-letter language code, and `CC' is an ISO 3166 two-letter country code. For example, let's suppose that you speak German and live in Germany. At the shell prompt, merely execute `setenv LANG de_DE' (in `csh'), `export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash'). This can be done from your `.login' or `.profile' file, once and for all. You might think that the country code specification is redundant. But in fact, some languages have dialects in different countries. For example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The country code serves to distinguish the dialects. The locale naming convention of `LL_CC', with `LL' denoting the language and `CC' denoting the country, is the one use on systems based on GNU libc. On other systems, some variations of this scheme are used, such as `LL' or `LL_CC.ENCODING'. You can get the list of locales supported by your system for your country by running the command `locale -a | grep '^LL''. Not all programs have translations for all languages. By default, an English message is shown in place of a nonexistent translation. If you understand other languages, you can set up a priority list of languages. This is done through a different environment variable, called `LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG' for the purpose of message handling, but you still need to have `LANG' set to the primary language; this is required by other parts of the system libraries. For example, some Swedish users who would rather read translations in German than English for when Swedish is not available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'. Special advice for Norwegian users: The language code for Norwegian bokma*l changed from `no' to `nb' recently (in 2003). During the transition period, while some message catalogs for this language are installed under `nb' and some older ones under `no', it's recommended for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and older translations are used. In the `LANGUAGE' environment variable, but not in the `LANG' environment variable, `LL_CC' combinations can be abbreviated as `LL' to denote the language's main dialect. For example, `de' is equivalent to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT' (Portuguese as spoken in Portugal) in this context. 1.4 Translating Teams ===================== For the Free Translation Project to be a success, we need interested people who like their own language and write it well, and who are also able to synergize with other translators speaking the same language. Each translation team has its own mailing list. The up-to-date list of teams can be found at the Free Translation Project's homepage, `http://www.iro.umontreal.ca/contrib/po/HTML/', in the "National teams" area. If you'd like to volunteer to _work_ at translating messages, you should become a member of the translating team for your own language. The subscribing address is _not_ the same as the list itself, it has `-request' appended. For example, speakers of Swedish can send a message to `sv-request@li.org', having this message body: subscribe Keep in mind that team members are expected to participate _actively_ in translations, or at solving translational difficulties, rather than merely lurking around. If your team does not exist yet and you want to start one, or if you are unsure about what to do or how to get started, please write to `translation@iro.umontreal.ca' to reach the coordinator for all translator teams. The English team is special. It works at improving and uniformizing the terminology in use. Proven linguistic skill are praised more than programming skill, here. 1.5 Available Packages ====================== Languages are not equally supported in all packages. The following matrix shows the current state of internationalization, as of June 2006. The matrix shows, in regard of each package, for which languages PO files have been submitted to translation coordination, with a translation percentage of at least 50%. Ready PO files af am ar az be bg bs ca cs cy da de el en en_GB eo +----------------------------------------------------+ GNUnet | [] | a2ps | [] [] [] [] [] | aegis | () | ant-phone | () | anubis | [] | ap-utils | | aspell | [] [] [] [] | bash | [] [] [] | batchelor | [] | bfd | | bibshelf | [] | binutils | [] | bison | [] [] | bison-runtime | | bluez-pin | [] [] [] [] [] | cflow | [] | clisp | [] [] | console-tools | [] [] | coreutils | [] [] [] [] | cpio | | cpplib | [] [] [] | cryptonit | [] | darkstat | [] () [] | dialog | [] [] [] [] [] [] | diffutils | [] [] [] [] [] [] | doodle | [] | e2fsprogs | [] [] | enscript | [] [] [] [] | error | [] [] [] [] | fetchmail | [] [] () [] | fileutils | [] [] | findutils | [] [] [] | flex | [] [] [] | fslint | [] | gas | | gawk | [] [] [] | gbiff | [] | gcal | [] | gcc | [] | gettext-examples | [] [] [] [] | gettext-runtime | [] [] [] [] | gettext-tools | [] [] | gimp-print | [] [] [] [] | gip | [] | gliv | [] | glunarclock | [] | gmult | [] [] | gnubiff | () | gnucash | () () [] | gnucash-glossary | [] () | gnuedu | | gnulib | [] [] [] [] [] [] | gnunet-gtk | | gnutls | | gpe-aerial | [] [] | gpe-beam | [] [] | gpe-calendar | [] [] | gpe-clock | [] [] | gpe-conf | [] [] | gpe-contacts | | gpe-edit | [] | gpe-filemanager | | gpe-go | [] | gpe-login | [] [] | gpe-ownerinfo | [] [] | gpe-package | | gpe-sketchbook | [] [] | gpe-su | [] [] | gpe-taskmanager | [] [] | gpe-timesheet | [] | gpe-today | [] [] | gpe-todo | | gphoto2 | [] [] [] [] | gprof | [] [] | gpsdrive | () () | gramadoir | [] [] | grep | [] [] [] [] [] [] | gretl | | gsasl | | gss | | gst-plugins | [] [] [] [] | gst-plugins-base | [] [] [] | gst-plugins-good | [] [] [] [] [] [] [] | gstreamer | [] [] [] [] [] [] [] | gtick | [] () | gtkam | [] [] [] | gtkorphan | [] [] | gtkspell | [] [] [] [] | gutenprint | [] | hello | [] [] [] [] [] | id-utils | [] [] | impost | | indent | [] [] [] | iso_3166 | [] [] | iso_3166_1 | [] [] [] [] [] | iso_3166_2 | | iso_3166_3 | [] | iso_4217 | [] | iso_639 | [] [] | jpilot | [] | jtag | | jwhois | | kbd | [] [] [] [] | keytouch | | keytouch-editor | | keytouch-keyboa... | | latrine | () | ld | [] | leafpad | [] [] [] [] [] | libc | [] [] [] [] [] | libexif | [] | libextractor | [] | libgpewidget | [] [] [] | libgpg-error | [] | libgphoto2 | [] [] | libgphoto2_port | [] [] | libgsasl | | libiconv | | libidn | [] [] | lifelines | [] () | lilypond | [] | lingoteach | | lynx | [] [] [] [] | m4 | [] [] [] [] | mailutils | [] | make | [] [] | man-db | [] () [] [] | minicom | [] [] [] | mysecretdiary | [] [] | nano | [] [] () [] | nano_1_0 | [] () [] [] | opcodes | [] | parted | | pilot-qof | [] | psmisc | [] | pwdutils | | python | | qof | | radius | [] | recode | [] [] [] [] [] [] | rpm | [] [] | screem | | scrollkeeper | [] [] [] [] [] [] [] [] | sed | [] [] [] | sh-utils | [] [] | shared-mime-info | [] [] [] | sharutils | [] [] [] [] [] [] | shishi | | silky | | skencil | [] () | sketch | [] () | solfege | | soundtracker | [] [] | sp | [] | stardict | [] | system-tools-ba... | [] [] [] [] [] [] [] [] [] | tar | | texinfo | [] [] [] | textutils | [] [] [] | tin | () () | tp-robot | [] | tuxpaint | [] [] [] [] [] | unicode-han-tra... | | unicode-transla... | | util-linux | [] [] [] [] | vorbis-tools | [] [] [] [] | wastesedge | () | wdiff | [] [] [] [] | wget | [] [] | xchat | [] [] [] [] [] | xkeyboard-config | | xpad | [] [] | +----------------------------------------------------+ af am ar az be bg bs ca cs cy da de el en en_GB eo 11 0 1 2 8 20 1 42 43 2 62 97 18 1 16 13 es et eu fa fi fr ga gl gu he hi hr hu id is it +--------------------------------------------------+ GNUnet | | a2ps | [] [] [] () | aegis | | ant-phone | [] | anubis | [] | ap-utils | [] [] | aspell | [] [] [] | bash | [] [] [] | batchelor | [] [] | bfd | [] | bibshelf | [] [] [] | binutils | [] [] [] | bison | [] [] [] [] [] [] | bison-runtime | [] [] [] [] [] | bluez-pin | [] [] [] [] [] | cflow | | clisp | [] [] | console-tools | | coreutils | [] [] [] [] [] [] | cpio | [] [] [] | cpplib | [] [] | cryptonit | [] | darkstat | [] () [] [] [] | dialog | [] [] [] [] [] [] [] [] | diffutils | [] [] [] [] [] [] [] [] [] | doodle | [] [] | e2fsprogs | [] [] [] | enscript | [] [] [] | error | [] [] [] [] [] | fetchmail | [] | fileutils | [] [] [] [] [] [] | findutils | [] [] [] [] | flex | [] [] [] | fslint | [] | gas | [] [] | gawk | [] [] [] [] | gbiff | [] | gcal | [] [] | gcc | [] | gettext-examples | [] [] [] [] [] | gettext-runtime | [] [] [] [] [] [] | gettext-tools | [] [] [] | gimp-print | [] [] | gip | [] [] [] | gliv | () | glunarclock | [] [] [] | gmult | [] [] [] | gnubiff | () () | gnucash | () () () | gnucash-glossary | [] [] | gnuedu | [] | gnulib | [] [] [] [] [] [] [] [] | gnunet-gtk | | gnutls | | gpe-aerial | [] [] | gpe-beam | [] [] | gpe-calendar | [] [] [] [] | gpe-clock | [] [] [] [] | gpe-conf | [] | gpe-contacts | [] [] | gpe-edit | [] [] [] [] | gpe-filemanager | [] | gpe-go | [] [] [] | gpe-login | [] [] [] | gpe-ownerinfo | [] [] [] [] [] | gpe-package | [] | gpe-sketchbook | [] [] | gpe-su | [] [] [] [] | gpe-taskmanager | [] [] [] | gpe-timesheet | [] [] [] [] | gpe-today | [] [] [] [] | gpe-todo | [] | gphoto2 | [] [] [] [] [] | gprof | [] [] [] [] | gpsdrive | () () [] () | gramadoir | [] [] | grep | [] [] [] [] [] [] [] [] [] [] [] [] | gretl | [] [] [] | gsasl | [] | gss | [] | gst-plugins | [] [] [] | gst-plugins-base | [] [] | gst-plugins-good | [] [] [] | gstreamer | [] [] [] | gtick | [] [] [] [] [] | gtkam | [] [] [] [] | gtkorphan | [] [] | gtkspell | [] [] [] [] [] [] | gutenprint | [] | hello | [] [] [] [] [] [] [] [] [] [] [] [] [] | id-utils | [] [] [] [] [] | impost | [] [] | indent | [] [] [] [] [] [] [] [] [] [] | iso_3166 | [] [] [] | iso_3166_1 | [] [] [] [] [] [] [] | iso_3166_2 | [] | iso_3166_3 | [] | iso_4217 | [] [] [] [] | iso_639 | [] [] [] [] [] | jpilot | [] [] | jtag | [] | jwhois | [] [] [] [] [] | kbd | [] [] | keytouch | [] | keytouch-editor | [] | keytouch-keyboa... | [] | latrine | [] [] [] | ld | [] [] | leafpad | [] [] [] [] [] [] | libc | [] [] [] [] [] | libexif | [] | libextractor | [] | libgpewidget | [] [] [] [] [] | libgpg-error | | libgphoto2 | [] [] | libgphoto2_port | [] [] | libgsasl | [] [] | libiconv | | libidn | [] [] | lifelines | () | lilypond | [] | lingoteach | [] [] [] | lynx | [] [] [] | m4 | [] [] [] [] | mailutils | [] [] | make | [] [] [] [] [] [] [] [] | man-db | () | minicom | [] [] [] [] | mysecretdiary | [] [] [] | nano | [] () [] [] [] [] | nano_1_0 | [] [] [] [] [] | opcodes | [] [] [] [] | parted | [] [] [] | pilot-qof | | psmisc | [] [] [] | pwdutils | | python | | qof | | radius | [] [] | recode | [] [] [] [] [] [] [] [] | rpm | [] [] | screem | | scrollkeeper | [] [] [] | sed | [] [] [] [] [] | sh-utils | [] [] [] [] [] [] [] | shared-mime-info | [] [] [] [] [] [] | sharutils | [] [] [] [] [] [] [] [] | shishi | | silky | [] | skencil | [] [] | sketch | [] [] | solfege | [] | soundtracker | [] [] [] | sp | [] | stardict | [] | system-tools-ba... | [] [] [] [] [] [] [] [] | tar | [] [] [] [] [] | texinfo | [] [] | textutils | [] [] [] [] [] | tin | [] () | tp-robot | [] [] [] | tuxpaint | [] [] | unicode-han-tra... | | unicode-transla... | [] [] | util-linux | [] [] [] [] [] [] [] | vorbis-tools | [] [] | wastesedge | () | wdiff | [] [] [] [] [] [] [] [] | wget | [] [] [] [] [] [] [] [] | xchat | [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] [] | xpad | [] [] [] | +--------------------------------------------------+ es et eu fa fi fr ga gl gu he hi hr hu id is it 89 21 16 2 41 118 59 14 1 8 1 6 60 30 0 52 ja ko ku ky lg lt lv mk mn ms mt nb ne nl nn no +--------------------------------------------------+ GNUnet | | a2ps | () [] [] () | aegis | () | ant-phone | [] | anubis | [] [] [] | ap-utils | [] | aspell | [] [] | bash | [] | batchelor | [] [] | bfd | | bibshelf | [] | binutils | | bison | [] [] [] | bison-runtime | [] [] [] | bluez-pin | [] [] [] | cflow | | clisp | [] | console-tools | | coreutils | [] | cpio | | cpplib | [] | cryptonit | [] | darkstat | [] [] | dialog | [] [] | diffutils | [] [] [] | doodle | | e2fsprogs | [] | enscript | [] | error | [] | fetchmail | [] [] | fileutils | [] [] | findutils | [] | flex | [] [] | fslint | [] [] | gas | | gawk | [] [] | gbiff | [] | gcal | | gcc | | gettext-examples | [] [] | gettext-runtime | [] [] [] | gettext-tools | [] [] | gimp-print | [] [] | gip | [] [] | gliv | [] | glunarclock | [] [] | gmult | [] [] | gnubiff | | gnucash | () () | gnucash-glossary | [] | gnuedu | | gnulib | [] [] [] [] | gnunet-gtk | | gnutls | | gpe-aerial | [] | gpe-beam | [] | gpe-calendar | [] | gpe-clock | [] [] | gpe-conf | [] [] | gpe-contacts | [] | gpe-edit | [] [] | gpe-filemanager | [] | gpe-go | [] [] | gpe-login | [] [] | gpe-ownerinfo | [] | gpe-package | [] | gpe-sketchbook | [] [] | gpe-su | [] [] | gpe-taskmanager | [] [] [] | gpe-timesheet | [] | gpe-today | [] | gpe-todo | | gphoto2 | [] [] | gprof | | gpsdrive | () () () | gramadoir | () | grep | [] [] [] | gretl | | gsasl | [] | gss | | gst-plugins | [] | gst-plugins-base | | gst-plugins-good | [] | gstreamer | [] | gtick | [] | gtkam | [] | gtkorphan | [] | gtkspell | [] [] | gutenprint | | hello | [] [] [] [] [] [] [] [] | id-utils | [] | impost | | indent | [] [] | iso_3166 | [] | iso_3166_1 | [] [] | iso_3166_2 | [] | iso_3166_3 | [] | iso_4217 | [] [] [] | iso_639 | [] [] [] | jpilot | () () () | jtag | | jwhois | [] | kbd | [] | keytouch | [] | keytouch-editor | | keytouch-keyboa... | [] | latrine | [] | ld | | leafpad | [] [] | libc | [] [] [] [] [] | libexif | | libextractor | | libgpewidget | [] | libgpg-error | | libgphoto2 | [] | libgphoto2_port | [] | libgsasl | [] | libiconv | | libidn | [] [] | lifelines | [] | lilypond | | lingoteach | [] | lynx | [] [] | m4 | [] [] | mailutils | | make | [] [] [] | man-db | () | minicom | [] | mysecretdiary | [] | nano | [] [] [] | nano_1_0 | [] [] [] | opcodes | [] | parted | [] [] | pilot-qof | | psmisc | [] [] [] | pwdutils | | python | | qof | | radius | | recode | [] | rpm | [] [] | screem | [] | scrollkeeper | [] [] [] [] | sed | [] [] | sh-utils | [] [] | shared-mime-info | [] [] [] [] [] | sharutils | [] [] | shishi | | silky | [] | skencil | | sketch | | solfege | | soundtracker | | sp | () | stardict | [] [] | system-tools-ba... | [] [] [] [] | tar | [] [] [] | texinfo | [] [] [] | textutils | [] [] [] | tin | | tp-robot | [] | tuxpaint | [] | unicode-han-tra... | | unicode-transla... | | util-linux | [] [] | vorbis-tools | [] | wastesedge | [] | wdiff | [] [] | wget | [] [] | xchat | [] [] [] [] | xkeyboard-config | [] | xpad | [] [] [] | +--------------------------------------------------+ ja ko ku ky lg lt lv mk mn ms mt nb ne nl nn no 40 24 2 1 1 3 1 2 3 21 0 15 1 102 6 3 nso or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv ta +------------------------------------------------------+ GNUnet | | a2ps | () [] [] [] [] [] [] | aegis | () () | ant-phone | [] [] | anubis | [] [] [] | ap-utils | () | aspell | [] [] | bash | [] [] [] | batchelor | [] [] | bfd | | bibshelf | [] | binutils | [] [] | bison | [] [] [] [] [] | bison-runtime | [] [] [] [] | bluez-pin | [] [] [] [] [] [] [] [] [] | cflow | [] | clisp | [] | console-tools | [] | coreutils | [] [] [] [] | cpio | [] [] [] | cpplib | [] | cryptonit | [] [] | darkstat | [] [] [] [] [] [] | dialog | [] [] [] [] [] [] [] [] [] | diffutils | [] [] [] [] [] [] | doodle | [] [] | e2fsprogs | [] [] | enscript | [] [] [] [] [] | error | [] [] [] [] | fetchmail | [] [] [] | fileutils | [] [] [] [] [] | findutils | [] [] [] [] [] [] | flex | [] [] [] [] [] | fslint | [] [] [] [] | gas | | gawk | [] [] [] [] | gbiff | [] | gcal | [] | gcc | | gettext-examples | [] [] [] [] [] [] [] [] | gettext-runtime | [] [] [] [] [] [] [] [] | gettext-tools | [] [] [] [] [] [] [] | gimp-print | [] [] | gip | [] [] [] [] | gliv | [] [] [] [] | glunarclock | [] [] [] [] [] [] | gmult | [] [] [] [] | gnubiff | () | gnucash | () [] | gnucash-glossary | [] [] [] | gnuedu | | gnulib | [] [] [] [] [] | gnunet-gtk | [] | gnutls | [] [] | gpe-aerial | [] [] [] [] [] [] [] | gpe-beam | [] [] [] [] [] [] [] | gpe-calendar | [] [] [] [] [] [] [] [] | gpe-clock | [] [] [] [] [] [] [] [] | gpe-conf | [] [] [] [] [] [] [] | gpe-contacts | [] [] [] [] [] | gpe-edit | [] [] [] [] [] [] [] [] | gpe-filemanager | [] [] | gpe-go | [] [] [] [] [] [] | gpe-login | [] [] [] [] [] [] [] [] | gpe-ownerinfo | [] [] [] [] [] [] [] [] | gpe-package | [] [] | gpe-sketchbook | [] [] [] [] [] [] [] [] | gpe-su | [] [] [] [] [] [] [] [] | gpe-taskmanager | [] [] [] [] [] [] [] [] | gpe-timesheet | [] [] [] [] [] [] [] [] | gpe-today | [] [] [] [] [] [] [] [] | gpe-todo | [] [] [] [] | gphoto2 | [] [] [] [] [] | gprof | [] [] [] | gpsdrive | [] [] [] | gramadoir | [] [] | grep | [] [] [] [] [] [] [] [] | gretl | [] | gsasl | [] [] | gss | [] [] [] | gst-plugins | [] [] [] [] | gst-plugins-base | [] | gst-plugins-good | [] [] [] [] | gstreamer | [] [] [] | gtick | [] [] [] | gtkam | [] [] [] [] | gtkorphan | [] | gtkspell | [] [] [] [] [] [] [] [] | gutenprint | [] | hello | [] [] [] [] [] [] [] [] | id-utils | [] [] [] [] | impost | [] | indent | [] [] [] [] [] [] | iso_3166 | [] [] [] [] [] [] | iso_3166_1 | [] [] [] [] | iso_3166_2 | | iso_3166_3 | [] [] [] [] | iso_4217 | [] [] [] [] | iso_639 | [] [] [] [] | jpilot | | jtag | [] | jwhois | [] [] [] [] | kbd | [] [] [] | keytouch | [] | keytouch-editor | [] | keytouch-keyboa... | [] | latrine | [] [] | ld | [] | leafpad | [] [] [] [] [] [] | libc | [] [] [] [] [] | libexif | [] | libextractor | [] [] | libgpewidget | [] [] [] [] [] [] [] | libgpg-error | [] [] | libgphoto2 | [] | libgphoto2_port | [] [] | libgsasl | [] [] [] [] | libiconv | | libidn | [] [] () | lifelines | [] [] | lilypond | | lingoteach | [] | lynx | [] [] [] | m4 | [] [] [] [] [] | mailutils | [] [] [] [] | make | [] [] [] [] | man-db | [] [] | minicom | [] [] [] [] [] | mysecretdiary | [] [] [] [] | nano | [] [] | nano_1_0 | [] [] [] [] | opcodes | [] [] | parted | [] | pilot-qof | [] | psmisc | [] [] | pwdutils | [] [] | python | | qof | [] | radius | [] [] | recode | [] [] [] [] [] [] [] | rpm | [] [] [] [] | screem | | scrollkeeper | [] [] [] [] [] [] [] | sed | [] [] [] [] [] [] [] [] [] | sh-utils | [] [] [] | shared-mime-info | [] [] [] [] [] | sharutils | [] [] [] [] | shishi | [] | silky | [] | skencil | [] [] [] | sketch | [] [] [] | solfege | [] | soundtracker | [] [] | sp | | stardict | [] [] [] | system-tools-ba... | [] [] [] [] [] [] [] [] [] | tar | [] [] [] [] [] | texinfo | [] [] [] [] | textutils | [] [] [] | tin | () | tp-robot | [] | tuxpaint | [] [] [] [] [] | unicode-han-tra... | | unicode-transla... | | util-linux | [] [] [] [] | vorbis-tools | [] [] | wastesedge | | wdiff | [] [] [] [] [] [] | wget | [] [] [] [] | xchat | [] [] [] [] [] [] [] | xkeyboard-config | [] [] | xpad | [] [] [] | +------------------------------------------------------+ nso or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv ta 0 2 3 58 31 53 5 76 72 5 42 48 12 51 128 2 tg th tk tr uk ven vi wa xh zh_CN zh_HK zh_TW zu +---------------------------------------------------+ GNUnet | [] | 2 a2ps | [] [] [] | 19 aegis | | 0 ant-phone | [] [] | 6 anubis | [] [] [] | 11 ap-utils | () [] | 4 aspell | [] [] [] | 14 bash | [] | 11 batchelor | [] [] | 9 bfd | | 1 bibshelf | [] | 7 binutils | [] [] [] | 9 bison | [] [] [] | 19 bison-runtime | [] [] [] | 15 bluez-pin | [] [] [] [] [] [] | 28 cflow | [] [] | 4 clisp | | 6 console-tools | [] [] | 5 coreutils | [] [] | 17 cpio | [] [] [] | 9 cpplib | [] [] [] [] | 11 cryptonit | | 5 darkstat | [] () () | 15 dialog | [] [] [] [] [] | 30 diffutils | [] [] [] [] | 28 doodle | [] | 6 e2fsprogs | [] [] | 10 enscript | [] [] [] | 16 error | [] [] [] [] | 18 fetchmail | [] [] | 12 fileutils | [] [] [] | 18 findutils | [] [] [] | 17 flex | [] [] | 15 fslint | [] | 9 gas | [] | 3 gawk | [] [] | 15 gbiff | [] | 5 gcal | [] | 5 gcc | [] [] [] | 5 gettext-examples | [] [] [] [] [] | 24 gettext-runtime | [] [] [] [] [] | 26 gettext-tools | [] [] [] [] [] | 19 gimp-print | [] [] | 12 gip | [] [] | 12 gliv | [] [] | 8 glunarclock | [] [] [] | 15 gmult | [] [] [] [] | 15 gnubiff | [] | 1 gnucash | () | 2 gnucash-glossary | [] [] | 9 gnuedu | [] | 2 gnulib | [] [] [] [] [] | 28 gnunet-gtk | | 1 gnutls | | 2 gpe-aerial | [] [] | 14 gpe-beam | [] [] | 14 gpe-calendar | [] [] [] [] | 19 gpe-clock | [] [] [] [] | 20 gpe-conf | [] [] | 14 gpe-contacts | [] [] | 10 gpe-edit | [] [] [] [] | 19 gpe-filemanager | [] | 5 gpe-go | [] [] | 14 gpe-login | [] [] [] [] [] | 20 gpe-ownerinfo | [] [] [] [] | 20 gpe-package | [] | 5 gpe-sketchbook | [] [] | 16 gpe-su | [] [] [] | 19 gpe-taskmanager | [] [] [] | 19 gpe-timesheet | [] [] [] [] | 18 gpe-today | [] [] [] [] [] | 20 gpe-todo | [] | 6 gphoto2 | [] [] [] [] | 20 gprof | [] [] | 11 gpsdrive | | 4 gramadoir | [] | 7 grep | [] [] [] [] | 33 gretl | | 4 gsasl | [] [] | 6 gss | [] | 5 gst-plugins | [] [] [] | 15 gst-plugins-base | [] [] [] | 9 gst-plugins-good | [] [] [] | 18 gstreamer | [] [] [] | 17 gtick | [] | 11 gtkam | [] | 13 gtkorphan | [] | 7 gtkspell | [] [] [] [] [] [] | 26 gutenprint | | 3 hello | [] [] [] [] [] | 39 id-utils | [] [] | 14 impost | [] | 4 indent | [] [] [] [] | 25 iso_3166 | [] [] [] | 15 iso_3166_1 | [] [] | 20 iso_3166_2 | | 2 iso_3166_3 | [] [] | 9 iso_4217 | [] [] | 14 iso_639 | [] [] | 16 jpilot | [] [] [] [] | 7 jtag | [] | 3 jwhois | [] [] [] | 13 kbd | [] [] | 12 keytouch | [] | 4 keytouch-editor | | 2 keytouch-keyboa... | [] | 4 latrine | [] [] | 8 ld | [] [] [] | 7 leafpad | [] [] [] [] | 23 libc | [] [] [] | 23 libexif | [] | 4 libextractor | [] | 5 libgpewidget | [] [] [] | 19 libgpg-error | [] | 4 libgphoto2 | [] | 7 libgphoto2_port | [] [] [] | 10 libgsasl | [] | 8 libiconv | | 0 libidn | [] [] | 10 lifelines | | 4 lilypond | | 2 lingoteach | [] | 6 lynx | [] [] [] | 15 m4 | [] [] [] | 18 mailutils | [] | 8 make | [] [] [] | 20 man-db | [] | 6 minicom | [] | 14 mysecretdiary | [] [] | 12 nano | [] [] | 15 nano_1_0 | [] [] [] | 18 opcodes | [] [] | 10 parted | [] [] [] | 9 pilot-qof | [] | 3 psmisc | [] | 10 pwdutils | [] | 3 python | | 0 qof | [] | 2 radius | [] | 6 recode | [] [] [] | 25 rpm | [] [] [] | 13 screem | [] | 2 scrollkeeper | [] [] [] [] | 26 sed | [] [] [] | 22 sh-utils | [] | 15 shared-mime-info | [] [] [] [] | 23 sharutils | [] [] [] | 23 shishi | | 1 silky | [] | 4 skencil | [] | 7 sketch | | 6 solfege | | 2 soundtracker | [] [] | 9 sp | [] | 3 stardict | [] [] [] [] | 11 system-tools-ba... | [] [] [] [] [] [] [] | 37 tar | [] [] [] [] | 17 texinfo | [] [] [] | 15 textutils | [] [] [] | 17 tin | | 1 tp-robot | [] [] [] | 9 tuxpaint | [] [] [] | 16 unicode-han-tra... | | 0 unicode-transla... | | 2 util-linux | [] [] [] | 20 vorbis-tools | [] [] | 11 wastesedge | | 1 wdiff | [] [] | 22 wget | [] [] [] | 19 xchat | [] [] [] [] | 28 xkeyboard-config | [] [] [] [] | 11 xpad | [] [] [] | 14 +---------------------------------------------------+ 77 teams tg th tk tr uk ven vi wa xh zh_CN zh_HK zh_TW zu 172 domains 0 1 1 78 39 0 135 14 1 50 1 52 0 2040 Some counters in the preceding matrix are higher than the number of visible blocks let us expect. This is because a few extra PO files are used for implementing regional variants of languages, or language dialects. For a PO file in the matrix above to be effective, the package to which it applies should also have been internationalized and distributed as such by its maintainer. There might be an observable lag between the mere existence a PO file and its wide availability in a distribution. If June 2006 seems to be old, you may fetch a more recent copy of this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date matrix with full percentage details can be found at `http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'. 1.6 Using `gettext' in new packages =================================== If you are writing a freely available program and want to internationalize it you are welcome to use GNU `gettext' in your package. Of course you have to respect the GNU Library General Public License which covers the use of the GNU `gettext' library. This means in particular that even non-free programs can use `libintl' as a shared library, whereas only free software can use `libintl' as a static library or use modified versions of `libintl'. Once the sources are changed appropriately and the setup can handle the use of `gettext' the only thing missing are the translations. The Free Translation Project is also available for packages which are not developed inside the GNU project. Therefore the information given above applies also for every other Free Software Project. Contact `translation@iro.umontreal.ca' to make the `.pot' files available to the translation teams. libuser-0.56.9.dfsg.1.orig/modules/0000755000175000017500000000000010777230755015055 5ustar gheghelibuser-0.56.9.dfsg.1.orig/modules/files.c0000644000175000017500000022127010777230701016316 0ustar gheghe/* * Copyright (C) 2000-2002, 2004, 2005, 2006, 2007, 2008 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include "../lib/user_private.h" #define CHUNK_SIZE (LINE_MAX * 4) #define SHADOW_MODULE_NAME "shadow" LU_MODULE_INIT(libuser_files_init) LU_MODULE_INIT(libuser_shadow_init) enum lock_op { LO_LOCK, LO_UNLOCK, LO_UNLOCK_NONEMPTY }; /* Guides for parsing and formatting entries in the files we're looking at. */ struct format_specifier { const char *attribute; const char *def; gboolean multiple, suppress_if_def, def_if_empty; }; static const struct format_specifier format_passwd[] = { { LU_USERNAME, NULL, FALSE, FALSE, FALSE }, { LU_USERPASSWORD, LU_COMMON_DEFAULT_PASSWORD, FALSE, FALSE, FALSE }, { LU_UIDNUMBER, NULL, FALSE, FALSE, FALSE }, { LU_GIDNUMBER, NULL, FALSE, FALSE, FALSE }, { LU_GECOS, NULL, FALSE, FALSE, FALSE }, { LU_HOMEDIRECTORY, NULL, FALSE, FALSE, FALSE }, { LU_LOGINSHELL, LU_COMMON_DEFAULT_SHELL, FALSE, FALSE, TRUE }, }; static const struct format_specifier format_group[] = { { LU_GROUPNAME, NULL, FALSE, FALSE, FALSE }, { LU_GROUPPASSWORD, LU_COMMON_DEFAULT_PASSWORD, FALSE, FALSE, FALSE }, { LU_GIDNUMBER, NULL, FALSE, FALSE, FALSE }, { LU_MEMBERNAME, NULL, TRUE, FALSE, FALSE }, }; static const struct format_specifier format_shadow[] = { { LU_SHADOWNAME, NULL, FALSE, FALSE, FALSE }, { LU_SHADOWPASSWORD, LU_COMMON_DEFAULT_PASSWORD, FALSE, FALSE, FALSE }, { LU_SHADOWLASTCHANGE, NULL, FALSE, FALSE, FALSE }, { LU_SHADOWMIN, "0", FALSE, FALSE, TRUE }, { LU_SHADOWMAX, "99999", FALSE, FALSE, TRUE }, { LU_SHADOWWARNING, "7", FALSE, FALSE, TRUE }, { LU_SHADOWINACTIVE, "-1", FALSE, TRUE, TRUE }, { LU_SHADOWEXPIRE, "-1", FALSE, TRUE, TRUE }, { LU_SHADOWFLAG, "-1", FALSE, TRUE, TRUE }, }; static const struct format_specifier format_gshadow[] = { { LU_GROUPNAME, NULL, FALSE, FALSE, FALSE }, { LU_SHADOWPASSWORD, LU_COMMON_DEFAULT_PASSWORD, FALSE, FALSE, FALSE }, { LU_ADMINISTRATORNAME, NULL, TRUE, FALSE, FALSE }, { LU_MEMBERNAME, NULL, TRUE, FALSE, FALSE }, }; /* Use these variables instead of string constants mainly to eliminate the risk of a typo */ static const char suffix_passwd[] = "/passwd"; static const char suffix_shadow[] = "/shadow"; static const char suffix_group[] = "/group"; static const char suffix_gshadow[] = "/gshadow"; /* Create a backup copy of "filename" named "filename-". */ static gboolean lu_files_create_backup(const char *filename, struct lu_error **error) { int ifd, ofd; gpointer ilock, olock; char *backupname; struct stat ist, ost; gboolean res = FALSE; g_assert(filename != NULL); g_assert(strlen(filename) > 0); /* Open the original file. */ ifd = open(filename, O_RDONLY); if (ifd == -1) { lu_error_new(error, lu_error_open, _("couldn't open `%s': %s"), filename, strerror(errno)); goto err; } /* Lock the input file. */ if ((ilock = lu_util_lock_obtain(ifd, error)) == NULL) goto err_ifd; /* Read the input file's size. */ if (fstat(ifd, &ist) == -1) { lu_error_new(error, lu_error_stat, _("couldn't stat `%s': %s"), filename, strerror(errno)); goto err_ilock; } /* Generate the backup file's name and open it, creating it if it * doesn't already exist. */ backupname = g_strconcat(filename, "-", NULL); ofd = open(backupname, O_WRONLY | O_CREAT, ist.st_mode); if (ofd == -1) { lu_error_new(error, lu_error_open, _("error creating `%s': %s"), backupname, strerror(errno)); goto err_backupname; } /* If we can't read its size, or it's not a normal file, bail. */ if ((fstat(ofd, &ost) == -1) || !S_ISREG(ost.st_mode)) { struct stat st; if ((stat(backupname, &st) == -1) || !S_ISREG(st.st_mode) || (st.st_dev != ost.st_dev) || (st.st_ino != ost.st_ino)) { lu_error_new(error, lu_error_open, _("backup file `%s' exists and is not a regular file"), backupname); goto err_ofd; } lu_error_new(error, lu_error_stat, _("couldn't stat `%s': %s"), backupname, strerror(errno)); goto err_ofd; } /* Now lock the output file. */ if ((olock = lu_util_lock_obtain(ofd, error)) == NULL) goto err_ofd; /* Set the permissions on the new file to match the old one. */ if (fchown(ofd, ist.st_uid, ist.st_gid) == -1 && errno != EPERM) { lu_error_new(error, lu_error_generic, _("Error changing owner of `%s': %s"), backupname, strerror(errno)); goto err_olock; } fchmod(ofd, ist.st_mode); /* Copy the data, block by block. */ for (;;) { char buf[CHUNK_SIZE]; ssize_t left; char *p; left = read(ifd, &buf, sizeof(buf)); if (left == -1) { if (errno == EINTR) continue; lu_error_new(error, lu_error_read, _("Error reading `%s': %s"), filename, strerror(errno)); goto err_olock; } if (left == 0) break; p = buf; while (left > 0) { ssize_t out; out = write(ofd, p, left); if (out == -1) { if (errno == EINTR) continue; lu_error_new(error, lu_error_write, _("Error writing `%s': %s"), backupname, strerror(errno)); goto err_olock; } p += out; left -= out; } } /* Flush data to disk, and truncate at the current offset. This is * necessary if the file existed before we opened it. */ fsync(ofd); if (ftruncate(ofd, lseek(ofd, 0, SEEK_CUR)) == -1) { lu_error_new(error, lu_error_generic, _("Error writing `%s': %s"), backupname, strerror(errno)); goto err_olock; } /* Re-read data about the output file. */ if (fstat(ofd, &ost) == -1) { lu_error_new(error, lu_error_stat, _("couldn't stat `%s': %s"), backupname, strerror(errno)); goto err_olock; } /* Complain if the files are somehow not the same. */ if (ist.st_size != ost.st_size) { lu_error_new(error, lu_error_generic, _("backup file size mismatch")); goto err_olock; } res = TRUE; err_olock: lu_util_lock_free(olock); err_ofd: close(ofd); err_backupname: g_free(backupname); err_ilock: lu_util_lock_free(ilock); err_ifd: close(ifd); err: return res; } /* Read a line from the file, no matter how long it is, and return it as a * newly-allocated string, with the terminator intact. */ static char * line_read(FILE * fp) { char *p, *buf; size_t len, buf_size = CHUNK_SIZE; p = buf = g_malloc(buf_size); len = 0; while (fgets(buf + len, buf_size - len, fp) != NULL) { len += strlen(buf + len); if (len > 0 && buf[len - 1] == '\n') break; buf_size += CHUNK_SIZE; buf = g_realloc(buf, buf_size); } if (len == 0) { g_free(buf); return NULL; } else { return buf; } } /* Parse a single field value. */ static gboolean parse_field(const struct format_specifier *format, GValue *value, const char *string) { lu_error_t *err; gboolean ret; err = NULL; ret = lu_value_init_set_attr_from_string(value, format->attribute, string, &err); if (ret == FALSE) { g_assert(err != NULL); g_warning(lu_strerror(err)); lu_error_free(&err); } return ret; } /* Parse a string into an ent structure using the elements in the format * specifier array. */ static gboolean parse_generic(const gchar *line, const struct format_specifier *formats, size_t format_count, struct lu_ent *ent) { size_t i; gchar **v = NULL; GValue value; /* Make sure the line is properly formatted, meaning that it has enough fields in it for us to parse out all the fields we want, allowing for the last one to be empty. */ v = g_strsplit(line, ":", format_count); g_assert(format_count > 0); if (g_strv_length(v) < format_count - 1) { g_warning("entry is incorrectly formatted"); return FALSE; } /* Now parse out the fields. */ memset(&value, 0, sizeof(value)); for (i = 0; i < format_count; i++) { const gchar *val; val = v[i]; if (val == NULL) val = ""; /* Clear out old values in the destination structure. */ lu_ent_clear_current(ent, formats[i].attribute); if (formats[i].multiple) { /* Field contains multiple comma-separated values. */ gchar **w; size_t j; /* Split up the field. */ w = g_strsplit(val, ",", 0); for (j = 0; (w != NULL) && (w[j] != NULL); j++) { gboolean ret; /* Skip over empty strings. */ if (strlen(w[j]) == 0) continue; /* Always succeeds assuming the attribute values use G_TYPE_STRING, which is currently true. */ ret = parse_field(formats + i, &value, w[j]); g_assert (ret != FALSE); /* Add it to the current values list. */ lu_ent_add_current(ent, formats[i].attribute, &value); g_value_unset(&value); } g_strfreev(w); } else { /* Check if we need to supply the default value. */ if (formats[i].def_if_empty && formats[i].def != NULL && strlen(val) == 0) { gboolean ret; /* Convert the default to the right type. */ ret = parse_field(formats + i, &value, formats[i].def); g_assert (ret != FALSE); } else { if (parse_field (formats + i, &value, val) == FALSE) continue; } /* If we recovered a value, add it to the current * values list for the entity. */ lu_ent_add_current(ent, formats[i].attribute, &value); g_value_unset(&value); } } g_strfreev(v); return TRUE; } /* Parse an entry from /etc/passwd into an ent structure, using the attribute * names we know. */ static gboolean lu_files_parse_user_entry(const gchar * line, struct lu_ent *ent) { ent->type = lu_user; lu_ent_clear_all(ent); return parse_generic(line, format_passwd, G_N_ELEMENTS(format_passwd), ent); } /* Parse an entry from /etc/group into an ent structure, using the attribute * names we know. */ static gboolean lu_files_parse_group_entry(const gchar * line, struct lu_ent *ent) { ent->type = lu_group; lu_ent_clear_all(ent); return parse_generic(line, format_group, G_N_ELEMENTS(format_group), ent); } /* Parse an entry from /etc/shadow into an ent structure, using the attribute * names we know. */ static gboolean lu_shadow_parse_user_entry(const gchar * line, struct lu_ent *ent) { ent->type = lu_user; lu_ent_clear_all(ent); return parse_generic(line, format_shadow, G_N_ELEMENTS(format_shadow), ent); } /* Parse an entry from /etc/shadow into an ent structure, using the attribute * names we know. */ static gboolean lu_shadow_parse_group_entry(const gchar * line, struct lu_ent *ent) { ent->type = lu_group; lu_ent_clear_all(ent); return parse_generic(line, format_gshadow, G_N_ELEMENTS(format_gshadow), ent); } typedef gboolean(*parse_fn) (const gchar * line, struct lu_ent * ent); /* Look up an entry in the named file, using the string stored in "name" as * a key, looking for it in the field'th field, using the given parsing * function to load any results we find into the entity structure. */ static gboolean generic_lookup(struct lu_module *module, const char *file_suffix, const char *name, int field, parse_fn parser, struct lu_ent *ent, struct lu_error **error) { gboolean ret; const char *dir; int fd = -1; gpointer lock; char *line, *filename, *key; g_assert(module != NULL); g_assert(name != NULL); g_assert(parser != NULL); g_assert(field > 0); g_assert(ent != NULL); /* Determine the name of the file we're going to read. */ key = g_strconcat(module->name, "/directory", NULL); dir = lu_cfg_read_single(module->lu_context, key, "/etc"); filename = g_strconcat(dir, file_suffix, NULL); g_free(key); /* Open the file and lock it. */ fd = open(filename, O_RDONLY); if (fd == -1) { lu_error_new(error, lu_error_open, _("couldn't open `%s': %s"), filename, strerror(errno)); g_free(filename); return FALSE; } g_free(filename); if ((lock = lu_util_lock_obtain(fd, error)) == NULL) { close(fd); return FALSE; } /* Search for the entry in this file. */ line = lu_util_line_get_matchingx(fd, name, field, error); if (line == NULL) { lu_util_lock_free(lock); close(fd); return FALSE; } /* If we found data, parse it and then free the data. */ ret = parser(line, ent); g_free(line); lu_util_lock_free(lock); close(fd); return ret; } /* Look up a user by name in /etc/passwd. */ static gboolean lu_files_user_lookup_name(struct lu_module *module, const char *name, struct lu_ent *ent, struct lu_error **error) { return generic_lookup(module, suffix_passwd, name, 1, lu_files_parse_user_entry, ent, error); } /* Look up a user by ID in /etc/passwd. */ static gboolean lu_files_user_lookup_id(struct lu_module *module, uid_t uid, struct lu_ent *ent, struct lu_error **error) { char key[sizeof (uid) * CHAR_BIT + 1]; sprintf(key, "%jd", (intmax_t)uid); return generic_lookup(module, suffix_passwd, key, 3, lu_files_parse_user_entry, ent, error); } /* Look up a user by name in /etc/shadow. */ static gboolean lu_shadow_user_lookup_name(struct lu_module *module, const char *name, struct lu_ent *ent, struct lu_error **error) { return generic_lookup(module, suffix_shadow, name, 1, lu_shadow_parse_user_entry, ent, error); } /* Look up a user by ID in /etc/shadow. This becomes a bit tricky because * the shadow file doesn't contain UIDs, so we need to scan the passwd file * to convert the ID to a name first. */ static gboolean lu_shadow_user_lookup_id(struct lu_module *module, uid_t uid, struct lu_ent *ent, struct lu_error **error) { gboolean ret; /* First look the user up by ID. */ ret = lu_files_user_lookup_id(module, uid, ent, error); if (ret) { GValueArray *values; /* Now use the user's name to search the shadow file. */ values = lu_ent_get(ent, LU_USERNAME); if (values != NULL) { GValue *value; char *p; value = g_value_array_get_nth(values, 0); p = lu_value_strdup(value); ret = generic_lookup(module, suffix_shadow, p, 1, lu_shadow_parse_user_entry, ent, error); g_free(p); } } return ret; } /* Look a group up by name in /etc/group. */ static gboolean lu_files_group_lookup_name(struct lu_module *module, const char *name, struct lu_ent *ent, struct lu_error **error) { return generic_lookup(module, suffix_group, name, 1, lu_files_parse_group_entry, ent, error); } /* Look a group up by ID in /etc/group. */ static gboolean lu_files_group_lookup_id(struct lu_module *module, gid_t gid, struct lu_ent *ent, struct lu_error **error) { char key[sizeof (gid) * CHAR_BIT + 1]; sprintf(key, "%jd", (intmax_t)gid); return generic_lookup(module, suffix_group, key, 3, lu_files_parse_group_entry, ent, error); } /* Look a group up by name in /etc/gshadow. */ static gboolean lu_shadow_group_lookup_name(struct lu_module *module, const char *name, struct lu_ent *ent, struct lu_error **error) { return generic_lookup(module, suffix_gshadow, name, 1, lu_shadow_parse_group_entry, ent, error); } /* Look up a group by ID in /etc/gshadow. This file doesn't contain any * GIDs, so we have to use /etc/group to convert the GID to a name first. */ static gboolean lu_shadow_group_lookup_id(struct lu_module *module, gid_t gid, struct lu_ent *ent, struct lu_error **error) { gboolean ret; ret = lu_files_group_lookup_id(module, gid, ent, error); if (ret) { GValueArray *values; values = lu_ent_get(ent, LU_GROUPNAME); if (values != NULL) { GValue *value; char *p; value = g_value_array_get_nth(values, 0); p = lu_value_strdup(value); ret = generic_lookup(module, suffix_gshadow, p, 1, lu_shadow_parse_group_entry, ent, error); g_free(p); } } return ret; } /* Format a single field. Return field string for g_free (). */ static char * format_field(struct lu_ent *ent, const struct format_specifier *format) { GValueArray *values; char *ret; values = lu_ent_get(ent, format->attribute); if (values != NULL) { size_t j; /* Iterate over all of the data items we can, prepending a comma to all but the first. */ ret = NULL; j = 0; do { GValue *val; char *p, *tmp; val = g_value_array_get_nth(values, j); p = lu_value_strdup(val); /* Add it to the end, prepending a comma if we need to separate it from another value, unless this is the default value for the field and we need to suppress it. */ if (format->multiple == FALSE && format->suppress_if_def == TRUE && format->def != NULL && strcmp(format->def, p) == 0) tmp = g_strdup(""); else tmp = g_strconcat(ret ? ret : "", (j > 0) ? "," : "", p, NULL); g_free(p); g_free(ret); ret = tmp; j++; } while (format->multiple && j < values->n_values); } else { /* We have no values, so check for a default value, * unless we're suppressing it. */ if (format->def != NULL && format->suppress_if_def == FALSE) ret = g_strdup(format->def); else ret = g_strdup(""); } return ret; } /* Format a line for the user/group, using the information in ent, using * formats to guide the formatting. */ static char * format_generic(struct lu_ent *ent, const struct format_specifier *formats, size_t format_count) { char *ret = NULL, *tmp; size_t i; g_return_val_if_fail(ent != NULL, NULL); for (i = 0; i < format_count; i++) { char *field; field = format_field(ent, formats + i); tmp = g_strconcat(ret ? ret : "", i > 0 ? ":" : "", field, NULL); g_free(field); g_free(ret); ret = tmp; } /* Add an end-of-line terminator. */ tmp = g_strconcat(ret ?: "", "\n", NULL); g_free(ret); ret = tmp; return ret; } /* Construct a line for /etc/passwd using data in the lu_ent structure. */ static char * lu_files_format_user(struct lu_ent *ent) { return format_generic(ent, format_passwd, G_N_ELEMENTS(format_passwd)); } /* Construct a line for /etc/group using data in the lu_ent structure. */ static char * lu_files_format_group(struct lu_ent *ent) { return format_generic(ent, format_group, G_N_ELEMENTS(format_group)); } /* Construct a line for /etc/shadow using data in the lu_ent structure. */ static char * lu_shadow_format_user(struct lu_ent *ent) { return format_generic(ent, format_shadow, G_N_ELEMENTS(format_shadow)); } /* Construct a line for /etc/gshadow using data in the lu_ent structure. */ static char * lu_shadow_format_group(struct lu_ent *ent) { return format_generic(ent, format_gshadow, G_N_ELEMENTS(format_gshadow)); } typedef char *(*format_fn) (struct lu_ent * ent); /* Add an entity to a given flat file, using a given formatting functin to * construct the proper text data. */ static gboolean generic_add(struct lu_module *module, const char *file_suffix, format_fn formatter, struct lu_ent *ent, struct lu_error **error) { lu_security_context_t fscreate; const char *dir; char *key, *line, *filename, *contents; char *fragment1, *fragment2; int fd; ssize_t r; gpointer lock; struct stat st; off_t offset; gboolean ret = FALSE; g_assert(module != NULL); g_assert(formatter != NULL); g_assert(ent != NULL); /* Generate the name of a file to open. */ key = g_strconcat(module->name, "/directory", NULL); dir = lu_cfg_read_single(module->lu_context, key, "/etc"); filename = g_strconcat(dir, file_suffix, NULL); g_free(key); if (!lu_util_fscreate_save(&fscreate, error)) goto err_filename; if (!lu_util_fscreate_from_file(filename, error)) goto err_fscreate; /* Create a backup copy of the file we're about to modify. */ if (lu_files_create_backup(filename, error) == FALSE) goto err_fscreate; /* Open the file. */ fd = open(filename, O_RDWR); if (fd == -1) { lu_error_new(error, lu_error_open, _("couldn't open `%s': %s"), filename, strerror(errno)); goto err_fscreate; } /* Lock the file. */ if ((lock = lu_util_lock_obtain(fd, error)) == NULL) goto err_fd; /* Read the file's size. */ if (fstat(fd, &st) == -1) { lu_error_new(error, lu_error_stat, _("couldn't stat `%s': %s"), filename, strerror(errno)); goto err_lock; } /* Generate a new line with the right data in it, and allocate space * for the contents of the file. */ line = formatter(ent); contents = g_malloc0(st.st_size + 1); /* We sanity-check here to make sure that the entity isn't already * listed in the file by name by searching for the initial part of * the line. */ if (line && strchr(line, ':')) { fragment1 = g_strndup(line, strchr(line, ':') - line + 1); } else { if (line && strchr(line, '\n')) { fragment1 = g_strndup(line, strchr(line, '\n') - line + 1); } else { fragment1 = g_strdup(line); } } fragment2 = g_strconcat("\n", fragment1, NULL); /* Read the entire file in. There's some room for improvement here, * but at least we still have the lock, so it's not going to get * funky on us. */ if (read(fd, contents, st.st_size) != st.st_size) { lu_error_new(error, lu_error_read, _("couldn't read from `%s': %s"), filename, strerror(errno)); goto err_fragment2; } /* Check if the beginning of the file is the same as the beginning * of the entry. */ if (strncmp(contents, fragment1, strlen(fragment1)) == 0) { lu_error_new(error, lu_error_generic, _("entry already present in file")); goto err_fragment2; } else /* If not, search for a newline followed by the beginning of * the entry. */ if (strstr(contents, fragment2) != NULL) { lu_error_new(error, lu_error_generic, _("entry already present in file")); goto err_fragment2; } /* Hooray, we can add this entry at the end of the file. */ offset = lseek(fd, 0, SEEK_END); if (offset == -1) { lu_error_new(error, lu_error_write, _("couldn't write to `%s': %s"), filename, strerror(errno)); goto err_fragment2; } /* If the last byte in the file isn't a newline, add one, and silently * curse people who use text editors (which shall remain unnamed) which * allow saving of the file without a final line terminator. */ if ((st.st_size > 0) && (contents[st.st_size - 1] != '\n')) { if (write(fd, "\n", 1) != 1) { lu_error_new(error, lu_error_write, _("couldn't write to `%s': %s"), filename, strerror(errno)); goto err_fragment2; } } /* Attempt to write the entire line to the end. */ r = write(fd, line, strlen(line)); if ((size_t)r != strlen(line)) { /* Oh, come on! */ lu_error_new(error, lu_error_write, _("couldn't write to `%s': %s"), filename, strerror(errno)); /* Truncate off whatever we actually managed to write and * give up. */ (void)ftruncate(fd, offset); goto err_fragment2; } /* Hey, it succeeded. */ ret = TRUE; /* Fall through */ err_fragment2: g_free(fragment2); g_free(fragment1); g_free(contents); g_free(line); err_lock: lu_util_lock_free(lock); err_fd: close(fd); err_fscreate: lu_util_fscreate_restore(fscreate); err_filename: g_free(filename); return ret; } /* Make last-minute changes to the structures before adding them. */ static gboolean lu_files_user_add_prep(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { (void)module; (void)ent; (void)error; return TRUE; } /* Add the user record to the passwd file. */ static gboolean lu_files_user_add(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_add(module, suffix_passwd, lu_files_format_user, ent, error); } /* Make last-minute changes to the record before adding it to /etc/shadow. */ static gboolean lu_shadow_user_add_prep(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { GValue svalue; (void)module; (void)error; /* Make sure the regular password says "shadow!" */ memset(&svalue, 0, sizeof(svalue)); g_value_init(&svalue, G_TYPE_STRING); g_value_set_string(&svalue, "x"); lu_ent_clear(ent, LU_USERPASSWORD); lu_ent_add(ent, LU_USERPASSWORD, &svalue); g_value_unset(&svalue); return TRUE; } /* Add the user to the shadow file. */ static gboolean lu_shadow_user_add(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_add(module, suffix_shadow, lu_shadow_format_user, ent, error); } /* Make last-minute changes before adding the group to the group file. */ static gboolean lu_files_group_add_prep(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { (void)module; (void)ent; (void)error; return TRUE; } /* Add the group to the group file. */ static gboolean lu_files_group_add(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_add(module, suffix_group, lu_files_format_group, ent, error); } /* Make last-minute changes before adding the shadowed group. */ static gboolean lu_shadow_group_add_prep(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { GValue svalue; (void)module; (void)error; /* Make sure the regular password says "shadow!" */ memset(&svalue, 0, sizeof(svalue)); g_value_init(&svalue, G_TYPE_STRING); g_value_set_string(&svalue, "x"); lu_ent_clear(ent, LU_GROUPPASSWORD); lu_ent_add(ent, LU_GROUPPASSWORD, &svalue); g_value_unset(&svalue); return TRUE; } /* Add a shadowed group. */ static gboolean lu_shadow_group_add(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_add(module, suffix_gshadow, lu_shadow_format_group, ent, error); } /* Modify a particular record in the given file, field by field, using the * given format specifiers. */ static gboolean generic_mod(struct lu_module *module, const char *file_suffix, const struct format_specifier *formats, size_t format_count, struct lu_ent *ent, struct lu_error **error) { lu_security_context_t fscreate; char *filename, *key; int fd = -1; gpointer lock; size_t i; const char *dir, *name_attribute; GValueArray *names; gboolean ret = FALSE; g_assert(module != NULL); g_assert(formats != NULL); g_assert(format_count > 0); g_assert(ent != NULL); g_assert((ent->type == lu_user) || (ent->type == lu_group)); /* Get the array of names for the entity object. */ if (ent->type == lu_user) name_attribute = LU_USERNAME; else if (ent->type == lu_group) name_attribute = LU_GROUPNAME; else g_assert_not_reached(); names = lu_ent_get_current(ent, name_attribute); if (names == NULL) { lu_error_new(error, lu_error_generic, _("entity object has no %s attribute"), name_attribute); return FALSE; } /* Generate the name of the file to open. */ key = g_strconcat(module->name, "/directory", NULL); dir = lu_cfg_read_single(module->lu_context, key, "/etc"); filename = g_strconcat(dir, file_suffix, NULL); g_free(key); if (!lu_util_fscreate_save(&fscreate, error)) goto err_filename; if (!lu_util_fscreate_from_file(filename, error)) goto err_fscreate; /* Create a backup file. */ if (lu_files_create_backup(filename, error) == FALSE) goto err_fscreate; /* Open the file to be modified. */ fd = open(filename, O_RDWR); if (fd == -1) { lu_error_new(error, lu_error_open, _("couldn't open `%s': %s"), filename, strerror(errno)); goto err_fscreate; } /* Lock the file. */ if ((lock = lu_util_lock_obtain(fd, error)) == NULL) goto err_fd; /* We iterate over all of the fields individually. */ for (i = 0; i < format_count; i++) { GValue *value; char *field; gboolean ret2; field = format_field(ent, formats + i); /* Get the current name for this entity. */ value = g_value_array_get_nth(names, 0); /* Write the new value. */ ret2 = lu_util_field_write(fd, g_value_get_string(value), i + 1, field, error); g_free(field); /* If we had a write error, we fail now. */ if (ret2 == FALSE) goto err_lock; /* We may have just renamed the account (we're safe assuming * the new name is correct here because if we renamed it, we * changed the name field first), so switch to using the * account's new name. */ names = lu_ent_get(ent, name_attribute); if (names == NULL) { lu_error_new(error, lu_error_generic, _("entity object has no %s attribute"), name_attribute); goto err_lock; } } ret = TRUE; /* Fall through */ err_lock: lu_util_lock_free(lock); err_fd: close(fd); err_fscreate: lu_util_fscreate_restore(fscreate); err_filename: g_free(filename); return ret; } /* Modify an entry in the passwd file. */ static gboolean lu_files_user_mod(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_mod(module, suffix_passwd, format_passwd, G_N_ELEMENTS(format_passwd), ent, error); } /* Modify an entry in the group file. */ static gboolean lu_files_group_mod(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_mod(module, suffix_group, format_group, G_N_ELEMENTS(format_group), ent, error); } /* Modify an entry in the shadow file. */ static gboolean lu_shadow_user_mod(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_mod(module, suffix_shadow, format_shadow, G_N_ELEMENTS(format_shadow), ent, error); } /* Modify an entry in the gshadow file. */ static gboolean lu_shadow_group_mod(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_mod(module, suffix_gshadow, format_gshadow, G_N_ELEMENTS(format_gshadow), ent, error); } /* Delete an entity from the given file. */ static gboolean generic_del(struct lu_module *module, const char *file_suffix, struct lu_ent *ent, struct lu_error **error) { lu_security_context_t fscreate; GValueArray *name = NULL; GValue *value; char *contents, *filename, *key; char *fragment1, *fragment2; const char *dir; struct stat st; size_t len; int fd; gboolean ret = FALSE; gboolean found; gpointer lock; /* Get the entity's current name. */ if (ent->type == lu_user) name = lu_ent_get_current(ent, LU_USERNAME); else if (ent->type == lu_group) name = lu_ent_get_current(ent, LU_GROUPNAME); else g_assert_not_reached(); g_assert(name != NULL); g_assert(module != NULL); g_assert(ent != NULL); /* Generate the name of the file we're going to modify. */ key = g_strconcat(module->name, "/directory", NULL); dir = lu_cfg_read_single(module->lu_context, key, "/etc"); filename = g_strconcat(dir, file_suffix, NULL); g_free(key); if (!lu_util_fscreate_save(&fscreate, error)) goto err_filename; if (!lu_util_fscreate_from_file(filename, error)) goto err_fscreate; /* Create a backup of that file. */ if (lu_files_create_backup(filename, error) == FALSE) goto err_fscreate; /* Open the file to be modified. */ fd = open(filename, O_RDWR); if (fd == -1) { lu_error_new(error, lu_error_open, _("couldn't open `%s': %s"), filename, strerror(errno)); goto err_fscreate; } /* Lock the file. */ if ((lock = lu_util_lock_obtain(fd, error)) == NULL) goto err_fd; /* Determine the file's size. */ if (fstat(fd, &st) == -1) { lu_error_new(error, lu_error_stat, _("couldn't stat `%s': %s"), filename, strerror(errno)); goto err_lock; } /* Allocate space to hold the file and read it all in. */ contents = g_malloc(st.st_size + 1); if (read(fd, contents, st.st_size) != st.st_size) { lu_error_new(error, lu_error_read, _("couldn't read from `%s': %s"), filename, strerror(errno)); goto err_contents; } contents[st.st_size] = '\0'; /* Generate string versions of what the beginning of a line might * look like. */ value = g_value_array_get_nth(name, 0); fragment1 = lu_value_strdup(value); fragment2 = g_strconcat("\n", fragment1, ":", (const gchar *)NULL); /* Remove all occurrences of this entry from the file. */ len = strlen(fragment1); do { char *tmp; found = FALSE; /* If the data is on the first line of the file, we remove the * first line. */ if (strncmp(contents, fragment1, len) == 0 && contents[len] == ':') { char *p; p = strchr(contents, '\n'); if (p != NULL) memmove(contents, p + 1, strlen(p + 1) + 1); else strcpy(contents, ""); found = TRUE; } else /* If the data occurs elsewhere, cover it up. */ if ((tmp = strstr(contents, fragment2)) != NULL) { char *p; p = strchr(tmp + 1, '\n'); if (p != NULL) memmove(tmp + 1, p + 1, strlen (p + 1) + 1); else strcpy(tmp + 1, ""); found = TRUE; } } while(found); g_free(fragment1); g_free(fragment2); /* If the resulting memory chunk is the same size as the file, then * nothing's changed. */ len = strlen(contents); if ((off_t)len == st.st_size) { ret = TRUE; goto err_contents; } /* Otherwise we need to write the new data to the file. Jump back to * the beginning of the file. */ if (lseek(fd, 0, SEEK_SET) == -1) { lu_error_new(error, lu_error_write, _("couldn't write to `%s': %s"), filename, strerror(errno)); goto err_contents; } /* Write the new contents out. */ if ((size_t)write(fd, contents, len) != len) { lu_error_new(error, lu_error_write, _("couldn't write to `%s': %s"), filename, strerror(errno)); goto err_contents; } /* Truncate the file to the new (certainly shorter) length. */ if (ftruncate(fd, len) == -1) { lu_error_new(error, lu_error_generic, _("couldn't write to `%s': %s"), filename, strerror(errno)); goto err_contents; } ret = TRUE; /* Fall through */ err_contents: g_free(contents); err_lock: lu_util_lock_free(lock); err_fd: close(fd); err_fscreate: lu_util_fscreate_restore(fscreate); err_filename: g_free(filename); return ret; } /* Remove a user from the passwd file. */ static gboolean lu_files_user_del(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_del(module, suffix_passwd, ent, error); } /* Remove a group from the group file. */ static gboolean lu_files_group_del(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_del(module, suffix_group, ent, error); } /* Remove a user from the shadow file. */ static gboolean lu_shadow_user_del(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_del(module, suffix_shadow, ent, error); } /* Remove a group from the gshadow file. */ static gboolean lu_shadow_group_del(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_del(module, suffix_gshadow, ent, error); } /* Return a modified version of the cryptedPassword string, depending on op, or NULL on error. */ static char * lock_process(char *cryptedPassword, enum lock_op op, struct lu_ent *ent, struct lu_error **error) { char *ret = NULL; switch (op) { case LO_LOCK: ret = ent->cache->cache(ent->cache, cryptedPassword); if (ret[0] != '!') { cryptedPassword = g_strconcat("!!", ret, NULL); ret = ent->cache->cache(ent->cache, cryptedPassword); g_free(cryptedPassword); } break; case LO_UNLOCK: for (ret = cryptedPassword; ret[0] == '!'; ret++) ; ret = ent->cache->cache(ent->cache, ret); break; case LO_UNLOCK_NONEMPTY: for (ret = cryptedPassword; ret[0] == '!'; ret++) ; if (*ret == '\0') { lu_error_new(error, lu_error_unlock_empty, NULL); return NULL; } ret = ent->cache->cache(ent->cache, ret); break; default: g_assert_not_reached (); } return ret; } /* Lock or unlock an account in the given file, with its encrypted password * stored in the given field number. */ static gboolean generic_lock(struct lu_module *module, const char *file_suffix, int field, struct lu_ent *ent, enum lock_op op, struct lu_error **error) { lu_security_context_t fscreate; GValueArray *name = NULL; GValue *val; char *filename, *key; const char *dir; char *value, *new_value, *namestring; int fd; gpointer lock; gboolean ret = FALSE; /* Get the name which keys the entries of interest in the file. */ g_assert((ent->type == lu_user) || (ent->type == lu_group)); if (ent->type == lu_user) name = lu_ent_get_current(ent, LU_USERNAME); if (ent->type == lu_group) name = lu_ent_get_current(ent, LU_GROUPNAME); g_assert(name != NULL); g_assert(module != NULL); g_assert(ent != NULL); /* Generate the name of the file we're going to modify. */ key = g_strconcat(module->name, "/directory", NULL); dir = lu_cfg_read_single(module->lu_context, key, "/etc"); filename = g_strconcat(dir, file_suffix, NULL); g_free(key); if (!lu_util_fscreate_save(&fscreate, error)) goto err_filename; if (!lu_util_fscreate_from_file(filename, error)) goto err_fscreate; /* Create a backup of the file. */ if (lu_files_create_backup(filename, error) == FALSE) goto err_fscreate; /* Open the file. */ fd = open(filename, O_RDWR); if (fd == -1) { lu_error_new(error, lu_error_open, _("couldn't open `%s': %s"), filename, strerror(errno)); goto err_fscreate; } /* Lock the file. */ if ((lock = lu_util_lock_obtain(fd, error)) == NULL) goto err_fd; /* Generate a string representation of the name. */ val = g_value_array_get_nth(name, 0); namestring = lu_value_strdup(val); /* Read the old value from the file. */ value = lu_util_field_read(fd, namestring, field, error); if (value == NULL) goto err_namestring; /* Check that we actually care about this. If there's a non-empty, * not locked string in there, but it's too short to be a hash, then * we don't care, so we just nod our heads and smile. */ if (LU_CRYPT_INVALID(value)) { g_free(value); ret = TRUE; goto err_namestring; } /* Generate a new value for the file. */ new_value = lock_process(value, op, ent, error); g_free(value); if (new_value == NULL) goto err_namestring; /* Make the change. */ ret = lu_util_field_write(fd, namestring, field, new_value, error); /* Fall through */ err_namestring: g_free(namestring); lu_util_lock_free(lock); err_fd: close(fd); err_fscreate: lu_util_fscreate_restore(fscreate); err_filename: g_free(filename); return ret; } /* Check if an account [password] is locked. */ static gboolean generic_is_locked(struct lu_module *module, const char *file_suffix, int field, struct lu_ent *ent, struct lu_error **error) { GValueArray *name = NULL; GValue *val; char *filename, *key; const char *dir; char *value, *namestring; int fd; gpointer lock; gboolean ret; /* Get the name of this account. */ g_assert((ent->type == lu_user) || (ent->type == lu_group)); if (ent->type == lu_user) name = lu_ent_get_current(ent, LU_USERNAME); if (ent->type == lu_group) name = lu_ent_get_current(ent, LU_GROUPNAME); g_assert(name != NULL); g_assert(module != NULL); g_assert(ent != NULL); /* Construct the name of the file to read. */ key = g_strconcat(module->name, "/directory", NULL); dir = lu_cfg_read_single(module->lu_context, key, "/etc"); filename = g_strconcat(dir, file_suffix, NULL); g_free(key); /* Open the file. */ fd = open(filename, O_RDONLY); if (fd == -1) { lu_error_new(error, lu_error_open, _("couldn't open `%s': %s"), filename, strerror(errno)); g_free(filename); return FALSE; } /* Lock the file. */ if ((lock = lu_util_lock_obtain(fd, error)) == NULL) { close(fd); g_free(filename); return FALSE; } /* Construct the actual name of the account holder(s). */ val = g_value_array_get_nth(name, 0); namestring = lu_value_strdup(val); /* Read the value. */ value = lu_util_field_read(fd, namestring, field, error); g_free (namestring); if (value == NULL) { lu_util_lock_free(lock); close(fd); g_free(filename); return FALSE; } /* It all comes down to this. */ ret = value[0] == '!'; g_free(value); lu_util_lock_free(lock); close(fd); g_free(filename); return ret; } /* Lock a user from the passwd file. */ static gboolean lu_files_user_lock(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_lock(module, suffix_passwd, 2, ent, LO_LOCK, error); } static gboolean lu_files_user_unlock(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_lock(module, suffix_passwd, 2, ent, LO_UNLOCK, error); } static gboolean lu_files_user_unlock_nonempty(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_lock(module, suffix_passwd, 2, ent, LO_UNLOCK_NONEMPTY, error); } /* Lock a group from the group file. */ static gboolean lu_files_group_lock(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_lock(module, suffix_group, 2, ent, LO_LOCK, error); } static gboolean lu_files_group_unlock(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_lock(module, suffix_group, 2, ent, LO_UNLOCK, error); } static gboolean lu_files_group_unlock_nonempty(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_lock(module, suffix_group, 2, ent, LO_UNLOCK_NONEMPTY, error); } /* Lock a user in the shadow file. */ static gboolean lu_shadow_user_lock(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_lock(module, suffix_shadow, 2, ent, LO_LOCK, error); } static gboolean lu_shadow_user_unlock(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_lock(module, suffix_shadow, 2, ent, LO_UNLOCK, error); } static gboolean lu_shadow_user_unlock_nonempty(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_lock(module, suffix_shadow, 2, ent, LO_UNLOCK_NONEMPTY, error); } /* Lock a group in the gshadow file. */ static gboolean lu_shadow_group_lock(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_lock(module, suffix_gshadow, 2, ent, LO_LOCK, error); } static gboolean lu_shadow_group_unlock(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_lock(module, suffix_gshadow, 2, ent, LO_UNLOCK, error); } static gboolean lu_shadow_group_unlock_nonempty(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_lock(module, suffix_gshadow, 2, ent, LO_UNLOCK_NONEMPTY, error); } /* Check if the account is locked. */ static gboolean lu_files_user_is_locked(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_is_locked(module, suffix_passwd, 2, ent, error); } static gboolean lu_files_group_is_locked(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_is_locked(module, suffix_group, 2, ent, error); } static gboolean lu_shadow_user_is_locked(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_is_locked(module, suffix_shadow, 2, ent, error); } static gboolean lu_shadow_group_is_locked(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_is_locked(module, suffix_gshadow, 2, ent, error); } /* Was ent found by the shadow module? */ static gboolean ent_has_shadow (struct lu_ent *ent) { size_t i; for (i = 0; i < ent->modules->n_values; i++) { GValue *value; value = g_value_array_get_nth(ent->modules, i); g_assert(G_VALUE_HOLDS_STRING(value)); if (strcmp(g_value_get_string(value), SHADOW_MODULE_NAME) == 0) return TRUE; } return FALSE; } /* Change a password, in a given file, in a given field, for a given account, * to a given value. Got that? */ static gboolean generic_setpass(struct lu_module *module, const char *file_suffix, int field, struct lu_ent *ent, const char *password, gboolean is_shadow, struct lu_error **error) { lu_security_context_t fscreate; GValueArray *name = NULL; GValue *val; char *filename, *key, *value, *namestring; const char *dir; int fd; gpointer lock; gboolean ret = FALSE; /* Get the name of this account. */ g_assert((ent->type == lu_user) || (ent->type == lu_group)); if (ent->type == lu_user) name = lu_ent_get_current(ent, LU_USERNAME); else if (ent->type == lu_group) name = lu_ent_get_current(ent, LU_GROUPNAME); g_assert(name != NULL); g_assert(module != NULL); g_assert(ent != NULL); /* Construct the name of the file to modify. */ key = g_strconcat(module->name, "/directory", NULL); dir = lu_cfg_read_single(module->lu_context, key, "/etc"); filename = g_strconcat(dir, file_suffix, NULL); g_free(key); if (!lu_util_fscreate_save(&fscreate, error)) goto err_filename; if (!lu_util_fscreate_from_file(filename, error)) goto err_fscreate; /* Create a backup of the file. */ if (lu_files_create_backup(filename, error) == FALSE) goto err_filename; /* Open the file. */ fd = open(filename, O_RDWR); if (fd == -1) { lu_error_new(error, lu_error_open, _("couldn't open `%s': %s"), filename, strerror(errno)); goto err_fscreate; } /* Lock the file. */ if ((lock = lu_util_lock_obtain(fd, error)) == NULL) goto err_fd; /* Get the name of the account. */ val = g_value_array_get_nth(name, 0); namestring = lu_value_strdup(val); /* Read the current contents of the field. */ value = lu_util_field_read(fd, namestring, field, error); if (value == NULL) goto err_namestring; /* pam_unix uses shadow passwords only if pw_passwd is "x" (or ##${username}). Make sure to preserve the shadow marker unmodified (most importantly, don't replace it by an encrypted password) -- but only a shadow entry exists. */ if (!is_shadow && ent_has_shadow(ent) && lu_ent_get_current(ent, LU_SHADOWPASSWORD) != NULL && (strcmp(value, "x") == 0 || (strncmp(value, "##", 2) == 0 && strcmp(value + 2, namestring) == 0))) { ret = TRUE; goto err_value; } /* Otherwise, if there is a shadow password and the shadow marker is invalid, set it to the standard value. */ if (!is_shadow && ent_has_shadow(ent) && lu_ent_get_current(ent, LU_SHADOWPASSWORD) != NULL && LU_CRYPT_INVALID(value)) password = "x"; /* The crypt prefix indicates that the password is already hashed. If * we don't see it, hash the password. */ else if (g_ascii_strncasecmp(password, LU_CRYPTED, strlen(LU_CRYPTED)) == 0) { password = password + strlen(LU_CRYPTED); } else { char *salt; salt = lu_util_default_salt_specifier(module->lu_context); password = lu_make_crypted(password, salt); g_free(salt); if (password == NULL) { lu_error_new(error, lu_error_generic, _("error encrypting password")); goto err_value; } } /* Now write our changes to the file. */ ret = lu_util_field_write(fd, namestring, field, password, error); /* Fall through */ err_value: g_free(value); err_namestring: g_free(namestring); lu_util_lock_free(lock); err_fd: close(fd); err_fscreate: lu_util_fscreate_restore(fscreate); err_filename: g_free(filename); return ret; } /* Set a user's password in the passwd file. */ static gboolean lu_files_user_setpass(struct lu_module *module, struct lu_ent *ent, const char *password, struct lu_error **error) { return generic_setpass(module, suffix_passwd, 2, ent, password, FALSE, error); } static gboolean lu_files_group_setpass(struct lu_module *module, struct lu_ent *ent, const char *password, struct lu_error **error) { return generic_setpass(module, suffix_group, 2, ent, password, FALSE, error); } static gboolean lu_files_user_removepass(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_setpass(module, suffix_passwd, 2, ent, LU_CRYPTED, FALSE, error); } static gboolean lu_files_group_removepass(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_setpass(module, suffix_group, 2, ent, LU_CRYPTED, FALSE, error); } static gboolean lu_shadow_user_setpass(struct lu_module *module, struct lu_ent *ent, const char *password, struct lu_error **error) { return generic_setpass(module, suffix_shadow, 2, ent, password, TRUE, error); } static gboolean lu_shadow_group_setpass(struct lu_module *module, struct lu_ent *ent, const char *password, struct lu_error **error) { return generic_setpass(module, suffix_gshadow, 2, ent, password, TRUE, error); } static gboolean lu_shadow_user_removepass(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_setpass(module, suffix_shadow, 2, ent, LU_CRYPTED, TRUE, error); } static gboolean lu_shadow_group_removepass(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return generic_setpass(module, suffix_gshadow, 2, ent, LU_CRYPTED, TRUE, error); } /* Get a list of all of the entries in a given file which patch a * particular pattern. */ static GValueArray * lu_files_enumerate(struct lu_module *module, const char *file_suffix, const char *pattern, struct lu_error **error) { int fd; gpointer lock; GValueArray *ret; GValue value; char *buf; char *key, *filename; const char *dir; FILE *fp; g_assert(module != NULL); pattern = pattern ?: "*"; /* Generate the name of the file we'll be reading. */ key = g_strconcat(module->name, "/directory", NULL); dir = lu_cfg_read_single(module->lu_context, key, "/etc"); filename = g_strconcat(dir, file_suffix, NULL); g_free(key); /* Open the file. */ fd = open(filename, O_RDONLY); if (fd == -1) { lu_error_new(error, lu_error_open, _("couldn't open `%s': %s"), filename, strerror(errno)); g_free(filename); return NULL; } /* Lock the file. */ if ((lock = lu_util_lock_obtain(fd, error)) == NULL) { close(fd); g_free(filename); return NULL; } /* Wrap the file for stdio operations. */ fp = fdopen(fd, "r"); if (fp == NULL) { lu_error_new(error, lu_error_open, _("couldn't open `%s': %s"), filename, strerror(errno)); lu_util_lock_free(lock); close(fd); g_free(filename); return NULL; } /* Create a new array to hold values. */ ret = g_value_array_new(0); memset(&value, 0, sizeof(value)); g_value_init(&value, G_TYPE_STRING); /* Read each line, */ while ((buf = line_read(fp)) != NULL) { char *p; if (strlen(buf) == 1) { g_free(buf); continue; } /* require that each non-empty line has meaningful data in it */ p = strchr(buf, ':'); if (p != NULL) { /* snip off the parts we don't care about, */ *p = '\0'; if (buf[0] != '+' && buf[0] != '-' && fnmatch(pattern, buf, 0) == 0) { /* add add it to the list we're returning. */ g_value_set_string(&value, buf); g_value_array_append(ret, &value); g_value_reset(&value); } } g_free(buf); } /* Clean up. */ g_value_unset(&value); lu_util_lock_free(lock); fclose(fp); g_free(filename); return ret; } /* Get a list of all users or groups. */ static GValueArray * lu_files_users_enumerate(struct lu_module *module, const char *pattern, struct lu_error **error) { return lu_files_enumerate(module, suffix_passwd, pattern, error); } static GValueArray * lu_files_groups_enumerate(struct lu_module *module, const char *pattern, struct lu_error **error) { return lu_files_enumerate(module, suffix_group, pattern, error); } /* Get a list of all of the users who are in a given group. */ static GValueArray * lu_files_users_enumerate_by_group(struct lu_module *module, const char *group, gid_t gid, struct lu_error **error) { int fd; gpointer lock; GValueArray *ret; GValue value; char *buf, grp[CHUNK_SIZE]; char *key, *pwdfilename, *grpfilename, *p, *q; const char *dir; FILE *fp; g_assert(module != NULL); g_assert(group != NULL); /* Generate the names of the two files we'll be looking at. */ key = g_strconcat(module->name, "/directory", NULL); dir = lu_cfg_read_single(module->lu_context, key, "/etc"); pwdfilename = g_strconcat(dir, suffix_passwd, NULL); grpfilename = g_strconcat(dir, suffix_group, NULL); g_free(key); /* Open the passwd file. */ fd = open(pwdfilename, O_RDONLY); if (fd == -1) { lu_error_new(error, lu_error_open, _("couldn't open `%s': %s"), pwdfilename, strerror(errno)); g_free(pwdfilename); g_free(grpfilename); return NULL; } /* Lock the passwd file. */ if ((lock = lu_util_lock_obtain(fd, error)) == NULL) { close(fd); g_free(pwdfilename); g_free(grpfilename); return NULL; } /* Wrap the descriptor in a stdio FILE. */ fp = fdopen(fd, "r"); if (fp == NULL) { lu_error_new(error, lu_error_open, _("couldn't open `%s': %s"), pwdfilename, strerror(errno)); lu_util_lock_free(lock); close(fd); g_free(pwdfilename); g_free(grpfilename); return NULL; } /* Create an array to store values we're going to return. */ ret = g_value_array_new(0); memset(&value, 0, sizeof(value)); g_value_init(&value, G_TYPE_STRING); snprintf(grp, sizeof(grp), "%jd", (intmax_t)gid); /* Iterate over each line. */ while ((buf = line_read(fp)) != NULL) { if (strlen(buf) == 1 || buf[0] == '-' || buf[0] == '+') { g_free(buf); continue; } /* Find the end of the first field. */ p = strchr(buf, ':'); q = NULL; /* If the field has an end, find the end of the second field. */ if (p != NULL) { *p = '\0'; p++; p = strchr(p, ':'); } /* If the second field has an end, find the end of the third. */ if (p != NULL) { *p = '\0'; p++; p = strchr(p, ':'); } /* If the third has an end, find the fourth. */ if (p != NULL) { *p = '\0'; p++; q = p; p = strchr(p, ':'); } /* If we haven't run out of fields by now, we can match. */ if (q != NULL) { /* Terminate the fourth field. */ if (p != NULL) { *p = '\0'; } /* If it matches the gid, add this user's name to the * list. */ if (strcmp(q, grp) == 0) { g_value_set_string(&value, buf); g_value_array_append(ret, &value); g_value_reset(&value); } } g_free(buf); } /* Close the file. */ g_value_unset(&value); lu_util_lock_free(lock); fclose(fp); /* Open the group file. */ fd = open(grpfilename, O_RDONLY); if (fd == -1) { lu_error_new(error, lu_error_open, _("couldn't open `%s': %s"), grpfilename, strerror(errno)); g_free(pwdfilename); g_free(grpfilename); g_value_array_free(ret); return NULL; } /* Lock the group file. */ if ((lock = lu_util_lock_obtain(fd, error)) == NULL) { close(fd); g_free(pwdfilename); g_free(grpfilename); g_value_array_free(ret); return NULL; } /* Wrap the group file in an stdio file. */ fp = fdopen(fd, "r"); if (fp == NULL) { lu_error_new(error, lu_error_open, _("couldn't open `%s': %s"), grpfilename, strerror(errno)); lu_util_lock_free(lock); close(fd); g_free(pwdfilename); g_free(grpfilename); g_value_array_free(ret); return NULL; } /* Iterate over all of these lines as well. */ while ((buf = line_read(fp)) != NULL) { if (strlen(buf) == 1 || buf[0] == '+' || buf[0] == '-') { g_free(buf); continue; } /* Terminate at the end of the first field, and find the end of * the second field. */ p = strchr(buf, ':'); if (p != NULL) { *p = '\0'; p++; p = strchr(p, ':'); } /* If the first field matches, continue. */ if (strcmp(buf, group) == 0) { /* Find the end of the third field. */ if (p != NULL) { *p = '\0'; p++; p = strchr(p, ':'); } /* Find the beginning of the fourth field. */ if (p != NULL) { *p = '\0'; p++; /* Iterate through all of the pieces of * the field. */ while ((q = strsep(&p, ",\n")) != NULL) { /* Add this name. */ if (strlen(q) > 0) { g_value_init(&value, G_TYPE_STRING); g_value_set_string(&value, q); g_value_array_append(ret, &value); g_value_unset(&value); } } } g_free(buf); break; } g_free(buf); } /* Clean up. */ lu_util_lock_free(lock); fclose(fp); g_free(pwdfilename); g_free(grpfilename); return ret; } /* Get a list of groups to which the user belongs. */ static GValueArray * lu_files_groups_enumerate_by_user(struct lu_module *module, const char *user, uid_t uid, struct lu_error **error) { int fd; gpointer lock; GValueArray *ret; GValue value; char *buf; char *key, *pwdfilename, *grpfilename, *p, *q; const char *dir; FILE *fp; (void)uid; g_assert(module != NULL); g_assert(user != NULL); /* Generate the names of files we'll be looking at. */ key = g_strconcat(module->name, "/directory", NULL); dir = lu_cfg_read_single(module->lu_context, key, "/etc"); pwdfilename = g_strconcat(dir, suffix_passwd, NULL); grpfilename = g_strconcat(dir, suffix_group, NULL); g_free(key); /* Open the first file. */ fd = open(pwdfilename, O_RDONLY); if (fd == -1) { lu_error_new(error, lu_error_open, _("couldn't open `%s': %s"), pwdfilename, strerror(errno)); g_free(pwdfilename); g_free(grpfilename); return NULL; } /* Lock it. */ if ((lock = lu_util_lock_obtain(fd, error)) == NULL) { close(fd); g_free(pwdfilename); g_free(grpfilename); return NULL; } /* Open it so that we can use stdio. */ fp = fdopen(fd, "r"); if (fp == NULL) { lu_error_new(error, lu_error_open, _("couldn't open `%s': %s"), pwdfilename, strerror(errno)); lu_util_lock_free(lock); close(fd); g_free(pwdfilename); g_free(grpfilename); return NULL; } /* Initialize the list of values we'll return. */ ret = g_value_array_new(0); memset(&value, 0, sizeof(value)); g_value_init(&value, G_TYPE_STRING); /* Iterate through all of the lines in the file. */ key = NULL; while ((buf = line_read(fp)) != NULL) { if (strlen(buf) == 1 || buf[0] == '+' || buf[0] == '-') { g_free(buf); continue; } /* Find the end of the first field. */ p = strchr(buf, ':'); /* Find the end of the second field. */ if (p != NULL) { *p = '\0'; p++; p = strchr(p, ':'); } /* Find the end of the third field. */ if (p != NULL) { *p = '\0'; p++; p = strchr(p, ':'); } /* Find the the fourth field. */ if (p != NULL) { *p = '\0'; p++; q = strchr(p, ':'); /* If it matches, save the gid. */ if (strcmp(buf, user) == 0) { if (q) { *q = '\0'; } key = g_strdup(p); g_free(buf); break; } } g_free(buf); } lu_util_lock_free(lock); fclose(fp); /* Open the groups file. */ fd = open(grpfilename, O_RDONLY); if (fd == -1) { lu_error_new(error, lu_error_open, _("couldn't open `%s': %s"), grpfilename, strerror(errno)); g_free(pwdfilename); g_free(grpfilename); return NULL; } /* Lock it. */ if ((lock = lu_util_lock_obtain(fd, error)) == NULL) { close(fd); g_free(pwdfilename); g_free(grpfilename); return NULL; } /* Open it so that we can use stdio. */ fp = fdopen(fd, "r"); if (fp == NULL) { lu_error_new(error, lu_error_open, _("couldn't open `%s': %s"), grpfilename, strerror(errno)); lu_util_lock_free(lock); close(fd); g_free(pwdfilename); g_free(grpfilename); return NULL; } /* Iterate through all of the lines in the file. */ while ((buf = line_read(fp)) != NULL) { if (strlen(buf) == 1 || buf[0] == '+' || buf[0] == '-') { g_free(buf); continue; } /* Find the end of the first field. */ p = strchr(buf, ':'); /* Find the end of the second field. */ if (p != NULL) { *p = '\0'; p++; p = strchr(p, ':'); } /* Find the end of the third field. */ if (p != NULL) { *p = '\0'; p++; q = strchr(p, ':'); if (q && key) { /* Terminate the third field. */ *q = '\0'; if (strcmp(p, key) == 0) { /* Add the name of the group because its * gid is the user's primary. */ g_value_set_string(&value, buf); g_value_array_append(ret, &value); g_value_reset(&value); } } p = q; } /* Find the beginning of the third field. */ if (p != NULL) { p++; /* Break out each piece of the fourth field. */ while ((q = strsep(&p, ",\n")) != NULL) { if (strlen(q) > 0) { if (strcmp(q, user) == 0) { g_value_set_string(&value, buf); g_value_array_append(ret, &value); g_value_reset(&value); } } } } g_free(buf); } g_value_unset(&value); lu_util_lock_free(lock); fclose(fp); g_free(pwdfilename); g_free(grpfilename); return ret; } /* Enumerate all of the accounts listed in the given file, using the * given parser to parse matching accounts into an array of entity pointers. */ static GPtrArray * lu_files_enumerate_full(struct lu_module *module, const char *file_suffix, parse_fn parser, const char *pattern, struct lu_error **error) { int fd; gpointer lock; GPtrArray *ret = NULL; char *buf; char *key, *filename; const char *dir; FILE *fp; g_assert(module != NULL); pattern = pattern ?: "*"; /* Generate the name of the file to look at. */ key = g_strconcat(module->name, "/directory", NULL); dir = lu_cfg_read_single(module->lu_context, key, "/etc"); filename = g_strconcat(dir, file_suffix, NULL); g_free(key); /* Open the file. */ fd = open(filename, O_RDONLY); if (fd == -1) { lu_error_new(error, lu_error_open, _("couldn't open `%s': %s"), filename, strerror(errno)); goto err_filename; } /* Lock the file. */ if ((lock = lu_util_lock_obtain(fd, error)) == NULL) { close(fd); goto err_filename; } /* Wrap the file up in stdio. */ fp = fdopen(fd, "r"); if (fp == NULL) { lu_error_new(error, lu_error_open, _("couldn't open `%s': %s"), filename, strerror(errno)); lu_util_lock_free(lock); close(fd); goto err_filename; } /* Allocate an array to hold results. */ ret = g_ptr_array_new(); while ((buf = line_read(fp)) != NULL) { struct lu_ent *ent; if (strlen(buf) == 1 || buf[0] == '+' || buf[0] == '-') { g_free(buf); continue; } ent = lu_ent_new(); /* Snip the line off at the right place. */ key = strchr(buf, '\n'); if (key != NULL) { *key = '\0'; } if (strchr(buf, ':')) { key = g_strndup(buf, strchr(buf, ':') - buf); } else { key = g_strdup(buf); } /* If the account name matches the pattern, parse it and add * it to the list. */ if (fnmatch(pattern, key, 0) == 0 && parser(buf, ent) != FALSE) g_ptr_array_add(ret, ent); else lu_ent_free(ent); g_free(buf); g_free(key); } lu_util_lock_free(lock); fclose(fp); err_filename: g_free(filename); return ret; } static GPtrArray * lu_files_users_enumerate_full(struct lu_module *module, const char *user, struct lu_error **error) { return lu_files_enumerate_full(module, suffix_passwd, lu_files_parse_user_entry, user, error); } static GPtrArray * lu_files_groups_enumerate_full(struct lu_module *module, const char *group, struct lu_error **error) { return lu_files_enumerate_full(module, suffix_group, lu_files_parse_group_entry, group, error); } static GPtrArray * lu_files_users_enumerate_by_group_full(struct lu_module *module, const char *user, uid_t uid, struct lu_error **error) { (void)module; (void)user; (void)uid; (void)error; /* Implement the placeholder. */ return NULL; } static GPtrArray * lu_files_groups_enumerate_by_user_full(struct lu_module *module, const char *user, uid_t uid, struct lu_error **error) { (void)module; (void)user; (void)uid; (void)error; /* Implement the placeholder. */ return NULL; } static GValueArray * lu_shadow_users_enumerate(struct lu_module *module, const char *pattern, struct lu_error **error) { (void)module; (void)pattern; (void)error; return NULL; } static GValueArray * lu_shadow_groups_enumerate(struct lu_module *module, const char *pattern, struct lu_error **error) { (void)module; (void)pattern; (void)error; return NULL; } static GValueArray * lu_shadow_users_enumerate_by_group(struct lu_module *module, const char *group, gid_t gid, struct lu_error **error) { (void)module; (void)group; (void)gid; (void)error; return NULL; } static GValueArray * lu_shadow_groups_enumerate_by_user(struct lu_module *module, const char *user, uid_t uid, struct lu_error **error) { (void)module; (void)user; (void)uid; (void)error; return NULL; } static GPtrArray * lu_shadow_users_enumerate_full(struct lu_module *module, const char *pattern, struct lu_error **error) { return lu_files_enumerate_full(module, suffix_shadow, lu_shadow_parse_user_entry, pattern, error); } static GPtrArray * lu_shadow_groups_enumerate_full(struct lu_module *module, const char *pattern, struct lu_error **error) { return lu_files_enumerate_full(module, suffix_gshadow, lu_shadow_parse_group_entry, pattern, error); } static GPtrArray * lu_shadow_users_enumerate_by_group_full(struct lu_module *module, const char *group, gid_t gid, struct lu_error **error) { (void)module; (void)group; (void)gid; (void)error; /* Implement the placeholder. */ return NULL; } static GPtrArray * lu_shadow_groups_enumerate_by_user_full(struct lu_module *module, const char *user, uid_t uid, struct lu_error **error) { (void)module; (void)user; (void)uid; (void)error; /* Implement the placeholder. */ return NULL; } /* Check if we use/need elevated privileges to manipulate our files. */ static gboolean lu_files_uses_elevated_privileges(struct lu_module *module) { const char *directory; char *path, *key; gboolean ret = FALSE; /* Get the directory the files are in. */ key = g_strconcat(module->name, "/directory", NULL); directory = lu_cfg_read_single(module->lu_context, key, "/etc"); g_free(key); /* If we can't access the passwd file as a normal user, then the * answer is "yes". */ path = g_strconcat(directory, suffix_passwd, NULL); if (access(path, R_OK | W_OK) != 0) { ret = TRUE; } g_free(path); /* If we can't access the group file as a normal user, then the * answer is "yes". */ path = g_strconcat(directory, suffix_group, NULL); if (access(path, R_OK | W_OK) != 0) { ret = TRUE; } g_free(path); return ret; } /* Check if we use/need elevated privileges to manipulate our files. */ static gboolean lu_shadow_uses_elevated_privileges(struct lu_module *module) { const char *directory; char *path, *key; gboolean ret = FALSE; /* Get the directory the files are in. */ key = g_strconcat(module->name, "/directory", NULL); directory = lu_cfg_read_single(module->lu_context, key, "/etc"); g_free(key); /* If we can't access the shadow file as a normal user, then the * answer is "yes". */ path = g_strconcat(directory, suffix_shadow, NULL); if (access(path, R_OK | W_OK) != 0) { ret = TRUE; } g_free(path); /* If we can't access the gshadow file as a normal user, then the * answer is "yes". */ path = g_strconcat(directory, suffix_gshadow, NULL); if (access(path, R_OK | W_OK) != 0) { ret = TRUE; } g_free(path); return ret; } static gboolean close_module(struct lu_module *module) { g_return_val_if_fail(module != NULL, FALSE); module->scache->free(module->scache); memset(module, 0, sizeof(struct lu_module)); g_free(module); return TRUE; } struct lu_module * libuser_files_init(struct lu_context *context, struct lu_error **error) { struct lu_module *ret; g_return_val_if_fail(context != NULL, FALSE); /* Handle authenticating to the data source. */ if (geteuid() != 0) { const char *val; /* Needed for the test suite, handy for debugging. */ val = lu_cfg_read_single(context, "files/nonroot", NULL); if (val == NULL || strcmp (val, "yes") != 0) { lu_error_new(error, lu_error_privilege, _("not executing with superuser " "privileges")); return NULL; } } /* Allocate the method structure. */ ret = g_malloc0(sizeof(struct lu_module)); ret->version = LU_MODULE_VERSION; ret->scache = lu_string_cache_new(TRUE); ret->name = ret->scache->cache(ret->scache, "files"); /* Set the method pointers. */ ret->uses_elevated_privileges = lu_files_uses_elevated_privileges; ret->user_lookup_name = lu_files_user_lookup_name; ret->user_lookup_id = lu_files_user_lookup_id; ret->user_default = lu_common_user_default; ret->user_add_prep = lu_files_user_add_prep; ret->user_add = lu_files_user_add; ret->user_mod = lu_files_user_mod; ret->user_del = lu_files_user_del; ret->user_lock = lu_files_user_lock; ret->user_unlock = lu_files_user_unlock; ret->user_unlock_nonempty = lu_files_user_unlock_nonempty; ret->user_is_locked = lu_files_user_is_locked; ret->user_setpass = lu_files_user_setpass; ret->user_removepass = lu_files_user_removepass; ret->users_enumerate = lu_files_users_enumerate; ret->users_enumerate_by_group = lu_files_users_enumerate_by_group; ret->users_enumerate_full = lu_files_users_enumerate_full; ret->users_enumerate_by_group_full = lu_files_users_enumerate_by_group_full; ret->group_lookup_name = lu_files_group_lookup_name; ret->group_lookup_id = lu_files_group_lookup_id; ret->group_default = lu_common_group_default; ret->group_add_prep = lu_files_group_add_prep; ret->group_add = lu_files_group_add; ret->group_mod = lu_files_group_mod; ret->group_del = lu_files_group_del; ret->group_lock = lu_files_group_lock; ret->group_unlock = lu_files_group_unlock; ret->group_unlock_nonempty = lu_files_group_unlock_nonempty; ret->group_is_locked = lu_files_group_is_locked; ret->group_setpass = lu_files_group_setpass; ret->group_removepass = lu_files_group_removepass; ret->groups_enumerate = lu_files_groups_enumerate; ret->groups_enumerate_by_user = lu_files_groups_enumerate_by_user; ret->groups_enumerate_full = lu_files_groups_enumerate_full; ret->groups_enumerate_by_user_full = lu_files_groups_enumerate_by_user_full; ret->close = close_module; /* Done. */ return ret; } struct lu_module * libuser_shadow_init(struct lu_context *context, struct lu_error **error) { struct lu_module *ret; struct stat st; char *shadow_file; const char *dir; g_return_val_if_fail(context != NULL, NULL); /* Handle authenticating to the data source. */ if (geteuid() != 0) { const char *val; /* Needed for the test suite, handy for debugging. */ val = lu_cfg_read_single(context, "shadow/nonroot", NULL); if (val == NULL || strcmp (val, "yes") != 0) { lu_error_new(error, lu_error_privilege, _("not executing with superuser " "privileges")); return NULL; } } /* Get the name of the shadow file. */ dir = lu_cfg_read_single(context, "shadow/directory", "/etc"); shadow_file = g_strconcat(dir, suffix_shadow, NULL); /* Make sure we're actually using shadow passwords on this system. */ if ((stat(shadow_file, &st) == -1) && (errno == ENOENT)) { lu_error_new(error, lu_warning_config_disabled, _("no shadow file present -- disabling")); g_free(shadow_file); return NULL; } g_free(shadow_file); /* Allocate the method structure. */ ret = g_malloc0(sizeof(struct lu_module)); ret->version = LU_MODULE_VERSION; ret->scache = lu_string_cache_new(TRUE); ret->name = ret->scache->cache(ret->scache, SHADOW_MODULE_NAME); /* Set the method pointers. */ ret->uses_elevated_privileges = lu_shadow_uses_elevated_privileges; ret->user_lookup_name = lu_shadow_user_lookup_name; ret->user_lookup_id = lu_shadow_user_lookup_id; ret->user_default = lu_common_suser_default; ret->user_add_prep = lu_shadow_user_add_prep; ret->user_add = lu_shadow_user_add; ret->user_mod = lu_shadow_user_mod; ret->user_del = lu_shadow_user_del; ret->user_lock = lu_shadow_user_lock; ret->user_unlock = lu_shadow_user_unlock; ret->user_unlock_nonempty = lu_shadow_user_unlock_nonempty; ret->user_is_locked = lu_shadow_user_is_locked; ret->user_setpass = lu_shadow_user_setpass; ret->user_removepass = lu_shadow_user_removepass; ret->users_enumerate = lu_shadow_users_enumerate; ret->users_enumerate_by_group = lu_shadow_users_enumerate_by_group; ret->users_enumerate_full = lu_shadow_users_enumerate_full; ret->users_enumerate_by_group_full = lu_shadow_users_enumerate_by_group_full; ret->group_lookup_name = lu_shadow_group_lookup_name; ret->group_lookup_id = lu_shadow_group_lookup_id; ret->group_default = lu_common_sgroup_default; ret->group_add_prep = lu_shadow_group_add_prep; ret->group_add = lu_shadow_group_add; ret->group_mod = lu_shadow_group_mod; ret->group_del = lu_shadow_group_del; ret->group_lock = lu_shadow_group_lock; ret->group_unlock = lu_shadow_group_unlock; ret->group_unlock_nonempty = lu_shadow_group_unlock_nonempty; ret->group_is_locked = lu_shadow_group_is_locked; ret->group_setpass = lu_shadow_group_setpass; ret->group_removepass = lu_shadow_group_removepass; ret->groups_enumerate = lu_shadow_groups_enumerate; ret->groups_enumerate_by_user = lu_shadow_groups_enumerate_by_user; ret->groups_enumerate_full = lu_shadow_groups_enumerate_full; ret->groups_enumerate_by_user_full = lu_shadow_groups_enumerate_by_user_full; ret->close = close_module; /* Done. */ return ret; } libuser-0.56.9.dfsg.1.orig/modules/ldap.c0000644000175000017500000021500010777230701016126 0ustar gheghe/* * Copyright (C) 2000-2002, 2004, 2005, 2008 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include "../lib/user_private.h" #undef DEBUG #define LOCKCHAR '!' #define LOCKSTRING "!" #define USERBRANCH "ou=People" #define GROUPBRANCH "ou=Group" #define OBJECTCLASS "objectClass" #define ACCOUNT "account" #define POSIXACCOUNT "posixAccount" #define POSIXGROUP "posixGroup" #define SHADOWACCOUNT "shadowAccount" #define INETORGPERSON "inetOrgPerson" #define DISTINGUISHED_NAME "dn" LU_MODULE_INIT(libuser_ldap_init) enum lock_op { LO_LOCK, LO_UNLOCK, LO_UNLOCK_NONEMPTY }; enum interact_indices { LU_LDAP_SERVER, LU_LDAP_BASEDN, LU_LDAP_BINDDN, LU_LDAP_PASSWORD, LU_LDAP_AUTHUSER, LU_LDAP_AUTHZUSER, LU_LDAP_MAX, }; static const struct { const char *lu_attribute; const char *ldap_attribute; const char *objectclass; enum lu_entity_type type; } ldap_attribute_map[] = { {LU_USERNAME, "uid", POSIXACCOUNT, lu_user}, {LU_USERPASSWORD, "userPassword", POSIXACCOUNT, lu_user}, {LU_UIDNUMBER, "uidNumber", POSIXACCOUNT, lu_user}, {LU_GIDNUMBER, "gidNumber", POSIXACCOUNT, lu_user}, {LU_GECOS, "gecos", POSIXACCOUNT, lu_user}, {LU_HOMEDIRECTORY, "homeDirectory", POSIXACCOUNT, lu_user}, {LU_LOGINSHELL, "loginShell", POSIXACCOUNT, lu_user}, {LU_COMMONNAME, "cn", POSIXACCOUNT, lu_user}, {LU_GROUPNAME, "cn", POSIXGROUP, lu_group}, {LU_GROUPPASSWORD, "userPassword", POSIXGROUP, lu_group}, {LU_GIDNUMBER, "gidNumber", POSIXGROUP, lu_group}, {LU_MEMBERNAME, "memberUid", POSIXGROUP, lu_group}, {LU_SHADOWLASTCHANGE, "shadowLastChange", SHADOWACCOUNT, lu_user}, {LU_SHADOWMIN, "shadowMin", SHADOWACCOUNT, lu_user}, {LU_SHADOWMAX, "shadowMax", SHADOWACCOUNT, lu_user}, {LU_SHADOWWARNING, "shadowWarning", SHADOWACCOUNT, lu_user}, {LU_SHADOWINACTIVE, "shadowInactive", SHADOWACCOUNT, lu_user}, {LU_SHADOWEXPIRE, "shadowExpire", SHADOWACCOUNT, lu_user}, {LU_SHADOWFLAG, "shadowFlag", SHADOWACCOUNT, lu_user}, {LU_GIVENNAME, "givenName", INETORGPERSON, lu_user}, {LU_SN, "sn", INETORGPERSON, lu_user}, {LU_ROOMNUMBER, "roomNumber", INETORGPERSON, lu_user}, {LU_TELEPHONENUMBER, "telephoneNumber", INETORGPERSON, lu_user}, {LU_HOMEPHONE, "homePhone", INETORGPERSON, lu_user}, }; static const char *const lu_ldap_user_attributes[] = { LU_USERNAME, LU_USERPASSWORD, LU_UIDNUMBER, LU_GIDNUMBER, LU_GECOS, LU_HOMEDIRECTORY, LU_LOGINSHELL, /* Not LU_SHADOWPASSWORD: We can't allow modification of * LU_USERPASSWORD and LU_SHADOWPASSWORD at the same time; LDAP simply * doesn't implement LU_SHADOWPASSWORD. */ LU_SHADOWLASTCHANGE, LU_SHADOWMIN, LU_SHADOWMAX, LU_SHADOWWARNING, LU_SHADOWINACTIVE, LU_SHADOWEXPIRE, LU_SHADOWFLAG, LU_COMMONNAME, LU_GIVENNAME, LU_SN, LU_ROOMNUMBER, LU_TELEPHONENUMBER, LU_HOMEPHONE, NULL }; static const char *const lu_ldap_group_attributes[] = { LU_GROUPNAME, LU_GROUPPASSWORD, LU_GIDNUMBER, LU_MEMBERNAME, LU_ADMINISTRATORNAME, NULL }; struct lu_ldap_context { struct lu_context *global_context; /* The library context. */ struct lu_module *module; /* The module's structure. */ struct lu_prompt prompts[LU_LDAP_MAX]; /* Questions and answers. */ gboolean bind_simple, bind_sasl; /* What kind of bind to use. */ char *sasl_mechanism; /* What sasl mechanism to use. */ const char *user_branch, *group_branch; /* Cached config values */ char **mapped_user_attributes, **mapped_group_attributes; LDAP *ldap; /* The connection. */ }; static void close_server(LDAP *ldap) { ldap_unbind_ext(ldap, NULL, NULL); } /* Get the name of the user running the calling application. */ static char * getuser(void) { char buf[LINE_MAX * 4]; struct passwd pwd, *err; int i; i = getpwuid_r(getuid(), &pwd, buf, sizeof(buf), &err); return ((i == 0) && (err == &pwd)) ? g_strdup(pwd.pw_name) : NULL; } static gboolean nonempty(const char *string) { return (string != NULL) && (strlen(string) > 0); } /* Connect to the server. */ static LDAP * connect_server(struct lu_ldap_context *context, struct lu_error **error) { LDAP *ldap = NULL; int version, ret, start_tls; g_assert(context != NULL); LU_ERROR_CHECK(error); /* Create the LDAP context. */ ret = ldap_initialize(&ldap, context->prompts[LU_LDAP_SERVER].value); if (ret == LDAP_SUCCESS) start_tls = FALSE; else { if (ldap_create(&ldap) != LDAP_SUCCESS) ldap = NULL; else if (ldap_set_option(ldap, LDAP_OPT_HOST_NAME, context->prompts[LU_LDAP_SERVER] .value) != LDAP_SUCCESS) { close_server(ldap); ldap = NULL; } start_tls = TRUE; } if (ldap == NULL) { lu_error_new(error, lu_error_init, _("error initializing ldap library")); return NULL; } /* Switch to LDAPv3, which gives us some more features we need. */ version = LDAP_VERSION3; ret = ldap_set_option(ldap, LDAP_OPT_PROTOCOL_VERSION, &version); if (ret != LDAP_OPT_SUCCESS) { lu_error_new(error, lu_error_init, _("could not set LDAP protocol to version %d"), version); close_server(ldap); return NULL; } /* Try to start TLS. */ ret = ldap_start_tls_s(ldap, NULL, NULL); /* Note that TLS is not required for ldap:// URLs (unlike simple server names). */ if (ret != LDAP_SUCCESS && start_tls) { lu_error_new(error, lu_error_init, _("could not negotiate TLS with LDAP server")); close_server(ldap); return NULL; } return ldap; } /* Authentication callback. */ static int interact(LDAP *ld, unsigned flags, void *defs, void *xres) { sasl_interact_t *res; struct lu_ldap_context *ctx = (struct lu_ldap_context*) defs; int i, retval = LDAP_SUCCESS; (void)ld; (void)flags; res = xres; for(i = 0; res && res[i].id != SASL_CB_LIST_END; i++) { res[i].result = NULL; switch(res[i].id) { case SASL_CB_USER: res[i].result = ctx->prompts[LU_LDAP_AUTHUSER].value; if (res[i].result == NULL) res[i].result = ""; #ifdef DEBUG g_print("Sending SASL user `%s'.\n", (const char *)res[i].result); #endif break; case SASL_CB_AUTHNAME: res[i].result = ctx->prompts[LU_LDAP_AUTHZUSER].value; #ifdef DEBUG g_print("Sending SASL auth user `%s'.\n", (const char *)res[i].result); #endif break; case SASL_CB_GETREALM: /* Always tell sasl to find it on its own. */ res[i].result = ""; break; default: #ifdef DEBUG g_print("Unhandled SASL Intreractive option `%d'.\n", res[i].id); #endif retval = LDAP_OTHER; } if (res[i].result != NULL) res[i].len = strlen(res[i].result); else res[i].len = 0; } return retval; } /* Authenticate to the server. */ static LDAP * bind_server(struct lu_ldap_context *context, struct lu_error **error) { LDAP *ldap; int ret, first_failure; const char *generated_binddn, *first_binddn; char *binddn, *tmp; char *user; char *password; struct lu_string_cache *scache = NULL; g_assert(context != NULL); LU_ERROR_CHECK(error); /* Create the connection. */ ldap = connect_server(context, error); if (ldap == NULL) { return NULL; } /* Generate the DN we might want to bind to. */ scache = context->global_context->scache; user = getuser(); if (user) { tmp = scache->cache(scache, user); free(user); user = tmp; } if (nonempty(context->prompts[LU_LDAP_AUTHUSER].value)) { user = context->prompts[LU_LDAP_AUTHUSER].value; } tmp = g_strdup_printf("uid=%s,%s,%s", user, context->user_branch, context->prompts[LU_LDAP_BASEDN].value); generated_binddn = scache->cache(scache, tmp); g_free(tmp); /* Try to bind to the server using SASL. */ binddn = context->prompts[LU_LDAP_BINDDN].value; if (nonempty(context->prompts[LU_LDAP_AUTHUSER].value)) { ldap_set_option(ldap, LDAP_OPT_X_SASL_AUTHCID, context->prompts[LU_LDAP_AUTHUSER].value); } if (nonempty(context->prompts[LU_LDAP_AUTHZUSER].value)) { ldap_set_option(ldap, LDAP_OPT_X_SASL_AUTHZID, context->prompts[LU_LDAP_AUTHZUSER].value); } if (context->prompts[LU_LDAP_PASSWORD].value != NULL) { password = context->prompts[LU_LDAP_PASSWORD].value; } else { password = NULL; } ret = LDAP_SUCCESS + 1; /* Not LDAP_SUCCESS */ first_failure = LDAP_SUCCESS; /* No failure known yet */ first_binddn = NULL; if ((binddn != NULL) && (strlen(binddn) == 0)) { binddn = NULL; } if (context->bind_sasl) { /* Try to bind using SASL, and if that fails... */ if (binddn != NULL) { #ifdef DEBUG g_print("Attempting SASL bind to `%s'.\n", binddn); #endif ret = ldap_sasl_interactive_bind_s(ldap, binddn, context->sasl_mechanism, NULL, NULL, LDAP_SASL_AUTOMATIC, interact, context); if (ret != LDAP_SUCCESS) { first_failure = ret; first_binddn = binddn; } } if (ret != LDAP_SUCCESS) { #ifdef DEBUG g_print("Attempting SASL bind to `%s'.\n", generated_binddn); #endif ret = ldap_sasl_interactive_bind_s(ldap, generated_binddn, context->sasl_mechanism, NULL, NULL, LDAP_SASL_AUTOMATIC, interact, context); if (ret != LDAP_SUCCESS && first_failure == LDAP_SUCCESS) { first_failure = ret; first_binddn = generated_binddn; } } } if (ret != LDAP_SUCCESS && context->bind_simple) { /* try to bind using a password, and if that fails... */ if ((password != NULL) && (strlen(password) > 0)) { BerValue cred; cred.bv_val = password; cred.bv_len = strlen(password); if (binddn != NULL) { #ifdef DEBUG g_print("Attempting simple bind to `%s'.\n", binddn); #endif ret = ldap_sasl_bind_s(ldap, binddn, LDAP_SASL_SIMPLE, &cred, NULL, NULL, NULL); if (ret != LDAP_SUCCESS && first_failure == LDAP_SUCCESS) { first_failure = ret; first_binddn = binddn; } } if (ret != LDAP_SUCCESS) { #ifdef DEBUG g_print("Attempting simple bind to `%s'.\n", generated_binddn); #endif ret = ldap_sasl_bind_s(ldap, generated_binddn, LDAP_SASL_SIMPLE, &cred, NULL, NULL, NULL); if (ret != LDAP_SUCCESS && first_failure == LDAP_SUCCESS) { first_failure = ret; first_binddn = generated_binddn; } } } } if (ret != LDAP_SUCCESS) { /* give up. */ if (first_failure == LDAP_SUCCESS) lu_error_new(error, lu_error_init, _("could not bind to LDAP server")); else lu_error_new(error, lu_error_init, _("could not bind to LDAP server, first " "attempt as `%s': %s"), first_binddn, ldap_err2string(first_failure)); close_server(ldap); return NULL; } return ldap; } /* Map an attribute name from an internal name to an LDAP atribute name. */ static const char * map_to_ldap(struct lu_string_cache *cache, const char *libuser_attribute) { size_t i; /* Luckily the only duplicate is LU_GIDNUMBER, which maps to the same value in both cases. */ for (i = 0; i < G_N_ELEMENTS(ldap_attribute_map); i++) { if (g_ascii_strcasecmp(ldap_attribute_map[i].lu_attribute, libuser_attribute) == 0) { return ldap_attribute_map[i].ldap_attribute; } } return cache->cache(cache, libuser_attribute); } /* Generate the distinguished name which corresponds to the container where * the lu_ent structure's entry would be found. */ static const char * lu_ldap_base(struct lu_module *module, const char *branch) { struct lu_ldap_context *context; char *tmp, *ret; g_assert(module != NULL); context = module->module_context; /* Generate the branch DN. */ if (strlen(branch) != 0) tmp = g_strconcat(branch, ",", context->prompts[LU_LDAP_BASEDN].value, (const gchar *)NULL); else tmp = g_strdup(context->prompts[LU_LDAP_BASEDN].value); ret = module->scache->cache(module->scache, tmp); g_free(tmp); return ret; } /* Discover the distinguished name which corresponds to an account. */ static const char * lu_ldap_ent_to_dn(struct lu_module *module, const char *namingAttr, const char *name, const char *branch) { static char *noattrs[] = { NULL }; const char *base, *mapped_naming_attr; char *tmp, *ret = NULL, *filter; struct lu_ldap_context *ctx; LDAPMessage *messages = NULL; g_assert(module != NULL); g_assert(namingAttr != NULL); g_assert(strlen(namingAttr) > 0); g_assert(name != NULL); g_assert(strlen(name) > 0); /* Search for the right object using the entity's current name. */ base = lu_ldap_base(module, branch); ctx = module->module_context; mapped_naming_attr = map_to_ldap(module->scache, namingAttr); filter = g_strdup_printf("(%s=%s)", mapped_naming_attr, name); if (ldap_search_ext_s(ctx->ldap, base, LDAP_SCOPE_SUBTREE, filter, noattrs, FALSE, NULL, NULL, NULL, LDAP_NO_LIMIT, &messages) == LDAP_SUCCESS) { LDAPMessage *entry; entry = ldap_first_entry(ctx->ldap, messages); if (entry != NULL) { tmp = ldap_get_dn(ctx->ldap, entry); ret = module->scache->cache(module->scache, tmp); if (tmp) ldap_memfree(tmp); } ldap_msgfree(messages); } g_free(filter); if (ret == NULL) { /* Guess at the DN using the branch and the base. */ tmp = g_strdup_printf("%s=%s,%s", mapped_naming_attr, name, base); ret = module->scache->cache(module->scache, tmp); g_free(tmp); } return ret; } /* This is the lookup workhorse. */ static gboolean lu_ldap_lookup(struct lu_module *module, const char *namingAttr, const char *name, struct lu_ent *ent, GPtrArray *ent_array, const char *branch, const char *filter, const char *const *attributes, enum lu_entity_type type, struct lu_error **error) { LDAPMessage *messages = NULL, *entry = NULL; char *filt, **mapped_attributes; const char *dn = NULL; const char *base; gboolean ret = FALSE; struct lu_ldap_context *ctx; g_assert(module != NULL); g_assert(namingAttr != NULL); g_assert(strlen(namingAttr) > 0); name = name ?: "*"; g_assert((ent != NULL) || (ent_array != NULL)); if (ent != NULL) { g_assert(ent->magic == LU_ENT_MAGIC); } g_assert(attributes != NULL); g_assert(attributes[0] != NULL); LU_ERROR_CHECK(error); ctx = module->module_context; if (ent != NULL) { GValueArray *array; /* Try to use the dn the object already knows about. */ array = lu_ent_get(ent, DISTINGUISHED_NAME); if (array != NULL) { GValue *val; val = g_value_array_get_nth(array, 0); if (G_VALUE_HOLDS_STRING(val)) dn = g_value_get_string(val); } if (dn == NULL) /* Map the user or group name to an LDAP object name. */ dn = lu_ldap_ent_to_dn(module, namingAttr, name, branch); } /* Get the entry in the directory under which we'll search for this * entity. */ base = lu_ldap_base(module, branch); /* Generate an LDAP filter, optionally including a filter supplied * by the caller. */ if (filter && (strlen(filter) > 0)) { filt = g_strdup_printf("(&%s(%s=%s))", filter, namingAttr, name); } else { filt = g_strdup_printf("(%s=%s)", namingAttr, name); } #ifdef DEBUG g_print("Looking up `%s' with filter `%s'.\n", dn, filt); #endif if (attributes == lu_ldap_user_attributes) mapped_attributes = ctx->mapped_user_attributes; else if (attributes == lu_ldap_group_attributes) mapped_attributes = ctx->mapped_group_attributes; else { g_assert_not_reached(); mapped_attributes = NULL; } if (ent != NULL) { /* Perform the search and read the first (hopefully only) * entry. */ if (ldap_search_ext_s(ctx->ldap, dn, LDAP_SCOPE_BASE, filt, mapped_attributes, FALSE, NULL, NULL, NULL, LDAP_NO_LIMIT, &messages) == LDAP_SUCCESS) { entry = ldap_first_entry(ctx->ldap, messages); } } /* If there isn't an entry with this exact name, search for something * which matches. */ if (entry == NULL) { #ifdef DEBUG g_print("Looking under `%s' with filter `%s'.\n", base, filt); #endif if (messages != NULL) { ldap_msgfree(messages); messages = NULL; } if (ldap_search_ext_s(ctx->ldap, base, LDAP_SCOPE_SUBTREE, filt, mapped_attributes, FALSE, NULL, NULL, NULL, LDAP_NO_LIMIT, &messages) == LDAP_SUCCESS) { entry = ldap_first_entry(ctx->ldap, messages); } } /* We don't need the generated filter any more, so free it. */ g_free(filt); /* If we got an entry, read its contents into an entity structure. */ while (entry != NULL) { GValue value; size_t i; char *p; /* Mark that the search succeeded. */ ret = TRUE; /* If we need to add the data to the array, then create a new * data item to hold the data. */ if (ent_array != NULL) ent = lu_ent_new_typed(type); /* Set the distinguished name. */ memset(&value, 0, sizeof(value)); g_value_init(&value, G_TYPE_STRING); p = ldap_get_dn(ctx->ldap, entry); g_value_set_string(&value, p); ldap_memfree(p); lu_ent_clear_current(ent, DISTINGUISHED_NAME); lu_ent_add_current(ent, DISTINGUISHED_NAME, &value); g_value_unset(&value); /* Read each of the attributes we asked for. */ for (i = 0; attributes[i]; i++) { BerValue **values; const char *attr; /* Get the values which correspond to this attribute. */ attr = attributes[i]; values = ldap_get_values_len(ctx->ldap, entry, mapped_attributes[i]); /* If we got answers, add them. */ if (values) { size_t j; lu_ent_clear_current(ent, attr); for (j = 0; values[j]; j++) { char *val; gboolean ok; struct lu_error *error; val = g_strndup(values[j]->bv_val, values[j]->bv_len); #ifdef DEBUG g_print("Got `%s' = `%s'.\n", attr, val); #endif error = NULL; ok = lu_value_init_set_attr_from_string (&value, attr, val, &error); if (ok == FALSE) { g_assert(error != NULL); g_warning(lu_strerror(error)); lu_error_free(&error); } else { lu_ent_add_current(ent, attr, &value); g_value_unset(&value); } g_free(val); } ldap_value_free_len(values); } } /* Stash the data in the array if we need to. */ if (ent_array != NULL) { g_ptr_array_add(ent_array, ent); ent = NULL; /* Go to the next entry. */ entry = ldap_next_entry(ctx->ldap, entry); } else { /* Stop here. */ entry = NULL; } } /* Free all of the responses. */ if (messages) { ldap_msgfree(messages); } return ret; } /* Look up a user by name. */ static gboolean lu_ldap_user_lookup_name(struct lu_module *module, const char *name, struct lu_ent *ent, struct lu_error **error) { struct lu_ldap_context *ctx; LU_ERROR_CHECK(error); ctx = module->module_context; return lu_ldap_lookup(module, "uid", name, ent, NULL, ctx->user_branch, "("OBJECTCLASS"="POSIXACCOUNT")", lu_ldap_user_attributes, lu_user, error); } /* Look up a user by ID. */ static gboolean lu_ldap_user_lookup_id(struct lu_module *module, uid_t uid, struct lu_ent *ent, struct lu_error **error) { struct lu_ldap_context *ctx; char uid_string[sizeof (uid) * CHAR_BIT + 1]; LU_ERROR_CHECK(error); ctx = module->module_context; sprintf(uid_string, "%jd", (intmax_t)uid); return lu_ldap_lookup(module, "uidNumber", uid_string, ent, NULL, ctx->user_branch, "("OBJECTCLASS"="POSIXACCOUNT")", lu_ldap_user_attributes, lu_user, error); } /* Look up a group by name. */ static gboolean lu_ldap_group_lookup_name(struct lu_module *module, const char *name, struct lu_ent *ent, struct lu_error **error) { struct lu_ldap_context *ctx; LU_ERROR_CHECK(error); ctx = module->module_context; return lu_ldap_lookup(module, "cn", name, ent, NULL, ctx->group_branch, "("OBJECTCLASS"="POSIXGROUP")", lu_ldap_group_attributes, lu_group, error); } /* Look up a group by ID. */ static gboolean lu_ldap_group_lookup_id(struct lu_module *module, gid_t gid, struct lu_ent *ent, struct lu_error **error) { struct lu_ldap_context *ctx; char gid_string[sizeof (gid) * CHAR_BIT + 1]; LU_ERROR_CHECK(error); ctx = module->module_context; sprintf(gid_string, "%jd", (intmax_t)gid); return lu_ldap_lookup(module, "gidNumber", gid_string, ent, NULL, ctx->group_branch, "("OBJECTCLASS"="POSIXGROUP")", lu_ldap_group_attributes, lu_group, error); } /* Compare the contents of two GValueArrays, and return TRUE if they contain * the same set of values, though not necessarily in the same order. */ static gboolean arrays_equal(GValueArray *a, GValueArray *b) { GValue *aval, *bval; size_t i, j; if ((a != NULL) && (b == NULL)) { return FALSE; } if ((a == NULL) && (b != NULL)) { return FALSE; } for (i = 0; i < a->n_values; i++) { aval = g_value_array_get_nth(a, i); for (j = 0; j < b->n_values; j++) { bval = g_value_array_get_nth(b, j); if (G_VALUE_TYPE(aval) == G_VALUE_TYPE(bval) && lu_values_equal(aval, bval)) break; } if (j >= b->n_values) { return FALSE; } } for (j = 0; j < b->n_values; j++) { bval = g_value_array_get_nth(b, j); for (i = 0; i < a->n_values; i++) { aval = g_value_array_get_nth(a, i); if (G_VALUE_TYPE(aval) == G_VALUE_TYPE(bval) && lu_values_equal(aval, bval)) break; } if (i >= a->n_values) { return FALSE; } } return TRUE; } /* Check whether class is among old_values or new_values */ static int objectclass_present(const char *dn, const char *class, BerValue *const *old_values, size_t old_count, BerValue *const *new_values, size_t new_count) { size_t i, len; (void)dn; len = strlen(class); for (i = 0; i < old_count; i++) { const BerValue *val; val = old_values[i]; if (val->bv_len == len && memcmp(class, val->bv_val, len) == 0) { #ifdef DEBUG g_print("Entity `%s' is already a `%.*s'.\n", dn, (int)val->bv_len, val->bv_val); #endif return 1; } } for (i = 0; i < new_count; i++) { const BerValue *val; val = new_values[i]; if (val->bv_len == len && memcmp(class, val->bv_val, len) == 0) { #ifdef DEBUG g_print("Entity `%s' was already determined to be a " "`%.*s'.\n", dn, (int)val->bv_len, val->bv_val); #endif return 1; } } return 0; } /* Create a list of new object classes needed for representing all attributes, * assuming old_values (may be NULL). * * Returns NULL if no new object classes are needed. */ static BerValue ** lu_ldap_needed_objectclasses(const char *dn, struct lu_ent *ent, BerValue **old_values) { BerValue **new_values; size_t old_count, new_count; GList *attributes, *a; if (old_values) old_count = ldap_count_values_len(old_values); else old_count = 0; new_values = g_malloc(sizeof(*new_values) * (G_N_ELEMENTS(ldap_attribute_map) + 1 + 1)); new_count = 0; /* Iterate over all of the attributes the object possesses. */ attributes = lu_ent_get_attributes(ent); for (a = attributes; a != NULL; a = a->next) { size_t i; const char *attr; BerValue *bv; attr = a->data; #ifdef DEBUG g_print("Entity `%s' has attribute `%s'.\n", dn, attr); #endif /* Get the name of the next object class the object needs * to be a member of. */ for (i = 0; i < G_N_ELEMENTS(ldap_attribute_map); i++) { if (ldap_attribute_map[i].type == ent->type && strcasecmp(ldap_attribute_map[i].lu_attribute, attr) == 0) { #ifdef DEBUG g_print("Entity `%s' needs to be a `%s'.\n", dn, ldap_attribute_map[i].objectclass); #endif break; } } /* If the attribute doesn't map to a class, skip it. */ if (i >= G_N_ELEMENTS(ldap_attribute_map)) continue; /* Check if the object class the object needs to be in is * already one of which it is a part or is already being * added. */ if (objectclass_present(dn, ldap_attribute_map[i].objectclass, old_values, old_count, new_values, new_count)) continue; /* Add it to the class. */ bv = g_malloc(sizeof (*bv)); bv->bv_val = (char *)ldap_attribute_map[i].objectclass; bv->bv_len = strlen(bv->bv_val); new_values[new_count] = bv; #ifdef DEBUG g_print("Adding entity `%s' to class `%s'.\n", dn, new_values[new_count]); #endif new_count++; } g_list_free(attributes); /* Ugly, but implied by the fact that the basic account schemas are not * structural. We can't use INETORGPERSON unless LU_SN is present, * which would already force usage of INETORGPERSON; so if * INETORGPERSON is not used, we add ACCOUNT. */ if (ent->type == lu_user && !objectclass_present(dn, INETORGPERSON, old_values, old_count, new_values, new_count) && !objectclass_present(dn, ACCOUNT, old_values, old_count, new_values, new_count)) { BerValue *bv; bv = g_malloc(sizeof (*bv)); bv->bv_val = ACCOUNT; bv->bv_len = strlen(ACCOUNT); new_values[new_count++] = bv; } if (new_count != 0) new_values[new_count] = NULL; else { g_free(new_values); new_values = NULL; } return new_values; } /* Free the (non-NULL) result of ldap_needed_objectclasses */ static void free_needed_objectclasses(BerValue **values) { size_t i; for (i = 0; values[i] != NULL; i++) g_free(values[i]); g_free(values); } /* Build a list of LDAPMod structures for adding the entity object. */ static LDAPMod ** get_ent_adds(const char *dn, struct lu_ent *ent) { LDAPMod **mods; GList *attrs; g_assert(ent != NULL); g_assert(ent->magic == LU_ENT_MAGIC); mods = NULL; /* If there are no attributes, then this is EASY. */ attrs = lu_ent_get_attributes(ent); if (attrs) { BerValue **classes; size_t mod_count, i; LDAPMod *mod; GValueArray *vals; GValue *value; const GList *a; mods = g_malloc0(sizeof(*mods) * (g_list_length(attrs) + 2 + 1)); mod_count = 0; for (a = attrs; a != NULL; a = a->next) { const char *attribute; attribute = a->data; if (strcasecmp(attribute, DISTINGUISHED_NAME) == 0) continue; /* We don't have shadow passwords. Period. */ if (strcasecmp(attribute, LU_SHADOWPASSWORD) == 0) continue; vals = lu_ent_get(ent, attribute); if (vals == NULL) continue; attribute = map_to_ldap(ent->cache, attribute); mod = g_malloc0(sizeof(*mod)); mod->mod_op = LDAP_MOD_ADD; mod->mod_type = (char *)attribute; mod->mod_values = g_malloc0((vals->n_values + 1) * sizeof(*mod->mod_values)); for (i = 0; i < vals->n_values; i++) { value = g_value_array_get_nth(vals, i); mod->mod_values[i] = lu_value_strdup(value); } mods[mod_count++] = mod; } /* We don't need the list of attributes any more. */ g_list_free(attrs); classes = lu_ldap_needed_objectclasses(dn, ent, NULL); if (classes != NULL) { mod = g_malloc0(sizeof(*mod)); mod->mod_op = LDAP_MOD_ADD; mod->mod_type = OBJECTCLASS; mod->mod_values = g_malloc0((ldap_count_values_len(classes) + 1) * sizeof(*mod->mod_values)); for (i = 0; classes[i] != NULL; i++) mod->mod_values[i] = g_strdup(classes[i]->bv_val); free_needed_objectclasses(classes); mods[mod_count++] = mod; } /* Ugly hack: * * Make sure there is 'cn', posixAccount requires it. */ if (ent->type == lu_user && lu_ent_get(ent, LU_COMMONNAME) == NULL) { char *cn; vals = lu_ent_get(ent, LU_GECOS); if (vals != NULL) { char *p; value = g_value_array_get_nth(vals, 0); cn = lu_value_strdup(value); p = strchr(cn, ','); if (p != NULL) *p = 0; } else { vals = lu_ent_get(ent, LU_USERNAME); /* Guaranteed by lu_ldap_set() */ g_assert (vals != NULL); value = g_value_array_get_nth(vals, 0); cn = lu_value_strdup(value); } mod = g_malloc0(sizeof(*mod)); mod->mod_op = LDAP_MOD_ADD; mod->mod_type = (char *)"cn"; mod->mod_values = g_malloc0(2 * sizeof (*mod->mod_values)); mod->mod_values[0] = cn; mods[mod_count++] = mod; } } return mods; } /* Build a list of LDAPMod structures based on the differences between the * pending and current values in the entity object. */ static LDAPMod ** get_ent_mods(struct lu_ent *ent, const char *namingAttr) { LDAPMod **mods = NULL; GList *attrs; g_assert(ent != NULL); g_assert(ent->magic == LU_ENT_MAGIC); g_assert(namingAttr != NULL); g_assert(namingAttr[0] != 0); /* If there are no attributes, then this is EASY. */ attrs = lu_ent_get_attributes(ent); if (attrs) { GValueArray *empty; size_t mod_count; LDAPMod *mod; const GList *a; empty = g_value_array_new(0); /* Allocate an array big enough to hold two LDAPMod structures * for each attribute, in case all of them need changing. */ mods = g_malloc0(sizeof(*mods) * ((2 * g_list_length(attrs)) + 1)); mod_count = 0; for (a = attrs; a != NULL; a = a->next) { GValueArray *current, *pending, *additions, *deletions; GValue *value, *pvalue, *cvalue; char *attribute; size_t j, k; /* Get the name of the attribute, and its current and * pending values. */ attribute = a->data; if (strcasecmp(attribute, DISTINGUISHED_NAME) == 0 || strcasecmp(attribute, namingAttr) == 0) continue; current = lu_ent_get_current(ent, attribute) ?: empty; pending = lu_ent_get(ent, attribute) ?: empty; additions = g_value_array_new(0); deletions = g_value_array_new(0); attribute = (char *)map_to_ldap(ent->cache, attribute); /* Create a pair of modification request structures, * using the LDAP name for the attribute, using * elements from the first array which aren't in the * second for the remove list, and elements which are * in the second but not the first for the add list. */ for (j = 0; j < current->n_values; j++) { cvalue = g_value_array_get_nth(current, j); /* Search for this value in the other array. */ for (k = 0; k < pending->n_values; k++) { pvalue = g_value_array_get_nth(pending, k); if (G_VALUE_TYPE(cvalue) == G_VALUE_TYPE(pvalue) && lu_values_equal(cvalue, pvalue)) break; } /* If not found, it's a mod. */ if (k >= pending->n_values) /* Delete this value. */ g_value_array_append(deletions, cvalue); } /* If we have deletions, create an LDAPMod structure * containing them. */ if (deletions->n_values != 0) { mod = g_malloc0(sizeof(*mod)); mod->mod_op = LDAP_MOD_DELETE; mod->mod_type = attribute; mod->mod_values = g_malloc0((deletions->n_values + 1) * sizeof(*mod->mod_values)); for (j = 0; j < deletions->n_values; j++) { value = g_value_array_get_nth(deletions, j); mod->mod_values[j] = lu_value_strdup(value); } mods[mod_count++] = mod; } /* Now extract additions. */ for (j = 0; j < pending->n_values; j++) { pvalue = g_value_array_get_nth(pending, j); /* Search for this value in the other array. */ for (k = 0; k < current->n_values; k++) { cvalue = g_value_array_get_nth(current, k); if (G_VALUE_TYPE(cvalue) == G_VALUE_TYPE(pvalue) && lu_values_equal(cvalue, pvalue)) break; } /* If not found, it's a mod. */ if (k >= current->n_values) /* Add this value. */ g_value_array_append(additions, pvalue); } /* If we have additions, create an LDAPMod structure * containing them. */ if (additions->n_values != 0) { mod = g_malloc0(sizeof(*mod)); mod->mod_op = LDAP_MOD_ADD; mod->mod_type = attribute; mod->mod_values = g_malloc0((additions->n_values + 1) * sizeof(*mod->mod_values)); for (j = 0; j < additions->n_values; j++) { value = g_value_array_get_nth(additions, j); mod->mod_values[j] = lu_value_strdup(value); } mods[mod_count++] = mod; } g_value_array_free(additions); g_value_array_free(deletions); } g_value_array_free(empty); /* We don't need the list of attributes any more. */ g_list_free(attrs); } return mods; } /* Free a set of modification structures generated by get_ent_mods(). */ static void free_ent_mods(LDAPMod ** mods) { size_t i; g_assert(mods != NULL); for (i = 0; mods && mods[i]; i++) { if (mods[i]->mod_values) { size_t j; for (j = 0; mods[i]->mod_values[j] != NULL; j++) { g_free(mods[i]->mod_values[j]); } g_free(mods[i]->mod_values); } g_free(mods[i]); } g_free(mods); } #ifdef DEBUG /* Dump out the modifications structure. For debugging only. */ static void dump_mods(LDAPMod ** mods) { size_t i; if (mods == NULL) { g_print("NULL modifications"); return; } for (i = 0; mods[i]; i++) { g_print("%s (%d)\n", mods[i]->mod_type, mods[i]->mod_op); if (mods[i]->mod_values) { size_t j; for (j = 0; mods[i]->mod_values[j]; j++) { g_print(" = `%s'\n", mods[i]->mod_values[j]); } } } } #endif /* DEBUG */ /* Add an entity's LDAP object to the proper object classes to allow the * user to possess the attributes she needs to. */ static void lu_ldap_fudge_objectclasses(struct lu_ldap_context *ctx, const char *dn, struct lu_ent *ent) { static char *attrs[] = { OBJECTCLASS, NULL, }; BerValue **old_values, **new_values; LDAPMessage *res = NULL; LDAPMessage *entry; /* Pull up this object's entry. */ if (ldap_search_ext_s(ctx->ldap, dn, LDAP_SCOPE_BASE, NULL, attrs, FALSE, NULL, NULL, NULL, LDAP_NO_LIMIT, &res) != LDAP_SUCCESS) { return; } entry = ldap_first_entry(ctx->ldap, res); if (entry == NULL) { ldap_msgfree(res); return; } /* Get the list of object classes the object is in now. */ old_values = ldap_get_values_len(ctx->ldap, entry, OBJECTCLASS); new_values = lu_ldap_needed_objectclasses(dn, ent, old_values); if (new_values != NULL) { int err; LDAPMod mod; LDAPMod *mods[] = { &mod, NULL }; #ifdef DEBUG g_print("Adding user `%s' to new classes.\n", dn); #endif /* Set up the modify request. */ memset(&mod, 0, sizeof(mod)); mod.mod_op = LDAP_MOD_ADD | LDAP_MOD_BVALUES; mod.mod_type = OBJECTCLASS; mod.mod_bvalues = new_values; /* Give it the old try. */ #ifdef DEBUG dump_mods(mods); #endif err = ldap_modify_ext_s(ctx->ldap, dn, mods, NULL, NULL); #ifdef DEBUG g_message("Fudged: `%s'.\n", ldap_err2string(err)); #endif free_needed_objectclasses(new_values); } ldap_value_free_len(old_values); ldap_msgfree(res); } /* Apply the changes to a given entity structure, or add a new entitty. */ static gboolean lu_ldap_set(struct lu_module *module, enum lu_entity_type type, int add, struct lu_ent *ent, const char *branch, struct lu_error **error) { LDAPMod **mods; GValueArray *name, *old_name; GValue *value; char *name_string; const char *dn, *namingAttr; int err; gboolean ret; struct lu_ldap_context *ctx; g_assert(module != NULL); g_assert((type == lu_user) || (type == lu_group)); g_assert(ent != NULL); g_assert(ent->magic == LU_ENT_MAGIC); LU_ERROR_CHECK(error); ctx = module->module_context; /* Get the user/group's pending name, which may be different from the * current name. If so, we want to change it seperately, because it * requires a renaming of the object in the directory. */ if (type == lu_user) namingAttr = LU_USERNAME; else namingAttr = LU_GROUPNAME; name = lu_ent_get(ent, namingAttr); if (name == NULL) { lu_error_new(error, lu_error_generic, _("user object had no %s attribute"), namingAttr); return FALSE; } /* Get the object's old (current) name. */ old_name = lu_ent_get_current(ent, namingAttr); if (old_name == NULL) { lu_error_new(error, lu_error_generic, _("user object was created with no `%s'"), namingAttr); return FALSE; } /* Get the object's current object name. */ value = g_value_array_get_nth(add ? name : old_name, 0); name_string = lu_value_strdup(value); dn = lu_ldap_ent_to_dn(module, namingAttr, name_string, branch); g_free(name_string); if (add) { mods = get_ent_adds(dn, ent); #ifdef DEBUG dump_mods(mods); g_message("Adding `%s'.\n", dn); #endif err = ldap_add_ext_s(ctx->ldap, dn, mods, NULL, NULL); if (err != LDAP_SUCCESS) { lu_error_new(error, lu_error_write, _("error creating a LDAP directory " "entry: %s"), ldap_err2string(err)); ret = FALSE; goto err_mods; } } else { mods = get_ent_mods(ent, namingAttr); #ifdef DEBUG dump_mods(mods); g_message("Modifying `%s'.\n", dn); #endif /* Attempt the modify operation. The Fedora Directory server rejects modify operations with no modifications. */ if (mods != NULL && mods[0] != NULL) { err = ldap_modify_ext_s(ctx->ldap, dn, mods, NULL, NULL); if (err == LDAP_OBJECT_CLASS_VIOLATION) { /* AAAARGH! The application decided it wanted * to add some new attributes! Damage * control.... */ lu_ldap_fudge_objectclasses(ctx, dn, ent); err = ldap_modify_ext_s(ctx->ldap, dn, mods, NULL, NULL); } if (err != LDAP_SUCCESS) { lu_error_new(error, lu_error_write, _("error modifying LDAP " "directory entry: %s"), ldap_err2string(err)); ret = FALSE; goto err_mods; } } /* If the name has changed, process a rename (modrdn). */ if (arrays_equal(name, old_name) == FALSE) { char *tmp1, *tmp2; /* Format the name to rename it to. */ value = g_value_array_get_nth(name, 0); tmp1 = lu_value_strdup(value); tmp2 = g_strconcat(map_to_ldap(module->scache, namingAttr), "=", tmp1, NULL); g_free (tmp1); /* Attempt the rename. */ err = ldap_rename_s(ctx->ldap, dn, tmp2, NULL, TRUE, NULL, NULL); g_free(tmp2); if (err != LDAP_SUCCESS) { lu_error_new(error, lu_error_write, _("error renaming LDAP directory " "entry: %s"), ldap_err2string(err)); ret = FALSE; goto err_mods; } } } ret = TRUE; err_mods: free_ent_mods(mods); return ret; } /* Remove an entry from the directory. */ static gboolean lu_ldap_del(struct lu_module *module, enum lu_entity_type type, struct lu_ent *ent, const char *branch, struct lu_error **error) { GValueArray *name; GValue *value; char *name_string; const char *dn, *namingAttr; int err; gboolean ret = FALSE; struct lu_ldap_context *ctx; g_assert(module != NULL); g_assert((type == lu_user) || (type == lu_group)); g_assert(ent != NULL); g_assert(ent->magic == LU_ENT_MAGIC); LU_ERROR_CHECK(error); ctx = module->module_context; /* Get the user or group's name. */ if (type == lu_user) { namingAttr = LU_USERNAME; } else { namingAttr = LU_GROUPNAME; } name = lu_ent_get(ent, namingAttr); if (name == NULL) { lu_error_new(error, lu_error_generic, _("object had no %s attribute"), namingAttr); return FALSE; } /* Convert the name to a distinguished name. */ value = g_value_array_get_nth(name, 0); name_string = lu_value_strdup(value); dn = lu_ldap_ent_to_dn(module, namingAttr, name_string, branch); g_free(name_string); /* Process the removal. */ #ifdef DEBUG g_message("Removing `%s'.\n", dn); #endif err = ldap_delete_ext_s(ctx->ldap, dn, NULL, NULL); if (err == LDAP_SUCCESS) { ret = TRUE; } else { lu_error_new(error, lu_error_write, _("error removing LDAP directory entry: %s"), ldap_err2string(err)); return FALSE; } return ret; } /* Lock an account of some kind. */ static gboolean lu_ldap_handle_lock(struct lu_module *module, struct lu_ent *ent, const char *namingAttr, enum lock_op op, const char *branch, struct lu_error **error) { const char *dn; gboolean ret = FALSE; LDAPMod mod[2], *mods[3]; GValueArray *name, *password; GValue *value; char *result, *name_string, *oldpassword, *values[2][2]; const char *tmp, *attribute; struct lu_ldap_context *ctx; int err; g_assert(module != NULL); g_assert(ent != NULL); g_assert(namingAttr != NULL); g_assert(strlen(namingAttr) > 0); LU_ERROR_CHECK(error); ctx = module->module_context; /* Get the entry's name. */ name = lu_ent_get(ent, namingAttr); if (name == NULL) { lu_error_new(error, lu_error_generic, _("object has no %s attribute"), namingAttr); return FALSE; } /* Convert the name to a distinguished name. */ value = g_value_array_get_nth(name, 0); name_string = lu_value_strdup(value); dn = lu_ldap_ent_to_dn(module, namingAttr, name_string, branch); g_free(name_string); attribute = ent->type == lu_user ? LU_USERPASSWORD : LU_GROUPPASSWORD; /* Get the values for the entry's password. */ password = lu_ent_get_current(ent, attribute); if (password == NULL) { lu_error_new(error, lu_error_generic, _("object has no %s attribute"), LU_USERPASSWORD); return FALSE; } value = g_value_array_get_nth(password, 0); oldpassword = lu_value_strdup(value); /* We only know how to lock crypted passwords, so crypt it if it * isn't already. */ if (!g_str_has_prefix(oldpassword, LU_CRYPTED)) { char *salt; salt = lu_util_default_salt_specifier(module->lu_context); tmp = lu_make_crypted(oldpassword, salt); g_free(salt); if (tmp == NULL) { lu_error_new(error, lu_error_generic, _("error encrypting password")); g_free(oldpassword); return FALSE; } } else tmp = ent->cache->cache(ent->cache, oldpassword + strlen(LU_CRYPTED)); result = ent->cache->cache(ent->cache, tmp); /* Generate a new string with the modification applied. */ switch (op) { case LO_LOCK: if (result[0] != LOCKCHAR) result = g_strdup_printf("%s%c%s", LU_CRYPTED, LOCKCHAR, result); else result = g_strconcat(LU_CRYPTED, result, (const gchar *)NULL); break; case LO_UNLOCK_NONEMPTY: if (result[0] == LOCKCHAR && result[1] == '\0') { lu_error_new(error, lu_error_unlock_empty, NULL); g_free(oldpassword); return FALSE; } /* Fall through */ case LO_UNLOCK: if (result[0] == LOCKCHAR) result = g_strconcat(LU_CRYPTED, result + 1, (const gchar *)NULL); else result = g_strconcat(LU_CRYPTED, result, (const gchar *)NULL); break; default: g_assert_not_reached(); } /* Set up the LDAP modify operation. */ mod[0].mod_op = LDAP_MOD_DELETE; mod[0].mod_type = (char *)map_to_ldap(ent->cache, attribute); values[0][0] = ent->cache->cache(ent->cache, oldpassword); values[0][1] = NULL; mod[0].mod_values = values[0]; mod[1].mod_op = LDAP_MOD_ADD; mod[1].mod_type = mod[0].mod_type; values[1][0] = ent->cache->cache(ent->cache, result); values[1][1] = NULL; mod[1].mod_values = values[1]; g_free(result); /* Set up the array to pass to the modification routines. */ mods[0] = &mod[0]; mods[1] = &mod[1]; mods[2] = NULL; err = ldap_modify_ext_s(ctx->ldap, dn, mods, NULL, NULL); if (err == LDAP_SUCCESS) { ret = TRUE; } else { lu_error_new(error, lu_error_write, _("error modifying LDAP directory entry: %s"), ldap_err2string(err)); ret = FALSE; } g_free(oldpassword); return ret; } /* Check if an account is locked. */ static gboolean lu_ldap_is_locked(struct lu_module *module, struct lu_ent *ent, const char *namingAttr, const char *branch, struct lu_error **error) { static const char mapped_password[] = "userPassword"; const char *dn; GValueArray *name; GValue *value; char *name_string; struct lu_ldap_context *ctx = module->module_context; char *attributes[] = { NULL, NULL }; BerValue **values; LDAPMessage *entry = NULL, *messages = NULL; int i; gboolean locked; /* Get the name of the user or group. */ name = lu_ent_get(ent, namingAttr); if (name == NULL) { lu_error_new(error, lu_error_generic, _("object has no %s attribute"), namingAttr); return FALSE; } /* Convert the name to a distinguished name. */ value = g_value_array_get_nth(name, 0); name_string = lu_value_strdup(value); dn = lu_ldap_ent_to_dn(module, namingAttr, name_string, branch); g_free(name_string); #ifdef DEBUG g_print("Looking up `%s'.\n", dn); #endif /* Read the entry data. */ attributes[0] = (char *)mapped_password; if (ldap_search_ext_s(ctx->ldap, dn, LDAP_SCOPE_BASE, ent->type == lu_user ? "("OBJECTCLASS"="POSIXACCOUNT")" : "("OBJECTCLASS"="POSIXGROUP")", attributes, FALSE, NULL, NULL, NULL, LDAP_NO_LIMIT, &messages) == LDAP_SUCCESS) { entry = ldap_first_entry(ctx->ldap, messages); } if (entry == NULL) { lu_error_new(error, lu_error_generic, _("no such object in LDAP directory")); return FALSE; } /* Read the values for the attribute we want to change. */ values = ldap_get_values_len(ctx->ldap, entry, mapped_password); if (values == NULL) { ldap_msgfree(messages); #ifdef DEBUG g_print("No `%s' attribute found for entry.", mapped_password); #endif lu_error_new(error, lu_error_generic, _("no `%s' attribute found"), mapped_password); return FALSE; } /* Check any of the possibly-multiple passwords. */ locked = FALSE; for (i = 0; values[i] != NULL; i++) { const BerValue *val; size_t prefix_len; val = values[i]; prefix_len = strlen(LU_CRYPTED); #ifdef DEBUG g_print("Got `%s' = `.*%s'.\n", mapped_password, (int)val->bv_len, val->bv_val); #endif if (val->bv_len >= prefix_len && memcmp(val->bv_val, LU_CRYPTED, prefix_len) == 0) { locked = (val->bv_len > prefix_len && val->bv_val[prefix_len] == LOCKCHAR); break; } } /* Clean up and return. */ ldap_value_free_len(values); if (messages != NULL) { ldap_msgfree(messages); } return locked; } /* Set the password for an account. */ static gboolean lu_ldap_setpass(struct lu_module *module, const char *namingAttr, struct lu_ent *ent, const char *branch, const char *password, struct lu_error **error) { static const char mapped_password[] = "userPassword"; const char *dn; GValueArray *name; GValue *value; char *name_string; struct lu_ldap_context *ctx = module->module_context; char *attributes[] = { NULL, NULL }; char *addvalues[] = { NULL, NULL }, *rmvalues[] = { NULL, NULL }; BerValue **values; char *previous; int i; size_t j; LDAPMessage *messages = NULL; LDAPMod addmod, rmmod; LDAPMod *mods[3]; char filter[LINE_MAX]; /* Get the user or group's name. */ #ifdef DEBUG g_print("Setting password to `%s'.\n", password); #endif name = lu_ent_get(ent, namingAttr); if (name == NULL) { lu_error_new(error, lu_error_generic, _("object has no %s attribute"), namingAttr); return FALSE; } /* Convert the name to a distinguished name. */ value = g_value_array_get_nth(name, 0); name_string = lu_value_strdup(value); dn = lu_ldap_ent_to_dn(module, namingAttr, name_string, branch); #ifdef DEBUG g_print("Setting password for `%s'.\n", dn); #endif snprintf(filter, sizeof(filter), "(%s=%s)", map_to_ldap(module->scache, namingAttr), name_string); g_free(name_string); previous = NULL; values = NULL; attributes[0] = (char *)mapped_password; i = ldap_search_ext_s(ctx->ldap, dn, LDAP_SCOPE_BASE, filter, attributes, FALSE, NULL, NULL, NULL, LDAP_NO_LIMIT, &messages); if (i == LDAP_SUCCESS) { LDAPMessage *entry; entry = ldap_first_entry(ctx->ldap, messages); if (entry != NULL) { values = ldap_get_values_len(ctx->ldap, entry, mapped_password); if (values) { for (j = 0; values[j] != NULL; j++) { char *val; val = g_strndup(values[j]->bv_val, values[j]->bv_len); #ifdef DEBUG g_print("Got `%s' = `%s'.\n", mapped_password, val); #endif if (g_str_has_prefix(val, LU_CRYPTED)) { #ifdef DEBUG g_print ("Previous entry was `%s'.\n", val); #endif previous = val; break; } g_free(val); } ldap_value_free_len(values); } } } else { #ifdef DEBUG g_print("Error searching LDAP directory for `%s': %s.\n", dn, ldap_err2string(i)); #endif } if (messages != NULL) { ldap_msgfree(messages); } if (g_str_has_prefix(password, LU_CRYPTED)) addvalues[0] = (char *)password; else { const char *crypted; char *salt, *tmp; if (previous != NULL) salt = previous + strlen(LU_CRYPTED); else salt = lu_util_default_salt_specifier(module ->lu_context); crypted = lu_make_crypted(password, salt); if (previous == NULL) g_free(salt); if (crypted == NULL) { lu_error_new(error, lu_error_generic, _("error encrypting password")); g_free(previous); return FALSE; } tmp = g_strconcat(LU_CRYPTED, crypted, NULL); addvalues[0] = module->scache->cache(module->scache, tmp); g_free(tmp); } j = 0; if (values != NULL) { if (previous) rmvalues[0] = previous; /* else deletes all values */ rmmod.mod_op = LDAP_MOD_DELETE; rmmod.mod_type = (char *)mapped_password; rmmod.mod_values = rmvalues; mods[j++] = &rmmod; } addmod.mod_op = LDAP_MOD_ADD; addmod.mod_type = (char *)mapped_password; addmod.mod_values = addvalues; mods[j++] = &addmod; mods[j] = NULL; i = ldap_modify_ext_s(ctx->ldap, dn, mods, NULL, NULL); g_free(previous); if (i != LDAP_SUCCESS) { lu_error_new(error, lu_error_generic, _ ("error setting password in LDAP directory for %s: %s"), dn, ldap_err2string(i)); return FALSE; } return TRUE; } static gboolean lu_ldap_user_removepass(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { struct lu_ldap_context *ctx; LU_ERROR_CHECK(error); ctx = module->module_context; return lu_ldap_setpass(module, LU_USERNAME, ent, ctx->user_branch, LU_CRYPTED, error); } static gboolean lu_ldap_group_removepass(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { struct lu_ldap_context *ctx; LU_ERROR_CHECK(error); ctx = module->module_context; return lu_ldap_setpass(module, LU_GROUPNAME, ent, ctx->group_branch, LU_CRYPTED, error); } static GValueArray * lu_ldap_enumerate(struct lu_module *module, const char *searchAttr, const char *pattern, const char *returnAttr, const char *branch, struct lu_error **error) { LDAPMessage *messages = NULL; char *base, *filt; GValue value; GValueArray *ret; struct lu_ldap_context *ctx; char *attributes[] = { (char *) returnAttr, NULL }; g_assert(module != NULL); g_assert(searchAttr != NULL); g_assert(strlen(searchAttr) > 0); g_assert(returnAttr != NULL); g_assert(strlen(returnAttr) > 0); LU_ERROR_CHECK(error); ctx = module->module_context; /* Generate the base DN to search under. */ /* FIXME: this is inconsistent with lu_ldap_base() usage elsewhere */ base = g_strdup_printf("%s,%s", branch, ctx->prompts[LU_LDAP_BASEDN].value && strlen(ctx->prompts[LU_LDAP_BASEDN].value) ? ctx->prompts[LU_LDAP_BASEDN].value : "*"); /* Generate the filter to search with. */ filt = g_strdup_printf("(%s=%s)", searchAttr, pattern ?: "*"); #ifdef DEBUG g_print("Looking under `%s' with filter `%s'.\n", base, filt); #endif /* Perform the search. */ ret = g_value_array_new(0); memset(&value, 0, sizeof(value)); g_value_init(&value, G_TYPE_STRING); if (ldap_search_ext_s(ctx->ldap, base, LDAP_SCOPE_SUBTREE, filt, attributes, FALSE, NULL, NULL, NULL, LDAP_NO_LIMIT, &messages) == LDAP_SUCCESS) { LDAPMessage *entry; entry = ldap_first_entry(ctx->ldap, messages); if (entry != NULL) { while (entry != NULL) { BerValue **values; size_t i; values = ldap_get_values_len(ctx->ldap, entry, returnAttr); for (i = 0; (values != NULL) && (values[i] != NULL); i++) { char *val; val = g_strndup(values[i]->bv_val, values[i]->bv_len); #ifdef DEBUG g_print("Got `%s' = `%s'.\n", returnAttr, val); #endif g_value_take_string(&value, val); g_value_array_append(ret, &value); } ldap_value_free_len(values); entry = ldap_next_entry(ctx->ldap, entry); } #ifdef DEBUG } else { g_print("No such entry found in LDAP, continuing.\n"); #endif } } if (messages != NULL) { ldap_msgfree(messages); } g_value_unset(&value); g_free(base); g_free(filt); return ret; } /* Add a user to the directory. */ static gboolean lu_ldap_user_add_prep(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { (void)module; (void)ent; (void)error; return TRUE; } static gboolean lu_ldap_user_add(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { struct lu_ldap_context *ctx; LU_ERROR_CHECK(error); ctx = module->module_context; return lu_ldap_set(module, lu_user, 1, ent, ctx->user_branch, error); } /* Modify a user record in the directory. */ static gboolean lu_ldap_user_mod(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { struct lu_ldap_context *ctx; LU_ERROR_CHECK(error); ctx = module->module_context; return lu_ldap_set(module, lu_user, 0, ent, ctx->user_branch, error); } /* Remove a user from the directory. */ static gboolean lu_ldap_user_del(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { struct lu_ldap_context *ctx; LU_ERROR_CHECK(error); ctx = module->module_context; return lu_ldap_del(module, lu_user, ent, ctx->user_branch, error); } /* Lock a user account in the directory. */ static gboolean lu_ldap_user_lock(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { struct lu_ldap_context *ctx; LU_ERROR_CHECK(error); ctx = module->module_context; return lu_ldap_handle_lock(module, ent, LU_USERNAME, LO_LOCK, ctx->user_branch, error); } /* Unlock a user account in the directory. */ static gboolean lu_ldap_user_unlock(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { struct lu_ldap_context *ctx; LU_ERROR_CHECK(error); ctx = module->module_context; return lu_ldap_handle_lock(module, ent, LU_USERNAME, LO_UNLOCK, ctx->user_branch, error); } static gboolean lu_ldap_user_unlock_nonempty(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { struct lu_ldap_context *ctx; LU_ERROR_CHECK(error); ctx = module->module_context; return lu_ldap_handle_lock(module, ent, LU_USERNAME, LO_UNLOCK_NONEMPTY, ctx->user_branch, error); } /* Check if a user account in the directory is locked. */ static gboolean lu_ldap_user_is_locked(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { struct lu_ldap_context *ctx; LU_ERROR_CHECK(error); ctx = module->module_context; return lu_ldap_is_locked(module, ent, LU_USERNAME, ctx->user_branch, error); } /* Set a user's password in the directory. */ static gboolean lu_ldap_user_setpass(struct lu_module *module, struct lu_ent *ent, const char *password, struct lu_error **error) { struct lu_ldap_context *ctx; LU_ERROR_CHECK(error); ctx = module->module_context; return lu_ldap_setpass(module, LU_USERNAME, ent, ctx->user_branch, password, error); } /* Add a group entry to the directory. */ static gboolean lu_ldap_group_add_prep(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { (void)module; (void)ent; (void)error; return TRUE; } static gboolean lu_ldap_group_add(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { struct lu_ldap_context *ctx; LU_ERROR_CHECK(error); ctx = module->module_context; return lu_ldap_set(module, lu_group, 1, ent, ctx->group_branch, error); } /* Modify a group entry in the directory. */ static gboolean lu_ldap_group_mod(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { struct lu_ldap_context *ctx; LU_ERROR_CHECK(error); ctx = module->module_context; return lu_ldap_set(module, lu_group, 0, ent, ctx->group_branch, error); } /* Remove a group entry from the directory. */ static gboolean lu_ldap_group_del(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { struct lu_ldap_context *ctx; LU_ERROR_CHECK(error); ctx = module->module_context; return lu_ldap_del(module, lu_group, ent, ctx->group_branch, error); } /* Lock a group account in the directory. */ static gboolean lu_ldap_group_lock(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { struct lu_ldap_context *ctx; LU_ERROR_CHECK(error); ctx = module->module_context; return lu_ldap_handle_lock(module, ent, LU_GROUPNAME, LO_LOCK, ctx->group_branch, error); } /* Unlock a group account in the directory. */ static gboolean lu_ldap_group_unlock(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { struct lu_ldap_context *ctx; LU_ERROR_CHECK(error); ctx = module->module_context; return lu_ldap_handle_lock(module, ent, LU_GROUPNAME, LO_UNLOCK, ctx->group_branch, error); } static gboolean lu_ldap_group_unlock_nonempty(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { struct lu_ldap_context *ctx; LU_ERROR_CHECK(error); ctx = module->module_context; return lu_ldap_handle_lock(module, ent, LU_GROUPNAME, LO_UNLOCK_NONEMPTY, ctx->group_branch, error); } /* Check if a group account in the directory is locked. */ static gboolean lu_ldap_group_is_locked(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { struct lu_ldap_context *ctx; LU_ERROR_CHECK(error); ctx = module->module_context; return lu_ldap_is_locked(module, ent, LU_GROUPNAME, ctx->group_branch, error); } /* Set a group's password in the directory. */ static gboolean lu_ldap_group_setpass(struct lu_module *module, struct lu_ent *ent, const char *password, struct lu_error **error) { struct lu_ldap_context *ctx; LU_ERROR_CHECK(error); ctx = module->module_context; return lu_ldap_setpass(module, LU_GROUPNAME, ent, ctx->group_branch, password, error); } /* Populate user or group structures with the proper defaults. */ static gboolean lu_ldap_user_default(struct lu_module *module, const char *user, gboolean is_system, struct lu_ent *ent, struct lu_error **error) { return lu_common_user_default(module, user, is_system, ent, error) && lu_common_suser_default(module, user, is_system, ent, error); } static gboolean lu_ldap_group_default(struct lu_module *module, const char *group, gboolean is_system, struct lu_ent *ent, struct lu_error **error) { return lu_common_group_default(module, group, is_system, ent, error) && lu_common_sgroup_default(module, group, is_system, ent, error); } /* Get a listing of all user names. */ static GValueArray * lu_ldap_users_enumerate(struct lu_module *module, const char *pattern, struct lu_error **error) { struct lu_ldap_context *ctx; LU_ERROR_CHECK(error); ctx = module->module_context; return lu_ldap_enumerate(module, "uid", pattern, "uid", ctx->user_branch, error); } static GPtrArray * lu_ldap_users_enumerate_full(struct lu_module *module, const char *pattern, struct lu_error **error) { struct lu_ldap_context *ctx; GPtrArray *array = g_ptr_array_new(); LU_ERROR_CHECK(error); ctx = module->module_context; lu_ldap_lookup(module, "uid", pattern, NULL, array, ctx->user_branch, "("OBJECTCLASS"="POSIXACCOUNT")", lu_ldap_user_attributes, lu_user, error); return array; } /* Get a listing of all group names. */ static GValueArray * lu_ldap_groups_enumerate(struct lu_module *module, const char *pattern, struct lu_error **error) { struct lu_ldap_context *ctx; LU_ERROR_CHECK(error); ctx = module->module_context; return lu_ldap_enumerate(module, "cn", pattern, "cn", ctx->group_branch, error); } static GPtrArray * lu_ldap_groups_enumerate_full(struct lu_module *module, const char *pattern, struct lu_error **error) { struct lu_ldap_context *ctx; GPtrArray *array = g_ptr_array_new(); LU_ERROR_CHECK(error); ctx = module->module_context; lu_ldap_lookup(module, "cn", pattern, NULL, array, ctx->group_branch, "("OBJECTCLASS"="POSIXGROUP")", lu_ldap_group_attributes, lu_group, error); return array; } /* Get a list of all users in a group, either via their primary or supplemental * group memberships. */ static GValueArray * lu_ldap_users_enumerate_by_group(struct lu_module *module, const char *group, gid_t gid, struct lu_error **error) { struct lu_ldap_context *ctx; GValueArray *primaries; GValue *value; char grp[sizeof (gid) * CHAR_BIT + 1]; size_t i; LU_ERROR_CHECK(error); ctx = module->module_context; sprintf(grp, "%jd", (intmax_t)gid); primaries = lu_ldap_enumerate(module, "gidNumber", grp, "uid", ctx->user_branch, error); if ((error == NULL) || (*error == NULL)) { GValueArray *secondaries; secondaries = lu_ldap_enumerate(module, "cn", group, "memberUid", ctx->group_branch, error); for (i = 0; i < secondaries->n_values; i++) { value = g_value_array_get_nth(secondaries, i); g_value_array_append(primaries, value); } g_value_array_free(secondaries); } #ifdef DEBUG for (i = 0; i < primaries->n_values; i++) { value = g_value_array_get_nth(primaries, i); g_print("`%s' contains `%s'\n", group, g_value_get_string(value)); } #endif return primaries; } static GPtrArray * lu_ldap_users_enumerate_by_group_full(struct lu_module *module, const char *group, gid_t gid, struct lu_error **error) { (void)module; (void)group; (void)gid; (void)error; return NULL; } /* Get a list of all groups to which the user belongs, via either primary or * supplemental group memberships. */ static GValueArray * lu_ldap_groups_enumerate_by_user(struct lu_module *module, const char *user, uid_t uid, struct lu_error **error) { struct lu_ldap_context *ctx; GValueArray *primaries, *gids; GValue *value; size_t i; (void)uid; LU_ERROR_CHECK(error); ctx = module->module_context; /* Create an array to hold the values returned. */ primaries = g_value_array_new(0); /* Get the user's primary GID(s). */ gids = lu_ldap_enumerate(module, "uid", user, "gidNumber", ctx->user_branch, error); /* For each GID, look up the group. Which has this GID. */ for (i = 0; (gids != NULL) && (i < gids->n_values); i++) { gid_t gid; struct lu_ent *ent; value = g_value_array_get_nth(gids, i); gid = lu_value_get_id(value); g_assert (gid != LU_VALUE_INVALID_ID); ent = lu_ent_new(); if (lu_group_lookup_id(module->lu_context, gid, ent, error)) { GValueArray *values; size_t j; /* Get the group's names and add them to the list * of values to return. */ values = lu_ent_get(ent, LU_GROUPNAME); for (j = 0; j < values->n_values; j++) { value = g_value_array_get_nth(values, j); g_value_array_append(primaries, value); } } lu_ent_free(ent); } g_value_array_free(gids); /* Search for the supplemental groups which list this user as * a member. */ if ((error == NULL) || (*error == NULL)) { GValueArray *secondaries; secondaries = lu_ldap_enumerate(module, "memberUid", user, "cn", ctx->group_branch, error); for (i = 0; i < secondaries->n_values; i++) { value = g_value_array_get_nth(secondaries, i); g_value_array_append(primaries, value); } g_value_array_free(secondaries); } #ifdef DEBUG for (i = 0; i < primaries->n_values; i++) { value = g_value_array_get_nth(primaries, i); g_print("`%s' is in `%s'\n", user, g_value_get_string(value)); } #endif return primaries; } static GPtrArray * lu_ldap_groups_enumerate_by_user_full(struct lu_module *module, const char *user, uid_t uid, struct lu_error **error) { (void)module; (void)user; (void)uid; (void)error; return NULL; } static gboolean lu_ldap_close_module(struct lu_module *module) { struct lu_ldap_context *ctx; size_t i; g_assert(module != NULL); ctx = module->module_context; close_server(ctx->ldap); module->scache->free(module->scache); for (i = 0; i < sizeof(ctx->prompts) / sizeof(ctx->prompts[0]); i++) { if (ctx->prompts[i].value && ctx->prompts[i].free_value) { ctx->prompts[i].free_value(ctx->prompts[i].value); } } g_free(ctx->sasl_mechanism); g_free(ctx->mapped_user_attributes); g_free(ctx->mapped_group_attributes); g_free(ctx); memset(module, 0, sizeof(struct lu_module)); g_free(module); return TRUE; } static gboolean lu_ldap_uses_elevated_privileges(struct lu_module *module) { (void)module; /* FIXME: do some checking, don't know what we need, though */ return FALSE; } struct lu_module * libuser_ldap_init(struct lu_context *context, struct lu_error **error) { struct lu_module *ret; struct lu_ldap_context *ctx; struct lu_prompt prompts[G_N_ELEMENTS(ctx->prompts)]; const char *bind_type; char **bind_types; size_t i; LDAP *ldap; g_assert(context != NULL); g_assert(context->prompter != NULL); LU_ERROR_CHECK(error); ctx = g_malloc0(sizeof(struct lu_ldap_context)); ctx->global_context = context; /* Initialize the prompts structure. */ ctx->prompts[LU_LDAP_SERVER].key = "ldap/server"; ctx->prompts[LU_LDAP_SERVER].prompt = N_("LDAP Server Name"); ctx->prompts[LU_LDAP_SERVER].default_value = lu_cfg_read_single(context, "ldap/server", "ldap"); ctx->prompts[LU_LDAP_SERVER].visible = TRUE; ctx->prompts[LU_LDAP_BASEDN].key = "ldap/basedn"; ctx->prompts[LU_LDAP_BASEDN].prompt = N_("LDAP Search Base DN"); ctx->prompts[LU_LDAP_BASEDN].default_value = lu_cfg_read_single(context, "ldap/basedn", "dc=example,dc=com"); ctx->prompts[LU_LDAP_BASEDN].visible = TRUE; ctx->prompts[LU_LDAP_BINDDN].key = "ldap/binddn"; ctx->prompts[LU_LDAP_BINDDN].prompt = N_("LDAP Bind DN"); ctx->prompts[LU_LDAP_BINDDN].visible = TRUE; ctx->prompts[LU_LDAP_BINDDN].default_value = lu_cfg_read_single(context, "ldap/binddn", "cn=manager,dc=example,dc=com"); ctx->prompts[LU_LDAP_PASSWORD].key = "ldap/password"; ctx->prompts[LU_LDAP_PASSWORD].prompt = N_("LDAP Bind Password"); ctx->prompts[LU_LDAP_PASSWORD].visible = FALSE; ctx->prompts[LU_LDAP_AUTHUSER].key = "ldap/user"; ctx->prompts[LU_LDAP_AUTHUSER].prompt = N_("LDAP SASL User"); ctx->prompts[LU_LDAP_AUTHUSER].visible = TRUE; ctx->prompts[LU_LDAP_AUTHUSER].default_value = lu_cfg_read_single(context, "ldap/user", ""); ctx->prompts[LU_LDAP_AUTHZUSER].key = "ldap/authuser"; ctx->prompts[LU_LDAP_AUTHZUSER].prompt = N_("LDAP SASL Authorization User"); ctx->prompts[LU_LDAP_AUTHZUSER].visible = TRUE; ctx->prompts[LU_LDAP_AUTHZUSER].default_value = lu_cfg_read_single(context, "ldap/authuser", ""); /* Try to be somewhat smart and allow the user to specify which bind * type to use, which should prevent us from asking for information * we can be certain we don't have a use for. */ bind_type = lu_cfg_read_single(context, "ldap/bindtype", "simple,sasl"); bind_types = g_strsplit(bind_type, ",", 0); for (i = 0; (bind_types != NULL) && (bind_types[i] != NULL); i++) { if (g_ascii_strcasecmp(bind_types[i], "simple") == 0) { ctx->bind_simple = TRUE; } else if (g_ascii_strcasecmp(bind_types[i], "sasl") == 0) { ctx->bind_sasl = TRUE; ctx->sasl_mechanism = NULL; } if (g_ascii_strncasecmp(bind_types[i], "sasl/", 5) == 0) { ctx->bind_sasl = TRUE; ctx->sasl_mechanism = g_strdup(bind_types[i] + 5); } } g_strfreev(bind_types); /* Get the information we're sure we'll need. */ i = 0; prompts[i++] = ctx->prompts[LU_LDAP_SERVER]; prompts[i++] = ctx->prompts[LU_LDAP_BASEDN]; if (ctx->bind_simple) { prompts[i++] = ctx->prompts[LU_LDAP_BINDDN]; prompts[i++] = ctx->prompts[LU_LDAP_PASSWORD]; } if (ctx->bind_sasl) { prompts[i++] = ctx->prompts[LU_LDAP_AUTHUSER]; prompts[i++] = ctx->prompts[LU_LDAP_AUTHZUSER]; } if (context->prompter(prompts, i, context->prompter_data, error) == FALSE) { g_free(ctx); return NULL; } i = 0; ctx->prompts[LU_LDAP_SERVER] = prompts[i++]; ctx->prompts[LU_LDAP_BASEDN] = prompts[i++]; if (ctx->bind_simple) { ctx->prompts[LU_LDAP_BINDDN] = prompts[i++]; ctx->prompts[LU_LDAP_PASSWORD] = prompts[i++]; } if (ctx->bind_sasl) { ctx->prompts[LU_LDAP_AUTHUSER] = prompts[i++]; ctx->prompts[LU_LDAP_AUTHZUSER] = prompts[i++]; } /* Allocate the method structure. */ ret = g_malloc0(sizeof(struct lu_module)); ret->version = LU_MODULE_VERSION; ret->module_context = ctx; ret->scache = lu_string_cache_new(TRUE); ret->name = ret->scache->cache(ret->scache, "ldap"); ctx->module = ret; ctx->user_branch = lu_cfg_read_single(context, "ldap/userBranch", USERBRANCH); ctx->group_branch = lu_cfg_read_single(context, "ldap/groupBranch", GROUPBRANCH); /* Try to bind to the server to verify that we can. */ ldap = bind_server(ctx, error); if (ldap == NULL) { ret->scache->free(ret->scache); g_free(ret); g_free(ctx); return NULL; } ctx->ldap = ldap; ctx->mapped_user_attributes = g_malloc0(sizeof(*ctx->mapped_user_attributes) * G_N_ELEMENTS(lu_ldap_user_attributes)); for (i = 0; i < G_N_ELEMENTS(lu_ldap_user_attributes); i++) { if (lu_ldap_user_attributes[i] != NULL) ctx->mapped_user_attributes[i] = (char *) map_to_ldap(ret->scache, lu_ldap_user_attributes[i]); else ctx->mapped_user_attributes[i] = NULL; } ctx->mapped_group_attributes = g_malloc0(sizeof(*ctx->mapped_group_attributes) * G_N_ELEMENTS(lu_ldap_group_attributes)); for (i = 0; i < G_N_ELEMENTS(lu_ldap_group_attributes); i++) { if (lu_ldap_group_attributes[i] != NULL) ctx->mapped_group_attributes[i] = (char *) map_to_ldap(ret->scache, lu_ldap_group_attributes[i]); else ctx->mapped_group_attributes[i] = NULL; } /* Set the method pointers. */ ret->uses_elevated_privileges = lu_ldap_uses_elevated_privileges; ret->user_lookup_name = lu_ldap_user_lookup_name; ret->user_lookup_id = lu_ldap_user_lookup_id; ret->user_default = lu_ldap_user_default; ret->user_add_prep = lu_ldap_user_add_prep; ret->user_add = lu_ldap_user_add; ret->user_mod = lu_ldap_user_mod; ret->user_del = lu_ldap_user_del; ret->user_lock = lu_ldap_user_lock; ret->user_unlock = lu_ldap_user_unlock; ret->user_unlock_nonempty = lu_ldap_user_unlock_nonempty; ret->user_is_locked = lu_ldap_user_is_locked; ret->user_setpass = lu_ldap_user_setpass; ret->user_removepass = lu_ldap_user_removepass; ret->users_enumerate = lu_ldap_users_enumerate; ret->users_enumerate_by_group = lu_ldap_users_enumerate_by_group; ret->users_enumerate_full = lu_ldap_users_enumerate_full; ret->users_enumerate_by_group_full = lu_ldap_users_enumerate_by_group_full; ret->group_lookup_name = lu_ldap_group_lookup_name; ret->group_lookup_id = lu_ldap_group_lookup_id; ret->group_default = lu_ldap_group_default; ret->group_add_prep = lu_ldap_group_add_prep; ret->group_add = lu_ldap_group_add; ret->group_mod = lu_ldap_group_mod; ret->group_del = lu_ldap_group_del; ret->group_lock = lu_ldap_group_lock; ret->group_unlock = lu_ldap_group_unlock; ret->group_unlock_nonempty = lu_ldap_group_unlock_nonempty; ret->group_is_locked = lu_ldap_group_is_locked; ret->group_setpass = lu_ldap_group_setpass; ret->group_removepass = lu_ldap_group_removepass; ret->groups_enumerate = lu_ldap_groups_enumerate; ret->groups_enumerate_by_user = lu_ldap_groups_enumerate_by_user; ret->groups_enumerate_full = lu_ldap_groups_enumerate_full; ret->groups_enumerate_by_user_full = lu_ldap_groups_enumerate_by_user_full; ret->close = lu_ldap_close_module; /* Done. */ return ret; } libuser-0.56.9.dfsg.1.orig/modules/krb5.c0000644000175000017500000005211410777230701016056 0ustar gheghe/* * Copyright (C) 2000-2002, 2005 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include #include #include #include #include #include "../lib/user_private.h" #define LU_KRB5_REALM 0 #define LU_KRB5_PRINC 1 #define LU_KRB5_PASSWORD 2 #define LU_KRBPASSWORD "*K*" #ifndef KRB5_SUCCESS #define KRB5_SUCCESS 0 #endif struct lu_krb5_context { struct lu_prompt prompts[3]; void *handle; }; static const char * get_default_realm(struct lu_context *context) { krb5_context kcontext; const char *ret = ""; char *realm; g_assert(context != NULL); if (krb5_init_secure_context(&kcontext) == 0) { if (krb5_get_default_realm(kcontext, &realm) == 0) { ret = context->scache->cache(context->scache, realm); krb5_free_default_realm(kcontext, realm); } krb5_free_context(kcontext); } ret = lu_cfg_read_single(context, "krb5/realm", ret); return ret; } static void * create_server_handle(struct lu_krb5_context *context, struct lu_error **error) { kadm5_config_params params; void *handle = NULL; int ret; char *service = NULL; g_assert(context != NULL); memset(¶ms, 0, sizeof(params)); params.mask = KADM5_CONFIG_REALM; params.realm = context->prompts[LU_KRB5_REALM].value; if (strstr(context->prompts[LU_KRB5_PRINC].value, "/")) { service = KADM5_ADMIN_SERVICE; } else { service = KADM5_CHANGEPW_SERVICE; } ret = kadm5_init(context->prompts[LU_KRB5_PRINC].value, context->prompts[LU_KRB5_PASSWORD].value, service, ¶ms, KADM5_STRUCT_VERSION, KADM5_API_VERSION_2, &handle); if (ret == KADM5_OK) { return handle; } else { lu_error_new(error, lu_error_generic, _ ("error connecting to the kadm5 server for service `%s' in realm `%s': %s"), service, params.realm, error_message(ret)); return NULL; } } static void free_server_handle(void *handle) { if (handle != NULL) { kadm5_destroy(handle); } } static gboolean lu_krb5_user_lookup_name(struct lu_module *module, gconstpointer name, struct lu_ent *ent, struct lu_error **error) { krb5_context context = NULL; krb5_principal principal = NULL; kadm5_principal_ent_rec principal_rec; struct lu_krb5_context *ctx = NULL; gboolean ret = FALSE; g_assert(module != NULL); g_assert(name != NULL); g_assert(strlen((char *) name) > 0); ctx = (struct lu_krb5_context *) module->module_context; if (krb5_init_secure_context(&context) != 0) { lu_error_new(error, lu_error_init, _("error initializing kerberos library")); return FALSE; } if (krb5_parse_name(context, (const char *) name, &principal) != 0) { lu_error_new(error, lu_error_init, _ ("error parsing user name `%s' for kerberos"), (const char *) name); krb5_free_context(context); return FALSE; } if (kadm5_get_principal(ctx->handle, principal, &principal_rec, 0) == KADM5_OK) { ret = TRUE; } krb5_free_principal(context, principal); krb5_free_context(context); return ret; } static gboolean lu_krb5_user_lookup_id(struct lu_module *module, gconstpointer uid, struct lu_ent *ent, struct lu_error **error) { return FALSE; } static gboolean lu_krb5_group_lookup_name(struct lu_module *module, gconstpointer name, struct lu_ent *ent, struct lu_error **error) { return FALSE; } static gboolean lu_krb5_group_lookup_id(struct lu_module *module, gconstpointer gid, struct lu_ent *ent, struct lu_error **error) { return FALSE; } static gboolean lu_krb5_user_add(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { krb5_context context = NULL; kadm5_principal_ent_rec principal; GList *name, *pass, *i; char *password; int err; gboolean ret = FALSE; struct lu_krb5_context *ctx; g_assert(module != NULL); g_assert(name != NULL); g_assert(ent != NULL); g_assert(ent->magic == LU_ENT_MAGIC); ctx = (struct lu_krb5_context *) module->module_context; if (krb5_init_secure_context(&context) != 0) { lu_error_new(error, lu_error_init, _("error initializing kerberos library")); return FALSE; } name = lu_ent_get(ent, LU_KRBNAME); if (name == NULL) { name = lu_ent_get(ent, LU_USERNAME); } if (name == NULL) { lu_error_new(error, lu_error_generic, _ ("entity structure has no %s or %s attributes"), LU_KRBNAME, LU_USERNAME); krb5_free_context(context); return FALSE; } if (krb5_parse_name(context, name->data, &principal.principal) != 0) { lu_error_new(error, lu_error_init, _ ("error parsing user name `%s' for kerberos"), (const char *) name->data); krb5_free_context(context); return FALSE; } /* screen out pre-hashed passwords */ pass = lu_ent_get(ent, LU_USERPASSWORD); for (i = pass; i; i = g_list_next(i)) { password = i->data; if (password && !g_str_has_prefix(password, "{crypt}")) { /* we can use this one */ break; } password = NULL; } /* screen out non-plain passwords (this catches all sorts of stuff, including {md5} and {sha1} */ if (password == NULL) { pass = lu_ent_get(ent, LU_USERPASSWORD); for (i = pass; i; i = g_list_next(i)) { password = i->data; if (password && !g_str_has_prefix(password, "{") != 0) { /* we can use this one */ break; } password = NULL; } } /* Note that we tried to create the account. */ ret = FALSE; if (password != NULL) { err = kadm5_create_principal(ctx->handle, &principal, KADM5_PRINCIPAL, password); if (err == KADM5_OK) { char *unparsed = NULL; /* Change the password field so that a subsequent information add will note that * the user is Kerberized. */ lu_ent_set(ent, LU_USERPASSWORD, LU_KRBPASSWORD); if (krb5_unparse_name (context, principal.principal, &unparsed) == KRB5_SUCCESS) { char *tmp; tmp = g_strconcat("{KERBEROS}", unparsed, NULL); lu_ent_add(ent, LU_USERPASSWORD, tmp); g_free(tmp); krb5_free_unparsed_name(context, unparsed); } /* Hey, it worked! */ ret = TRUE; } } return ret; } static gboolean lu_krb5_user_mod(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { krb5_context context = NULL; krb5_principal principal = NULL, old_principal = NULL; GList *name, *old_name; gboolean ret = TRUE; struct lu_krb5_context *ctx; g_assert(module != NULL); g_assert(ent != NULL); g_assert(ent->magic == LU_ENT_MAGIC); ctx = (struct lu_krb5_context *) module->module_context; if (krb5_init_secure_context(&context) != 0) { lu_error_new(error, lu_error_init, _("error initializing kerberos library")); return FALSE; } name = lu_ent_get(ent, LU_KRBNAME); if (name == NULL) { name = lu_ent_get(ent, LU_USERNAME); } if (name == NULL) { lu_error_new(error, lu_error_generic, _("entity has no %s or %s attributes"), LU_KRBNAME, LU_USERNAME); krb5_free_context(context); return FALSE; } old_name = lu_ent_get_original(ent, LU_KRBNAME); if (old_name == NULL) { old_name = lu_ent_get_original(ent, LU_USERNAME); } if (old_name == NULL) { lu_error_new(error, lu_error_generic, _ ("entity was created with no %s or %s attributes"), LU_KRBNAME, LU_USERNAME); krb5_free_context(context); return FALSE; } if (krb5_parse_name(context, name->data, &principal) != 0) { lu_error_new(error, lu_error_generic, _ ("error parsing user name `%s' for kerberos"), (const char *) name->data); krb5_free_context(context); return FALSE; } if (krb5_parse_name(context, old_name->data, &old_principal) != 0) { lu_error_new(error, lu_error_generic, _ ("error parsing user name `%s' for kerberos"), (const char *) old_name->data); krb5_free_principal(context, principal); krb5_free_context(context); return FALSE; } /* If we need to rename the principal, do it. */ if (krb5_principal_compare(context, principal, old_principal) == FALSE) { ret = FALSE; if (kadm5_rename_principal (ctx->handle, old_principal, principal) == KADM5_OK) { ret = TRUE; } } else { /* Note that the user uses Kerberos. */ lu_ent_set(ent, LU_USERPASSWORD, LU_KRBPASSWORD); /* We don't know how to do anything else, so just nod our * heads and smile. */ ret = TRUE; } krb5_free_principal(context, principal); krb5_free_principal(context, old_principal); krb5_free_context(context); return ret; } static gboolean lu_krb5_user_del(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { krb5_context context = NULL; krb5_principal principal; GList *name; gboolean ret = FALSE; struct lu_krb5_context *ctx; g_assert(module != NULL); g_assert(ent != NULL); g_assert(ent->magic == LU_ENT_MAGIC); ctx = (struct lu_krb5_context *) module->module_context; if (krb5_init_secure_context(&context) != 0) { lu_error_new(error, lu_error_init, _("error initializing kerberos library")); return FALSE; } name = lu_ent_get(ent, LU_KRBNAME); if (name == NULL) { name = lu_ent_get(ent, LU_USERNAME); } if (name == NULL) { lu_error_new(error, lu_error_generic, _ ("entity structure has no %s or %s attributes"), LU_KRBNAME, LU_USERNAME); krb5_free_context(context); return FALSE; } if (krb5_parse_name(context, name->data, &principal) != 0) { lu_error_new(error, lu_error_generic, _ ("error parsing user name `%s' for kerberos"), (const char *) name->data); krb5_free_context(context); return FALSE; } ret = (kadm5_delete_principal(ctx->handle, principal) == KADM5_OK); krb5_free_principal(context, principal); krb5_free_context(context); return ret; } static gboolean lu_krb5_user_do_lock(struct lu_module *module, struct lu_ent *ent, gboolean lck, struct lu_error **error) { krb5_context context = NULL; kadm5_principal_ent_rec principal; GList *name; gboolean ret = FALSE; struct lu_krb5_context *ctx; g_assert(module != NULL); g_assert(ent != NULL); g_assert(ent->magic == LU_ENT_MAGIC); ctx = (struct lu_krb5_context *) module->module_context; if (krb5_init_secure_context(&context) != 0) { lu_error_new(error, lu_error_init, _("error initializing kerberos library")); return FALSE; } name = lu_ent_get(ent, LU_KRBNAME); if (name == NULL) { name = lu_ent_get(ent, LU_USERNAME); } if (name == NULL) { lu_error_new(error, lu_error_generic, _ ("entity structure has no %s or %s attributes"), LU_KRBNAME, LU_USERNAME); krb5_free_context(context); return FALSE; } if (krb5_parse_name(context, name->data, &principal.principal) != 0) { lu_error_new(error, lu_error_generic, _ ("error parsing user name `%s' for kerberos"), (const char *) name->data); krb5_free_context(context); return FALSE; } ret = (kadm5_get_principal (ctx->handle, principal.principal, &principal, KADM5_PRINCIPAL | KADM5_ATTRIBUTES) == KADM5_OK); if (ret == FALSE) { lu_error_new(error, lu_error_generic, _ ("error reading information for `%s' from kerberos"), (const char *) name->data); krb5_free_principal(context, principal.principal); krb5_free_context(context); return FALSE; } else { if (lck) { principal.attributes |= KRB5_KDB_DISALLOW_ALL_TIX; } else { principal.attributes &= ~KRB5_KDB_DISALLOW_ALL_TIX; } ret = (kadm5_modify_principal (ctx->handle, &principal, KADM5_PRINCIPAL | KADM5_ATTRIBUTES) == KADM5_OK); } krb5_free_principal(context, principal.principal); return ret; } static gboolean lu_krb5_user_lock(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return lu_krb5_user_do_lock(module, ent, TRUE, error); } static gboolean lu_krb5_user_unlock(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return lu_krb5_user_do_lock(module, ent, FALSE, error); } static gboolean lu_krb5_user_islocked(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { krb5_context context = NULL; kadm5_principal_ent_rec principal; GList *name; gboolean ret = FALSE; struct lu_krb5_context *ctx; g_assert(module != NULL); g_assert(ent != NULL); g_assert(ent->magic == LU_ENT_MAGIC); ctx = (struct lu_krb5_context *) module->module_context; if (krb5_init_secure_context(&context) != 0) { lu_error_new(error, lu_error_init, _("error initializing kerberos library")); return FALSE; } name = lu_ent_get(ent, LU_KRBNAME); if (name == NULL) { name = lu_ent_get(ent, LU_USERNAME); } if (name == NULL) { lu_error_new(error, lu_error_generic, _ ("entity structure has no %s or %s attributes"), LU_KRBNAME, LU_USERNAME); krb5_free_context(context); return FALSE; } if (krb5_parse_name(context, name->data, &principal.principal) != 0) { lu_error_new(error, lu_error_generic, _ ("error parsing user name `%s' for kerberos"), (const char *) name->data); krb5_free_context(context); return FALSE; } ret = (kadm5_get_principal (ctx->handle, principal.principal, &principal, KADM5_PRINCIPAL | KADM5_ATTRIBUTES) == KADM5_OK); if (ret == FALSE) { lu_error_new(error, lu_error_generic, _ ("error reading information for `%s' from kerberos"), (const char *) name->data); krb5_free_principal(context, principal.principal); krb5_free_context(context); return FALSE; } else { ret = (principal.attributes & KRB5_KDB_DISALLOW_ALL_TIX) == KRB5_KDB_DISALLOW_ALL_TIX; } return ret; } static gboolean lu_krb5_user_setpass(struct lu_module *module, struct lu_ent *ent, const char *password, struct lu_error **error) { krb5_context context = NULL; krb5_principal principal = NULL; GList *name; gboolean ret = TRUE; struct lu_krb5_context *ctx; g_assert(module != NULL); g_assert(ent != NULL); g_assert(ent->magic == LU_ENT_MAGIC); ctx = (struct lu_krb5_context *) module->module_context; if (krb5_init_secure_context(&context) != 0) { lu_error_new(error, lu_error_init, _("error initializing kerberos library")); return FALSE; } if (name == NULL) { name = lu_ent_get(ent, LU_USERNAME); } if (name == NULL) { lu_error_new(error, lu_error_generic, _("entity has no %s attribute"), LU_USERNAME); krb5_free_context(context); return FALSE; } if (krb5_parse_name(context, name->data, &principal) != 0) { lu_error_new(error, lu_error_generic, _ ("error parsing user name `%s' for kerberos"), (const char *) name->data); krb5_free_context(context); return FALSE; } /* Now try to change the password. */ if (password != NULL) { #ifdef DEBUG g_print("Working password for %s is `%s'.\n", name->data, password); g_print("Changing password for %s.\n", name->data); #endif if (kadm5_chpass_principal (ctx->handle, principal, (char *) password) == KADM5_OK) { #ifdef DEBUG g_print("...succeeded.\n"); #endif /* Change the password field so * that a subsequent information * modify will note that the * user is Kerberized. */ lu_ent_set(ent, LU_USERPASSWORD, LU_KRBPASSWORD); ret = TRUE; } else { #ifdef DEBUG g_print("...failed.\n"); #endif lu_error_new(error, lu_error_generic, _("error setting password for `%s'"), (const char *) name->data); } } krb5_free_principal(context, principal); krb5_free_context(context); return ret; } static gboolean lu_krb5_group_add(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return FALSE; } static gboolean lu_krb5_group_mod(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return FALSE; } static gboolean lu_krb5_group_del(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return FALSE; } static gboolean lu_krb5_group_lock(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return FALSE; } static gboolean lu_krb5_group_unlock(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return FALSE; } static gboolean lu_krb5_group_islocked(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { return FALSE; } static gboolean lu_krb5_group_setpass(struct lu_module *module, struct lu_ent *ent, const char *password, struct lu_error **error) { return FALSE; } static GList * lu_krb5_users_enumerate(struct lu_module *module, const char *pattern, struct lu_error **error) { return NULL; } static GList * lu_krb5_groups_enumerate(struct lu_module *module, const char *pattern, struct lu_error **error) { return NULL; } static GList * lu_krb5_users_enumerate_by_group(struct lu_module *module, const char *group, gid_t gid, struct lu_error **error) { return NULL; } static GList * lu_krb5_groups_enumerate_by_user(struct lu_module *module, const char *user, struct lu_error **error) { return NULL; } static gboolean lu_krb5_close_module(struct lu_module *module) { struct lu_krb5_context *ctx = NULL; g_assert(module != NULL); ctx = (struct lu_krb5_context *) module->module_context; free_server_handle(ctx->handle); memset(ctx, 0, sizeof(*ctx)); g_free(ctx); module->scache->free(module->scache); memset(module, 0, sizeof(struct lu_module)); g_free(module); return TRUE; } struct lu_module * lu_krb5_init(struct lu_context *context, struct lu_error **error) { struct lu_module *ret = NULL; struct lu_krb5_context *ctx = NULL; void *handle = NULL; char *tmp; g_assert(context != NULL); initialize_krb5_error_table(); initialize_kadm_error_table(); /* Verify that we can connect to the kadmind server. */ g_assert(context->prompter != NULL); ctx = g_malloc0(sizeof(struct lu_krb5_context)); ctx->prompts[LU_KRB5_REALM].key = "krb5/realm"; ctx->prompts[LU_KRB5_REALM].prompt = N_("Kerberos Realm"); ctx->prompts[LU_KRB5_REALM].visible = TRUE; ctx->prompts[LU_KRB5_REALM].default_value = lu_cfg_read_single(context, "krb5/realm", get_default_realm(context)); ctx->prompts[LU_KRB5_PRINC].key = "krb5/principal"; ctx->prompts[LU_KRB5_PRINC].prompt = N_("Kerberos Admin Principal"); ctx->prompts[LU_KRB5_PRINC].visible = TRUE; if (context->auth_name) { tmp = g_strconcat(context->auth_name, "/admin", NULL); ctx->prompts[LU_KRB5_PRINC].default_value = context->scache->cache(context->scache, tmp); g_free(tmp); } else { tmp = g_strconcat(getlogin(), "/admin@", ctx->prompts[LU_KRB5_REALM].default_value, NULL); ctx->prompts[LU_KRB5_PRINC].default_value = context->scache->cache(context->scache, tmp); g_free(tmp); } ctx->prompts[LU_KRB5_PRINC].default_value = lu_cfg_read_single(context, "krb5/principal", ctx->prompts[LU_KRB5_PRINC].default_value); ctx->prompts[LU_KRB5_PASSWORD].key = "krb5/password"; ctx->prompts[LU_KRB5_PASSWORD].prompt = N_("Kerberos Password for Admin Principal"); ctx->prompts[LU_KRB5_PASSWORD].visible = FALSE; if ((context->prompter == NULL) || (context-> prompter(ctx->prompts, 3, context->prompter_data, error) == FALSE)) { g_free(ctx); return NULL; } handle = create_server_handle(ctx, error); if (handle == NULL) { g_free(ctx); return NULL; } ctx->handle = handle; /* Allocate the method structure. */ ret = g_malloc0(sizeof(struct lu_module)); ret->version = LU_MODULE_VERSION; ret->scache = lu_string_cache_new(TRUE); ret->name = ret->scache->cache(ret->scache, "krb5"); ret->module_context = ctx; /* Set the method pointers. */ ret->user_lookup_name = lu_krb5_user_lookup_name; ret->user_lookup_id = lu_krb5_user_lookup_id; ret->user_add = lu_krb5_user_add; ret->user_mod = lu_krb5_user_mod; ret->user_del = lu_krb5_user_del; ret->user_lock = lu_krb5_user_lock; ret->user_unlock = lu_krb5_user_unlock; ret->user_islocked = lu_krb5_user_islocked; ret->user_setpass = lu_krb5_user_setpass; ret->users_enumerate = lu_krb5_users_enumerate; ret->users_enumerate_by_group = lu_krb5_users_enumerate_by_group; ret->group_lookup_name = lu_krb5_group_lookup_name; ret->group_lookup_id = lu_krb5_group_lookup_id; ret->group_add = lu_krb5_group_add; ret->group_mod = lu_krb5_group_mod; ret->group_del = lu_krb5_group_del; ret->group_lock = lu_krb5_group_lock; ret->group_unlock = lu_krb5_group_unlock; ret->group_islocked = lu_krb5_group_islocked; ret->group_setpass = lu_krb5_group_setpass; ret->groups_enumerate = lu_krb5_groups_enumerate; ret->groups_enumerate_by_user = lu_krb5_groups_enumerate_by_user; ret->close = lu_krb5_close_module; /* Done. */ return ret; } libuser-0.56.9.dfsg.1.orig/modules/sasldb.c0000644000175000017500000003222410777230701016463 0ustar gheghe/* * Copyright (C) 2000-2002, 2004 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include "../lib/user_private.h" static gboolean lu_sasldb_uses_elevated_privileges(struct lu_module *module) { (void)module; /* FIXME: actually check the permissions on the sasldb. */ return TRUE; } static gboolean lu_sasldb_user_lookup_name(struct lu_module *module, const char *name, struct lu_ent *ent, struct lu_error **error) { int i; (void)ent; (void)error; #ifdef HAVE_SASL_USER_EXISTS i = sasl_user_exists(module->module_context, NULL, NULL, name); #else i = sasl_checkpass((sasl_conn_t *) module->module_context, name, strlen(name), "", 0); #endif return i != SASL_NOUSER; } static gboolean lu_sasldb_user_lookup_id(struct lu_module *module, uid_t uid, struct lu_ent *ent, struct lu_error **error) { (void)module; (void)uid; (void)ent; (void)error; return FALSE; } static gboolean lu_sasldb_group_lookup_name(struct lu_module *module, const char *name, struct lu_ent *ent, struct lu_error **error) { (void)module; (void)name; (void)ent; (void)error; return FALSE; } static gboolean lu_sasldb_group_lookup_id(struct lu_module *module, gid_t gid, struct lu_ent *ent, struct lu_error **error) { (void)module; (void)gid; (void)ent; (void)error; return FALSE; } static gboolean lu_sasldb_user_munge(struct lu_module *module, struct lu_ent *ent, int flags, const char *password, struct lu_error **error) { size_t i; sasl_conn_t *connection; GValueArray *values; g_assert(module != NULL); LU_ERROR_CHECK(error); connection = module->module_context; values = lu_ent_get(ent, LU_USERNAME); for (i = 0; (values != NULL) && (i < values->n_values); i++) { GValue *value; char *tmp; int ret; value = g_value_array_get_nth(values, i); tmp = lu_value_strdup(value); ret = sasl_setpass(connection, tmp, password, password != NULL ? strlen (password) : 0, NULL, 0, flags); g_free(tmp); if (ret == SASL_OK) { return TRUE; } else { const char *err; err = sasl_errdetail(connection); if (password) lu_error_new(error, lu_error_generic, _("Cyrus SASL error creating " "user: %s"), err); else lu_error_new(error, lu_error_generic, _("Cyrus SASL error removing " "user: %s"), err); return FALSE; } } fprintf(stderr, "Error reading user name in %s at %d.\n", __FILE__, __LINE__); return FALSE; } static gboolean lu_sasldb_user_default(struct lu_module *module, const char *name, gboolean is_system, struct lu_ent *ent, struct lu_error **error) { (void)module; (void)name; (void)ent; (void)error; return !is_system; } static gboolean lu_sasldb_user_add_prep(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { (void)module; (void)ent; (void)error; return TRUE; } static gboolean lu_sasldb_user_add(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { if (lu_sasldb_user_munge (module, ent, SASL_SET_CREATE, PACKAGE, error)) { /* account created */ if (lu_sasldb_user_munge(module, ent, SASL_SET_DISABLE, PACKAGE, error) == TRUE) { /* account created and locked */ return TRUE; } else { /* account created and couldn't be locked -- delete it */ lu_sasldb_user_munge(module, ent, 0, NULL, error); return FALSE; } } else { /* account not created */ return FALSE; } return FALSE; } static gboolean lu_sasldb_user_mod(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { (void)module; (void)ent; (void)error; /* Nod our heads and smile. */ return TRUE; } static gboolean lu_sasldb_user_del(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { (void)module; (void)ent; (void)error; /* setting a NULL password removes the user */ return lu_sasldb_user_munge(module, ent, 0, NULL, error); } static gboolean lu_sasldb_user_lock(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { /* setting the disable flag locks the account, and setting a password unlocks it */ return lu_sasldb_user_munge(module, ent, SASL_SET_DISABLE, "", error); } static gboolean lu_sasldb_user_unlock(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { (void)module; (void)ent; (void)error; return FALSE; } static gboolean lu_sasldb_user_unlock_nonempty(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { (void)module; (void)ent; (void)error; return FALSE; } static gboolean lu_sasldb_user_is_locked(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { int i; GValueArray *values; GValue *value; char *name; (void)error; values = lu_ent_get(ent, LU_USERNAME); value = g_value_array_get_nth(values, 0); name = lu_value_strdup(value); #ifdef HAVE_SASL_USER_EXISTS i = sasl_user_exists(module->module_context, NULL, NULL, name); #else i = sasl_checkpass((sasl_conn_t *) module->module_context, name, strlen(name), "", 0); #endif g_free(name); return (i == SASL_DISABLED); } static gboolean lu_sasldb_user_setpass(struct lu_module *module, struct lu_ent *ent, const char *password, struct lu_error **error) { return lu_sasldb_user_munge(module, ent, 0, password, error); } static gboolean lu_sasldb_user_removepass(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { /* SASL doesn't allow empty passwords */ (void)module; (void)ent; (void)error; return FALSE; } static gboolean lu_sasldb_group_default(struct lu_module *module, const char *name, gboolean is_system, struct lu_ent *ent, struct lu_error **error) { (void)module; (void)name; (void)is_system; (void)ent; (void)error; return FALSE; } static gboolean lu_sasldb_group_add_prep(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { (void)module; (void)ent; (void)error; return TRUE; } static gboolean lu_sasldb_group_add(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { (void)module; (void)ent; (void)error; return FALSE; } static gboolean lu_sasldb_group_mod(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { (void)module; (void)ent; (void)error; return FALSE; } static gboolean lu_sasldb_group_del(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { (void)module; (void)ent; (void)error; return FALSE; } static gboolean lu_sasldb_group_lock(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { (void)module; (void)ent; (void)error; return FALSE; } static gboolean lu_sasldb_group_unlock(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { (void)module; (void)ent; (void)error; return FALSE; } static gboolean lu_sasldb_group_unlock_nonempty(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { (void)module; (void)ent; (void)error; return FALSE; } static gboolean lu_sasldb_group_is_locked(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { (void)module; (void)ent; (void)error; return FALSE; } static gboolean lu_sasldb_group_setpass(struct lu_module *module, struct lu_ent *ent, const char *password, struct lu_error **error) { (void)module; (void)ent; (void)password; (void)error; return FALSE; } static gboolean lu_sasldb_group_removepass(struct lu_module *module, struct lu_ent *ent, struct lu_error **error) { (void)module; (void)ent; (void)error; return FALSE; } static GValueArray * lu_sasldb_users_enumerate(struct lu_module *module, const char *pattern, struct lu_error **error) { (void)module; (void)pattern; (void)error; return NULL; } static GPtrArray * lu_sasldb_users_enumerate_full(struct lu_module *module, const char *pattern, struct lu_error **error) { (void)module; (void)pattern; (void)error; return NULL; } static GValueArray * lu_sasldb_groups_enumerate(struct lu_module *module, const char *pattern, struct lu_error **error) { (void)module; (void)pattern; (void)error; return NULL; } static GPtrArray * lu_sasldb_groups_enumerate_full(struct lu_module *module, const char *pattern, struct lu_error **error) { (void)module; (void)pattern; (void)error; return NULL; } static GValueArray * lu_sasldb_users_enumerate_by_group(struct lu_module *module, const char *group, gid_t gid, struct lu_error **error) { (void)module; (void)group; (void)gid; (void)error; return NULL; } static GPtrArray * lu_sasldb_users_enumerate_by_group_full(struct lu_module *module, const char *group, gid_t gid, struct lu_error **error) { (void)module; (void)group; (void)gid; (void)error; return NULL; } static GValueArray * lu_sasldb_groups_enumerate_by_user(struct lu_module *module, const char *user, uid_t uid, struct lu_error **error) { (void)module; (void)user; (void)uid; (void)error; return NULL; } static GPtrArray * lu_sasldb_groups_enumerate_by_user_full(struct lu_module *module, const char *user, uid_t uid, struct lu_error **error) { (void)module; (void)user; (void)uid; (void)error; return NULL; } static gboolean lu_sasldb_close_module(struct lu_module *module) { sasl_conn_t *connection; connection = module->module_context; sasl_dispose(&connection); sasl_done(); g_free(module); return TRUE; } struct lu_module * libuser_sasldb_init(struct lu_context *context, struct lu_error **error) { static const struct sasl_callback cb = { SASL_CB_LIST_END, NULL, NULL, }; struct lu_module *ret; const char *appname; const char *domain; sasl_conn_t *connection; int i; g_assert(context != NULL); LU_ERROR_CHECK(error); /* Read in configuration variables. */ appname = lu_cfg_read_single(context, "sasl/appname", ""); domain = lu_cfg_read_single(context, "sasl/domain", ""); /* Initialize SASL. */ i = sasl_server_init(&cb, appname); if (i != SASL_OK) { lu_error_new(error, lu_error_generic, _("error initializing Cyrus SASL: %s"), sasl_errstring(i, NULL, NULL)); return NULL; } i = sasl_server_new(PACKAGE, NULL, domain, NULL, NULL, &cb, SASL_SEC_NOANONYMOUS, &connection); if (i != SASL_OK) { lu_error_new(error, lu_error_generic, _("error initializing Cyrus SASL: %s"), sasl_errstring(i, NULL, NULL)); return NULL; } /* Allocate the method structure. */ ret = g_malloc0(sizeof(struct lu_module)); ret->version = LU_MODULE_VERSION; ret->scache = lu_string_cache_new(TRUE); ret->name = ret->scache->cache(ret->scache, "sasldb"); ret->module_context = connection; /* Set the method pointers. */ ret->uses_elevated_privileges = lu_sasldb_uses_elevated_privileges; ret->user_lookup_name = lu_sasldb_user_lookup_name; ret->user_lookup_id = lu_sasldb_user_lookup_id; ret->user_default = lu_sasldb_user_default; ret->user_add_prep = lu_sasldb_user_add_prep; ret->user_add = lu_sasldb_user_add; ret->user_mod = lu_sasldb_user_mod; ret->user_del = lu_sasldb_user_del; ret->user_lock = lu_sasldb_user_lock; ret->user_unlock = lu_sasldb_user_unlock; ret->user_unlock_nonempty = lu_sasldb_user_unlock_nonempty; ret->user_is_locked = lu_sasldb_user_is_locked; ret->user_setpass = lu_sasldb_user_setpass; ret->user_removepass = lu_sasldb_user_removepass; ret->users_enumerate = lu_sasldb_users_enumerate; ret->users_enumerate_by_group = lu_sasldb_users_enumerate_by_group; ret->users_enumerate_full = lu_sasldb_users_enumerate_full; ret->users_enumerate_by_group_full = lu_sasldb_users_enumerate_by_group_full; ret->group_lookup_name = lu_sasldb_group_lookup_name; ret->group_lookup_id = lu_sasldb_group_lookup_id; ret->group_default = lu_sasldb_group_default; ret->group_add_prep = lu_sasldb_group_add_prep; ret->group_add = lu_sasldb_group_add; ret->group_mod = lu_sasldb_group_mod; ret->group_del = lu_sasldb_group_del; ret->group_lock = lu_sasldb_group_lock; ret->group_unlock = lu_sasldb_group_unlock; ret->group_unlock_nonempty = lu_sasldb_group_unlock_nonempty; ret->group_is_locked = lu_sasldb_group_is_locked; ret->group_setpass = lu_sasldb_group_setpass; ret->group_removepass = lu_sasldb_group_removepass; ret->groups_enumerate = lu_sasldb_groups_enumerate; ret->groups_enumerate_by_user = lu_sasldb_groups_enumerate_by_user; ret->groups_enumerate_full = lu_sasldb_groups_enumerate_full; ret->groups_enumerate_by_user_full = lu_sasldb_groups_enumerate_by_user_full; ret->close = lu_sasldb_close_module; /* Done. */ return ret; } libuser-0.56.9.dfsg.1.orig/Makefile.in0000644000175000017500000035040110777230721015446 0ustar gheghe# Makefile.in generated by automake 1.10 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @LDAP_TRUE@am__append_1 = tests/ldap_test bin_PROGRAMS = apps/lchfn$(EXEEXT) apps/lchsh$(EXEEXT) sbin_PROGRAMS = apps/lchage$(EXEEXT) apps/lgroupadd$(EXEEXT) \ apps/lgroupdel$(EXEEXT) apps/lgroupmod$(EXEEXT) \ apps/lid$(EXEEXT) apps/lnewusers$(EXEEXT) \ apps/lpasswd$(EXEEXT) apps/luseradd$(EXEEXT) \ apps/luserdel$(EXEEXT) apps/lusermod$(EXEEXT) noinst_PROGRAMS = samples/enum$(EXEEXT) samples/field$(EXEEXT) \ samples/homedir$(EXEEXT) samples/lookup$(EXEEXT) \ samples/prompt$(EXEEXT) samples/testuser$(EXEEXT) \ tests/config_test$(EXEEXT) @KRB5_TRUE@am__append_2 = modules/libuser_krb5.la @LDAP_TRUE@am__append_3 = modules/libuser_ldap.la @SASL_TRUE@am__append_4 = modules/libuser_sasldb.la subdir = . DIST_COMMON = README $(am__configure_deps) $(dist_man_MANS) \ $(dist_noinst_SCRIPTS) $(dist_sysconf_DATA) $(noinst_HEADERS) \ $(pkginclude_HEADERS) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/config.h.in \ $(srcdir)/libuser.pc.in $(top_srcdir)/configure ABOUT-NLS \ AUTHORS COPYING ChangeLog INSTALL NEWS TODO admin/compile \ admin/config.guess admin/config.rpath admin/config.sub \ admin/depcomp admin/install-sh admin/ltmain.sh admin/missing \ admin/mkinstalldirs admin/ylwrap lib/getdate.c ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/isc-posix.m4 \ $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = libuser.pc am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkglibdir)" \ "$(DESTDIR)$(pyexecdir)" "$(DESTDIR)$(bindir)" \ "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" \ "$(DESTDIR)$(sysconfdir)" "$(DESTDIR)$(pkgconfigdir)" \ "$(DESTDIR)$(pkgincludedir)" libLTLIBRARIES_INSTALL = $(INSTALL) pkglibLTLIBRARIES_INSTALL = $(INSTALL) pyexecLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) \ $(pkglib_LTLIBRARIES) $(pyexec_LTLIBRARIES) apps_libapputil_la_LIBADD = am__dirstamp = $(am__leading_dot)dirstamp am_apps_libapputil_la_OBJECTS = apps/apputil.lo apps_libapputil_la_OBJECTS = $(am_apps_libapputil_la_OBJECTS) apps_libapputil_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(apps_libapputil_la_LDFLAGS) $(LDFLAGS) -o $@ am__DEPENDENCIES_1 = lib_libuser_la_DEPENDENCIES = $(am__DEPENDENCIES_1) am_lib_libuser_la_OBJECTS = lib/lib_libuser_la-common.lo \ lib/lib_libuser_la-config.lo lib/lib_libuser_la-entity.lo \ lib/lib_libuser_la-error.lo lib/lib_libuser_la-getdate.lo \ lib/lib_libuser_la-misc.lo lib/lib_libuser_la-modules.lo \ lib/lib_libuser_la-prompt.lo lib/lib_libuser_la-scache.lo \ lib/lib_libuser_la-user.lo lib/lib_libuser_la-util.lo lib_libuser_la_OBJECTS = $(am_lib_libuser_la_OBJECTS) lib_libuser_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(lib_libuser_la_LDFLAGS) $(LDFLAGS) -o $@ modules_libuser_files_la_DEPENDENCIES = lib/libuser.la am_modules_libuser_files_la_OBJECTS = modules/files.lo modules_libuser_files_la_OBJECTS = \ $(am_modules_libuser_files_la_OBJECTS) modules_libuser_files_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(modules_libuser_files_la_LDFLAGS) $(LDFLAGS) -o $@ modules_libuser_krb5_la_DEPENDENCIES = lib/libuser.la am_modules_libuser_krb5_la_OBJECTS = modules/krb5.lo modules_libuser_krb5_la_OBJECTS = \ $(am_modules_libuser_krb5_la_OBJECTS) modules_libuser_krb5_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(modules_libuser_krb5_la_LDFLAGS) $(LDFLAGS) -o $@ @KRB5_TRUE@am_modules_libuser_krb5_la_rpath = -rpath $(pkglibdir) modules_libuser_ldap_la_DEPENDENCIES = lib/libuser.la am_modules_libuser_ldap_la_OBJECTS = modules/ldap.lo modules_libuser_ldap_la_OBJECTS = \ $(am_modules_libuser_ldap_la_OBJECTS) modules_libuser_ldap_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(modules_libuser_ldap_la_LDFLAGS) $(LDFLAGS) -o $@ @LDAP_TRUE@am_modules_libuser_ldap_la_rpath = -rpath $(pkglibdir) modules_libuser_sasldb_la_DEPENDENCIES = lib/libuser.la am_modules_libuser_sasldb_la_OBJECTS = modules/sasldb.lo modules_libuser_sasldb_la_OBJECTS = \ $(am_modules_libuser_sasldb_la_OBJECTS) modules_libuser_sasldb_la_LINK = $(LIBTOOL) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(modules_libuser_sasldb_la_LDFLAGS) \ $(LDFLAGS) -o $@ @SASL_TRUE@am_modules_libuser_sasldb_la_rpath = -rpath $(pkglibdir) modules_libuser_shadow_la_DEPENDENCIES = lib/libuser.la am_modules_libuser_shadow_la_OBJECTS = modules/files.lo modules_libuser_shadow_la_OBJECTS = \ $(am_modules_libuser_shadow_la_OBJECTS) modules_libuser_shadow_la_LINK = $(LIBTOOL) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(modules_libuser_shadow_la_LDFLAGS) \ $(LDFLAGS) -o $@ python_libusermodule_la_DEPENDENCIES = apps/libapputil.la \ lib/libuser.la am_python_libusermodule_la_OBJECTS = \ python/python_libusermodule_la-libusermodule.lo python_libusermodule_la_OBJECTS = \ $(am_python_libusermodule_la_OBJECTS) python_libusermodule_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(python_libusermodule_la_LDFLAGS) $(LDFLAGS) -o $@ @WITH_PYTHON_TRUE@am_python_libusermodule_la_rpath = -rpath \ @WITH_PYTHON_TRUE@ $(pyexecdir) binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM) PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) $(sbin_PROGRAMS) apps_lchage_SOURCES = apps/lchage.c apps_lchage_OBJECTS = apps/apps_lchage-lchage.$(OBJEXT) apps_lchage_DEPENDENCIES = apps/libapputil.la lib/libuser.la \ $(am__DEPENDENCIES_1) apps_lchage_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(apps_lchage_LDFLAGS) $(LDFLAGS) -o $@ apps_lchfn_SOURCES = apps/lchfn.c apps_lchfn_OBJECTS = apps/apps_lchfn-lchfn.$(OBJEXT) apps_lchfn_DEPENDENCIES = apps/libapputil.la lib/libuser.la \ $(am__DEPENDENCIES_1) apps_lchfn_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(apps_lchfn_LDFLAGS) $(LDFLAGS) -o $@ apps_lchsh_SOURCES = apps/lchsh.c apps_lchsh_OBJECTS = apps/apps_lchsh-lchsh.$(OBJEXT) apps_lchsh_DEPENDENCIES = apps/libapputil.la lib/libuser.la \ $(am__DEPENDENCIES_1) apps_lchsh_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(apps_lchsh_LDFLAGS) $(LDFLAGS) -o $@ apps_lgroupadd_SOURCES = apps/lgroupadd.c apps_lgroupadd_OBJECTS = apps/apps_lgroupadd-lgroupadd.$(OBJEXT) apps_lgroupadd_DEPENDENCIES = apps/libapputil.la lib/libuser.la \ $(am__DEPENDENCIES_1) apps_lgroupadd_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(apps_lgroupadd_LDFLAGS) $(LDFLAGS) -o $@ apps_lgroupdel_SOURCES = apps/lgroupdel.c apps_lgroupdel_OBJECTS = apps/apps_lgroupdel-lgroupdel.$(OBJEXT) apps_lgroupdel_DEPENDENCIES = apps/libapputil.la lib/libuser.la \ $(am__DEPENDENCIES_1) apps_lgroupdel_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(apps_lgroupdel_LDFLAGS) $(LDFLAGS) -o $@ apps_lgroupmod_SOURCES = apps/lgroupmod.c apps_lgroupmod_OBJECTS = apps/apps_lgroupmod-lgroupmod.$(OBJEXT) apps_lgroupmod_DEPENDENCIES = apps/libapputil.la lib/libuser.la \ $(am__DEPENDENCIES_1) apps_lgroupmod_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(apps_lgroupmod_LDFLAGS) $(LDFLAGS) -o $@ apps_lid_SOURCES = apps/lid.c apps_lid_OBJECTS = apps/apps_lid-lid.$(OBJEXT) apps_lid_DEPENDENCIES = lib/libuser.la $(am__DEPENDENCIES_1) apps_lid_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(apps_lid_LDFLAGS) \ $(LDFLAGS) -o $@ apps_lnewusers_SOURCES = apps/lnewusers.c apps_lnewusers_OBJECTS = apps/apps_lnewusers-lnewusers.$(OBJEXT) apps_lnewusers_DEPENDENCIES = apps/libapputil.la lib/libuser.la \ $(am__DEPENDENCIES_1) apps_lnewusers_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(apps_lnewusers_LDFLAGS) $(LDFLAGS) -o $@ apps_lpasswd_SOURCES = apps/lpasswd.c apps_lpasswd_OBJECTS = apps/apps_lpasswd-lpasswd.$(OBJEXT) apps_lpasswd_DEPENDENCIES = apps/libapputil.la lib/libuser.la \ $(am__DEPENDENCIES_1) apps_lpasswd_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(apps_lpasswd_LDFLAGS) $(LDFLAGS) -o $@ apps_luseradd_SOURCES = apps/luseradd.c apps_luseradd_OBJECTS = apps/apps_luseradd-luseradd.$(OBJEXT) apps_luseradd_DEPENDENCIES = apps/libapputil.la lib/libuser.la \ $(am__DEPENDENCIES_1) apps_luseradd_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(apps_luseradd_LDFLAGS) $(LDFLAGS) -o $@ apps_luserdel_SOURCES = apps/luserdel.c apps_luserdel_OBJECTS = apps/apps_luserdel-luserdel.$(OBJEXT) apps_luserdel_DEPENDENCIES = apps/libapputil.la lib/libuser.la \ $(am__DEPENDENCIES_1) apps_luserdel_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(apps_luserdel_LDFLAGS) $(LDFLAGS) -o $@ apps_lusermod_SOURCES = apps/lusermod.c apps_lusermod_OBJECTS = apps/apps_lusermod-lusermod.$(OBJEXT) apps_lusermod_DEPENDENCIES = apps/libapputil.la lib/libuser.la \ $(am__DEPENDENCIES_1) apps_lusermod_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(apps_lusermod_LDFLAGS) $(LDFLAGS) -o $@ samples_enum_SOURCES = samples/enum.c samples_enum_OBJECTS = samples/samples_enum-enum.$(OBJEXT) samples_enum_DEPENDENCIES = lib/libuser.la $(am__DEPENDENCIES_1) samples_enum_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(samples_enum_LDFLAGS) $(LDFLAGS) -o $@ samples_field_SOURCES = samples/field.c samples_field_OBJECTS = samples/field.$(OBJEXT) samples_field_DEPENDENCIES = lib/libuser.la $(am__DEPENDENCIES_1) samples_field_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(samples_field_LDFLAGS) $(LDFLAGS) -o $@ samples_homedir_SOURCES = samples/homedir.c samples_homedir_OBJECTS = samples/samples_homedir-homedir.$(OBJEXT) samples_homedir_DEPENDENCIES = apps/libapputil.la lib/libuser.la \ $(am__DEPENDENCIES_1) samples_homedir_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(samples_homedir_LDFLAGS) $(LDFLAGS) -o $@ samples_lookup_SOURCES = samples/lookup.c samples_lookup_OBJECTS = samples/samples_lookup-lookup.$(OBJEXT) samples_lookup_DEPENDENCIES = lib/libuser.la $(am__DEPENDENCIES_1) samples_lookup_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(samples_lookup_LDFLAGS) $(LDFLAGS) -o $@ samples_prompt_SOURCES = samples/prompt.c samples_prompt_OBJECTS = samples/samples_prompt-prompt.$(OBJEXT) samples_prompt_DEPENDENCIES = lib/libuser.la $(am__DEPENDENCIES_1) samples_prompt_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(samples_prompt_LDFLAGS) $(LDFLAGS) -o $@ samples_testuser_SOURCES = samples/testuser.c samples_testuser_OBJECTS = \ samples/samples_testuser-testuser.$(OBJEXT) samples_testuser_DEPENDENCIES = lib/libuser.la $(am__DEPENDENCIES_1) samples_testuser_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(samples_testuser_LDFLAGS) $(LDFLAGS) -o $@ tests_config_test_SOURCES = tests/config_test.c tests_config_test_OBJECTS = tests/config_test.$(OBJEXT) tests_config_test_DEPENDENCIES = lib/libuser.la tests_config_test_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(tests_config_test_LDFLAGS) $(LDFLAGS) -o $@ SCRIPTS = $(dist_noinst_SCRIPTS) DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/admin/depcomp am__depfiles_maybe = depfiles COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS) LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS) YLWRAP = $(top_srcdir)/admin/ylwrap SOURCES = $(apps_libapputil_la_SOURCES) $(lib_libuser_la_SOURCES) \ $(modules_libuser_files_la_SOURCES) \ $(modules_libuser_krb5_la_SOURCES) \ $(modules_libuser_ldap_la_SOURCES) \ $(modules_libuser_sasldb_la_SOURCES) \ $(modules_libuser_shadow_la_SOURCES) \ $(python_libusermodule_la_SOURCES) apps/lchage.c apps/lchfn.c \ apps/lchsh.c apps/lgroupadd.c apps/lgroupdel.c \ apps/lgroupmod.c apps/lid.c apps/lnewusers.c apps/lpasswd.c \ apps/luseradd.c apps/luserdel.c apps/lusermod.c samples/enum.c \ samples/field.c samples/homedir.c samples/lookup.c \ samples/prompt.c samples/testuser.c tests/config_test.c DIST_SOURCES = $(apps_libapputil_la_SOURCES) $(lib_libuser_la_SOURCES) \ $(modules_libuser_files_la_SOURCES) \ $(modules_libuser_krb5_la_SOURCES) \ $(modules_libuser_ldap_la_SOURCES) \ $(modules_libuser_sasldb_la_SOURCES) \ $(modules_libuser_shadow_la_SOURCES) \ $(python_libusermodule_la_SOURCES) apps/lchage.c apps/lchfn.c \ apps/lchsh.c apps/lgroupadd.c apps/lgroupdel.c \ apps/lgroupmod.c apps/lid.c apps/lnewusers.c apps/lpasswd.c \ apps/luseradd.c apps/luserdel.c apps/lusermod.c samples/enum.c \ samples/field.c samples/homedir.c samples/lookup.c \ samples/prompt.c samples/testuser.c tests/config_test.c RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive man1dir = $(mandir)/man1 NROFF = nroff MANS = $(dist_man_MANS) dist_sysconfDATA_INSTALL = $(INSTALL_DATA) pkgconfigDATA_INSTALL = $(INSTALL_DATA) DATA = $(dist_sysconf_DATA) $(pkgconfig_DATA) pkgincludeHEADERS_INSTALL = $(INSTALL_HEADER) HEADERS = $(noinst_HEADERS) $(pkginclude_HEADERS) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ { test ! -d $(distdir) \ || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ && rm -fr $(distdir); }; } DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 GZIP_ENV = --best distuninstallcheck_listfiles = find . -type f -print distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CRYPT_LIBS = @CRYPT_LIBS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO = @ECHO@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ GMODULE_CFLAGS = @GMODULE_CFLAGS@ GMODULE_LIBS = @GMODULE_LIBS@ GMSGFMT = @GMSGFMT@ GOBJECT_CFLAGS = @GOBJECT_CFLAGS@ GOBJECT_LIBS = @GOBJECT_LIBS@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ HTML_DIR = @HTML_DIR@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LDFLAGS = @LDFLAGS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ MSGMERGE = @MSGMERGE@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ POSUB = @POSUB@ PYTHON = @PYTHON@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ PYTHON_PLATFORM = @PYTHON_PLATFORM@ PYTHON_PREFIX = @PYTHON_PREFIX@ PYTHON_VERSION = @PYTHON_VERSION@ RANLIB = @RANLIB@ SED = @SED@ SELINUX_LIBS = @SELINUX_LIBS@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ YACC = @YACC@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ pkgpyexecdir = @pkgpyexecdir@ pkgpythondir = @pkgpythondir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ pythondir = @pythondir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ pkgconfigdir = $(libdir)/pkgconfig ACLOCAL_AMFLAGS = -I m4 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --with-ldap HGTAG = 'libuser-$(VERSION)' AM_CPPFLAGS = $(GOBJECT_CFLAGS) LOCALEDIR_CPPFLAGS = -DLOCALEDIR='"$(localedir)"' PYTHON_CPPFLAGS = -I/usr/include/python$(PYTHON_VERSION) SUBDIRS = po docs TESTS = tests/config_test.sh tests/files_test tests/pwhash_test \ tests/utils_test $(am__append_1) EXTRA_DIST = \ $(EXTRA_MANS) \ python/modules.txt \ samples/genusers \ tests/config.conf.in tests/config_default_useradd \ tests/config_import.conf.in tests/config_import2.conf.in \ tests/config_login.defs tests/config_login2.defs \ tests/config_override.conf.in tests/config_test.sh \ tests/files.conf.in tests/files_test tests/files_test.py \ tests/ldap.conf.in tests/ldaprc tests/ldap_skel.ldif tests/ldap_test \ tests/ldap_test.py \ tests/pwhash.conf.in tests/pwhash.py tests/pwhash_test \ tests/slapd.conf.in \ tests/utils.conf.in tests/utils_group tests/utils_gshadow \ tests/utils_passwd tests/utils_shadow tests/utils_test noinst_LTLIBRARIES = apps/libapputil.la lib_LTLIBRARIES = lib/libuser.la pkglib_LTLIBRARIES = modules/libuser_files.la \ modules/libuser_shadow.la $(am__append_2) $(am__append_3) \ $(am__append_4) @WITH_PYTHON_TRUE@pyexec_LTLIBRARIES = python/libusermodule.la dist_man_MANS = apps/lgroupadd.1 apps/lgroupdel.1 apps/lgroupmod.1 \ apps/lchage.1 apps/lchfn.1 apps/lchsh.1 apps/lid.1 apps/lnewusers.1 \ apps/lpasswd.1 apps/luseradd.1 apps/luserdel.1 apps/lusermod.1 pkgconfig_DATA = $(PACKAGE).pc dist_sysconf_DATA = libuser.conf pkginclude_HEADERS = lib/config.h lib/entity.h lib/error.h lib/prompt.h \ lib/user.h lib/user_private.h dist_noinst_SCRIPTS = python/ldap-script python/test-script noinst_HEADERS = python/admin.c python/ent.c python/misc.c apps_libapputil_la_SOURCES = apps/apputil.c apps/apputil.h apps_libapputil_la_LDFLAGS = $(GOBJECT_LIBS) -lpam -lpam_misc $(SELINUX_LIBS) apps_lchage_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) apps_lchage_LDADD = apps/libapputil.la lib/libuser.la $(LTLIBINTL) apps_lchage_LDFLAGS = $(GMODULE_LIBS) -lpopt apps_lchfn_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) apps_lchfn_LDADD = apps/libapputil.la lib/libuser.la $(LTLIBINTL) apps_lchfn_LDFLAGS = $(GMODULE_LIBS) -lpopt apps_lchsh_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) apps_lchsh_LDADD = apps/libapputil.la lib/libuser.la $(LTLIBINTL) apps_lchsh_LDFLAGS = $(GMODULE_LIBS) -lpopt apps_lgroupadd_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) apps_lgroupadd_LDADD = apps/libapputil.la lib/libuser.la $(LTLIBINTL) apps_lgroupadd_LDFLAGS = $(GMODULE_LIBS) -lpopt apps_lgroupdel_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) apps_lgroupdel_LDADD = apps/libapputil.la lib/libuser.la $(LTLIBINTL) apps_lgroupdel_LDFLAGS = $(GMODULE_LIBS) -lpopt apps_lgroupmod_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) apps_lgroupmod_LDADD = apps/libapputil.la lib/libuser.la $(LTLIBINTL) apps_lgroupmod_LDFLAGS = $(GMODULE_LIBS) -lpopt apps_lid_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) apps_lid_LDADD = lib/libuser.la $(LTLIBINTL) apps_lid_LDFLAGS = $(GMODULE_LIBS) -lpopt apps_lnewusers_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) apps_lnewusers_LDADD = apps/libapputil.la lib/libuser.la $(LTLIBINTL) apps_lnewusers_LDFLAGS = $(GMODULE_LIBS) -lpopt apps_lpasswd_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) apps_lpasswd_LDADD = apps/libapputil.la lib/libuser.la $(LTLIBINTL) apps_lpasswd_LDFLAGS = $(GMODULE_LIBS) -lpopt apps_luseradd_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) apps_luseradd_LDADD = apps/libapputil.la lib/libuser.la $(LTLIBINTL) apps_luseradd_LDFLAGS = $(GMODULE_LIBS) -lpopt apps_luserdel_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) apps_luserdel_LDADD = apps/libapputil.la lib/libuser.la $(LTLIBINTL) apps_luserdel_LDFLAGS = $(GMODULE_LIBS) -lpopt apps_lusermod_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) apps_lusermod_LDADD = apps/libapputil.la lib/libuser.la $(LTLIBINTL) apps_lusermod_LDFLAGS = $(GMODULE_LIBS) -lpopt lib_libuser_la_SOURCES = lib/common.c lib/config.c lib/entity.c lib/error.c \ lib/getdate.y lib/internal.h lib/misc.c lib/modules.c lib/prompt.c \ lib/scache.c lib/user.c lib/util.c # -Ilib so that "../config.h" is the result of configure lib_libuser_la_CPPFLAGS = $(GMODULE_CFLAGS) -Ilib $(LOCALEDIR_CPPFLAGS) \ -DMODULEDIR='"$(pkglibdir)"' -DSYSCONFDIR='"$(sysconfdir)"' lib_libuser_la_LDFLAGS = $(GMODULE_LIBS) $(CRYPT_LIBS) $(SELINUX_LIBS) \ -version-info 3:0:2 lib_libuser_la_LIBADD = $(LTLIBINTL) modules_libuser_files_la_SOURCES = modules/files.c modules_libuser_files_la_LDFLAGS = -module -avoid-version $(GOBJECT_LIBS) modules_libuser_files_la_LIBADD = lib/libuser.la modules_libuser_shadow_la_SOURCES = modules/files.c modules_libuser_shadow_la_LDFLAGS = -module -avoid-version $(GOBJECT_LIBS) modules_libuser_shadow_la_LIBADD = lib/libuser.la modules_libuser_krb5_la_SOURCES = modules/krb5.c modules_libuser_krb5_la_LDFLAGS = -module -avoid-version $(GOBJECT_LIBS) modules_libuser_krb5_la_LIBADD = lib/libuser.la modules_libuser_ldap_la_SOURCES = modules/ldap.c modules_libuser_ldap_la_LDFLAGS = -module -avoid-version $(GOBJECT_LIBS) -lldap modules_libuser_ldap_la_LIBADD = lib/libuser.la modules_libuser_sasldb_la_SOURCES = modules/sasldb.c modules_libuser_sasldb_la_LDFLAGS = -module -avoid-version $(GOBJECT_LIBS) \ -lsasl2 modules_libuser_sasldb_la_LIBADD = lib/libuser.la python_libusermodule_la_SOURCES = python/libusermodule.c python/common.h \ python/debug.h python_libusermodule_la_CPPFLAGS = $(AM_CPPFLAGS) $(PYTHON_CPPFLAGS) python_libusermodule_la_LDFLAGS = -module -avoid-version $(GOBJECT_LIBS) python_libusermodule_la_LIBADD = apps/libapputil.la lib/libuser.la samples_enum_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) samples_enum_LDADD = lib/libuser.la $(GMODULE_LIBS) samples_enum_LDFLAGS = -no-install samples_field_LDADD = lib/libuser.la $(GMODULE_LIBS) samples_field_LDFLAGS = -no-install samples_homedir_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) samples_homedir_LDADD = apps/libapputil.la lib/libuser.la $(GMODULE_LIBS) samples_homedir_LDFLAGS = -no-install samples_lookup_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) samples_lookup_LDADD = lib/libuser.la $(GMODULE_LIBS) samples_lookup_LDFLAGS = -no-install samples_prompt_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) samples_prompt_LDADD = lib/libuser.la $(GMODULE_LIBS) samples_prompt_LDFLAGS = -no-install samples_testuser_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) samples_testuser_LDADD = lib/libuser.la $(GMODULE_LIBS) samples_testuser_LDFLAGS = -no-install tests_config_test_LDADD = lib/libuser.la $(GNODULE_LIBS) tests_config_test_LDFLAGS = -no-install all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: .SUFFIXES: .c .lo .o .obj .y am--refresh: @: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ cd $(srcdir) && $(AUTOMAKE) --gnu \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(top_srcdir)/configure: $(am__configure_deps) cd $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) config.h: stamp-h1 @if test ! -f $@; then \ rm -f stamp-h1; \ $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ else :; fi stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 cd $(top_builddir) && $(SHELL) ./config.status config.h $(srcdir)/config.h.in: $(am__configure_deps) cd $(top_srcdir) && $(AUTOHEADER) rm -f stamp-h1 touch $@ distclean-hdr: -rm -f config.h stamp-h1 libuser.pc: $(top_builddir)/config.status $(srcdir)/libuser.pc.in cd $(top_builddir) && $(SHELL) ./config.status $@ install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ else :; fi; \ done uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ done clean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)" @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ echo " $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \ $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \ else :; fi; \ done uninstall-pkglibLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \ $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \ done clean-pkglibLTLIBRARIES: -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES) @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done install-pyexecLTLIBRARIES: $(pyexec_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(pyexecdir)" || $(MKDIR_P) "$(DESTDIR)$(pyexecdir)" @list='$(pyexec_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f=$(am__strip_dir) \ echo " $(LIBTOOL) --mode=install $(pyexecLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pyexecdir)/$$f'"; \ $(LIBTOOL) --mode=install $(pyexecLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pyexecdir)/$$f"; \ else :; fi; \ done uninstall-pyexecLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(pyexec_LTLIBRARIES)'; for p in $$list; do \ p=$(am__strip_dir) \ echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pyexecdir)/$$p'"; \ $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pyexecdir)/$$p"; \ done clean-pyexecLTLIBRARIES: -test -z "$(pyexec_LTLIBRARIES)" || rm -f $(pyexec_LTLIBRARIES) @list='$(pyexec_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done apps/$(am__dirstamp): @$(MKDIR_P) apps @: > apps/$(am__dirstamp) apps/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) apps/$(DEPDIR) @: > apps/$(DEPDIR)/$(am__dirstamp) apps/apputil.lo: apps/$(am__dirstamp) apps/$(DEPDIR)/$(am__dirstamp) apps/libapputil.la: $(apps_libapputil_la_OBJECTS) $(apps_libapputil_la_DEPENDENCIES) apps/$(am__dirstamp) $(apps_libapputil_la_LINK) $(apps_libapputil_la_OBJECTS) $(apps_libapputil_la_LIBADD) $(LIBS) lib/$(am__dirstamp): @$(MKDIR_P) lib @: > lib/$(am__dirstamp) lib/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) lib/$(DEPDIR) @: > lib/$(DEPDIR)/$(am__dirstamp) lib/lib_libuser_la-common.lo: lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/lib_libuser_la-config.lo: lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/lib_libuser_la-entity.lo: lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/lib_libuser_la-error.lo: lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/lib_libuser_la-getdate.lo: lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/lib_libuser_la-misc.lo: lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/lib_libuser_la-modules.lo: lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/lib_libuser_la-prompt.lo: lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/lib_libuser_la-scache.lo: lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/lib_libuser_la-user.lo: lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/lib_libuser_la-util.lo: lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libuser.la: $(lib_libuser_la_OBJECTS) $(lib_libuser_la_DEPENDENCIES) lib/$(am__dirstamp) $(lib_libuser_la_LINK) -rpath $(libdir) $(lib_libuser_la_OBJECTS) $(lib_libuser_la_LIBADD) $(LIBS) modules/$(am__dirstamp): @$(MKDIR_P) modules @: > modules/$(am__dirstamp) modules/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) modules/$(DEPDIR) @: > modules/$(DEPDIR)/$(am__dirstamp) modules/files.lo: modules/$(am__dirstamp) \ modules/$(DEPDIR)/$(am__dirstamp) modules/libuser_files.la: $(modules_libuser_files_la_OBJECTS) $(modules_libuser_files_la_DEPENDENCIES) modules/$(am__dirstamp) $(modules_libuser_files_la_LINK) -rpath $(pkglibdir) $(modules_libuser_files_la_OBJECTS) $(modules_libuser_files_la_LIBADD) $(LIBS) modules/krb5.lo: modules/$(am__dirstamp) \ modules/$(DEPDIR)/$(am__dirstamp) modules/libuser_krb5.la: $(modules_libuser_krb5_la_OBJECTS) $(modules_libuser_krb5_la_DEPENDENCIES) modules/$(am__dirstamp) $(modules_libuser_krb5_la_LINK) $(am_modules_libuser_krb5_la_rpath) $(modules_libuser_krb5_la_OBJECTS) $(modules_libuser_krb5_la_LIBADD) $(LIBS) modules/ldap.lo: modules/$(am__dirstamp) \ modules/$(DEPDIR)/$(am__dirstamp) modules/libuser_ldap.la: $(modules_libuser_ldap_la_OBJECTS) $(modules_libuser_ldap_la_DEPENDENCIES) modules/$(am__dirstamp) $(modules_libuser_ldap_la_LINK) $(am_modules_libuser_ldap_la_rpath) $(modules_libuser_ldap_la_OBJECTS) $(modules_libuser_ldap_la_LIBADD) $(LIBS) modules/sasldb.lo: modules/$(am__dirstamp) \ modules/$(DEPDIR)/$(am__dirstamp) modules/libuser_sasldb.la: $(modules_libuser_sasldb_la_OBJECTS) $(modules_libuser_sasldb_la_DEPENDENCIES) modules/$(am__dirstamp) $(modules_libuser_sasldb_la_LINK) $(am_modules_libuser_sasldb_la_rpath) $(modules_libuser_sasldb_la_OBJECTS) $(modules_libuser_sasldb_la_LIBADD) $(LIBS) modules/libuser_shadow.la: $(modules_libuser_shadow_la_OBJECTS) $(modules_libuser_shadow_la_DEPENDENCIES) modules/$(am__dirstamp) $(modules_libuser_shadow_la_LINK) -rpath $(pkglibdir) $(modules_libuser_shadow_la_OBJECTS) $(modules_libuser_shadow_la_LIBADD) $(LIBS) python/$(am__dirstamp): @$(MKDIR_P) python @: > python/$(am__dirstamp) python/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) python/$(DEPDIR) @: > python/$(DEPDIR)/$(am__dirstamp) python/python_libusermodule_la-libusermodule.lo: \ python/$(am__dirstamp) python/$(DEPDIR)/$(am__dirstamp) python/libusermodule.la: $(python_libusermodule_la_OBJECTS) $(python_libusermodule_la_DEPENDENCIES) python/$(am__dirstamp) $(python_libusermodule_la_LINK) $(am_python_libusermodule_la_rpath) $(python_libusermodule_la_OBJECTS) $(python_libusermodule_la_LIBADD) $(LIBS) install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" @list='$(bin_PROGRAMS)'; for p in $$list; do \ p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ if test -f $$p \ || test -f $$p1 \ ; then \ f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ else :; fi; \ done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; for p in $$list; do \ f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ rm -f "$(DESTDIR)$(bindir)/$$f"; \ done clean-binPROGRAMS: @list='$(bin_PROGRAMS)'; for p in $$list; do \ f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ echo " rm -f $$p $$f"; \ rm -f $$p $$f ; \ done clean-noinstPROGRAMS: @list='$(noinst_PROGRAMS)'; for p in $$list; do \ f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ echo " rm -f $$p $$f"; \ rm -f $$p $$f ; \ done install-sbinPROGRAMS: $(sbin_PROGRAMS) @$(NORMAL_INSTALL) test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)" @list='$(sbin_PROGRAMS)'; for p in $$list; do \ p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ if test -f $$p \ || test -f $$p1 \ ; then \ f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \ else :; fi; \ done uninstall-sbinPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(sbin_PROGRAMS)'; for p in $$list; do \ f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \ rm -f "$(DESTDIR)$(sbindir)/$$f"; \ done clean-sbinPROGRAMS: @list='$(sbin_PROGRAMS)'; for p in $$list; do \ f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ echo " rm -f $$p $$f"; \ rm -f $$p $$f ; \ done apps/apps_lchage-lchage.$(OBJEXT): apps/$(am__dirstamp) \ apps/$(DEPDIR)/$(am__dirstamp) apps/lchage$(EXEEXT): $(apps_lchage_OBJECTS) $(apps_lchage_DEPENDENCIES) apps/$(am__dirstamp) @rm -f apps/lchage$(EXEEXT) $(apps_lchage_LINK) $(apps_lchage_OBJECTS) $(apps_lchage_LDADD) $(LIBS) apps/apps_lchfn-lchfn.$(OBJEXT): apps/$(am__dirstamp) \ apps/$(DEPDIR)/$(am__dirstamp) apps/lchfn$(EXEEXT): $(apps_lchfn_OBJECTS) $(apps_lchfn_DEPENDENCIES) apps/$(am__dirstamp) @rm -f apps/lchfn$(EXEEXT) $(apps_lchfn_LINK) $(apps_lchfn_OBJECTS) $(apps_lchfn_LDADD) $(LIBS) apps/apps_lchsh-lchsh.$(OBJEXT): apps/$(am__dirstamp) \ apps/$(DEPDIR)/$(am__dirstamp) apps/lchsh$(EXEEXT): $(apps_lchsh_OBJECTS) $(apps_lchsh_DEPENDENCIES) apps/$(am__dirstamp) @rm -f apps/lchsh$(EXEEXT) $(apps_lchsh_LINK) $(apps_lchsh_OBJECTS) $(apps_lchsh_LDADD) $(LIBS) apps/apps_lgroupadd-lgroupadd.$(OBJEXT): apps/$(am__dirstamp) \ apps/$(DEPDIR)/$(am__dirstamp) apps/lgroupadd$(EXEEXT): $(apps_lgroupadd_OBJECTS) $(apps_lgroupadd_DEPENDENCIES) apps/$(am__dirstamp) @rm -f apps/lgroupadd$(EXEEXT) $(apps_lgroupadd_LINK) $(apps_lgroupadd_OBJECTS) $(apps_lgroupadd_LDADD) $(LIBS) apps/apps_lgroupdel-lgroupdel.$(OBJEXT): apps/$(am__dirstamp) \ apps/$(DEPDIR)/$(am__dirstamp) apps/lgroupdel$(EXEEXT): $(apps_lgroupdel_OBJECTS) $(apps_lgroupdel_DEPENDENCIES) apps/$(am__dirstamp) @rm -f apps/lgroupdel$(EXEEXT) $(apps_lgroupdel_LINK) $(apps_lgroupdel_OBJECTS) $(apps_lgroupdel_LDADD) $(LIBS) apps/apps_lgroupmod-lgroupmod.$(OBJEXT): apps/$(am__dirstamp) \ apps/$(DEPDIR)/$(am__dirstamp) apps/lgroupmod$(EXEEXT): $(apps_lgroupmod_OBJECTS) $(apps_lgroupmod_DEPENDENCIES) apps/$(am__dirstamp) @rm -f apps/lgroupmod$(EXEEXT) $(apps_lgroupmod_LINK) $(apps_lgroupmod_OBJECTS) $(apps_lgroupmod_LDADD) $(LIBS) apps/apps_lid-lid.$(OBJEXT): apps/$(am__dirstamp) \ apps/$(DEPDIR)/$(am__dirstamp) apps/lid$(EXEEXT): $(apps_lid_OBJECTS) $(apps_lid_DEPENDENCIES) apps/$(am__dirstamp) @rm -f apps/lid$(EXEEXT) $(apps_lid_LINK) $(apps_lid_OBJECTS) $(apps_lid_LDADD) $(LIBS) apps/apps_lnewusers-lnewusers.$(OBJEXT): apps/$(am__dirstamp) \ apps/$(DEPDIR)/$(am__dirstamp) apps/lnewusers$(EXEEXT): $(apps_lnewusers_OBJECTS) $(apps_lnewusers_DEPENDENCIES) apps/$(am__dirstamp) @rm -f apps/lnewusers$(EXEEXT) $(apps_lnewusers_LINK) $(apps_lnewusers_OBJECTS) $(apps_lnewusers_LDADD) $(LIBS) apps/apps_lpasswd-lpasswd.$(OBJEXT): apps/$(am__dirstamp) \ apps/$(DEPDIR)/$(am__dirstamp) apps/lpasswd$(EXEEXT): $(apps_lpasswd_OBJECTS) $(apps_lpasswd_DEPENDENCIES) apps/$(am__dirstamp) @rm -f apps/lpasswd$(EXEEXT) $(apps_lpasswd_LINK) $(apps_lpasswd_OBJECTS) $(apps_lpasswd_LDADD) $(LIBS) apps/apps_luseradd-luseradd.$(OBJEXT): apps/$(am__dirstamp) \ apps/$(DEPDIR)/$(am__dirstamp) apps/luseradd$(EXEEXT): $(apps_luseradd_OBJECTS) $(apps_luseradd_DEPENDENCIES) apps/$(am__dirstamp) @rm -f apps/luseradd$(EXEEXT) $(apps_luseradd_LINK) $(apps_luseradd_OBJECTS) $(apps_luseradd_LDADD) $(LIBS) apps/apps_luserdel-luserdel.$(OBJEXT): apps/$(am__dirstamp) \ apps/$(DEPDIR)/$(am__dirstamp) apps/luserdel$(EXEEXT): $(apps_luserdel_OBJECTS) $(apps_luserdel_DEPENDENCIES) apps/$(am__dirstamp) @rm -f apps/luserdel$(EXEEXT) $(apps_luserdel_LINK) $(apps_luserdel_OBJECTS) $(apps_luserdel_LDADD) $(LIBS) apps/apps_lusermod-lusermod.$(OBJEXT): apps/$(am__dirstamp) \ apps/$(DEPDIR)/$(am__dirstamp) apps/lusermod$(EXEEXT): $(apps_lusermod_OBJECTS) $(apps_lusermod_DEPENDENCIES) apps/$(am__dirstamp) @rm -f apps/lusermod$(EXEEXT) $(apps_lusermod_LINK) $(apps_lusermod_OBJECTS) $(apps_lusermod_LDADD) $(LIBS) samples/$(am__dirstamp): @$(MKDIR_P) samples @: > samples/$(am__dirstamp) samples/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) samples/$(DEPDIR) @: > samples/$(DEPDIR)/$(am__dirstamp) samples/samples_enum-enum.$(OBJEXT): samples/$(am__dirstamp) \ samples/$(DEPDIR)/$(am__dirstamp) samples/enum$(EXEEXT): $(samples_enum_OBJECTS) $(samples_enum_DEPENDENCIES) samples/$(am__dirstamp) @rm -f samples/enum$(EXEEXT) $(samples_enum_LINK) $(samples_enum_OBJECTS) $(samples_enum_LDADD) $(LIBS) samples/field.$(OBJEXT): samples/$(am__dirstamp) \ samples/$(DEPDIR)/$(am__dirstamp) samples/field$(EXEEXT): $(samples_field_OBJECTS) $(samples_field_DEPENDENCIES) samples/$(am__dirstamp) @rm -f samples/field$(EXEEXT) $(samples_field_LINK) $(samples_field_OBJECTS) $(samples_field_LDADD) $(LIBS) samples/samples_homedir-homedir.$(OBJEXT): samples/$(am__dirstamp) \ samples/$(DEPDIR)/$(am__dirstamp) samples/homedir$(EXEEXT): $(samples_homedir_OBJECTS) $(samples_homedir_DEPENDENCIES) samples/$(am__dirstamp) @rm -f samples/homedir$(EXEEXT) $(samples_homedir_LINK) $(samples_homedir_OBJECTS) $(samples_homedir_LDADD) $(LIBS) samples/samples_lookup-lookup.$(OBJEXT): samples/$(am__dirstamp) \ samples/$(DEPDIR)/$(am__dirstamp) samples/lookup$(EXEEXT): $(samples_lookup_OBJECTS) $(samples_lookup_DEPENDENCIES) samples/$(am__dirstamp) @rm -f samples/lookup$(EXEEXT) $(samples_lookup_LINK) $(samples_lookup_OBJECTS) $(samples_lookup_LDADD) $(LIBS) samples/samples_prompt-prompt.$(OBJEXT): samples/$(am__dirstamp) \ samples/$(DEPDIR)/$(am__dirstamp) samples/prompt$(EXEEXT): $(samples_prompt_OBJECTS) $(samples_prompt_DEPENDENCIES) samples/$(am__dirstamp) @rm -f samples/prompt$(EXEEXT) $(samples_prompt_LINK) $(samples_prompt_OBJECTS) $(samples_prompt_LDADD) $(LIBS) samples/samples_testuser-testuser.$(OBJEXT): samples/$(am__dirstamp) \ samples/$(DEPDIR)/$(am__dirstamp) samples/testuser$(EXEEXT): $(samples_testuser_OBJECTS) $(samples_testuser_DEPENDENCIES) samples/$(am__dirstamp) @rm -f samples/testuser$(EXEEXT) $(samples_testuser_LINK) $(samples_testuser_OBJECTS) $(samples_testuser_LDADD) $(LIBS) tests/$(am__dirstamp): @$(MKDIR_P) tests @: > tests/$(am__dirstamp) tests/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) tests/$(DEPDIR) @: > tests/$(DEPDIR)/$(am__dirstamp) tests/config_test.$(OBJEXT): tests/$(am__dirstamp) \ tests/$(DEPDIR)/$(am__dirstamp) tests/config_test$(EXEEXT): $(tests_config_test_OBJECTS) $(tests_config_test_DEPENDENCIES) tests/$(am__dirstamp) @rm -f tests/config_test$(EXEEXT) $(tests_config_test_LINK) $(tests_config_test_OBJECTS) $(tests_config_test_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) -rm -f apps/apps_lchage-lchage.$(OBJEXT) -rm -f apps/apps_lchfn-lchfn.$(OBJEXT) -rm -f apps/apps_lchsh-lchsh.$(OBJEXT) -rm -f apps/apps_lgroupadd-lgroupadd.$(OBJEXT) -rm -f apps/apps_lgroupdel-lgroupdel.$(OBJEXT) -rm -f apps/apps_lgroupmod-lgroupmod.$(OBJEXT) -rm -f apps/apps_lid-lid.$(OBJEXT) -rm -f apps/apps_lnewusers-lnewusers.$(OBJEXT) -rm -f apps/apps_lpasswd-lpasswd.$(OBJEXT) -rm -f apps/apps_luseradd-luseradd.$(OBJEXT) -rm -f apps/apps_luserdel-luserdel.$(OBJEXT) -rm -f apps/apps_lusermod-lusermod.$(OBJEXT) -rm -f apps/apputil.$(OBJEXT) -rm -f apps/apputil.lo -rm -f lib/lib_libuser_la-common.$(OBJEXT) -rm -f lib/lib_libuser_la-common.lo -rm -f lib/lib_libuser_la-config.$(OBJEXT) -rm -f lib/lib_libuser_la-config.lo -rm -f lib/lib_libuser_la-entity.$(OBJEXT) -rm -f lib/lib_libuser_la-entity.lo -rm -f lib/lib_libuser_la-error.$(OBJEXT) -rm -f lib/lib_libuser_la-error.lo -rm -f lib/lib_libuser_la-getdate.$(OBJEXT) -rm -f lib/lib_libuser_la-getdate.lo -rm -f lib/lib_libuser_la-misc.$(OBJEXT) -rm -f lib/lib_libuser_la-misc.lo -rm -f lib/lib_libuser_la-modules.$(OBJEXT) -rm -f lib/lib_libuser_la-modules.lo -rm -f lib/lib_libuser_la-prompt.$(OBJEXT) -rm -f lib/lib_libuser_la-prompt.lo -rm -f lib/lib_libuser_la-scache.$(OBJEXT) -rm -f lib/lib_libuser_la-scache.lo -rm -f lib/lib_libuser_la-user.$(OBJEXT) -rm -f lib/lib_libuser_la-user.lo -rm -f lib/lib_libuser_la-util.$(OBJEXT) -rm -f lib/lib_libuser_la-util.lo -rm -f modules/files.$(OBJEXT) -rm -f modules/files.lo -rm -f modules/krb5.$(OBJEXT) -rm -f modules/krb5.lo -rm -f modules/ldap.$(OBJEXT) -rm -f modules/ldap.lo -rm -f modules/sasldb.$(OBJEXT) -rm -f modules/sasldb.lo -rm -f python/python_libusermodule_la-libusermodule.$(OBJEXT) -rm -f python/python_libusermodule_la-libusermodule.lo -rm -f samples/field.$(OBJEXT) -rm -f samples/samples_enum-enum.$(OBJEXT) -rm -f samples/samples_homedir-homedir.$(OBJEXT) -rm -f samples/samples_lookup-lookup.$(OBJEXT) -rm -f samples/samples_prompt-prompt.$(OBJEXT) -rm -f samples/samples_testuser-testuser.$(OBJEXT) -rm -f tests/config_test.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@apps/$(DEPDIR)/apps_lchage-lchage.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@apps/$(DEPDIR)/apps_lchfn-lchfn.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@apps/$(DEPDIR)/apps_lchsh-lchsh.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@apps/$(DEPDIR)/apps_lgroupadd-lgroupadd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@apps/$(DEPDIR)/apps_lgroupdel-lgroupdel.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@apps/$(DEPDIR)/apps_lgroupmod-lgroupmod.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@apps/$(DEPDIR)/apps_lid-lid.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@apps/$(DEPDIR)/apps_lnewusers-lnewusers.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@apps/$(DEPDIR)/apps_lpasswd-lpasswd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@apps/$(DEPDIR)/apps_luseradd-luseradd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@apps/$(DEPDIR)/apps_luserdel-luserdel.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@apps/$(DEPDIR)/apps_lusermod-lusermod.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@apps/$(DEPDIR)/apputil.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@lib/$(DEPDIR)/lib_libuser_la-common.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@lib/$(DEPDIR)/lib_libuser_la-config.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@lib/$(DEPDIR)/lib_libuser_la-entity.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@lib/$(DEPDIR)/lib_libuser_la-error.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@lib/$(DEPDIR)/lib_libuser_la-getdate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@lib/$(DEPDIR)/lib_libuser_la-misc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@lib/$(DEPDIR)/lib_libuser_la-modules.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@lib/$(DEPDIR)/lib_libuser_la-prompt.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@lib/$(DEPDIR)/lib_libuser_la-scache.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@lib/$(DEPDIR)/lib_libuser_la-user.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@lib/$(DEPDIR)/lib_libuser_la-util.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@modules/$(DEPDIR)/files.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@modules/$(DEPDIR)/krb5.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@modules/$(DEPDIR)/ldap.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@modules/$(DEPDIR)/sasldb.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@python/$(DEPDIR)/python_libusermodule_la-libusermodule.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@samples/$(DEPDIR)/field.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@samples/$(DEPDIR)/samples_enum-enum.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@samples/$(DEPDIR)/samples_homedir-homedir.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@samples/$(DEPDIR)/samples_lookup-lookup.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@samples/$(DEPDIR)/samples_prompt-prompt.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@samples/$(DEPDIR)/samples_testuser-testuser.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@tests/$(DEPDIR)/config_test.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ mv -f $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ mv -f $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ mv -f $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< lib/lib_libuser_la-common.lo: lib/common.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib_libuser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lib/lib_libuser_la-common.lo -MD -MP -MF lib/$(DEPDIR)/lib_libuser_la-common.Tpo -c -o lib/lib_libuser_la-common.lo `test -f 'lib/common.c' || echo '$(srcdir)/'`lib/common.c @am__fastdepCC_TRUE@ mv -f lib/$(DEPDIR)/lib_libuser_la-common.Tpo lib/$(DEPDIR)/lib_libuser_la-common.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/common.c' object='lib/lib_libuser_la-common.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib_libuser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lib/lib_libuser_la-common.lo `test -f 'lib/common.c' || echo '$(srcdir)/'`lib/common.c lib/lib_libuser_la-config.lo: lib/config.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib_libuser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lib/lib_libuser_la-config.lo -MD -MP -MF lib/$(DEPDIR)/lib_libuser_la-config.Tpo -c -o lib/lib_libuser_la-config.lo `test -f 'lib/config.c' || echo '$(srcdir)/'`lib/config.c @am__fastdepCC_TRUE@ mv -f lib/$(DEPDIR)/lib_libuser_la-config.Tpo lib/$(DEPDIR)/lib_libuser_la-config.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/config.c' object='lib/lib_libuser_la-config.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib_libuser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lib/lib_libuser_la-config.lo `test -f 'lib/config.c' || echo '$(srcdir)/'`lib/config.c lib/lib_libuser_la-entity.lo: lib/entity.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib_libuser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lib/lib_libuser_la-entity.lo -MD -MP -MF lib/$(DEPDIR)/lib_libuser_la-entity.Tpo -c -o lib/lib_libuser_la-entity.lo `test -f 'lib/entity.c' || echo '$(srcdir)/'`lib/entity.c @am__fastdepCC_TRUE@ mv -f lib/$(DEPDIR)/lib_libuser_la-entity.Tpo lib/$(DEPDIR)/lib_libuser_la-entity.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/entity.c' object='lib/lib_libuser_la-entity.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib_libuser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lib/lib_libuser_la-entity.lo `test -f 'lib/entity.c' || echo '$(srcdir)/'`lib/entity.c lib/lib_libuser_la-error.lo: lib/error.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib_libuser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lib/lib_libuser_la-error.lo -MD -MP -MF lib/$(DEPDIR)/lib_libuser_la-error.Tpo -c -o lib/lib_libuser_la-error.lo `test -f 'lib/error.c' || echo '$(srcdir)/'`lib/error.c @am__fastdepCC_TRUE@ mv -f lib/$(DEPDIR)/lib_libuser_la-error.Tpo lib/$(DEPDIR)/lib_libuser_la-error.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/error.c' object='lib/lib_libuser_la-error.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib_libuser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lib/lib_libuser_la-error.lo `test -f 'lib/error.c' || echo '$(srcdir)/'`lib/error.c lib/lib_libuser_la-getdate.lo: lib/getdate.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib_libuser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lib/lib_libuser_la-getdate.lo -MD -MP -MF lib/$(DEPDIR)/lib_libuser_la-getdate.Tpo -c -o lib/lib_libuser_la-getdate.lo `test -f 'lib/getdate.c' || echo '$(srcdir)/'`lib/getdate.c @am__fastdepCC_TRUE@ mv -f lib/$(DEPDIR)/lib_libuser_la-getdate.Tpo lib/$(DEPDIR)/lib_libuser_la-getdate.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/getdate.c' object='lib/lib_libuser_la-getdate.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib_libuser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lib/lib_libuser_la-getdate.lo `test -f 'lib/getdate.c' || echo '$(srcdir)/'`lib/getdate.c lib/lib_libuser_la-misc.lo: lib/misc.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib_libuser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lib/lib_libuser_la-misc.lo -MD -MP -MF lib/$(DEPDIR)/lib_libuser_la-misc.Tpo -c -o lib/lib_libuser_la-misc.lo `test -f 'lib/misc.c' || echo '$(srcdir)/'`lib/misc.c @am__fastdepCC_TRUE@ mv -f lib/$(DEPDIR)/lib_libuser_la-misc.Tpo lib/$(DEPDIR)/lib_libuser_la-misc.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/misc.c' object='lib/lib_libuser_la-misc.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib_libuser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lib/lib_libuser_la-misc.lo `test -f 'lib/misc.c' || echo '$(srcdir)/'`lib/misc.c lib/lib_libuser_la-modules.lo: lib/modules.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib_libuser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lib/lib_libuser_la-modules.lo -MD -MP -MF lib/$(DEPDIR)/lib_libuser_la-modules.Tpo -c -o lib/lib_libuser_la-modules.lo `test -f 'lib/modules.c' || echo '$(srcdir)/'`lib/modules.c @am__fastdepCC_TRUE@ mv -f lib/$(DEPDIR)/lib_libuser_la-modules.Tpo lib/$(DEPDIR)/lib_libuser_la-modules.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/modules.c' object='lib/lib_libuser_la-modules.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib_libuser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lib/lib_libuser_la-modules.lo `test -f 'lib/modules.c' || echo '$(srcdir)/'`lib/modules.c lib/lib_libuser_la-prompt.lo: lib/prompt.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib_libuser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lib/lib_libuser_la-prompt.lo -MD -MP -MF lib/$(DEPDIR)/lib_libuser_la-prompt.Tpo -c -o lib/lib_libuser_la-prompt.lo `test -f 'lib/prompt.c' || echo '$(srcdir)/'`lib/prompt.c @am__fastdepCC_TRUE@ mv -f lib/$(DEPDIR)/lib_libuser_la-prompt.Tpo lib/$(DEPDIR)/lib_libuser_la-prompt.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/prompt.c' object='lib/lib_libuser_la-prompt.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib_libuser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lib/lib_libuser_la-prompt.lo `test -f 'lib/prompt.c' || echo '$(srcdir)/'`lib/prompt.c lib/lib_libuser_la-scache.lo: lib/scache.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib_libuser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lib/lib_libuser_la-scache.lo -MD -MP -MF lib/$(DEPDIR)/lib_libuser_la-scache.Tpo -c -o lib/lib_libuser_la-scache.lo `test -f 'lib/scache.c' || echo '$(srcdir)/'`lib/scache.c @am__fastdepCC_TRUE@ mv -f lib/$(DEPDIR)/lib_libuser_la-scache.Tpo lib/$(DEPDIR)/lib_libuser_la-scache.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/scache.c' object='lib/lib_libuser_la-scache.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib_libuser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lib/lib_libuser_la-scache.lo `test -f 'lib/scache.c' || echo '$(srcdir)/'`lib/scache.c lib/lib_libuser_la-user.lo: lib/user.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib_libuser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lib/lib_libuser_la-user.lo -MD -MP -MF lib/$(DEPDIR)/lib_libuser_la-user.Tpo -c -o lib/lib_libuser_la-user.lo `test -f 'lib/user.c' || echo '$(srcdir)/'`lib/user.c @am__fastdepCC_TRUE@ mv -f lib/$(DEPDIR)/lib_libuser_la-user.Tpo lib/$(DEPDIR)/lib_libuser_la-user.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/user.c' object='lib/lib_libuser_la-user.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib_libuser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lib/lib_libuser_la-user.lo `test -f 'lib/user.c' || echo '$(srcdir)/'`lib/user.c lib/lib_libuser_la-util.lo: lib/util.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib_libuser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lib/lib_libuser_la-util.lo -MD -MP -MF lib/$(DEPDIR)/lib_libuser_la-util.Tpo -c -o lib/lib_libuser_la-util.lo `test -f 'lib/util.c' || echo '$(srcdir)/'`lib/util.c @am__fastdepCC_TRUE@ mv -f lib/$(DEPDIR)/lib_libuser_la-util.Tpo lib/$(DEPDIR)/lib_libuser_la-util.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lib/util.c' object='lib/lib_libuser_la-util.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lib_libuser_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lib/lib_libuser_la-util.lo `test -f 'lib/util.c' || echo '$(srcdir)/'`lib/util.c python/python_libusermodule_la-libusermodule.lo: python/libusermodule.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(python_libusermodule_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT python/python_libusermodule_la-libusermodule.lo -MD -MP -MF python/$(DEPDIR)/python_libusermodule_la-libusermodule.Tpo -c -o python/python_libusermodule_la-libusermodule.lo `test -f 'python/libusermodule.c' || echo '$(srcdir)/'`python/libusermodule.c @am__fastdepCC_TRUE@ mv -f python/$(DEPDIR)/python_libusermodule_la-libusermodule.Tpo python/$(DEPDIR)/python_libusermodule_la-libusermodule.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='python/libusermodule.c' object='python/python_libusermodule_la-libusermodule.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(python_libusermodule_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o python/python_libusermodule_la-libusermodule.lo `test -f 'python/libusermodule.c' || echo '$(srcdir)/'`python/libusermodule.c apps/apps_lchage-lchage.o: apps/lchage.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lchage_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT apps/apps_lchage-lchage.o -MD -MP -MF apps/$(DEPDIR)/apps_lchage-lchage.Tpo -c -o apps/apps_lchage-lchage.o `test -f 'apps/lchage.c' || echo '$(srcdir)/'`apps/lchage.c @am__fastdepCC_TRUE@ mv -f apps/$(DEPDIR)/apps_lchage-lchage.Tpo apps/$(DEPDIR)/apps_lchage-lchage.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='apps/lchage.c' object='apps/apps_lchage-lchage.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lchage_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o apps/apps_lchage-lchage.o `test -f 'apps/lchage.c' || echo '$(srcdir)/'`apps/lchage.c apps/apps_lchage-lchage.obj: apps/lchage.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lchage_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT apps/apps_lchage-lchage.obj -MD -MP -MF apps/$(DEPDIR)/apps_lchage-lchage.Tpo -c -o apps/apps_lchage-lchage.obj `if test -f 'apps/lchage.c'; then $(CYGPATH_W) 'apps/lchage.c'; else $(CYGPATH_W) '$(srcdir)/apps/lchage.c'; fi` @am__fastdepCC_TRUE@ mv -f apps/$(DEPDIR)/apps_lchage-lchage.Tpo apps/$(DEPDIR)/apps_lchage-lchage.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='apps/lchage.c' object='apps/apps_lchage-lchage.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lchage_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o apps/apps_lchage-lchage.obj `if test -f 'apps/lchage.c'; then $(CYGPATH_W) 'apps/lchage.c'; else $(CYGPATH_W) '$(srcdir)/apps/lchage.c'; fi` apps/apps_lchfn-lchfn.o: apps/lchfn.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lchfn_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT apps/apps_lchfn-lchfn.o -MD -MP -MF apps/$(DEPDIR)/apps_lchfn-lchfn.Tpo -c -o apps/apps_lchfn-lchfn.o `test -f 'apps/lchfn.c' || echo '$(srcdir)/'`apps/lchfn.c @am__fastdepCC_TRUE@ mv -f apps/$(DEPDIR)/apps_lchfn-lchfn.Tpo apps/$(DEPDIR)/apps_lchfn-lchfn.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='apps/lchfn.c' object='apps/apps_lchfn-lchfn.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lchfn_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o apps/apps_lchfn-lchfn.o `test -f 'apps/lchfn.c' || echo '$(srcdir)/'`apps/lchfn.c apps/apps_lchfn-lchfn.obj: apps/lchfn.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lchfn_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT apps/apps_lchfn-lchfn.obj -MD -MP -MF apps/$(DEPDIR)/apps_lchfn-lchfn.Tpo -c -o apps/apps_lchfn-lchfn.obj `if test -f 'apps/lchfn.c'; then $(CYGPATH_W) 'apps/lchfn.c'; else $(CYGPATH_W) '$(srcdir)/apps/lchfn.c'; fi` @am__fastdepCC_TRUE@ mv -f apps/$(DEPDIR)/apps_lchfn-lchfn.Tpo apps/$(DEPDIR)/apps_lchfn-lchfn.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='apps/lchfn.c' object='apps/apps_lchfn-lchfn.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lchfn_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o apps/apps_lchfn-lchfn.obj `if test -f 'apps/lchfn.c'; then $(CYGPATH_W) 'apps/lchfn.c'; else $(CYGPATH_W) '$(srcdir)/apps/lchfn.c'; fi` apps/apps_lchsh-lchsh.o: apps/lchsh.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lchsh_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT apps/apps_lchsh-lchsh.o -MD -MP -MF apps/$(DEPDIR)/apps_lchsh-lchsh.Tpo -c -o apps/apps_lchsh-lchsh.o `test -f 'apps/lchsh.c' || echo '$(srcdir)/'`apps/lchsh.c @am__fastdepCC_TRUE@ mv -f apps/$(DEPDIR)/apps_lchsh-lchsh.Tpo apps/$(DEPDIR)/apps_lchsh-lchsh.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='apps/lchsh.c' object='apps/apps_lchsh-lchsh.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lchsh_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o apps/apps_lchsh-lchsh.o `test -f 'apps/lchsh.c' || echo '$(srcdir)/'`apps/lchsh.c apps/apps_lchsh-lchsh.obj: apps/lchsh.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lchsh_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT apps/apps_lchsh-lchsh.obj -MD -MP -MF apps/$(DEPDIR)/apps_lchsh-lchsh.Tpo -c -o apps/apps_lchsh-lchsh.obj `if test -f 'apps/lchsh.c'; then $(CYGPATH_W) 'apps/lchsh.c'; else $(CYGPATH_W) '$(srcdir)/apps/lchsh.c'; fi` @am__fastdepCC_TRUE@ mv -f apps/$(DEPDIR)/apps_lchsh-lchsh.Tpo apps/$(DEPDIR)/apps_lchsh-lchsh.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='apps/lchsh.c' object='apps/apps_lchsh-lchsh.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lchsh_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o apps/apps_lchsh-lchsh.obj `if test -f 'apps/lchsh.c'; then $(CYGPATH_W) 'apps/lchsh.c'; else $(CYGPATH_W) '$(srcdir)/apps/lchsh.c'; fi` apps/apps_lgroupadd-lgroupadd.o: apps/lgroupadd.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lgroupadd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT apps/apps_lgroupadd-lgroupadd.o -MD -MP -MF apps/$(DEPDIR)/apps_lgroupadd-lgroupadd.Tpo -c -o apps/apps_lgroupadd-lgroupadd.o `test -f 'apps/lgroupadd.c' || echo '$(srcdir)/'`apps/lgroupadd.c @am__fastdepCC_TRUE@ mv -f apps/$(DEPDIR)/apps_lgroupadd-lgroupadd.Tpo apps/$(DEPDIR)/apps_lgroupadd-lgroupadd.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='apps/lgroupadd.c' object='apps/apps_lgroupadd-lgroupadd.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lgroupadd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o apps/apps_lgroupadd-lgroupadd.o `test -f 'apps/lgroupadd.c' || echo '$(srcdir)/'`apps/lgroupadd.c apps/apps_lgroupadd-lgroupadd.obj: apps/lgroupadd.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lgroupadd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT apps/apps_lgroupadd-lgroupadd.obj -MD -MP -MF apps/$(DEPDIR)/apps_lgroupadd-lgroupadd.Tpo -c -o apps/apps_lgroupadd-lgroupadd.obj `if test -f 'apps/lgroupadd.c'; then $(CYGPATH_W) 'apps/lgroupadd.c'; else $(CYGPATH_W) '$(srcdir)/apps/lgroupadd.c'; fi` @am__fastdepCC_TRUE@ mv -f apps/$(DEPDIR)/apps_lgroupadd-lgroupadd.Tpo apps/$(DEPDIR)/apps_lgroupadd-lgroupadd.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='apps/lgroupadd.c' object='apps/apps_lgroupadd-lgroupadd.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lgroupadd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o apps/apps_lgroupadd-lgroupadd.obj `if test -f 'apps/lgroupadd.c'; then $(CYGPATH_W) 'apps/lgroupadd.c'; else $(CYGPATH_W) '$(srcdir)/apps/lgroupadd.c'; fi` apps/apps_lgroupdel-lgroupdel.o: apps/lgroupdel.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lgroupdel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT apps/apps_lgroupdel-lgroupdel.o -MD -MP -MF apps/$(DEPDIR)/apps_lgroupdel-lgroupdel.Tpo -c -o apps/apps_lgroupdel-lgroupdel.o `test -f 'apps/lgroupdel.c' || echo '$(srcdir)/'`apps/lgroupdel.c @am__fastdepCC_TRUE@ mv -f apps/$(DEPDIR)/apps_lgroupdel-lgroupdel.Tpo apps/$(DEPDIR)/apps_lgroupdel-lgroupdel.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='apps/lgroupdel.c' object='apps/apps_lgroupdel-lgroupdel.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lgroupdel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o apps/apps_lgroupdel-lgroupdel.o `test -f 'apps/lgroupdel.c' || echo '$(srcdir)/'`apps/lgroupdel.c apps/apps_lgroupdel-lgroupdel.obj: apps/lgroupdel.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lgroupdel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT apps/apps_lgroupdel-lgroupdel.obj -MD -MP -MF apps/$(DEPDIR)/apps_lgroupdel-lgroupdel.Tpo -c -o apps/apps_lgroupdel-lgroupdel.obj `if test -f 'apps/lgroupdel.c'; then $(CYGPATH_W) 'apps/lgroupdel.c'; else $(CYGPATH_W) '$(srcdir)/apps/lgroupdel.c'; fi` @am__fastdepCC_TRUE@ mv -f apps/$(DEPDIR)/apps_lgroupdel-lgroupdel.Tpo apps/$(DEPDIR)/apps_lgroupdel-lgroupdel.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='apps/lgroupdel.c' object='apps/apps_lgroupdel-lgroupdel.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lgroupdel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o apps/apps_lgroupdel-lgroupdel.obj `if test -f 'apps/lgroupdel.c'; then $(CYGPATH_W) 'apps/lgroupdel.c'; else $(CYGPATH_W) '$(srcdir)/apps/lgroupdel.c'; fi` apps/apps_lgroupmod-lgroupmod.o: apps/lgroupmod.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lgroupmod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT apps/apps_lgroupmod-lgroupmod.o -MD -MP -MF apps/$(DEPDIR)/apps_lgroupmod-lgroupmod.Tpo -c -o apps/apps_lgroupmod-lgroupmod.o `test -f 'apps/lgroupmod.c' || echo '$(srcdir)/'`apps/lgroupmod.c @am__fastdepCC_TRUE@ mv -f apps/$(DEPDIR)/apps_lgroupmod-lgroupmod.Tpo apps/$(DEPDIR)/apps_lgroupmod-lgroupmod.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='apps/lgroupmod.c' object='apps/apps_lgroupmod-lgroupmod.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lgroupmod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o apps/apps_lgroupmod-lgroupmod.o `test -f 'apps/lgroupmod.c' || echo '$(srcdir)/'`apps/lgroupmod.c apps/apps_lgroupmod-lgroupmod.obj: apps/lgroupmod.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lgroupmod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT apps/apps_lgroupmod-lgroupmod.obj -MD -MP -MF apps/$(DEPDIR)/apps_lgroupmod-lgroupmod.Tpo -c -o apps/apps_lgroupmod-lgroupmod.obj `if test -f 'apps/lgroupmod.c'; then $(CYGPATH_W) 'apps/lgroupmod.c'; else $(CYGPATH_W) '$(srcdir)/apps/lgroupmod.c'; fi` @am__fastdepCC_TRUE@ mv -f apps/$(DEPDIR)/apps_lgroupmod-lgroupmod.Tpo apps/$(DEPDIR)/apps_lgroupmod-lgroupmod.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='apps/lgroupmod.c' object='apps/apps_lgroupmod-lgroupmod.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lgroupmod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o apps/apps_lgroupmod-lgroupmod.obj `if test -f 'apps/lgroupmod.c'; then $(CYGPATH_W) 'apps/lgroupmod.c'; else $(CYGPATH_W) '$(srcdir)/apps/lgroupmod.c'; fi` apps/apps_lid-lid.o: apps/lid.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lid_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT apps/apps_lid-lid.o -MD -MP -MF apps/$(DEPDIR)/apps_lid-lid.Tpo -c -o apps/apps_lid-lid.o `test -f 'apps/lid.c' || echo '$(srcdir)/'`apps/lid.c @am__fastdepCC_TRUE@ mv -f apps/$(DEPDIR)/apps_lid-lid.Tpo apps/$(DEPDIR)/apps_lid-lid.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='apps/lid.c' object='apps/apps_lid-lid.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lid_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o apps/apps_lid-lid.o `test -f 'apps/lid.c' || echo '$(srcdir)/'`apps/lid.c apps/apps_lid-lid.obj: apps/lid.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lid_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT apps/apps_lid-lid.obj -MD -MP -MF apps/$(DEPDIR)/apps_lid-lid.Tpo -c -o apps/apps_lid-lid.obj `if test -f 'apps/lid.c'; then $(CYGPATH_W) 'apps/lid.c'; else $(CYGPATH_W) '$(srcdir)/apps/lid.c'; fi` @am__fastdepCC_TRUE@ mv -f apps/$(DEPDIR)/apps_lid-lid.Tpo apps/$(DEPDIR)/apps_lid-lid.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='apps/lid.c' object='apps/apps_lid-lid.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lid_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o apps/apps_lid-lid.obj `if test -f 'apps/lid.c'; then $(CYGPATH_W) 'apps/lid.c'; else $(CYGPATH_W) '$(srcdir)/apps/lid.c'; fi` apps/apps_lnewusers-lnewusers.o: apps/lnewusers.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lnewusers_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT apps/apps_lnewusers-lnewusers.o -MD -MP -MF apps/$(DEPDIR)/apps_lnewusers-lnewusers.Tpo -c -o apps/apps_lnewusers-lnewusers.o `test -f 'apps/lnewusers.c' || echo '$(srcdir)/'`apps/lnewusers.c @am__fastdepCC_TRUE@ mv -f apps/$(DEPDIR)/apps_lnewusers-lnewusers.Tpo apps/$(DEPDIR)/apps_lnewusers-lnewusers.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='apps/lnewusers.c' object='apps/apps_lnewusers-lnewusers.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lnewusers_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o apps/apps_lnewusers-lnewusers.o `test -f 'apps/lnewusers.c' || echo '$(srcdir)/'`apps/lnewusers.c apps/apps_lnewusers-lnewusers.obj: apps/lnewusers.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lnewusers_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT apps/apps_lnewusers-lnewusers.obj -MD -MP -MF apps/$(DEPDIR)/apps_lnewusers-lnewusers.Tpo -c -o apps/apps_lnewusers-lnewusers.obj `if test -f 'apps/lnewusers.c'; then $(CYGPATH_W) 'apps/lnewusers.c'; else $(CYGPATH_W) '$(srcdir)/apps/lnewusers.c'; fi` @am__fastdepCC_TRUE@ mv -f apps/$(DEPDIR)/apps_lnewusers-lnewusers.Tpo apps/$(DEPDIR)/apps_lnewusers-lnewusers.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='apps/lnewusers.c' object='apps/apps_lnewusers-lnewusers.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lnewusers_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o apps/apps_lnewusers-lnewusers.obj `if test -f 'apps/lnewusers.c'; then $(CYGPATH_W) 'apps/lnewusers.c'; else $(CYGPATH_W) '$(srcdir)/apps/lnewusers.c'; fi` apps/apps_lpasswd-lpasswd.o: apps/lpasswd.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lpasswd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT apps/apps_lpasswd-lpasswd.o -MD -MP -MF apps/$(DEPDIR)/apps_lpasswd-lpasswd.Tpo -c -o apps/apps_lpasswd-lpasswd.o `test -f 'apps/lpasswd.c' || echo '$(srcdir)/'`apps/lpasswd.c @am__fastdepCC_TRUE@ mv -f apps/$(DEPDIR)/apps_lpasswd-lpasswd.Tpo apps/$(DEPDIR)/apps_lpasswd-lpasswd.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='apps/lpasswd.c' object='apps/apps_lpasswd-lpasswd.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lpasswd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o apps/apps_lpasswd-lpasswd.o `test -f 'apps/lpasswd.c' || echo '$(srcdir)/'`apps/lpasswd.c apps/apps_lpasswd-lpasswd.obj: apps/lpasswd.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lpasswd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT apps/apps_lpasswd-lpasswd.obj -MD -MP -MF apps/$(DEPDIR)/apps_lpasswd-lpasswd.Tpo -c -o apps/apps_lpasswd-lpasswd.obj `if test -f 'apps/lpasswd.c'; then $(CYGPATH_W) 'apps/lpasswd.c'; else $(CYGPATH_W) '$(srcdir)/apps/lpasswd.c'; fi` @am__fastdepCC_TRUE@ mv -f apps/$(DEPDIR)/apps_lpasswd-lpasswd.Tpo apps/$(DEPDIR)/apps_lpasswd-lpasswd.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='apps/lpasswd.c' object='apps/apps_lpasswd-lpasswd.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lpasswd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o apps/apps_lpasswd-lpasswd.obj `if test -f 'apps/lpasswd.c'; then $(CYGPATH_W) 'apps/lpasswd.c'; else $(CYGPATH_W) '$(srcdir)/apps/lpasswd.c'; fi` apps/apps_luseradd-luseradd.o: apps/luseradd.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_luseradd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT apps/apps_luseradd-luseradd.o -MD -MP -MF apps/$(DEPDIR)/apps_luseradd-luseradd.Tpo -c -o apps/apps_luseradd-luseradd.o `test -f 'apps/luseradd.c' || echo '$(srcdir)/'`apps/luseradd.c @am__fastdepCC_TRUE@ mv -f apps/$(DEPDIR)/apps_luseradd-luseradd.Tpo apps/$(DEPDIR)/apps_luseradd-luseradd.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='apps/luseradd.c' object='apps/apps_luseradd-luseradd.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_luseradd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o apps/apps_luseradd-luseradd.o `test -f 'apps/luseradd.c' || echo '$(srcdir)/'`apps/luseradd.c apps/apps_luseradd-luseradd.obj: apps/luseradd.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_luseradd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT apps/apps_luseradd-luseradd.obj -MD -MP -MF apps/$(DEPDIR)/apps_luseradd-luseradd.Tpo -c -o apps/apps_luseradd-luseradd.obj `if test -f 'apps/luseradd.c'; then $(CYGPATH_W) 'apps/luseradd.c'; else $(CYGPATH_W) '$(srcdir)/apps/luseradd.c'; fi` @am__fastdepCC_TRUE@ mv -f apps/$(DEPDIR)/apps_luseradd-luseradd.Tpo apps/$(DEPDIR)/apps_luseradd-luseradd.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='apps/luseradd.c' object='apps/apps_luseradd-luseradd.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_luseradd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o apps/apps_luseradd-luseradd.obj `if test -f 'apps/luseradd.c'; then $(CYGPATH_W) 'apps/luseradd.c'; else $(CYGPATH_W) '$(srcdir)/apps/luseradd.c'; fi` apps/apps_luserdel-luserdel.o: apps/luserdel.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_luserdel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT apps/apps_luserdel-luserdel.o -MD -MP -MF apps/$(DEPDIR)/apps_luserdel-luserdel.Tpo -c -o apps/apps_luserdel-luserdel.o `test -f 'apps/luserdel.c' || echo '$(srcdir)/'`apps/luserdel.c @am__fastdepCC_TRUE@ mv -f apps/$(DEPDIR)/apps_luserdel-luserdel.Tpo apps/$(DEPDIR)/apps_luserdel-luserdel.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='apps/luserdel.c' object='apps/apps_luserdel-luserdel.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_luserdel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o apps/apps_luserdel-luserdel.o `test -f 'apps/luserdel.c' || echo '$(srcdir)/'`apps/luserdel.c apps/apps_luserdel-luserdel.obj: apps/luserdel.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_luserdel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT apps/apps_luserdel-luserdel.obj -MD -MP -MF apps/$(DEPDIR)/apps_luserdel-luserdel.Tpo -c -o apps/apps_luserdel-luserdel.obj `if test -f 'apps/luserdel.c'; then $(CYGPATH_W) 'apps/luserdel.c'; else $(CYGPATH_W) '$(srcdir)/apps/luserdel.c'; fi` @am__fastdepCC_TRUE@ mv -f apps/$(DEPDIR)/apps_luserdel-luserdel.Tpo apps/$(DEPDIR)/apps_luserdel-luserdel.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='apps/luserdel.c' object='apps/apps_luserdel-luserdel.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_luserdel_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o apps/apps_luserdel-luserdel.obj `if test -f 'apps/luserdel.c'; then $(CYGPATH_W) 'apps/luserdel.c'; else $(CYGPATH_W) '$(srcdir)/apps/luserdel.c'; fi` apps/apps_lusermod-lusermod.o: apps/lusermod.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lusermod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT apps/apps_lusermod-lusermod.o -MD -MP -MF apps/$(DEPDIR)/apps_lusermod-lusermod.Tpo -c -o apps/apps_lusermod-lusermod.o `test -f 'apps/lusermod.c' || echo '$(srcdir)/'`apps/lusermod.c @am__fastdepCC_TRUE@ mv -f apps/$(DEPDIR)/apps_lusermod-lusermod.Tpo apps/$(DEPDIR)/apps_lusermod-lusermod.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='apps/lusermod.c' object='apps/apps_lusermod-lusermod.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lusermod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o apps/apps_lusermod-lusermod.o `test -f 'apps/lusermod.c' || echo '$(srcdir)/'`apps/lusermod.c apps/apps_lusermod-lusermod.obj: apps/lusermod.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lusermod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT apps/apps_lusermod-lusermod.obj -MD -MP -MF apps/$(DEPDIR)/apps_lusermod-lusermod.Tpo -c -o apps/apps_lusermod-lusermod.obj `if test -f 'apps/lusermod.c'; then $(CYGPATH_W) 'apps/lusermod.c'; else $(CYGPATH_W) '$(srcdir)/apps/lusermod.c'; fi` @am__fastdepCC_TRUE@ mv -f apps/$(DEPDIR)/apps_lusermod-lusermod.Tpo apps/$(DEPDIR)/apps_lusermod-lusermod.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='apps/lusermod.c' object='apps/apps_lusermod-lusermod.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(apps_lusermod_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o apps/apps_lusermod-lusermod.obj `if test -f 'apps/lusermod.c'; then $(CYGPATH_W) 'apps/lusermod.c'; else $(CYGPATH_W) '$(srcdir)/apps/lusermod.c'; fi` samples/samples_enum-enum.o: samples/enum.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(samples_enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT samples/samples_enum-enum.o -MD -MP -MF samples/$(DEPDIR)/samples_enum-enum.Tpo -c -o samples/samples_enum-enum.o `test -f 'samples/enum.c' || echo '$(srcdir)/'`samples/enum.c @am__fastdepCC_TRUE@ mv -f samples/$(DEPDIR)/samples_enum-enum.Tpo samples/$(DEPDIR)/samples_enum-enum.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='samples/enum.c' object='samples/samples_enum-enum.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(samples_enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o samples/samples_enum-enum.o `test -f 'samples/enum.c' || echo '$(srcdir)/'`samples/enum.c samples/samples_enum-enum.obj: samples/enum.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(samples_enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT samples/samples_enum-enum.obj -MD -MP -MF samples/$(DEPDIR)/samples_enum-enum.Tpo -c -o samples/samples_enum-enum.obj `if test -f 'samples/enum.c'; then $(CYGPATH_W) 'samples/enum.c'; else $(CYGPATH_W) '$(srcdir)/samples/enum.c'; fi` @am__fastdepCC_TRUE@ mv -f samples/$(DEPDIR)/samples_enum-enum.Tpo samples/$(DEPDIR)/samples_enum-enum.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='samples/enum.c' object='samples/samples_enum-enum.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(samples_enum_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o samples/samples_enum-enum.obj `if test -f 'samples/enum.c'; then $(CYGPATH_W) 'samples/enum.c'; else $(CYGPATH_W) '$(srcdir)/samples/enum.c'; fi` samples/samples_homedir-homedir.o: samples/homedir.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(samples_homedir_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT samples/samples_homedir-homedir.o -MD -MP -MF samples/$(DEPDIR)/samples_homedir-homedir.Tpo -c -o samples/samples_homedir-homedir.o `test -f 'samples/homedir.c' || echo '$(srcdir)/'`samples/homedir.c @am__fastdepCC_TRUE@ mv -f samples/$(DEPDIR)/samples_homedir-homedir.Tpo samples/$(DEPDIR)/samples_homedir-homedir.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='samples/homedir.c' object='samples/samples_homedir-homedir.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(samples_homedir_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o samples/samples_homedir-homedir.o `test -f 'samples/homedir.c' || echo '$(srcdir)/'`samples/homedir.c samples/samples_homedir-homedir.obj: samples/homedir.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(samples_homedir_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT samples/samples_homedir-homedir.obj -MD -MP -MF samples/$(DEPDIR)/samples_homedir-homedir.Tpo -c -o samples/samples_homedir-homedir.obj `if test -f 'samples/homedir.c'; then $(CYGPATH_W) 'samples/homedir.c'; else $(CYGPATH_W) '$(srcdir)/samples/homedir.c'; fi` @am__fastdepCC_TRUE@ mv -f samples/$(DEPDIR)/samples_homedir-homedir.Tpo samples/$(DEPDIR)/samples_homedir-homedir.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='samples/homedir.c' object='samples/samples_homedir-homedir.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(samples_homedir_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o samples/samples_homedir-homedir.obj `if test -f 'samples/homedir.c'; then $(CYGPATH_W) 'samples/homedir.c'; else $(CYGPATH_W) '$(srcdir)/samples/homedir.c'; fi` samples/samples_lookup-lookup.o: samples/lookup.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(samples_lookup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT samples/samples_lookup-lookup.o -MD -MP -MF samples/$(DEPDIR)/samples_lookup-lookup.Tpo -c -o samples/samples_lookup-lookup.o `test -f 'samples/lookup.c' || echo '$(srcdir)/'`samples/lookup.c @am__fastdepCC_TRUE@ mv -f samples/$(DEPDIR)/samples_lookup-lookup.Tpo samples/$(DEPDIR)/samples_lookup-lookup.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='samples/lookup.c' object='samples/samples_lookup-lookup.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(samples_lookup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o samples/samples_lookup-lookup.o `test -f 'samples/lookup.c' || echo '$(srcdir)/'`samples/lookup.c samples/samples_lookup-lookup.obj: samples/lookup.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(samples_lookup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT samples/samples_lookup-lookup.obj -MD -MP -MF samples/$(DEPDIR)/samples_lookup-lookup.Tpo -c -o samples/samples_lookup-lookup.obj `if test -f 'samples/lookup.c'; then $(CYGPATH_W) 'samples/lookup.c'; else $(CYGPATH_W) '$(srcdir)/samples/lookup.c'; fi` @am__fastdepCC_TRUE@ mv -f samples/$(DEPDIR)/samples_lookup-lookup.Tpo samples/$(DEPDIR)/samples_lookup-lookup.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='samples/lookup.c' object='samples/samples_lookup-lookup.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(samples_lookup_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o samples/samples_lookup-lookup.obj `if test -f 'samples/lookup.c'; then $(CYGPATH_W) 'samples/lookup.c'; else $(CYGPATH_W) '$(srcdir)/samples/lookup.c'; fi` samples/samples_prompt-prompt.o: samples/prompt.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(samples_prompt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT samples/samples_prompt-prompt.o -MD -MP -MF samples/$(DEPDIR)/samples_prompt-prompt.Tpo -c -o samples/samples_prompt-prompt.o `test -f 'samples/prompt.c' || echo '$(srcdir)/'`samples/prompt.c @am__fastdepCC_TRUE@ mv -f samples/$(DEPDIR)/samples_prompt-prompt.Tpo samples/$(DEPDIR)/samples_prompt-prompt.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='samples/prompt.c' object='samples/samples_prompt-prompt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(samples_prompt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o samples/samples_prompt-prompt.o `test -f 'samples/prompt.c' || echo '$(srcdir)/'`samples/prompt.c samples/samples_prompt-prompt.obj: samples/prompt.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(samples_prompt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT samples/samples_prompt-prompt.obj -MD -MP -MF samples/$(DEPDIR)/samples_prompt-prompt.Tpo -c -o samples/samples_prompt-prompt.obj `if test -f 'samples/prompt.c'; then $(CYGPATH_W) 'samples/prompt.c'; else $(CYGPATH_W) '$(srcdir)/samples/prompt.c'; fi` @am__fastdepCC_TRUE@ mv -f samples/$(DEPDIR)/samples_prompt-prompt.Tpo samples/$(DEPDIR)/samples_prompt-prompt.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='samples/prompt.c' object='samples/samples_prompt-prompt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(samples_prompt_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o samples/samples_prompt-prompt.obj `if test -f 'samples/prompt.c'; then $(CYGPATH_W) 'samples/prompt.c'; else $(CYGPATH_W) '$(srcdir)/samples/prompt.c'; fi` samples/samples_testuser-testuser.o: samples/testuser.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(samples_testuser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT samples/samples_testuser-testuser.o -MD -MP -MF samples/$(DEPDIR)/samples_testuser-testuser.Tpo -c -o samples/samples_testuser-testuser.o `test -f 'samples/testuser.c' || echo '$(srcdir)/'`samples/testuser.c @am__fastdepCC_TRUE@ mv -f samples/$(DEPDIR)/samples_testuser-testuser.Tpo samples/$(DEPDIR)/samples_testuser-testuser.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='samples/testuser.c' object='samples/samples_testuser-testuser.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(samples_testuser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o samples/samples_testuser-testuser.o `test -f 'samples/testuser.c' || echo '$(srcdir)/'`samples/testuser.c samples/samples_testuser-testuser.obj: samples/testuser.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(samples_testuser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT samples/samples_testuser-testuser.obj -MD -MP -MF samples/$(DEPDIR)/samples_testuser-testuser.Tpo -c -o samples/samples_testuser-testuser.obj `if test -f 'samples/testuser.c'; then $(CYGPATH_W) 'samples/testuser.c'; else $(CYGPATH_W) '$(srcdir)/samples/testuser.c'; fi` @am__fastdepCC_TRUE@ mv -f samples/$(DEPDIR)/samples_testuser-testuser.Tpo samples/$(DEPDIR)/samples_testuser-testuser.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='samples/testuser.c' object='samples/samples_testuser-testuser.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(samples_testuser_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o samples/samples_testuser-testuser.obj `if test -f 'samples/testuser.c'; then $(CYGPATH_W) 'samples/testuser.c'; else $(CYGPATH_W) '$(srcdir)/samples/testuser.c'; fi` .y.c: $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE) mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs -rm -rf apps/.libs apps/_libs -rm -rf lib/.libs lib/_libs -rm -rf modules/.libs modules/_libs -rm -rf python/.libs python/_libs distclean-libtool: -rm -f libtool install-man1: $(man1_MANS) $(man_MANS) @$(NORMAL_INSTALL) test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \ l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ for i in $$l2; do \ case "$$i" in \ *.1*) list="$$list $$i" ;; \ esac; \ done; \ for i in $$list; do \ if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ else file=$$i; fi; \ ext=`echo $$i | sed -e 's/^.*\\.//'`; \ case "$$ext" in \ 1*) ;; \ *) ext='1' ;; \ esac; \ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed -e 's/^.*\///'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \ done uninstall-man1: @$(NORMAL_UNINSTALL) @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \ l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ for i in $$l2; do \ case "$$i" in \ *.1*) list="$$list $$i" ;; \ esac; \ done; \ for i in $$list; do \ ext=`echo $$i | sed -e 's/^.*\\.//'`; \ case "$$ext" in \ 1*) ;; \ *) ext='1' ;; \ esac; \ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed -e 's/^.*\///'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \ rm -f "$(DESTDIR)$(man1dir)/$$inst"; \ done install-dist_sysconfDATA: $(dist_sysconf_DATA) @$(NORMAL_INSTALL) test -z "$(sysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" @list='$(dist_sysconf_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ echo " $(dist_sysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sysconfdir)/$$f'"; \ $(dist_sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f"; \ done uninstall-dist_sysconfDATA: @$(NORMAL_UNINSTALL) @list='$(dist_sysconf_DATA)'; for p in $$list; do \ f=$(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(sysconfdir)/$$f'"; \ rm -f "$(DESTDIR)$(sysconfdir)/$$f"; \ done install-pkgconfigDATA: $(pkgconfig_DATA) @$(NORMAL_INSTALL) test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" @list='$(pkgconfig_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \ done uninstall-pkgconfigDATA: @$(NORMAL_UNINSTALL) @list='$(pkgconfig_DATA)'; for p in $$list; do \ f=$(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \ done install-pkgincludeHEADERS: $(pkginclude_HEADERS) @$(NORMAL_INSTALL) test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" @list='$(pkginclude_HEADERS)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ echo " $(pkgincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgincludedir)/$$f'"; \ $(pkgincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgincludedir)/$$f"; \ done uninstall-pkgincludeHEADERS: @$(NORMAL_UNINSTALL) @list='$(pkginclude_HEADERS)'; for p in $$list; do \ f=$(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(pkgincludedir)/$$f'"; \ rm -f "$(DESTDIR)$(pkgincludedir)/$$f"; \ done # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): @failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): @failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ mkid -fID $$unique tags: TAGS TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$tags $$unique; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(CTAGS_ARGS)$$tags$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$tags $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && cd $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) $$here distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \ srcdir=$(srcdir); export srcdir; \ list=' $(TESTS) '; \ if test -n "$$list"; then \ for tst in $$list; do \ if test -f ./$$tst; then dir=./; \ elif test -f $$tst; then dir=; \ else dir="$(srcdir)/"; fi; \ if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ *$$ws$$tst$$ws*) \ xpass=`expr $$xpass + 1`; \ failed=`expr $$failed + 1`; \ echo "XPASS: $$tst"; \ ;; \ *) \ echo "PASS: $$tst"; \ ;; \ esac; \ elif test $$? -ne 77; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ *$$ws$$tst$$ws*) \ xfail=`expr $$xfail + 1`; \ echo "XFAIL: $$tst"; \ ;; \ *) \ failed=`expr $$failed + 1`; \ echo "FAIL: $$tst"; \ ;; \ esac; \ else \ skip=`expr $$skip + 1`; \ echo "SKIP: $$tst"; \ fi; \ done; \ if test "$$failed" -eq 0; then \ if test "$$xfail" -eq 0; then \ banner="All $$all tests passed"; \ else \ banner="All $$all tests behaved as expected ($$xfail expected failures)"; \ fi; \ else \ if test "$$xpass" -eq 0; then \ banner="$$failed of $$all tests failed"; \ else \ banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \ fi; \ fi; \ dashes="$$banner"; \ skipped=""; \ if test "$$skip" -ne 0; then \ skipped="($$skip tests were not run)"; \ test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ dashes="$$skipped"; \ fi; \ report=""; \ if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ report="Please report to $(PACKAGE_BUGREPORT)"; \ test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ dashes="$$report"; \ fi; \ dashes=`echo "$$dashes" | sed s/./=/g`; \ echo "$$dashes"; \ echo "$$banner"; \ test -z "$$skipped" || echo "$$skipped"; \ test -z "$$report" || echo "$$report"; \ echo "$$dashes"; \ test "$$failed" -eq 0; \ else :; fi distdir: $(DISTFILES) $(am__remove_distdir) test -d $(distdir) || mkdir $(distdir) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ distdir=`$(am__cd) $(distdir) && pwd`; \ top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ (cd $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$top_distdir" \ distdir="$$distdir/$$subdir" \ am__remove_distdir=: \ am__skip_length_check=: \ distdir) \ || exit 1; \ fi; \ done -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r $(distdir) dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 $(am__remove_distdir) dist-tarZ: distdir tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__remove_distdir) dist-shar: distdir shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz $(am__remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) $(am__remove_distdir) dist dist-all: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 $(am__remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac chmod -R a-w $(distdir); chmod a+w $(distdir) mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && cd $(distdir)/_build \ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ } || { rm -rf "$$dc_destdir"; exit 1; }) \ && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck $(am__remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: @cd $(distuninstallcheck_dir) \ && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ fi ; \ $(distuninstallcheck_listfiles) ; \ exit 1; } >&2 distcleancheck: distclean @if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left in build directory after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 check-am: all-am $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: check-recursive all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \ $(HEADERS) config.h install-binPROGRAMS: install-libLTLIBRARIES installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(pyexecdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(sysconfdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludedir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -rm -f apps/$(DEPDIR)/$(am__dirstamp) -rm -f apps/$(am__dirstamp) -rm -f lib/$(DEPDIR)/$(am__dirstamp) -rm -f lib/$(am__dirstamp) -rm -f modules/$(DEPDIR)/$(am__dirstamp) -rm -f modules/$(am__dirstamp) -rm -f python/$(DEPDIR)/$(am__dirstamp) -rm -f python/$(am__dirstamp) -rm -f samples/$(DEPDIR)/$(am__dirstamp) -rm -f samples/$(am__dirstamp) -rm -f tests/$(DEPDIR)/$(am__dirstamp) -rm -f tests/$(am__dirstamp) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -rm -f lib/getdate.c clean: clean-recursive clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS \ clean-pkglibLTLIBRARIES clean-pyexecLTLIBRARIES \ clean-sbinPROGRAMS mostlyclean-am distclean: distclean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf apps/$(DEPDIR) lib/$(DEPDIR) modules/$(DEPDIR) python/$(DEPDIR) samples/$(DEPDIR) tests/$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-hdr distclean-libtool distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive info: info-recursive info-am: install-data-am: install-man install-pkgconfigDATA \ install-pkgincludeHEADERS install-dvi: install-dvi-recursive install-exec-am: install-binPROGRAMS install-dist_sysconfDATA \ install-libLTLIBRARIES install-pkglibLTLIBRARIES \ install-pyexecLTLIBRARIES install-sbinPROGRAMS install-html: install-html-recursive install-info: install-info-recursive install-man: install-man1 install-pdf: install-pdf-recursive install-ps: install-ps-recursive installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache -rm -rf apps/$(DEPDIR) lib/$(DEPDIR) modules/$(DEPDIR) python/$(DEPDIR) samples/$(DEPDIR) tests/$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-binPROGRAMS uninstall-dist_sysconfDATA \ uninstall-libLTLIBRARIES uninstall-man uninstall-pkgconfigDATA \ uninstall-pkgincludeHEADERS uninstall-pkglibLTLIBRARIES \ uninstall-pyexecLTLIBRARIES uninstall-sbinPROGRAMS uninstall-man: uninstall-man1 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ install-strip .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am am--refresh check check-TESTS check-am clean \ clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS \ clean-pkglibLTLIBRARIES clean-pyexecLTLIBRARIES \ clean-sbinPROGRAMS ctags ctags-recursive dist dist-all \ dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip distcheck \ distclean distclean-compile distclean-generic distclean-hdr \ distclean-libtool distclean-tags distcleancheck distdir \ distuninstallcheck dvi dvi-am html html-am info info-am \ install install-am install-binPROGRAMS install-data \ install-data-am install-dist_sysconfDATA install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am \ install-libLTLIBRARIES install-man install-man1 install-pdf \ install-pdf-am install-pkgconfigDATA install-pkgincludeHEADERS \ install-pkglibLTLIBRARIES install-ps install-ps-am \ install-pyexecLTLIBRARIES install-sbinPROGRAMS install-strip \ installcheck installcheck-am installdirs installdirs-am \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ uninstall-binPROGRAMS uninstall-dist_sysconfDATA \ uninstall-libLTLIBRARIES uninstall-man uninstall-man1 \ uninstall-pkgconfigDATA uninstall-pkgincludeHEADERS \ uninstall-pkglibLTLIBRARIES uninstall-pyexecLTLIBRARIES \ uninstall-sbinPROGRAMS force-tag: cd $(top_srcdir); hg tag -f $(HGTAG) tag: cd $(top_srcdir); hg tag $(HGTAG) archive: rm -fr /tmp/$(PACKAGE)-export-tmp hg clone -r $(HGTAG) $(abs_top_srcdir) /tmp/$(PACKAGE)-export-tmp cd /tmp/$(PACKAGE)-export-tmp; ./autogen.sh ; \ ./configure --sysconfdir=/etc --with-ldap --enable-gtk-doc \ --without-sasl; make -C docs/reference; make dist mv /tmp/$(PACKAGE)-export-tmp/$(PACKAGE)-$(VERSION).tar.bz2 . rm -fr /tmp/$(PACKAGE)-export-tmp @echo Package is in \"$(PACKAGE)-$(VERSION).tar.bz2\". # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libuser-0.56.9.dfsg.1.orig/AUTHORS0000644000175000017500000000004310777230701014441 0ustar ghegheNalin Dahyabhai libuser-0.56.9.dfsg.1.orig/m4/0000755000175000017500000000000010777230754013724 5ustar gheghelibuser-0.56.9.dfsg.1.orig/m4/lib-prefix.m40000644000175000017500000001231010777230704016217 0ustar gheghe# lib-prefix.m4 serial 4 (gettext-0.14.2) dnl Copyright (C) 2001-2005 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl AC_LIB_ARG_WITH is synonymous to AC_ARG_WITH in autoconf-2.13, and dnl similar to AC_ARG_WITH in autoconf 2.52...2.57 except that is doesn't dnl require excessive bracketing. ifdef([AC_HELP_STRING], [AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])], [AC_DEFUN([AC_][LIB_ARG_WITH], [AC_ARG_WITH([$1],[$2],[$3],[$4])])]) dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed dnl to access previously installed libraries. The basic assumption is that dnl a user will want packages to use other packages he previously installed dnl with the same --prefix option. dnl This macro is not needed if only AC_LIB_LINKFLAGS is used to locate dnl libraries, but is otherwise very convenient. AC_DEFUN([AC_LIB_PREFIX], [ AC_BEFORE([$0], [AC_LIB_LINKFLAGS]) AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) dnl By default, look in $includedir and $libdir. use_additional=yes AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) AC_LIB_ARG_WITH([lib-prefix], [ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib --without-lib-prefix don't search for libraries in includedir and libdir], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/lib" fi fi ]) if test $use_additional = yes; then dnl Potentially add $additional_includedir to $CPPFLAGS. dnl But don't add it dnl 1. if it's the standard /usr/include, dnl 2. if it's already present in $CPPFLAGS, dnl 3. if it's /usr/local/include and we are using GCC on Linux, dnl 4. if it doesn't exist as a directory. if test "X$additional_includedir" != "X/usr/include"; then haveit= for x in $CPPFLAGS; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then if test -d "$additional_includedir"; then dnl Really add $additional_includedir to $CPPFLAGS. CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir" fi fi fi fi dnl Potentially add $additional_libdir to $LDFLAGS. dnl But don't add it dnl 1. if it's the standard /usr/lib, dnl 2. if it's already present in $LDFLAGS, dnl 3. if it's /usr/local/lib and we are using GCC on Linux, dnl 4. if it doesn't exist as a directory. if test "X$additional_libdir" != "X/usr/lib"; then haveit= for x in $LDFLAGS; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test "X$additional_libdir" = "X/usr/local/lib"; then if test -n "$GCC"; then case $host_os in linux*) haveit=yes;; esac fi fi if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LDFLAGS. LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir" fi fi fi fi fi ]) dnl AC_LIB_PREPARE_PREFIX creates variables acl_final_prefix, dnl acl_final_exec_prefix, containing the values to which $prefix and dnl $exec_prefix will expand at the end of the configure script. AC_DEFUN([AC_LIB_PREPARE_PREFIX], [ dnl Unfortunately, prefix and exec_prefix get only finally determined dnl at the end of configure. if test "X$prefix" = "XNONE"; then acl_final_prefix="$ac_default_prefix" else acl_final_prefix="$prefix" fi if test "X$exec_prefix" = "XNONE"; then acl_final_exec_prefix='${prefix}' else acl_final_exec_prefix="$exec_prefix" fi acl_save_prefix="$prefix" prefix="$acl_final_prefix" eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" prefix="$acl_save_prefix" ]) dnl AC_LIB_WITH_FINAL_PREFIX([statement]) evaluates statement, with the dnl variables prefix and exec_prefix bound to the values they will have dnl at the end of the configure script. AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX], [ acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" $1 exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" ]) libuser-0.56.9.dfsg.1.orig/m4/gettext.m40000644000175000017500000005166710777230704015664 0ustar gheghe# gettext.m4 serial 37 (gettext-0.14.4) dnl Copyright (C) 1995-2005 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1995-2000. dnl Bruno Haible , 2000-2003. dnl Macro to add for using GNU gettext. dnl Usage: AM_GNU_GETTEXT([INTLSYMBOL], [NEEDSYMBOL], [INTLDIR]). dnl INTLSYMBOL can be one of 'external', 'no-libtool', 'use-libtool'. The dnl default (if it is not specified or empty) is 'no-libtool'. dnl INTLSYMBOL should be 'external' for packages with no intl directory, dnl and 'no-libtool' or 'use-libtool' for packages with an intl directory. dnl If INTLSYMBOL is 'use-libtool', then a libtool library dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static, dnl depending on --{enable,disable}-{shared,static} and on the presence of dnl AM-DISABLE-SHARED). If INTLSYMBOL is 'no-libtool', a static library dnl $(top_builddir)/intl/libintl.a will be created. dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext dnl implementations (in libc or libintl) without the ngettext() function dnl will be ignored. If NEEDSYMBOL is specified and is dnl 'need-formatstring-macros', then GNU gettext implementations that don't dnl support the ISO C 99 formatstring macros will be ignored. dnl INTLDIR is used to find the intl libraries. If empty, dnl the value `$(top_builddir)/intl/' is used. dnl dnl The result of the configuration is one of three cases: dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled dnl and used. dnl Catalog format: GNU --> install in $(datadir) dnl Catalog extension: .mo after installation, .gmo in source tree dnl 2) GNU gettext has been found in the system's C library. dnl Catalog format: GNU --> install in $(datadir) dnl Catalog extension: .mo after installation, .gmo in source tree dnl 3) No internationalization, always use English msgid. dnl Catalog format: none dnl Catalog extension: none dnl If INTLSYMBOL is 'external', only cases 2 and 3 can occur. dnl The use of .gmo is historical (it was needed to avoid overwriting the dnl GNU format catalogs when building on a platform with an X/Open gettext), dnl but we keep it in order not to force irrelevant filename changes on the dnl maintainers. dnl AC_DEFUN([AM_GNU_GETTEXT], [ dnl Argument checking. ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-libtool], , [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT ])])])])]) ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT ])])])]) define([gt_included_intl], ifelse([$1], [external], [no], [yes])) define([gt_libtool_suffix_prefix], ifelse([$1], [use-libtool], [l], [])) AC_REQUIRE([AM_PO_SUBDIRS])dnl ifelse(gt_included_intl, yes, [ AC_REQUIRE([AM_INTL_SUBDIR])dnl ]) dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) dnl Sometimes libintl requires libiconv, so first search for libiconv. dnl Ideally we would do this search only after the dnl if test "$USE_NLS" = "yes"; then dnl if test "$gt_cv_func_gnugettext_libc" != "yes"; then dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT dnl the configure script would need to contain the same shell code dnl again, outside any 'if'. There are two solutions: dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'. dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE. dnl Since AC_PROVIDE_IFELSE is only in autoconf >= 2.52 and not dnl documented, we avoid it. ifelse(gt_included_intl, yes, , [ AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) ]) dnl Sometimes, on MacOS X, libintl requires linking with CoreFoundation. gt_INTL_MACOSX dnl Set USE_NLS. AM_NLS ifelse(gt_included_intl, yes, [ BUILD_INCLUDED_LIBINTL=no USE_INCLUDED_LIBINTL=no ]) LIBINTL= LTLIBINTL= POSUB= dnl If we use NLS figure out what method if test "$USE_NLS" = "yes"; then gt_use_preinstalled_gnugettext=no ifelse(gt_included_intl, yes, [ AC_MSG_CHECKING([whether included gettext is requested]) AC_ARG_WITH(included-gettext, [ --with-included-gettext use the GNU gettext library included here], nls_cv_force_use_gnu_gettext=$withval, nls_cv_force_use_gnu_gettext=no) AC_MSG_RESULT($nls_cv_force_use_gnu_gettext) nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" if test "$nls_cv_force_use_gnu_gettext" != "yes"; then ]) dnl User does not insist on using GNU NLS library. Figure out what dnl to use. If GNU gettext is available we use this. Else we have dnl to fall back to GNU NLS library. dnl Add a version number to the cache macros. define([gt_api_version], ifelse([$2], [need-formatstring-macros], 3, ifelse([$2], [need-ngettext], 2, 1))) define([gt_cv_func_gnugettext_libc], [gt_cv_func_gnugettext]gt_api_version[_libc]) define([gt_cv_func_gnugettext_libintl], [gt_cv_func_gnugettext]gt_api_version[_libintl]) AC_CACHE_CHECK([for GNU gettext in libc], gt_cv_func_gnugettext_libc, [AC_TRY_LINK([#include ]ifelse([$2], [need-formatstring-macros], [#ifndef __GNU_GETTEXT_SUPPORTED_REVISION #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) #endif changequote(,)dnl typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; changequote([,])dnl ], [])[extern int _nl_msg_cat_cntr; extern int *_nl_domain_bindings;], [bindtextdomain ("", ""); return * gettext ("")]ifelse([$2], [need-ngettext], [ + * ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_domain_bindings], gt_cv_func_gnugettext_libc=yes, gt_cv_func_gnugettext_libc=no)]) if test "$gt_cv_func_gnugettext_libc" != "yes"; then dnl Sometimes libintl requires libiconv, so first search for libiconv. ifelse(gt_included_intl, yes, , [ AM_ICONV_LINK ]) dnl Search for libintl and define LIBINTL, LTLIBINTL and INCINTL dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv]) dnl because that would add "-liconv" to LIBINTL and LTLIBINTL dnl even if libiconv doesn't exist. AC_LIB_LINKFLAGS_BODY([intl]) AC_CACHE_CHECK([for GNU gettext in libintl], gt_cv_func_gnugettext_libintl, [gt_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $INCINTL" gt_save_LIBS="$LIBS" LIBS="$LIBS $LIBINTL" dnl Now see whether libintl exists and does not depend on libiconv. AC_TRY_LINK([#include ]ifelse([$2], [need-formatstring-macros], [#ifndef __GNU_GETTEXT_SUPPORTED_REVISION #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) #endif changequote(,)dnl typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; changequote([,])dnl ], [])[extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *);], [bindtextdomain ("", ""); return * gettext ("")]ifelse([$2], [need-ngettext], [ + * ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias ("")], gt_cv_func_gnugettext_libintl=yes, gt_cv_func_gnugettext_libintl=no) dnl Now see whether libintl exists and depends on libiconv. if test "$gt_cv_func_gnugettext_libintl" != yes && test -n "$LIBICONV"; then LIBS="$LIBS $LIBICONV" AC_TRY_LINK([#include ]ifelse([$2], [need-formatstring-macros], [#ifndef __GNU_GETTEXT_SUPPORTED_REVISION #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) #endif changequote(,)dnl typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; changequote([,])dnl ], [])[extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *);], [bindtextdomain ("", ""); return * gettext ("")]ifelse([$2], [need-ngettext], [ + * ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias ("")], [LIBINTL="$LIBINTL $LIBICONV" LTLIBINTL="$LTLIBINTL $LTLIBICONV" gt_cv_func_gnugettext_libintl=yes ]) fi CPPFLAGS="$gt_save_CPPFLAGS" LIBS="$gt_save_LIBS"]) fi dnl If an already present or preinstalled GNU gettext() is found, dnl use it. But if this macro is used in GNU gettext, and GNU dnl gettext is already preinstalled in libintl, we update this dnl libintl. (Cf. the install rule in intl/Makefile.in.) if test "$gt_cv_func_gnugettext_libc" = "yes" \ || { test "$gt_cv_func_gnugettext_libintl" = "yes" \ && test "$PACKAGE" != gettext-runtime \ && test "$PACKAGE" != gettext-tools; }; then gt_use_preinstalled_gnugettext=yes else dnl Reset the values set by searching for libintl. LIBINTL= LTLIBINTL= INCINTL= fi ifelse(gt_included_intl, yes, [ if test "$gt_use_preinstalled_gnugettext" != "yes"; then dnl GNU gettext is not found in the C library. dnl Fall back on included GNU gettext library. nls_cv_use_gnu_gettext=yes fi fi if test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Mark actions used to generate GNU NLS library. BUILD_INCLUDED_LIBINTL=yes USE_INCLUDED_LIBINTL=yes LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LIBICONV" LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV" LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` fi CATOBJEXT= if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Mark actions to use GNU gettext tools. CATOBJEXT=.gmo fi ]) if test -n "$INTL_MACOSX_LIBS"; then if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Some extra flags are needed during linking. LIBINTL="$LIBINTL $INTL_MACOSX_LIBS" LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS" fi fi if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then AC_DEFINE(ENABLE_NLS, 1, [Define to 1 if translation of program messages to the user's native language is requested.]) else USE_NLS=no fi fi AC_MSG_CHECKING([whether to use NLS]) AC_MSG_RESULT([$USE_NLS]) if test "$USE_NLS" = "yes"; then AC_MSG_CHECKING([where the gettext function comes from]) if test "$gt_use_preinstalled_gnugettext" = "yes"; then if test "$gt_cv_func_gnugettext_libintl" = "yes"; then gt_source="external libintl" else gt_source="libc" fi else gt_source="included intl directory" fi AC_MSG_RESULT([$gt_source]) fi if test "$USE_NLS" = "yes"; then if test "$gt_use_preinstalled_gnugettext" = "yes"; then if test "$gt_cv_func_gnugettext_libintl" = "yes"; then AC_MSG_CHECKING([how to link with libintl]) AC_MSG_RESULT([$LIBINTL]) AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL]) fi dnl For backward compatibility. Some packages may be using this. AC_DEFINE(HAVE_GETTEXT, 1, [Define if the GNU gettext() function is already present or preinstalled.]) AC_DEFINE(HAVE_DCGETTEXT, 1, [Define if the GNU dcgettext() function is already present or preinstalled.]) fi dnl We need to process the po/ directory. POSUB=po fi ifelse(gt_included_intl, yes, [ dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL dnl to 'yes' because some of the testsuite requires it. if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then BUILD_INCLUDED_LIBINTL=yes fi dnl Make all variables we use known to autoconf. AC_SUBST(BUILD_INCLUDED_LIBINTL) AC_SUBST(USE_INCLUDED_LIBINTL) AC_SUBST(CATOBJEXT) dnl For backward compatibility. Some configure.ins may be using this. nls_cv_header_intl= nls_cv_header_libgt= dnl For backward compatibility. Some Makefiles may be using this. DATADIRNAME=share AC_SUBST(DATADIRNAME) dnl For backward compatibility. Some Makefiles may be using this. INSTOBJEXT=.mo AC_SUBST(INSTOBJEXT) dnl For backward compatibility. Some Makefiles may be using this. GENCAT=gencat AC_SUBST(GENCAT) dnl For backward compatibility. Some Makefiles may be using this. INTLOBJS= if test "$USE_INCLUDED_LIBINTL" = yes; then INTLOBJS="\$(GETTOBJS)" fi AC_SUBST(INTLOBJS) dnl Enable libtool support if the surrounding package wishes it. INTL_LIBTOOL_SUFFIX_PREFIX=gt_libtool_suffix_prefix AC_SUBST(INTL_LIBTOOL_SUFFIX_PREFIX) ]) dnl For backward compatibility. Some Makefiles may be using this. INTLLIBS="$LIBINTL" AC_SUBST(INTLLIBS) dnl Make all documented variables known to autoconf. AC_SUBST(LIBINTL) AC_SUBST(LTLIBINTL) AC_SUBST(POSUB) ]) dnl Checks for all prerequisites of the intl subdirectory, dnl except for INTL_LIBTOOL_SUFFIX_PREFIX (and possibly LIBTOOL), INTLOBJS, dnl USE_INCLUDED_LIBINTL, BUILD_INCLUDED_LIBINTL. AC_DEFUN([AM_INTL_SUBDIR], [ AC_REQUIRE([AC_PROG_INSTALL])dnl AC_REQUIRE([AM_MKINSTALLDIRS])dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([gt_GLIBC2])dnl AC_REQUIRE([AC_PROG_RANLIB])dnl AC_REQUIRE([AC_ISC_POSIX])dnl AC_REQUIRE([AC_HEADER_STDC])dnl AC_REQUIRE([AC_C_CONST])dnl AC_REQUIRE([bh_C_SIGNED])dnl AC_REQUIRE([AC_C_INLINE])dnl AC_REQUIRE([AC_TYPE_OFF_T])dnl AC_REQUIRE([AC_TYPE_SIZE_T])dnl AC_REQUIRE([gl_AC_TYPE_LONG_LONG])dnl AC_REQUIRE([gt_TYPE_LONGDOUBLE])dnl AC_REQUIRE([gt_TYPE_WCHAR_T])dnl AC_REQUIRE([gt_TYPE_WINT_T])dnl AC_REQUIRE([gl_AC_HEADER_INTTYPES_H]) AC_REQUIRE([gl_AC_HEADER_STDINT_H]) AC_REQUIRE([gt_TYPE_INTMAX_T]) AC_REQUIRE([gt_PRINTF_POSIX]) AC_REQUIRE([AC_FUNC_ALLOCA])dnl AC_REQUIRE([AC_FUNC_MMAP])dnl AC_REQUIRE([gl_GLIBC21])dnl AC_REQUIRE([gt_INTDIV0])dnl AC_REQUIRE([gl_AC_TYPE_UINTMAX_T])dnl AC_REQUIRE([gt_HEADER_INTTYPES_H])dnl AC_REQUIRE([gt_INTTYPES_PRI])dnl AC_REQUIRE([gl_XSIZE])dnl AC_REQUIRE([gt_INTL_MACOSX])dnl AC_CHECK_TYPE([ptrdiff_t], , [AC_DEFINE([ptrdiff_t], [long], [Define as the type of the result of subtracting two pointers, if the system doesn't define it.]) ]) AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h malloc.h stddef.h \ stdlib.h string.h unistd.h sys/param.h]) AC_CHECK_FUNCS([asprintf fwprintf getcwd getegid geteuid getgid getuid \ mempcpy munmap putenv setenv setlocale snprintf stpcpy strcasecmp strdup \ strtoul tsearch wcslen __argz_count __argz_stringify __argz_next \ __fsetlocking]) dnl Use the _snprintf function only if it is declared (because on NetBSD it dnl is defined as a weak alias of snprintf; we prefer to use the latter). gt_CHECK_DECL(_snprintf, [#include ]) gt_CHECK_DECL(_snwprintf, [#include ]) dnl Use the *_unlocked functions only if they are declared. dnl (because some of them were defined without being declared in Solaris dnl 2.5.1 but were removed in Solaris 2.6, whereas we want binaries built dnl on Solaris 2.5.1 to run on Solaris 2.6). dnl Don't use AC_CHECK_DECLS because it isn't supported in autoconf-2.13. gt_CHECK_DECL(feof_unlocked, [#include ]) gt_CHECK_DECL(fgets_unlocked, [#include ]) gt_CHECK_DECL(getc_unlocked, [#include ]) case $gt_cv_func_printf_posix in *yes) HAVE_POSIX_PRINTF=1 ;; *) HAVE_POSIX_PRINTF=0 ;; esac AC_SUBST([HAVE_POSIX_PRINTF]) if test "$ac_cv_func_asprintf" = yes; then HAVE_ASPRINTF=1 else HAVE_ASPRINTF=0 fi AC_SUBST([HAVE_ASPRINTF]) if test "$ac_cv_func_snprintf" = yes; then HAVE_SNPRINTF=1 else HAVE_SNPRINTF=0 fi AC_SUBST([HAVE_SNPRINTF]) if test "$ac_cv_func_wprintf" = yes; then HAVE_WPRINTF=1 else HAVE_WPRINTF=0 fi AC_SUBST([HAVE_WPRINTF]) AM_ICONV AM_LANGINFO_CODESET if test $ac_cv_header_locale_h = yes; then gt_LC_MESSAGES fi if test -n "$INTL_MACOSX_LIBS"; then CPPFLAGS="$CPPFLAGS -I/System/Library/Frameworks/CoreFoundation.framework/Headers" fi dnl intl/plural.c is generated from intl/plural.y. It requires bison, dnl because plural.y uses bison specific features. It requires at least dnl bison-1.26 because earlier versions generate a plural.c that doesn't dnl compile. dnl bison is only needed for the maintainer (who touches plural.y). But in dnl order to avoid separate Makefiles or --enable-maintainer-mode, we put dnl the rule in general Makefile. Now, some people carelessly touch the dnl files or have a broken "make" program, hence the plural.c rule will dnl sometimes fire. To avoid an error, defines BISON to ":" if it is not dnl present or too old. AC_CHECK_PROGS([INTLBISON], [bison]) if test -z "$INTLBISON"; then ac_verc_fail=yes else dnl Found it, now check the version. AC_MSG_CHECKING([version of bison]) changequote(<<,>>)dnl ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'` case $ac_prog_version in '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;; 1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*) changequote([,])dnl ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;; *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;; esac AC_MSG_RESULT([$ac_prog_version]) fi if test $ac_verc_fail = yes; then INTLBISON=: fi ]) dnl Checks for special options needed on MacOS X. dnl Defines INTL_MACOSX_LIBS. AC_DEFUN([gt_INTL_MACOSX], [ dnl Check for API introduced in MacOS X 10.2. AC_CACHE_CHECK([for CFPreferencesCopyAppValue], gt_cv_func_CFPreferencesCopyAppValue, [gt_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS -I/System/Library/Frameworks/CoreFoundation.framework/Headers" gt_save_LIBS="$LIBS" LIBS="$LIBS -framework CoreFoundation" AC_TRY_LINK([#include ], [CFPreferencesCopyAppValue(NULL, NULL)], [gt_cv_func_CFPreferencesCopyAppValue=yes], [gt_cv_func_CFPreferencesCopyAppValue=no]) CPPFLAGS="$gt_save_CPPFLAGS" LIBS="$gt_save_LIBS"]) if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], 1, [Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in the CoreFoundation framework.]) fi dnl Check for API introduced in MacOS X 10.3. AC_CACHE_CHECK([for CFLocaleCopyCurrent], gt_cv_func_CFLocaleCopyCurrent, [gt_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS -I/System/Library/Frameworks/CoreFoundation.framework/Headers" gt_save_LIBS="$LIBS" LIBS="$LIBS -framework CoreFoundation" AC_TRY_LINK([#include ], [CFLocaleCopyCurrent();], [gt_cv_func_CFLocaleCopyCurrent=yes], [gt_cv_func_CFLocaleCopyCurrent=no]) CPPFLAGS="$gt_save_CPPFLAGS" LIBS="$gt_save_LIBS"]) if test $gt_cv_func_CFLocaleCopyCurrent = yes; then AC_DEFINE([HAVE_CFLOCALECOPYCURRENT], 1, [Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the CoreFoundation framework.]) fi INTL_MACOSX_LIBS= if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation" fi AC_SUBST([INTL_MACOSX_LIBS]) ]) dnl gt_CHECK_DECL(FUNC, INCLUDES) dnl Check whether a function is declared. AC_DEFUN([gt_CHECK_DECL], [ AC_CACHE_CHECK([whether $1 is declared], ac_cv_have_decl_$1, [AC_TRY_COMPILE([$2], [ #ifndef $1 char *p = (char *) $1; #endif ], ac_cv_have_decl_$1=yes, ac_cv_have_decl_$1=no)]) if test $ac_cv_have_decl_$1 = yes; then gt_value=1 else gt_value=0 fi AC_DEFINE_UNQUOTED([HAVE_DECL_]translit($1, [a-z], [A-Z]), [$gt_value], [Define to 1 if you have the declaration of `$1', and to 0 if you don't.]) ]) dnl Usage: AM_GNU_GETTEXT_VERSION([gettext-version]) AC_DEFUN([AM_GNU_GETTEXT_VERSION], []) libuser-0.56.9.dfsg.1.orig/m4/lib-ld.m40000644000175000017500000000653110777230704015331 0ustar gheghe# lib-ld.m4 serial 3 (gettext-0.13) dnl Copyright (C) 1996-2003 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Subroutines of libtool.m4, dnl with replacements s/AC_/AC_LIB/ and s/lt_cv/acl_cv/ to avoid collision dnl with libtool.m4. dnl From libtool-1.4. Sets the variable with_gnu_ld to yes or no. AC_DEFUN([AC_LIB_PROG_LD_GNU], [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], acl_cv_prog_gnu_ld, [# I'd rather use --version here, but apparently some GNU ld's only accept -v. case `$LD -v 2>&1 conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by GCC]) case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [[\\/]* | [A-Za-z]:[\\/]*)] [re_direlt='/[^/][^/]*/\.\./'] # Canonicalize the path of ld ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL(acl_cv_path_LD, [if test -z "$LD"; then IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" for ac_dir in $PATH; do test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then acl_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some GNU ld's only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in *GNU* | *'with BFD'*) test "$with_gnu_ld" != no && break ;; *) test "$with_gnu_ld" != yes && break ;; esac fi done IFS="$ac_save_ifs" else acl_cv_path_LD="$LD" # Let the user override the test with a path. fi]) LD="$acl_cv_path_LD" if test -n "$LD"; then AC_MSG_RESULT($LD) else AC_MSG_RESULT(no) fi test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH]) AC_LIB_PROG_LD_GNU ]) libuser-0.56.9.dfsg.1.orig/m4/progtest.m40000644000175000017500000000555010777230705016036 0ustar gheghe# progtest.m4 serial 4 (gettext-0.14.2) dnl Copyright (C) 1996-2003, 2005 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1996. AC_PREREQ(2.50) # Search path for a program which passes the given test. dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) AC_DEFUN([AM_PATH_PROG_WITH_TEST], [ # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then echo "#! /bin/sh" >conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "$2", so it can be a program name with args. set dummy $2; ac_word=[$]2 AC_MSG_CHECKING([for $ac_word]) AC_CACHE_VAL(ac_cv_path_$1, [case "[$]$1" in [[\\/]]* | ?:[[\\/]]*) ac_cv_path_$1="[$]$1" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in ifelse([$5], , $PATH, [$5]); do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&AS_MESSAGE_LOG_FD if [$3]; then ac_cv_path_$1="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" dnl If no 4th arg is given, leave the cache variable unset, dnl so AC_PATH_PROGS will keep looking. ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" ])dnl ;; esac])dnl $1="$ac_cv_path_$1" if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then AC_MSG_RESULT([$]$1) else AC_MSG_RESULT(no) fi AC_SUBST($1)dnl ]) libuser-0.56.9.dfsg.1.orig/m4/nls.m40000644000175000017500000000353010777230705014757 0ustar gheghe# nls.m4 serial 2 (gettext-0.14.3) dnl Copyright (C) 1995-2003, 2005 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1995-2000. dnl Bruno Haible , 2000-2003. AC_PREREQ(2.50) AC_DEFUN([AM_NLS], [ AC_MSG_CHECKING([whether NLS is requested]) dnl Default is enabled NLS AC_ARG_ENABLE(nls, [ --disable-nls do not use Native Language Support], USE_NLS=$enableval, USE_NLS=yes) AC_MSG_RESULT($USE_NLS) AC_SUBST(USE_NLS) ]) AC_DEFUN([AM_MKINSTALLDIRS], [ dnl Tell automake >= 1.10 to complain if mkinstalldirs is missing. m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([mkinstalldirs])]) dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly dnl find the mkinstalldirs script in another subdir but $(top_srcdir). dnl Try to locate it. MKINSTALLDIRS= if test -n "$ac_aux_dir"; then case "$ac_aux_dir" in /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;; *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;; esac fi if test -z "$MKINSTALLDIRS"; then MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" fi AC_SUBST(MKINSTALLDIRS) ]) libuser-0.56.9.dfsg.1.orig/m4/iconv.m40000644000175000017500000000642610777230704015307 0ustar gheghe# iconv.m4 serial AM4 (gettext-0.11.3) dnl Copyright (C) 2000-2002 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. AC_DEFUN([AM_ICONV_LINKFLAGS_BODY], [ dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV dnl accordingly. AC_LIB_LINKFLAGS_BODY([iconv]) ]) AC_DEFUN([AM_ICONV_LINK], [ dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and dnl those with the standalone portable GNU libiconv installed). dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV dnl accordingly. AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) dnl Add $INCICONV to CPPFLAGS before performing the following checks, dnl because if the user has installed libiconv and not disabled its use dnl via --without-libiconv-prefix, he wants to use it. The first dnl AC_TRY_LINK will then fail, the second AC_TRY_LINK will succeed. am_save_CPPFLAGS="$CPPFLAGS" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV]) AC_CACHE_CHECK(for iconv, am_cv_func_iconv, [ am_cv_func_iconv="no, consider installing GNU libiconv" am_cv_lib_iconv=no AC_TRY_LINK([#include #include ], [iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);], am_cv_func_iconv=yes) if test "$am_cv_func_iconv" != yes; then am_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" AC_TRY_LINK([#include #include ], [iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);], am_cv_lib_iconv=yes am_cv_func_iconv=yes) LIBS="$am_save_LIBS" fi ]) if test "$am_cv_func_iconv" = yes; then AC_DEFINE(HAVE_ICONV, 1, [Define if you have the iconv() function.]) fi if test "$am_cv_lib_iconv" = yes; then AC_MSG_CHECKING([how to link with libiconv]) AC_MSG_RESULT([$LIBICONV]) else dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV dnl either. CPPFLAGS="$am_save_CPPFLAGS" LIBICONV= LTLIBICONV= fi AC_SUBST(LIBICONV) AC_SUBST(LTLIBICONV) ]) AC_DEFUN([AM_ICONV], [ AM_ICONV_LINK if test "$am_cv_func_iconv" = yes; then AC_MSG_CHECKING([for iconv declaration]) AC_CACHE_VAL(am_cv_proto_iconv, [ AC_TRY_COMPILE([ #include #include extern #ifdef __cplusplus "C" #endif #if defined(__STDC__) || defined(__cplusplus) size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); #else size_t iconv(); #endif ], [], am_cv_proto_iconv_arg1="", am_cv_proto_iconv_arg1="const") am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"]) am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` AC_MSG_RESULT([$]{ac_t:- }[$]am_cv_proto_iconv) AC_DEFINE_UNQUOTED(ICONV_CONST, $am_cv_proto_iconv_arg1, [Define as const if the declaration of iconv() needs const.]) fi ]) libuser-0.56.9.dfsg.1.orig/m4/po.m40000644000175000017500000004364310777230705014612 0ustar gheghe# po.m4 serial 7 (gettext-0.14.3) dnl Copyright (C) 1995-2005 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1995-2000. dnl Bruno Haible , 2000-2003. AC_PREREQ(2.50) dnl Checks for all prerequisites of the po subdirectory. AC_DEFUN([AM_PO_SUBDIRS], [ AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl AC_REQUIRE([AM_MKINSTALLDIRS])dnl AC_REQUIRE([AM_NLS])dnl dnl Perform the following tests also if --disable-nls has been given, dnl because they are needed for "make dist" to work. dnl Search for GNU msgfmt in the PATH. dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions. dnl The second test excludes FreeBSD msgfmt. AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, [$ac_dir/$ac_word --statistics /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 && (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], :) AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) dnl Search for GNU xgettext 0.12 or newer in the PATH. dnl The first test excludes Solaris xgettext and early GNU xgettext versions. dnl The second test excludes FreeBSD xgettext. AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 && (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], :) dnl Remove leftover from FreeBSD xgettext call. rm -f messages.po dnl Search for GNU msgmerge 0.11 or newer in the PATH. AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge, [$ac_dir/$ac_word --update -q /dev/null /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1], :) dnl This could go away some day; the PATH_PROG_WITH_TEST already does it. dnl Test whether we really found GNU msgfmt. if test "$GMSGFMT" != ":"; then dnl If it is no GNU msgfmt we define it as : so that the dnl Makefiles still can work. if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 && (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then : ; else GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'` AC_MSG_RESULT( [found $GMSGFMT program is not GNU msgfmt; ignore it]) GMSGFMT=":" fi fi dnl This could go away some day; the PATH_PROG_WITH_TEST already does it. dnl Test whether we really found GNU xgettext. if test "$XGETTEXT" != ":"; then dnl If it is no GNU xgettext we define it as : so that the dnl Makefiles still can work. if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 && (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then : ; else AC_MSG_RESULT( [found xgettext program is not GNU xgettext; ignore it]) XGETTEXT=":" fi dnl Remove leftover from FreeBSD xgettext call. rm -f messages.po fi AC_OUTPUT_COMMANDS([ for ac_file in $CONFIG_FILES; do # Support "outfile[:infile[:infile...]]" case "$ac_file" in *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; esac # PO directories have a Makefile.in generated from Makefile.in.in. case "$ac_file" in */Makefile.in) # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Treat a directory as a PO directory if and only if it has a # POTFILES.in file. This allows packages to have multiple PO # directories under different names or in different locations. if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then rm -f "$ac_dir/POTFILES" test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" POMAKEFILEDEPS="POTFILES.in" # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend # on $ac_dir but don't depend on user-specified configuration # parameters. if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then # The LINGUAS file contains the set of available languages. if test -n "$OBSOLETE_ALL_LINGUAS"; then test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" fi ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` # Hide the ALL_LINGUAS assigment from automake. eval 'ALL_LINGUAS''=$ALL_LINGUAS_' POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" else # The set of available languages was given in configure.in. eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' fi # Compute POFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) # Compute UPDATEPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) # Compute DUMMYPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) # Compute GMOFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) case "$ac_given_srcdir" in .) srcdirpre= ;; *) srcdirpre='$(srcdir)/' ;; esac POFILES= UPDATEPOFILES= DUMMYPOFILES= GMOFILES= for lang in $ALL_LINGUAS; do POFILES="$POFILES $srcdirpre$lang.po" UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" DUMMYPOFILES="$DUMMYPOFILES $lang.nop" GMOFILES="$GMOFILES $srcdirpre$lang.gmo" done # CATALOGS depends on both $ac_dir and the user's LINGUAS # environment variable. INST_LINGUAS= if test -n "$ALL_LINGUAS"; then for presentlang in $ALL_LINGUAS; do useit=no if test "%UNSET%" != "$LINGUAS"; then desiredlanguages="$LINGUAS" else desiredlanguages="$ALL_LINGUAS" fi for desiredlang in $desiredlanguages; do # Use the presentlang catalog if desiredlang is # a. equal to presentlang, or # b. a variant of presentlang (because in this case, # presentlang can be used as a fallback for messages # which are not translated in the desiredlang catalog). case "$desiredlang" in "$presentlang"*) useit=yes;; esac done if test $useit = yes; then INST_LINGUAS="$INST_LINGUAS $presentlang" fi done fi CATALOGS= if test -n "$INST_LINGUAS"; then for lang in $INST_LINGUAS; do CATALOGS="$CATALOGS $lang.gmo" done fi test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do if test -f "$f"; then case "$f" in *.orig | *.bak | *~) ;; *) cat "$f" >> "$ac_dir/Makefile" ;; esac fi done fi ;; esac done], [# Capture the value of obsolete ALL_LINGUAS because we need it to compute # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it # from automake. eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' # Capture the value of LINGUAS because we need it to compute CATALOGS. LINGUAS="${LINGUAS-%UNSET%}" ]) ]) dnl Postprocesses a Makefile in a directory containing PO files. AC_DEFUN([AM_POSTPROCESS_PO_MAKEFILE], [ # When this code is run, in config.status, two variables have already been # set: # - OBSOLETE_ALL_LINGUAS is the value of LINGUAS set in configure.in, # - LINGUAS is the value of the environment variable LINGUAS at configure # time. changequote(,)dnl # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Find a way to echo strings without interpreting backslash. if test "X`(echo '\t') 2>/dev/null`" = 'X\t'; then gt_echo='echo' else if test "X`(printf '%s\n' '\t') 2>/dev/null`" = 'X\t'; then gt_echo='printf %s\n' else echo_func () { cat < "$ac_file.tmp" if grep -l '@TCLCATALOGS@' "$ac_file" > /dev/null; then # Add dependencies that cannot be formulated as a simple suffix rule. for lang in $ALL_LINGUAS; do frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` cat >> "$ac_file.tmp" < /dev/null; then # Add dependencies that cannot be formulated as a simple suffix rule. for lang in $ALL_LINGUAS; do frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` cat >> "$ac_file.tmp" <> "$ac_file.tmp" <= 1.10 to complain if config.rpath is missing. m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([config.rpath])]) AC_REQUIRE([AC_PROG_CC]) dnl we use $CC, $GCC, $LDFLAGS AC_REQUIRE([AC_LIB_PROG_LD]) dnl we use $LD, $with_gnu_ld AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use $host AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir AC_CACHE_CHECK([for shared library run path origin], acl_cv_rpath, [ CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh . ./conftest.sh rm -f ./conftest.sh acl_cv_rpath=done ]) wl="$acl_cv_wl" libext="$acl_cv_libext" shlibext="$acl_cv_shlibext" hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" hardcode_direct="$acl_cv_hardcode_direct" hardcode_minus_L="$acl_cv_hardcode_minus_L" dnl Determine whether the user wants rpath handling at all. AC_ARG_ENABLE(rpath, [ --disable-rpath do not hardcode runtime library paths], :, enable_rpath=yes) ]) dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and dnl the libraries corresponding to explicit and implicit dependencies. dnl Sets the LIB${NAME}, LTLIB${NAME} and INC${NAME} variables. AC_DEFUN([AC_LIB_LINKFLAGS_BODY], [ define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) dnl By default, look in $includedir and $libdir. use_additional=yes AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) AC_LIB_ARG_WITH([lib$1-prefix], [ --with-lib$1-prefix[=DIR] search for lib$1 in DIR/include and DIR/lib --without-lib$1-prefix don't search for lib$1 in includedir and libdir], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/lib" fi fi ]) dnl Search the library and its dependencies in $additional_libdir and dnl $LDFLAGS. Using breadth-first-seach. LIB[]NAME= LTLIB[]NAME= INC[]NAME= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='$1 $2' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" dnl See if it was already located by an earlier AC_LIB_LINKFLAGS dnl or AC_LIB_HAVE_LINKFLAGS call. uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value" else dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined dnl that this library doesn't exist. So just drop it. : fi else dnl Search the library lib$name in $additional_libdir and $LDFLAGS dnl and the already constructed $LIBNAME/$LTLIBNAME. found_dir= found_la= found_so= found_a= if test $use_additional = yes; then if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then found_dir="$additional_libdir" found_so="$additional_libdir/lib$name.$shlibext" if test -f "$additional_libdir/lib$name.la"; then found_la="$additional_libdir/lib$name.la" fi else if test -f "$additional_libdir/lib$name.$libext"; then found_dir="$additional_libdir" found_a="$additional_libdir/lib$name.$libext" if test -f "$additional_libdir/lib$name.la"; then found_la="$additional_libdir/lib$name.la" fi fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then found_dir="$dir" found_so="$dir/lib$name.$shlibext" if test -f "$dir/lib$name.la"; then found_la="$dir/lib$name.la" fi else if test -f "$dir/lib$name.$libext"; then found_dir="$dir" found_a="$dir/lib$name.$libext" if test -f "$dir/lib$name.la"; then found_la="$dir/lib$name.la" fi fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then dnl Found the library. LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then dnl Linking with a shared library. We attempt to hardcode its dnl directory into the executable's runpath, unless it's the dnl standard /usr/lib. if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then dnl No hardcoding is needed. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else dnl Use an explicit option to hardcode DIR into the resulting dnl binary. dnl Potentially add DIR to ltrpathdirs. dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi dnl The hardcoding into $LIBNAME is system dependent. if test "$hardcode_direct" = yes; then dnl Using DIR/libNAME.so during linking hardcodes DIR into the dnl resulting binary. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then dnl Use an explicit option to hardcode DIR into the resulting dnl binary. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" dnl Potentially add DIR to rpathdirs. dnl The rpathdirs will be appended to $LIBNAME at the end. haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else dnl Rely on "-L$found_dir". dnl But don't add it if it's already contained in the LDFLAGS dnl or the already constructed $LIBNAME haveit= for x in $LDFLAGS $LIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir" fi if test "$hardcode_minus_L" != no; then dnl FIXME: Not sure whether we should use dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" dnl here. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else dnl We cannot use $hardcode_runpath_var and LD_RUN_PATH dnl here, because this doesn't fit in flags passed to the dnl compiler. So give up. No hardcoding. This affects only dnl very old systems. dnl FIXME: Not sure whether we should use dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" dnl here. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then dnl Linking with a static library. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a" else dnl We shouldn't come here, but anyway it's good to have a dnl fallback. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name" fi fi dnl Assume the include files are nearby. additional_includedir= case "$found_dir" in */lib | */lib/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'` additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then dnl Potentially add $additional_includedir to $INCNAME. dnl But don't add it dnl 1. if it's the standard /usr/include, dnl 2. if it's /usr/local/include and we are using GCC on Linux, dnl 3. if it's already present in $CPPFLAGS or the already dnl constructed $INCNAME, dnl 4. if it doesn't exist as a directory. if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INC[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then dnl Really add $additional_includedir to $INCNAME. INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir" fi fi fi fi fi dnl Look for dependencies. if test -n "$found_la"; then dnl Read the .la file. It defines the variables dnl dlname, library_names, old_library, dependency_libs, current, dnl age, revision, installed, dlopen, dlpreopen, libdir. save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" dnl We use only dependency_libs. for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME. dnl But don't add it dnl 1. if it's the standard /usr/lib, dnl 2. if it's /usr/local/lib and we are using GCC on Linux, dnl 3. if it's already present in $LDFLAGS or the already dnl constructed $LIBNAME, dnl 4. if it doesn't exist as a directory. if test "X$additional_libdir" != "X/usr/lib"; then haveit= if test "X$additional_libdir" = "X/usr/local/lib"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LIBNAME. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LTLIBNAME. LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then dnl Potentially add DIR to rpathdirs. dnl The rpathdirs will be appended to $LIBNAME at the end. haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi dnl Potentially add DIR to ltrpathdirs. dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) dnl Handle this in the next round. names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) dnl Handle this in the next round. Throw away the .la's dnl directory; it is already contained in a preceding -L dnl option. names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) dnl Most likely an immediate library name. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep" LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep" ;; esac done fi else dnl Didn't find the library; assume it is in the system directories dnl known to the linker and runtime loader. (All the system dnl directories known to the linker should also be known to the dnl runtime loader, otherwise the system is severely misconfigured.) LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$hardcode_libdir_separator"; then dnl Weird platform: only the last -rpath option counts, the user must dnl pass all path elements in one option. We can arrange that for a dnl single library, but not when more than one $LIBNAMEs are used. alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir" done dnl Note: hardcode_libdir_flag_spec uses $libdir and $wl. acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" else dnl The -rpath options are cumulative. for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then dnl When using libtool, the option that works for both libraries and dnl executables is -R. The -R options are cumulative. for found_dir in $ltrpathdirs; do LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir" done fi ]) dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR, dnl unless already present in VAR. dnl Works only for CPPFLAGS, not for LIB* variables because that sometimes dnl contains two or three consecutive elements that belong together. AC_DEFUN([AC_LIB_APPENDTOVAR], [ for element in [$2]; do haveit= for x in $[$1]; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then [$1]="${[$1]}${[$1]:+ }$element" fi done ]) libuser-0.56.9.dfsg.1.orig/aclocal.m40000644000175000017500000104644710777230713015257 0ustar gheghe# generated automatically by aclocal 1.10 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005, 2006 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. m4_if(m4_PACKAGE_VERSION, [2.61],, [m4_fatal([this file was generated for autoconf 2.61. You have another version of autoconf. If you want to use that, you should regenerate the build system entirely.], [63])]) dnl -*- mode: autoconf -*- # serial 1 dnl Usage: dnl GTK_DOC_CHECK([minimum-gtk-doc-version]) AC_DEFUN([GTK_DOC_CHECK], [ AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first dnl for overriding the documentation installation directory AC_ARG_WITH([html-dir], AS_HELP_STRING([--with-html-dir=PATH], [path to installed docs]),, [with_html_dir='${datadir}/gtk-doc/html']) HTML_DIR="$with_html_dir" AC_SUBST([HTML_DIR]) dnl enable/disable documentation building AC_ARG_ENABLE([gtk-doc], AS_HELP_STRING([--enable-gtk-doc], [use gtk-doc to build documentation [[default=no]]]),, [enable_gtk_doc=no]) if test x$enable_gtk_doc = xyes; then ifelse([$1],[], [PKG_CHECK_EXISTS([gtk-doc],, AC_MSG_ERROR([gtk-doc not installed and --enable-gtk-doc requested]))], [PKG_CHECK_EXISTS([gtk-doc >= $1],, AC_MSG_ERROR([You need to have gtk-doc >= $1 installed to build gtk-doc]))]) fi AC_MSG_CHECKING([whether to build gtk-doc documentation]) AC_MSG_RESULT($enable_gtk_doc) AC_PATH_PROGS(GTKDOC_CHECK,gtkdoc-check,) AM_CONDITIONAL([ENABLE_GTK_DOC], [test x$enable_gtk_doc = xyes]) AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], [test -n "$LIBTOOL"]) ]) # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- # serial 51 AC_PROG_LIBTOOL # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED) # ----------------------------------------------------------- # If this macro is not defined by Autoconf, define it here. m4_ifdef([AC_PROVIDE_IFELSE], [], [m4_define([AC_PROVIDE_IFELSE], [m4_ifdef([AC_PROVIDE_$1], [$2], [$3])])]) # AC_PROG_LIBTOOL # --------------- AC_DEFUN([AC_PROG_LIBTOOL], [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX. AC_PROVIDE_IFELSE([AC_PROG_CXX], [AC_LIBTOOL_CXX], [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX ])]) dnl And a similar setup for Fortran 77 support AC_PROVIDE_IFELSE([AC_PROG_F77], [AC_LIBTOOL_F77], [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77 ])]) dnl Quote A][M_PROG_GCJ so that aclocal doesn't bring it in needlessly. dnl If either AC_PROG_GCJ or A][M_PROG_GCJ have already been expanded, run dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both. AC_PROVIDE_IFELSE([AC_PROG_GCJ], [AC_LIBTOOL_GCJ], [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], [AC_LIBTOOL_GCJ], [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ], [AC_LIBTOOL_GCJ], [ifdef([AC_PROG_GCJ], [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])]) ifdef([A][M_PROG_GCJ], [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])]) ifdef([LT_AC_PROG_GCJ], [define([LT_AC_PROG_GCJ], defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])]) ])])# AC_PROG_LIBTOOL # _AC_PROG_LIBTOOL # ---------------- AC_DEFUN([_AC_PROG_LIBTOOL], [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' AC_SUBST(LIBTOOL)dnl # Prevent multiple expansion define([AC_PROG_LIBTOOL], []) ])# _AC_PROG_LIBTOOL # AC_LIBTOOL_SETUP # ---------------- AC_DEFUN([AC_LIBTOOL_SETUP], [AC_PREREQ(2.50)dnl AC_REQUIRE([AC_ENABLE_SHARED])dnl AC_REQUIRE([AC_ENABLE_STATIC])dnl AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_PROG_LD])dnl AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl AC_REQUIRE([AC_PROG_NM])dnl AC_REQUIRE([AC_PROG_LN_S])dnl AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! AC_REQUIRE([AC_OBJEXT])dnl AC_REQUIRE([AC_EXEEXT])dnl dnl AC_LIBTOOL_SYS_MAX_CMD_LEN AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE AC_LIBTOOL_OBJDIR AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl _LT_AC_PROG_ECHO_BACKSLASH case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. Xsed='sed -e 1s/^X//' [sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g'] # Same as above, but do not quote variable references. [double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g'] # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' # Constants: rm="rm -f" # Global variables: default_ofile=libtool can_build_shared=yes # All known linkers require a `.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a ltmain="$ac_aux_dir/ltmain.sh" ofile="$default_ofile" with_gnu_ld="$lt_cv_prog_gnu_ld" AC_CHECK_TOOL(AR, ar, false) AC_CHECK_TOOL(RANLIB, ranlib, :) AC_CHECK_TOOL(STRIP, strip, :) old_CC="$CC" old_CFLAGS="$CFLAGS" # Set sane defaults for various variables test -z "$AR" && AR=ar test -z "$AR_FLAGS" && AR_FLAGS=cru test -z "$AS" && AS=as test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$DLLTOOL" && DLLTOOL=dlltool test -z "$LD" && LD=ld test -z "$LN_S" && LN_S="ln -s" test -z "$MAGIC_CMD" && MAGIC_CMD=file test -z "$NM" && NM=nm test -z "$SED" && SED=sed test -z "$OBJDUMP" && OBJDUMP=objdump test -z "$RANLIB" && RANLIB=: test -z "$STRIP" && STRIP=: test -z "$ac_objext" && ac_objext=o # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" ;; *) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" fi _LT_CC_BASENAME([$compiler]) # Only perform the check for file, if the check method requires it case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then AC_PATH_MAGIC fi ;; esac AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no) AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL], enable_win32_dll=yes, enable_win32_dll=no) AC_ARG_ENABLE([libtool-lock], [AC_HELP_STRING([--disable-libtool-lock], [avoid locking (might break parallel builds)])]) test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes AC_ARG_WITH([pic], [AC_HELP_STRING([--with-pic], [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], [pic_mode="$withval"], [pic_mode=default]) test -z "$pic_mode" && pic_mode=default # Use C for the default configuration in the libtool script tagname= AC_LIBTOOL_LANG_C_CONFIG _LT_AC_TAGCONFIG ])# AC_LIBTOOL_SETUP # _LT_AC_SYS_COMPILER # ------------------- AC_DEFUN([_LT_AC_SYS_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC ])# _LT_AC_SYS_COMPILER # _LT_CC_BASENAME(CC) # ------------------- # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. AC_DEFUN([_LT_CC_BASENAME], [for cc_temp in $1""; do case $cc_temp in compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` ]) # _LT_COMPILER_BOILERPLATE # ------------------------ # Check for compiler boilerplate output or warnings with # the simple compiler test code. AC_DEFUN([_LT_COMPILER_BOILERPLATE], [AC_REQUIRE([LT_AC_PROG_SED])dnl ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $rm conftest* ])# _LT_COMPILER_BOILERPLATE # _LT_LINKER_BOILERPLATE # ---------------------- # Check for linker boilerplate output or warnings with # the simple link test code. AC_DEFUN([_LT_LINKER_BOILERPLATE], [AC_REQUIRE([LT_AC_PROG_SED])dnl ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $rm conftest* ])# _LT_LINKER_BOILERPLATE # _LT_AC_SYS_LIBPATH_AIX # ---------------------- # Links a minimal program and checks the executable # for the system default hardcoded library path. In most cases, # this is /usr/lib:/lib, but when the MPI compilers are used # the location of the communication and MPI libs are included too. # If we don't find anything, use the default library path according # to the aix ld manual. AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], [AC_REQUIRE([LT_AC_PROG_SED])dnl AC_LINK_IFELSE(AC_LANG_PROGRAM,[ lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/ p } }' aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi],[]) if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi ])# _LT_AC_SYS_LIBPATH_AIX # _LT_AC_SHELL_INIT(ARG) # ---------------------- AC_DEFUN([_LT_AC_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE], [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)], [AC_DIVERT_PUSH(NOTICE)]) $1 AC_DIVERT_POP ])# _LT_AC_SHELL_INIT # _LT_AC_PROG_ECHO_BACKSLASH # -------------------------- # Add some code to the start of the generated configure script which # will find an echo command which doesn't interpret backslashes. AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], [_LT_AC_SHELL_INIT([ # Check that we are running under the correct shell. SHELL=${CONFIG_SHELL-/bin/sh} case X$ECHO in X*--fallback-echo) # Remove one level of quotation (which was required for Make). ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','` ;; esac echo=${ECHO-echo} if test "X[$]1" = X--no-reexec; then # Discard the --no-reexec flag, and continue. shift elif test "X[$]1" = X--fallback-echo; then # Avoid inline document here, it may be left over : elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then # Yippee, $echo works! : else # Restart under the correct shell. exec $SHELL "[$]0" --no-reexec ${1+"[$]@"} fi if test "X[$]1" = X--fallback-echo; then # used as fallback echo shift cat </dev/null 2>&1 && unset CDPATH if test -z "$ECHO"; then if test "X${echo_test_string+set}" != Xset; then # find a string as large as possible, as long as the shell can cope with it for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... if (echo_test_string=`eval $cmd`) 2>/dev/null && echo_test_string=`eval $cmd` && (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null then break fi done fi if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then : else # The Solaris, AIX, and Digital Unix default echo programs unquote # backslashes. This makes it impossible to quote backslashes using # echo "$something" | sed 's/\\/\\\\/g' # # So, first we look for a working echo in the user's PATH. lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for dir in $PATH /usr/ucb; do IFS="$lt_save_ifs" if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then echo="$dir/echo" break fi done IFS="$lt_save_ifs" if test "X$echo" = Xecho; then # We didn't find a better echo, so look for alternatives. if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then # This shell has a builtin print -r that does the trick. echo='print -r' elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) && test "X$CONFIG_SHELL" != X/bin/ksh; then # If we have ksh, try running configure again with it. ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} export ORIGINAL_CONFIG_SHELL CONFIG_SHELL=/bin/ksh export CONFIG_SHELL exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"} else # Try using printf. echo='printf %s\n' if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then # Cool, printf works : elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && test "X$echo_testing_string" = 'X\t' && echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL export CONFIG_SHELL SHELL="$CONFIG_SHELL" export SHELL echo="$CONFIG_SHELL [$]0 --fallback-echo" elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && test "X$echo_testing_string" = 'X\t' && echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then echo="$CONFIG_SHELL [$]0 --fallback-echo" else # maybe with a smaller string... prev=: for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null then break fi prev="$cmd" done if test "$prev" != 'sed 50q "[$]0"'; then echo_test_string=`eval $prev` export echo_test_string exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"} else # Oops. We lost completely, so just stick with echo. echo=echo fi fi fi fi fi fi # Copy echo and quote the copy suitably for passing to libtool from # the Makefile, instead of quoting the original, which is used later. ECHO=$echo if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo" fi AC_SUBST(ECHO) ])])# _LT_AC_PROG_ECHO_BACKSLASH # _LT_AC_LOCK # ----------- AC_DEFUN([_LT_AC_LOCK], [AC_ARG_ENABLE([libtool-lock], [AC_HELP_STRING([--disable-libtool-lock], [avoid locking (might break parallel builds)])]) test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE="32" ;; *ELF-64*) HPUX_IA64_MODE="64" ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out which ABI we are using. echo '[#]line __oline__ "configure"' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then if test "$lt_cv_prog_gnu_ld" = yes; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ s390*-*linux*|sparc*-*linux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; ppc64-*linux*|powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) LD="${LD-ld} -m elf_s390" ;; sparc64-*linux*) LD="${LD-ld} -m elf32_sparc" ;; esac ;; *64-bit*) libsuff=64 case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_x86_64_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; ppc*-*linux*|powerpc*-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -belf" AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, [AC_LANG_PUSH(C) AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) AC_LANG_POP]) if test x"$lt_cv_cc_needs_belf" != x"yes"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS="$SAVE_CFLAGS" fi ;; sparc*-*solaris*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) LD="${LD-ld} -m elf64_sparc" ;; *) LD="${LD-ld} -64" ;; esac ;; esac fi rm -rf conftest* ;; AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL], [*-*-cygwin* | *-*-mingw* | *-*-pw32*) AC_CHECK_TOOL(DLLTOOL, dlltool, false) AC_CHECK_TOOL(AS, as, false) AC_CHECK_TOOL(OBJDUMP, objdump, false) ;; ]) esac need_locks="$enable_libtool_lock" ])# _LT_AC_LOCK # AC_LIBTOOL_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) # ---------------------------------------------------------------- # Check whether the given compiler option works AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED]) AC_CACHE_CHECK([$1], [$2], [$2=no ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$3" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi fi $rm conftest* ]) if test x"[$]$2" = xyes; then ifelse([$5], , :, [$5]) else ifelse([$6], , :, [$6]) fi ])# AC_LIBTOOL_COMPILER_OPTION # AC_LIBTOOL_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [ACTION-SUCCESS], [ACTION-FAILURE]) # ------------------------------------------------------------ # Check whether the given compiler option works AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $3" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&AS_MESSAGE_LOG_FD $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi else $2=yes fi fi $rm conftest* LDFLAGS="$save_LDFLAGS" ]) if test x"[$]$2" = xyes; then ifelse([$4], , :, [$4]) else ifelse([$5], , :, [$5]) fi ])# AC_LIBTOOL_LINKER_OPTION # AC_LIBTOOL_SYS_MAX_CMD_LEN # -------------------------- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [# find the maximum length of command line arguments AC_MSG_CHECKING([the maximum length of command line arguments]) AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl i=0 teststring="ABCD" case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \ = "XX$teststring") >/dev/null 2>&1 && new_result=`expr "X$teststring" : ".*" 2>&1` && lt_cv_sys_max_cmd_len=$new_result && test $i != 17 # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done teststring= # Add a significant safety factor because C++ compilers can tack on massive # amounts of additional arguments before passing them to the linker. # It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac ]) if test -n $lt_cv_sys_max_cmd_len ; then AC_MSG_RESULT($lt_cv_sys_max_cmd_len) else AC_MSG_RESULT(none) fi ])# AC_LIBTOOL_SYS_MAX_CMD_LEN # _LT_AC_CHECK_DLFCN # ------------------ AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl ])# _LT_AC_CHECK_DLFCN # _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) # --------------------------------------------------------------------- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl if test "$cross_compiling" = yes; then : [$4] else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif #ifdef __cplusplus extern "C" void exit (int); #endif void fnord() { int i=42;} int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; /* dlclose (self); */ } else puts (dlerror ()); exit (status); }] EOF if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) $1 ;; x$lt_dlneed_uscore) $2 ;; x$lt_dlunknown|x*) $3 ;; esac else : # compilation failed $3 fi fi rm -fr conftest* ])# _LT_AC_TRY_DLOPEN_SELF # AC_LIBTOOL_DLOPEN_SELF # ---------------------- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl if test "x$enable_dlopen" != xyes; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen="load_add_on" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32*) lt_cv_dlopen="LoadLibrary" lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen="dlopen" lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[ lt_cv_dlopen="dyld" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ]) ;; *) AC_CHECK_FUNC([shl_load], [lt_cv_dlopen="shl_load"], [AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen], [lt_cv_dlopen="dlopen"], [AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"]) ]) ]) ]) ]) ]) ;; esac if test "x$lt_cv_dlopen" != xno; then enable_dlopen=yes else enable_dlopen=no fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS="$CPPFLAGS" test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS="$LDFLAGS" wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS="$LIBS" LIBS="$lt_cv_dlopen_libs $LIBS" AC_CACHE_CHECK([whether a program can dlopen itself], lt_cv_dlopen_self, [dnl _LT_AC_TRY_DLOPEN_SELF( lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) ]) if test "x$lt_cv_dlopen_self" = xyes; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" AC_CACHE_CHECK([whether a statically linked program can dlopen itself], lt_cv_dlopen_self_static, [dnl _LT_AC_TRY_DLOPEN_SELF( lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) ]) fi CPPFLAGS="$save_CPPFLAGS" LDFLAGS="$save_LDFLAGS" LIBS="$save_LIBS" ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi ])# AC_LIBTOOL_DLOPEN_SELF # AC_LIBTOOL_PROG_CC_C_O([TAGNAME]) # --------------------------------- # Check to see if options -c and -o are simultaneously supported by compiler AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], [AC_REQUIRE([LT_AC_PROG_SED])dnl AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)], [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no $rm -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes fi fi chmod u+w . 2>&AS_MESSAGE_LOG_FD $rm conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files $rm out/* && rmdir out cd .. rmdir conftest $rm conftest* ]) ])# AC_LIBTOOL_PROG_CC_C_O # AC_LIBTOOL_SYS_HARD_LINK_LOCKS([TAGNAME]) # ----------------------------------------- # Check to see if we can do hard links to lock some files if needed AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_REQUIRE([_LT_AC_LOCK])dnl hard_links="nottested" if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user AC_MSG_CHECKING([if we can lock with hard links]) hard_links=yes $rm conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no AC_MSG_RESULT([$hard_links]) if test "$hard_links" = no; then AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) need_locks=warn fi else need_locks=no fi ])# AC_LIBTOOL_SYS_HARD_LINK_LOCKS # AC_LIBTOOL_OBJDIR # ----------------- AC_DEFUN([AC_LIBTOOL_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir], [rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null]) objdir=$lt_cv_objdir ])# AC_LIBTOOL_OBJDIR # AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([TAGNAME]) # ---------------------------------------------- # Check hardcoding attributes. AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs]) _LT_AC_TAGVAR(hardcode_action, $1)= if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \ test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \ test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then # We can hardcode non-existant directories. if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no && test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then # Linking always hardcodes the temporary library directory. _LT_AC_TAGVAR(hardcode_action, $1)=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. _LT_AC_TAGVAR(hardcode_action, $1)=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. _LT_AC_TAGVAR(hardcode_action, $1)=unsupported fi AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)]) if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then # Fast installation is not supported enable_fast_install=no elif test "$shlibpath_overrides_runpath" = yes || test "$enable_shared" = no; then # Fast installation is not necessary enable_fast_install=needless fi ])# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH # AC_LIBTOOL_SYS_LIB_STRIP # ------------------------ AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], [striplib= old_striplib= AC_MSG_CHECKING([whether stripping libraries is possible]) if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" AC_MSG_RESULT([yes]) else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) if test -n "$STRIP" ; then striplib="$STRIP -x" old_striplib="$STRIP -S" AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) fi ;; *) AC_MSG_RESULT([no]) ;; esac fi ])# AC_LIBTOOL_SYS_LIB_STRIP # AC_LIBTOOL_SYS_DYNAMIC_LINKER # ----------------------------- # PORTME Fill in your ld.so characteristics AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_REQUIRE([LT_AC_PROG_SED])dnl AC_MSG_CHECKING([dynamic linker characteristics]) library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" m4_if($1,[],[ if test "$GCC" = yes; then case $host_os in darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; *) lt_awk_arg="/^libraries:/" ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'` else lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary. lt_tmp_lt_search_path_spec= lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` for lt_sys_path in $lt_search_path_spec; do if test -d "$lt_sys_path/$lt_multi_os_dir"; then lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" else test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk ' BEGIN {RS=" "; FS="/|\n";} { lt_foo=""; lt_count=0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { lt_foo="/" $lt_i lt_foo; } else { lt_count--; } } } } if (lt_foo != "") { lt_freq[[lt_foo]]++; } if (lt_freq[[lt_foo]] == 1) { print lt_foo; } }'` sys_lib_search_path_spec=`echo $lt_search_path_spec` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi]) need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='${libname}${release}${shared_ext}$major' ;; aix4* | aix5*) version_type=linux need_lib_prefix=no need_version=no hardcode_into_libs=yes if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line `#! .'. This would cause the generated library to # depend on `.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[[01]] | aix4.[[01]].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then : else can_build_shared=no fi ;; esac # AIX (on Power*) has no versioning support, so currently we can not hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. if test "$aix_use_runtimelinking" = yes; then # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' else # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='${libname}${release}.a $libname.a' soname_spec='${libname}${release}${shared_ext}$major' fi shlibpath_var=LIBPATH fi ;; amigaos*) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; beos*) library_names_spec='${libname}${shared_ext}' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[[45]]*) version_type=linux need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32*) version_type=windows shrext_cmds=".dll" need_version=no need_lib_prefix=no case $GCC,$host_os in yes,cygwin* | yes,mingw* | yes,pw32*) library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $rm \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ;; mingw*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then # It is most probably a Windows format PATH printed by # mingw gcc, but we are running on Cygwin. Gcc prints its search # path with ; separators, and with drive letters. We can handle the # drive letters (cygwin fileutils understands them), so leave them, # especially as we might pass files found there to a mingw objdump, # which wouldn't understand a cygwinified path. Ahh. sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' ;; esac ;; *) library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' ;; esac dynamic_linker='Win32 ld.exe' # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' m4_if([$1], [],[ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd1*) dynamic_linker=no ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[[123]]*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2*) shlibpath_overrides_runpath=yes ;; freebsd3.[[01]]* | freebsdelf3.[[01]]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; gnu*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' if test "X$HPUX_IA64_MODE" = X32; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" fi sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555. postinstall_cmds='chmod 555 $lib' ;; interix[[3-9]]*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test "$lt_cv_prog_gnu_ld" = yes; then version_type=linux else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; # This must be Linux ELF. linux* | k*bsd*-gnu) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; nto-qnx*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; openbsd*) version_type=sunos sys_lib_dlsearch_path_spec="/usr/lib" need_lib_prefix=no # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. case $host_os in openbsd3.3 | openbsd3.3.*) need_version=yes ;; *) need_version=no ;; esac library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then case $host_os in openbsd2.[[89]] | openbsd2.[[89]].*) shlibpath_overrides_runpath=no ;; *) shlibpath_overrides_runpath=yes ;; esac else shlibpath_overrides_runpath=yes fi ;; os2*) libname_spec='$name' shrext_cmds=".dll" need_lib_prefix=no library_names_spec='$libname${shared_ext} $libname.a' dynamic_linker='OS/2 ld.exe' shlibpath_var=LIBPATH ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test "$with_gnu_ld" = yes; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no export_dynamic_flag_spec='${wl}-Blargedynsym' runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec ;then version_type=linux library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=freebsd-elf need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH hardcode_into_libs=yes if test "$with_gnu_ld" = yes; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' shlibpath_overrides_runpath=no else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' shlibpath_overrides_runpath=yes case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; uts4*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac AC_MSG_RESULT([$dynamic_linker]) test "$dynamic_linker" = no && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test "$GCC" = yes; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi ])# AC_LIBTOOL_SYS_DYNAMIC_LINKER # _LT_AC_TAGCONFIG # ---------------- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_REQUIRE([LT_AC_PROG_SED])dnl AC_ARG_WITH([tags], [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@], [include additional configurations @<:@automatic@:>@])], [tagnames="$withval"]) if test -f "$ltmain" && test -n "$tagnames"; then if test ! -f "${ofile}"; then AC_MSG_WARN([output file `$ofile' does not exist]) fi if test -z "$LTCC"; then eval "`$SHELL ${ofile} --config | grep '^LTCC='`" if test -z "$LTCC"; then AC_MSG_WARN([output file `$ofile' does not look like a libtool script]) else AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile']) fi fi if test -z "$LTCFLAGS"; then eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`" fi # Extract list of available tagged configurations in $ofile. # Note that this assumes the entire list is on one line. available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'` lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for tagname in $tagnames; do IFS="$lt_save_ifs" # Check whether tagname contains only valid characters case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in "") ;; *) AC_MSG_ERROR([invalid tag name: $tagname]) ;; esac if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null then AC_MSG_ERROR([tag name \"$tagname\" already exists]) fi # Update the list of available tags. if test -n "$tagname"; then echo appending configuration tag \"$tagname\" to $ofile case $tagname in CXX) if test -n "$CXX" && ( test "X$CXX" != "Xno" && ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || (test "X$CXX" != "Xg++"))) ; then AC_LIBTOOL_LANG_CXX_CONFIG else tagname="" fi ;; F77) if test -n "$F77" && test "X$F77" != "Xno"; then AC_LIBTOOL_LANG_F77_CONFIG else tagname="" fi ;; GCJ) if test -n "$GCJ" && test "X$GCJ" != "Xno"; then AC_LIBTOOL_LANG_GCJ_CONFIG else tagname="" fi ;; RC) AC_LIBTOOL_LANG_RC_CONFIG ;; *) AC_MSG_ERROR([Unsupported tag name: $tagname]) ;; esac # Append the new tag name to the list of available tags. if test -n "$tagname" ; then available_tags="$available_tags $tagname" fi fi done IFS="$lt_save_ifs" # Now substitute the updated list of available tags. if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then mv "${ofile}T" "$ofile" chmod +x "$ofile" else rm -f "${ofile}T" AC_MSG_ERROR([unable to update list of available tagged configurations.]) fi fi ])# _LT_AC_TAGCONFIG # AC_LIBTOOL_DLOPEN # ----------------- # enable checks for dlopen support AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP]) ])# AC_LIBTOOL_DLOPEN # AC_LIBTOOL_WIN32_DLL # -------------------- # declare package support for building win32 DLLs AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP]) ])# AC_LIBTOOL_WIN32_DLL # AC_ENABLE_SHARED([DEFAULT]) # --------------------------- # implement the --enable-shared flag # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl AC_ARG_ENABLE([shared], [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@], [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS="$lt_save_ifs" ;; esac], [enable_shared=]AC_ENABLE_SHARED_DEFAULT) ])# AC_ENABLE_SHARED # AC_DISABLE_SHARED # ----------------- # set the default shared flag to --disable-shared AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl AC_ENABLE_SHARED(no) ])# AC_DISABLE_SHARED # AC_ENABLE_STATIC([DEFAULT]) # --------------------------- # implement the --enable-static flag # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl AC_ARG_ENABLE([static], [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@], [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS="$lt_save_ifs" ;; esac], [enable_static=]AC_ENABLE_STATIC_DEFAULT) ])# AC_ENABLE_STATIC # AC_DISABLE_STATIC # ----------------- # set the default static flag to --disable-static AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl AC_ENABLE_STATIC(no) ])# AC_DISABLE_STATIC # AC_ENABLE_FAST_INSTALL([DEFAULT]) # --------------------------------- # implement the --enable-fast-install flag # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl AC_ARG_ENABLE([fast-install], [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS="$lt_save_ifs" ;; esac], [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT) ])# AC_ENABLE_FAST_INSTALL # AC_DISABLE_FAST_INSTALL # ----------------------- # set the default to --disable-fast-install AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl AC_ENABLE_FAST_INSTALL(no) ])# AC_DISABLE_FAST_INSTALL # AC_LIBTOOL_PICMODE([MODE]) # -------------------------- # implement the --with-pic flag # MODE is either `yes' or `no'. If omitted, it defaults to `both'. AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl pic_mode=ifelse($#,1,$1,default) ])# AC_LIBTOOL_PICMODE # AC_PROG_EGREP # ------------- # This is predefined starting with Autoconf 2.54, so this conditional # definition can be removed once we require Autoconf 2.54 or later. m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP], [AC_CACHE_CHECK([for egrep], [ac_cv_prog_egrep], [if echo a | (grep -E '(a|b)') >/dev/null 2>&1 then ac_cv_prog_egrep='grep -E' else ac_cv_prog_egrep='egrep' fi]) EGREP=$ac_cv_prog_egrep AC_SUBST([EGREP]) ])]) # AC_PATH_TOOL_PREFIX # ------------------- # find a file program which can recognize shared library AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl AC_MSG_CHECKING([for $1]) AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, [case $MAGIC_CMD in [[\\/*] | ?:[\\/]*]) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR dnl $ac_dummy forces splitting on constant user-supplied paths. dnl POSIX.2 word splitting is done only on the output of word expansions, dnl not every word. This closes a longstanding sh security hole. ac_dummy="ifelse([$2], , $PATH, [$2])" for ac_dir in $ac_dummy; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$1; then lt_cv_path_MAGIC_CMD="$ac_dir/$1" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org EOF fi ;; esac fi break fi done IFS="$lt_save_ifs" MAGIC_CMD="$lt_save_MAGIC_CMD" ;; esac]) MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then AC_MSG_RESULT($MAGIC_CMD) else AC_MSG_RESULT(no) fi ])# AC_PATH_TOOL_PREFIX # AC_PATH_MAGIC # ------------- # find a file program which can recognize a shared library AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) else MAGIC_CMD=: fi fi ])# AC_PATH_MAGIC # AC_PROG_LD # ---------- # find the pathname to the GNU or non-GNU linker AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld], [AC_HELP_STRING([--with-gnu-ld], [assume the C compiler uses GNU ld @<:@default=no@:>@])], [test "$withval" = no || with_gnu_ld=yes], [with_gnu_ld=no]) AC_REQUIRE([LT_AC_PROG_SED])dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by $CC]) case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [[\\/]]* | ?:[[\\/]]*) re_direlt='/[[^/]][[^/]]*/\.\./' # Canonicalize the pathname of ld ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL(lt_cv_path_LD, [if test -z "$LD"; then lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &1 /dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; gnu*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'] lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac ;; interix[[3-9]]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' ;; irix5* | irix6* | nonstopux*) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac lt_cv_deplibs_check_method=pass_all ;; # This must be Linux ELF. linux* | k*bsd*-gnu) lt_cv_deplibs_check_method=pass_all ;; netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; nto-qnx*) lt_cv_deplibs_check_method=unknown ;; openbsd*) if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' fi ;; osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; rdos*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.3*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; pc) lt_cv_deplibs_check_method=pass_all ;; esac ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; esac ]) file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown ])# AC_DEPLIBS_CHECK_METHOD # AC_PROG_NM # ---------- # find the pathname to a BSD-compatible name lister AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM, [if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM="$NM" else lt_nm_to_check="${ac_tool_prefix}nm" if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. tmp_nm="$ac_dir/$lt_tmp_nm" if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then # Check to see if the nm accepts a BSD-compat flag. # Adding the `sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in */dev/null* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS="$lt_save_ifs" done test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm fi]) NM="$lt_cv_path_NM" ])# AC_PROG_NM # AC_CHECK_LIBM # ------------- # check for math library AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl LIBM= case $host in *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*) # These system don't have libm, or don't need it ;; *-ncr-sysv4.3*) AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw") AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") ;; *) AC_CHECK_LIB(m, cos, LIBM="-lm") ;; esac ])# AC_CHECK_LIBM # AC_LIBLTDL_CONVENIENCE([DIRECTORY]) # ----------------------------------- # sets LIBLTDL to the link flags for the libltdl convenience library and # LTDLINCL to the include flags for the libltdl header and adds # --enable-ltdl-convenience to the configure arguments. Note that # AC_CONFIG_SUBDIRS is not called here. If DIRECTORY is not provided, # it is assumed to be `libltdl'. LIBLTDL will be prefixed with # '${top_builddir}/' and LTDLINCL will be prefixed with '${top_srcdir}/' # (note the single quotes!). If your package is not flat and you're not # using automake, define top_builddir and top_srcdir appropriately in # the Makefiles. AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl case $enable_ltdl_convenience in no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;; "") enable_ltdl_convenience=yes ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;; esac LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) # For backwards non-gettext consistent compatibility... INCLTDL="$LTDLINCL" ])# AC_LIBLTDL_CONVENIENCE # AC_LIBLTDL_INSTALLABLE([DIRECTORY]) # ----------------------------------- # sets LIBLTDL to the link flags for the libltdl installable library and # LTDLINCL to the include flags for the libltdl header and adds # --enable-ltdl-install to the configure arguments. Note that # AC_CONFIG_SUBDIRS is not called here. If DIRECTORY is not provided, # and an installed libltdl is not found, it is assumed to be `libltdl'. # LIBLTDL will be prefixed with '${top_builddir}/'# and LTDLINCL with # '${top_srcdir}/' (note the single quotes!). If your package is not # flat and you're not using automake, define top_builddir and top_srcdir # appropriately in the Makefiles. # In the future, this macro may have to be called after AC_PROG_LIBTOOL. AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl AC_CHECK_LIB(ltdl, lt_dlinit, [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no], [if test x"$enable_ltdl_install" = xno; then AC_MSG_WARN([libltdl not installed, but installation disabled]) else enable_ltdl_install=yes fi ]) if test x"$enable_ltdl_install" = x"yes"; then ac_configure_args="$ac_configure_args --enable-ltdl-install" LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) else ac_configure_args="$ac_configure_args --enable-ltdl-install=no" LIBLTDL="-lltdl" LTDLINCL= fi # For backwards non-gettext consistent compatibility... INCLTDL="$LTDLINCL" ])# AC_LIBLTDL_INSTALLABLE # AC_LIBTOOL_CXX # -------------- # enable support for C++ libraries AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX]) ])# AC_LIBTOOL_CXX # _LT_AC_LANG_CXX # --------------- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX]) AC_REQUIRE([_LT_AC_PROG_CXXCPP]) _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX]) ])# _LT_AC_LANG_CXX # _LT_AC_PROG_CXXCPP # ------------------ AC_DEFUN([_LT_AC_PROG_CXXCPP], [ AC_REQUIRE([AC_PROG_CXX]) if test -n "$CXX" && ( test "X$CXX" != "Xno" && ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || (test "X$CXX" != "Xg++"))) ; then AC_PROG_CXXCPP fi ])# _LT_AC_PROG_CXXCPP # AC_LIBTOOL_F77 # -------------- # enable support for Fortran 77 libraries AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77]) ])# AC_LIBTOOL_F77 # _LT_AC_LANG_F77 # --------------- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77]) _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77]) ])# _LT_AC_LANG_F77 # AC_LIBTOOL_GCJ # -------------- # enable support for GCJ libraries AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ]) ])# AC_LIBTOOL_GCJ # _LT_AC_LANG_GCJ # --------------- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[], [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[], [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[], [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])], [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])], [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])]) _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ]) ])# _LT_AC_LANG_GCJ # AC_LIBTOOL_RC # ------------- # enable support for Windows resource files AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC]) _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC]) ])# AC_LIBTOOL_RC # AC_LIBTOOL_LANG_C_CONFIG # ------------------------ # Ensure that the configuration vars for the C compiler are # suitably defined. Those variables are subsequently used by # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG]) AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC" AC_LANG_PUSH(C) # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o _LT_AC_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' _LT_AC_SYS_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1) AC_LIBTOOL_PROG_COMPILER_PIC($1) AC_LIBTOOL_PROG_CC_C_O($1) AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) AC_LIBTOOL_PROG_LD_SHLIBS($1) AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) AC_LIBTOOL_SYS_LIB_STRIP AC_LIBTOOL_DLOPEN_SELF # Report which library types will actually be built AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix4* | aix5*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes AC_MSG_RESULT([$enable_static]) AC_LIBTOOL_CONFIG($1) AC_LANG_POP CC="$lt_save_CC" ])# AC_LIBTOOL_LANG_C_CONFIG # AC_LIBTOOL_LANG_CXX_CONFIG # -------------------------- # Ensure that the configuration vars for the C compiler are # suitably defined. Those variables are subsequently used by # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)]) AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++) AC_REQUIRE([AC_PROG_CXX]) AC_REQUIRE([_LT_AC_PROG_CXXCPP]) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no _LT_AC_TAGVAR(allow_undefined_flag, $1)= _LT_AC_TAGVAR(always_export_symbols, $1)=no _LT_AC_TAGVAR(archive_expsym_cmds, $1)= _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= _LT_AC_TAGVAR(hardcode_direct, $1)=no _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= _LT_AC_TAGVAR(hardcode_minus_L, $1)=no _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_AC_TAGVAR(hardcode_automatic, $1)=no _LT_AC_TAGVAR(module_cmds, $1)= _LT_AC_TAGVAR(module_expsym_cmds, $1)= _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_AC_TAGVAR(no_undefined_flag, $1)= _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Dependencies to place before and after the object being linked: _LT_AC_TAGVAR(predep_objects, $1)= _LT_AC_TAGVAR(postdep_objects, $1)= _LT_AC_TAGVAR(predeps, $1)= _LT_AC_TAGVAR(postdeps, $1)= _LT_AC_TAGVAR(compiler_lib_search_path, $1)= # Source file extension for C++ test sources. ac_ext=cpp # Object file extension for compiled C++ test sources. objext=o _LT_AC_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_AC_SYS_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_LD=$LD lt_save_GCC=$GCC GCC=$GXX lt_save_with_gnu_ld=$with_gnu_ld lt_save_path_LD=$lt_cv_path_LD if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx else $as_unset lt_cv_prog_gnu_ld fi if test -n "${lt_cv_path_LDCXX+set}"; then lt_cv_path_LD=$lt_cv_path_LDCXX else $as_unset lt_cv_path_LD fi test -z "${LDCXX+set}" || LD=$LDCXX CC=${CXX-"c++"} compiler=$CC _LT_AC_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) # We don't want -fno-exception wen compiling C++ code, so set the # no_builtin_flag separately if test "$GXX" = yes; then _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' else _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= fi if test "$GXX" = yes; then # Set up default GNU C++ configuration AC_PROG_LD # Check if GNU C++ uses GNU ld as the underlying linker, since the # archiving commands below assume that GNU ld is being used. if test "$with_gnu_ld" = yes; then _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # If archive_cmds runs LD, not CC, wlarc should be empty # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to # investigate it a little bit more. (MM) wlarc='${wl}' # ancient GNU ld didn't support --whole-archive et. al. if eval "`$CC -print-prog-name=ld` --help 2>&1" | \ grep 'no-whole-archive' > /dev/null; then _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= fi else with_gnu_ld=no wlarc= # A generic and very simple default shared library creation # command for GNU C++ for the case where it uses the native # linker, instead of GNU ld. If possible, this setting should # overridden to take advantage of the native linker features on # the platform it is being used on. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' fi # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' else GXX=no with_gnu_ld=no wlarc= fi # PORTME: fill in a description of your system's C++ link characteristics AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) _LT_AC_TAGVAR(ld_shlibs, $1)=yes case $host_os in aix3*) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; aix4* | aix5*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*) for ld_flag in $LDFLAGS; do case $ld_flag in *-brtl*) aix_use_runtimelinking=yes break ;; esac done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_AC_TAGVAR(archive_cmds, $1)='' _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_AC_TAGVAR(link_all_deplibs, $1)=yes if test "$GXX" = yes; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && \ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= fi ;; esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. _LT_AC_TAGVAR(always_export_symbols, $1)=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok' # Determine the default libpath from the value encoded in an empty executable. _LT_AC_SYS_LIBPATH_AIX _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an empty executable. _LT_AC_SYS_LIBPATH_AIX _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' # Exported symbols can be pulled into shared objects from archives _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience' _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes # This is similar to how AIX traditionally builds its shared libraries. _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; beos*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; chorus*) case $cc_basename in *) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; esac ;; cygwin* | mingw* | pw32*) # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_AC_TAGVAR(always_export_symbols, $1)=no _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; darwin* | rhapsody*) case $host_os in rhapsody* | darwin1.[[012]]) _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress' ;; *) # Darwin 1.3 on if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' else case ${MACOSX_DEPLOYMENT_TARGET} in 10.[[012]]) _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup' ;; esac fi ;; esac _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no _LT_AC_TAGVAR(hardcode_direct, $1)=no _LT_AC_TAGVAR(hardcode_automatic, $1)=yes _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='' _LT_AC_TAGVAR(link_all_deplibs, $1)=yes if test "$GXX" = yes ; then lt_int_apple_cc_single_mod=no output_verbose_link_cmd='echo' if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then lt_int_apple_cc_single_mod=yes fi if test "X$lt_int_apple_cc_single_mod" = Xyes ; then _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' else _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' fi _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds if test "X$lt_int_apple_cc_single_mod" = Xyes ; then _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' else _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' fi _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' else case $cc_basename in xlc*) output_verbose_link_cmd='echo' _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ;; *) _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; esac fi ;; dgux*) case $cc_basename in ec++*) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; ghcx*) # Green Hills C++ Compiler # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; esac ;; freebsd[[12]]*) # C++ shared libraries reported to be fairly broken before switch to ELF _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; freebsd-elf*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;; freebsd* | dragonfly*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions _LT_AC_TAGVAR(ld_shlibs, $1)=yes ;; gnu*) ;; hpux9*) _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; aCC*) _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[[-]]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ;; *) if test "$GXX" = yes; then _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; hpux10*|hpux11*) if test $with_gnu_ld = no; then _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) ;; *) _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ;; esac fi case $host_cpu in hppa*64*|ia64*) _LT_AC_TAGVAR(hardcode_direct, $1)=no _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. ;; esac case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; aCC*) case $host_cpu in hppa*64*) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ;; *) if test "$GXX" = yes; then if test $with_gnu_ld = no; then case $host_cpu in hppa*64*) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac fi else # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; interix[[3-9]]*) _LT_AC_TAGVAR(hardcode_direct, $1)=no _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; irix5* | irix6*) case $cc_basename in CC*) # SGI C++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' # Archives containing C++ object files must be created using # "CC -ar", where "CC" is the IRIX C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' ;; *) if test "$GXX" = yes; then if test "$with_gnu_ld" = no; then _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib' fi fi _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ;; esac _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ;; linux* | k*bsd*-gnu) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir' _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # Archives containing C++ object files must be created using # "CC -Bstatic", where "CC" is the KAI C++ compiler. _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; icpc*) # Intel C++ with_gnu_ld=yes # version 8.0 and above of icpc choke on multiply defined symbols # if we add $predep_objects and $postdep_objects, however 7.1 and # earlier do not add the objects themselves. case `$CC -V 2>&1` in *"Version 7."*) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 8.0 or newer tmp_idyn= case $host_cpu in ia64*) tmp_idyn=' -i_dynamic';; esac _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ;; esac _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' ;; pgCC*) # Portland Group C++ compiler _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' ;; cxx*) # Compaq C++ _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' runpath_var=LD_RUN_PATH _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' # Not sure whether something based on # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 # would be better. output_verbose_link_cmd='echo' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; esac ;; esac ;; lynxos*) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; m88k*) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; mvs*) case $cc_basename in cxx*) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; esac ;; netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' wlarc= _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no fi # Workaround some broken pre-1.5 toolchains output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' ;; openbsd2*) # C++ shared libraries are fairly broken _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; openbsd*) if test -f /usr/libexec/ld.so; then _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' fi output_verbose_link_cmd='echo' else _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; osf3*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: # Archives containing C++ object files must be created using # "CC -Bstatic", where "CC" is the KAI C++ compiler. _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; RCC*) # Rational C++ 2.4.1 # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; cxx*) _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ;; *) if test "$GXX" = yes && test "$with_gnu_ld" = no; then _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' else # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; osf4* | osf5*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: # Archives containing C++ object files must be created using # the KAI C++ compiler. _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;; RCC*) # Rational C++ 2.4.1 # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; cxx*) _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ echo "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~ $rm $lib.exp' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ;; *) if test "$GXX" = yes && test "$with_gnu_ld" = no; then _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' else # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; psos*) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; lcc*) # Lucid # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; esac ;; solaris*) case $cc_basename in CC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. # Supported since Solaris 2.6 (maybe 2.5.1?) _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; esac _LT_AC_TAGVAR(link_all_deplibs, $1)=yes output_verbose_link_cmd='echo' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; gcx*) # Green Hills C++ Compiler _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' # The C++ compiler must be used to create the archive. _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' ;; *) # GNU C++ compiler with Solaris linker if test "$GXX" = yes && test "$with_gnu_ld" = no; then _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' if $CC --version | grep -v '^2\.7' > /dev/null; then _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" else # g++ 2.7 appears to require `-G' NOT `-shared' on this # platform. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" fi _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' ;; esac fi ;; esac ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. # For security reasons, it is highly recommended that you always # use absolute paths for naming shared libraries, and exclude the # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. # So that behaviour is only enabled if SCOABSPATH is set to a # non-empty value in the environment. Most likely only useful for # creating official distributions of packages. # This is a hack until libtool officially supports absolute path # names for shared libraries. _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_AC_TAGVAR(link_all_deplibs, $1)=yes _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; esac ;; vxworks*) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; esac AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)]) test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no _LT_AC_TAGVAR(GCC, $1)="$GXX" _LT_AC_TAGVAR(LD, $1)="$LD" AC_LIBTOOL_POSTDEP_PREDEP($1) AC_LIBTOOL_PROG_COMPILER_PIC($1) AC_LIBTOOL_PROG_CC_C_O($1) AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) AC_LIBTOOL_PROG_LD_SHLIBS($1) AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) AC_LIBTOOL_CONFIG($1) AC_LANG_POP CC=$lt_save_CC LDCXX=$LD LD=$lt_save_LD GCC=$lt_save_GCC with_gnu_ldcxx=$with_gnu_ld with_gnu_ld=$lt_save_with_gnu_ld lt_cv_path_LDCXX=$lt_cv_path_LD lt_cv_path_LD=$lt_save_path_LD lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld ])# AC_LIBTOOL_LANG_CXX_CONFIG # AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME]) # ------------------------------------ # Figure out "hidden" library dependencies from verbose # compiler output when linking a shared library. # Parse the compiler output and extract the necessary # objects, libraries and library flags. AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP],[ dnl we can't use the lt_simple_compile_test_code here, dnl because it contains code intended for an executable, dnl not a library. It's possible we should let each dnl tag define a new lt_????_link_test_code variable, dnl but it's only used here... ifelse([$1],[],[cat > conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext <&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 # # The more standards-conforming stlport4 library is # incompatible with the Cstd library. Avoid specifying # it if it's in CXXFLAGS. Ignore libCrun as # -library=stlport4 depends on it. case " $CXX $CXXFLAGS " in *" -library=stlport4 "*) solaris_use_stlport4=yes ;; esac if test "$solaris_use_stlport4" != yes; then _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' fi ;; esac ;; solaris*) case $cc_basename in CC*) # The more standards-conforming stlport4 library is # incompatible with the Cstd library. Avoid specifying # it if it's in CXXFLAGS. Ignore libCrun as # -library=stlport4 depends on it. case " $CXX $CXXFLAGS " in *" -library=stlport4 "*) solaris_use_stlport4=yes ;; esac # Adding this requires a known-good setup of shared libraries for # Sun compiler versions before 5.6, else PIC objects from an old # archive will be linked into the output, leading to subtle bugs. if test "$solaris_use_stlport4" != yes; then _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' fi ;; esac ;; esac ]) case " $_LT_AC_TAGVAR(postdeps, $1) " in *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;; esac ])# AC_LIBTOOL_POSTDEP_PREDEP # AC_LIBTOOL_LANG_F77_CONFIG # -------------------------- # Ensure that the configuration vars for the C compiler are # suitably defined. Those variables are subsequently used by # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)]) AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77]) AC_LANG_PUSH(Fortran 77) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no _LT_AC_TAGVAR(allow_undefined_flag, $1)= _LT_AC_TAGVAR(always_export_symbols, $1)=no _LT_AC_TAGVAR(archive_expsym_cmds, $1)= _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= _LT_AC_TAGVAR(hardcode_direct, $1)=no _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= _LT_AC_TAGVAR(hardcode_minus_L, $1)=no _LT_AC_TAGVAR(hardcode_automatic, $1)=no _LT_AC_TAGVAR(module_cmds, $1)= _LT_AC_TAGVAR(module_expsym_cmds, $1)= _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_AC_TAGVAR(no_undefined_flag, $1)= _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for f77 test sources. ac_ext=f # Object file extension for compiled f77 test sources. objext=o _LT_AC_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t return end " # Code to be used in simple link tests lt_simple_link_test_code="\ program t end " # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_AC_SYS_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" CC=${F77-"f77"} compiler=$CC _LT_AC_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix4* | aix5*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_AC_TAGVAR(GCC, $1)="$G77" _LT_AC_TAGVAR(LD, $1)="$LD" AC_LIBTOOL_PROG_COMPILER_PIC($1) AC_LIBTOOL_PROG_CC_C_O($1) AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) AC_LIBTOOL_PROG_LD_SHLIBS($1) AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) AC_LIBTOOL_CONFIG($1) AC_LANG_POP CC="$lt_save_CC" ])# AC_LIBTOOL_LANG_F77_CONFIG # AC_LIBTOOL_LANG_GCJ_CONFIG # -------------------------- # Ensure that the configuration vars for the C compiler are # suitably defined. Those variables are subsequently used by # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)]) AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE # Source file extension for Java test sources. ac_ext=java # Object file extension for compiled Java test sources. objext=o _LT_AC_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="class foo {}" # Code to be used in simple link tests lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_AC_SYS_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" CC=${GCJ-"gcj"} compiler=$CC _LT_AC_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) # GCJ did not exist at the time GCC didn't implicitly link libc in. _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1) AC_LIBTOOL_PROG_COMPILER_PIC($1) AC_LIBTOOL_PROG_CC_C_O($1) AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) AC_LIBTOOL_PROG_LD_SHLIBS($1) AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) AC_LIBTOOL_CONFIG($1) AC_LANG_RESTORE CC="$lt_save_CC" ])# AC_LIBTOOL_LANG_GCJ_CONFIG # AC_LIBTOOL_LANG_RC_CONFIG # ------------------------- # Ensure that the configuration vars for the Windows resource compiler are # suitably defined. Those variables are subsequently used by # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)]) AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE # Source file extension for RC test sources. ac_ext=rc # Object file extension for compiled RC test sources. objext=o _LT_AC_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' # Code to be used in simple link tests lt_simple_link_test_code="$lt_simple_compile_test_code" # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_AC_SYS_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" CC=${RC-"windres"} compiler=$CC _LT_AC_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes AC_LIBTOOL_CONFIG($1) AC_LANG_RESTORE CC="$lt_save_CC" ])# AC_LIBTOOL_LANG_RC_CONFIG # AC_LIBTOOL_CONFIG([TAGNAME]) # ---------------------------- # If TAGNAME is not passed, then create an initial libtool script # with a default configuration from the untagged config vars. Otherwise # add code to config.status for appending the configuration named by # TAGNAME from the matching tagged config vars. AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the # libtool distribution, otherwise you forgot to ship ltmain.sh # with your package, and you will get complaints that there are # no rules to generate ltmain.sh. if test -f "$ltmain"; then # See if we are running on zsh, and set the options which allow our commands through # without removal of \ escapes. if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi # Now quote all the things that may contain metacharacters while being # careful not to overquote the AC_SUBSTed values. We take copies of the # variables and quote the copies for generation of the libtool script. for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \ SED SHELL STRIP \ libname_spec library_names_spec soname_spec extract_expsyms_cmds \ old_striplib striplib file_magic_cmd finish_cmds finish_eval \ deplibs_check_method reload_flag reload_cmds need_locks \ lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ lt_cv_sys_global_symbol_to_c_name_address \ sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ old_postinstall_cmds old_postuninstall_cmds \ _LT_AC_TAGVAR(compiler, $1) \ _LT_AC_TAGVAR(CC, $1) \ _LT_AC_TAGVAR(LD, $1) \ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \ _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \ _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \ _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \ _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \ _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \ _LT_AC_TAGVAR(old_archive_cmds, $1) \ _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \ _LT_AC_TAGVAR(predep_objects, $1) \ _LT_AC_TAGVAR(postdep_objects, $1) \ _LT_AC_TAGVAR(predeps, $1) \ _LT_AC_TAGVAR(postdeps, $1) \ _LT_AC_TAGVAR(compiler_lib_search_path, $1) \ _LT_AC_TAGVAR(archive_cmds, $1) \ _LT_AC_TAGVAR(archive_expsym_cmds, $1) \ _LT_AC_TAGVAR(postinstall_cmds, $1) \ _LT_AC_TAGVAR(postuninstall_cmds, $1) \ _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \ _LT_AC_TAGVAR(allow_undefined_flag, $1) \ _LT_AC_TAGVAR(no_undefined_flag, $1) \ _LT_AC_TAGVAR(export_symbols_cmds, $1) \ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \ _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \ _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \ _LT_AC_TAGVAR(hardcode_automatic, $1) \ _LT_AC_TAGVAR(module_cmds, $1) \ _LT_AC_TAGVAR(module_expsym_cmds, $1) \ _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \ _LT_AC_TAGVAR(fix_srcfile_path, $1) \ _LT_AC_TAGVAR(exclude_expsyms, $1) \ _LT_AC_TAGVAR(include_expsyms, $1); do case $var in _LT_AC_TAGVAR(old_archive_cmds, $1) | \ _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \ _LT_AC_TAGVAR(archive_cmds, $1) | \ _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \ _LT_AC_TAGVAR(module_cmds, $1) | \ _LT_AC_TAGVAR(module_expsym_cmds, $1) | \ _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \ _LT_AC_TAGVAR(export_symbols_cmds, $1) | \ extract_expsyms_cmds | reload_cmds | finish_cmds | \ postinstall_cmds | postuninstall_cmds | \ old_postinstall_cmds | old_postuninstall_cmds | \ sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) # Double-quote double-evaled strings. eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ;; *) eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" ;; esac done case $lt_echo in *'\[$]0 --fallback-echo"') lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'` ;; esac ifelse([$1], [], [cfgfile="${ofile}T" trap "$rm \"$cfgfile\"; exit 1" 1 2 15 $rm -f "$cfgfile" AC_MSG_NOTICE([creating $ofile])], [cfgfile="$ofile"]) cat <<__EOF__ >> "$cfgfile" ifelse([$1], [], [#! $SHELL # `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services. # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 # Free Software Foundation, Inc. # # This file is part of GNU Libtool: # Originally by Gordon Matzigkeit , 1996 # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # A sed program that does not truncate output. SED=$lt_SED # Sed that helps us avoid accidentally triggering echo(1) options like -n. Xsed="$SED -e 1s/^X//" # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # The names of the tagged configurations supported by this script. available_tags= # ### BEGIN LIBTOOL CONFIG], [# ### BEGIN LIBTOOL TAG CONFIG: $tagname]) # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # Shell to use when invoking shell scripts. SHELL=$lt_SHELL # Whether or not to build shared libraries. build_libtool_libs=$enable_shared # Whether or not to build static libraries. build_old_libs=$enable_static # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1) # Whether or not to disallow shared libs when runtime libs are static allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) # Whether or not to optimize for fast installation. fast_install=$enable_fast_install # The host system. host_alias=$host_alias host=$host host_os=$host_os # The build system. build_alias=$build_alias build=$build build_os=$build_os # An echo program that does not interpret backslashes. echo=$lt_echo # The archiver. AR=$lt_AR AR_FLAGS=$lt_AR_FLAGS # A C compiler. LTCC=$lt_LTCC # LTCC compiler flags. LTCFLAGS=$lt_LTCFLAGS # A language-specific compiler. CC=$lt_[]_LT_AC_TAGVAR(compiler, $1) # Is the compiler the GNU C compiler? with_gcc=$_LT_AC_TAGVAR(GCC, $1) # An ERE matcher. EGREP=$lt_EGREP # The linker used to build libraries. LD=$lt_[]_LT_AC_TAGVAR(LD, $1) # Whether we need hard or soft links. LN_S=$lt_LN_S # A BSD-compatible nm program. NM=$lt_NM # A symbol stripping program STRIP=$lt_STRIP # Used to examine libraries when file_magic_cmd begins "file" MAGIC_CMD=$MAGIC_CMD # Used on cygwin: DLL creation program. DLLTOOL="$DLLTOOL" # Used on cygwin: object dumper. OBJDUMP="$OBJDUMP" # Used on cygwin: assembler. AS="$AS" # The name of the directory that contains temporary libtool files. objdir=$objdir # How to create reloadable object files. reload_flag=$lt_reload_flag reload_cmds=$lt_reload_cmds # How to pass a linker flag through the compiler. wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) # Object file suffix (normally "o"). objext="$ac_objext" # Old archive suffix (normally "a"). libext="$libext" # Shared library suffix (normally ".so"). shrext_cmds='$shrext_cmds' # Executable file suffix (normally ""). exeext="$exeext" # Additional compiler flags for building library objects. pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) pic_mode=$pic_mode # What is the maximum length of a command? max_cmd_len=$lt_cv_sys_max_cmd_len # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) # Must we lock files when doing compilation? need_locks=$lt_need_locks # Do we need the lib prefix for modules? need_lib_prefix=$need_lib_prefix # Do we need a version for libraries? need_version=$need_version # Whether dlopen is supported. dlopen_support=$enable_dlopen # Whether dlopen of programs is supported. dlopen_self=$enable_dlopen_self # Whether dlopen of statically linked programs is supported. dlopen_self_static=$enable_dlopen_self_static # Compiler flag to prevent dynamic linking. link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1) # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1) # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1) # Compiler flag to generate thread-safe objects. thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1) # Library versioning type. version_type=$version_type # Format of library name prefix. libname_spec=$lt_libname_spec # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME. library_names_spec=$lt_library_names_spec # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec # Commands used to build and install an old-style archive. RANLIB=$lt_RANLIB old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1) old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1) # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) # Commands used to build and install a shared archive. archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1) archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1) postinstall_cmds=$lt_postinstall_cmds postuninstall_cmds=$lt_postuninstall_cmds # Commands used to build a loadable module (assumed same as above if empty) module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1) module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1) # Commands to strip libraries. old_striplib=$lt_old_striplib striplib=$lt_striplib # Dependencies to place before the objects being linked to create a # shared library. predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1) # Dependencies to place after the objects being linked to create a # shared library. postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1) # Dependencies to place before the objects being linked to create a # shared library. predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1) # Dependencies to place after the objects being linked to create a # shared library. postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1) # The library search path used internally by the compiler when linking # a shared library. compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1) # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method # Command to use when deplibs_check_method == file_magic. file_magic_cmd=$lt_file_magic_cmd # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1) # Flag that forces no undefined symbols. no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1) # Commands used to finish a libtool library installation in a directory. finish_cmds=$lt_finish_cmds # Same as above, but a single script fragment to be evaled but not shown. finish_eval=$lt_finish_eval # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe # Transform the output of nm in a proper C declaration global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl # Transform the output of nm in a C name address pair global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address # This is the shared library runtime path variable. runpath_var=$runpath_var # This is the shared library path variable. shlibpath_var=$shlibpath_var # Is shlibpath searched before the hard-coded library search path? shlibpath_overrides_runpath=$shlibpath_overrides_runpath # How to hardcode a shared library path into an executable. hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1) # Whether we should hardcode library paths into libraries. hardcode_into_libs=$hardcode_into_libs # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist. hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) # If ld is used when linking, flag to hardcode \$libdir into # a binary during linking. This must work even if \$libdir does # not exist. hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) # Whether we need a single -rpath flag with a separated argument. hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1) # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the # resulting binary. hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1) # Set to yes if using the -LDIR flag during linking hardcodes DIR into the # resulting binary. hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1) # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into # the resulting binary. hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1) # Set to yes if building a shared library automatically hardcodes DIR into the library # and all subsequent libraries and executables linked against it. hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1) # Variables whose values should be saved in libtool wrapper scripts and # restored at relink time. variables_saved_for_relink="$variables_saved_for_relink" # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1) # Compile-time system search path for libraries sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Run-time system search path for libraries sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Fix the shell variable \$srcfile for the compiler. fix_srcfile_path=$lt_fix_srcfile_path # Set to yes if exported symbols are required. always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1) # The commands to list exported symbols. export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1) # The commands to extract the exported symbol list from a shared archive. extract_expsyms_cmds=$lt_extract_expsyms_cmds # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1) # Symbols that must always be exported. include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1) ifelse([$1],[], [# ### END LIBTOOL CONFIG], [# ### END LIBTOOL TAG CONFIG: $tagname]) __EOF__ ifelse([$1],[], [ case $host_os in aix3*) cat <<\EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi EOF ;; esac # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1) mv -f "$cfgfile" "$ofile" || \ (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" ]) else # If there is no Makefile yet, we rely on a make rule to execute # `config.status --recheck' to rerun these tests and create the # libtool script then. ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` if test -f "$ltmain_in"; then test -f Makefile && make "$ltmain" fi fi ])# AC_LIBTOOL_CONFIG # AC_LIBTOOL_PROG_COMPILER_NO_RTTI([TAGNAME]) # ------------------------------------------- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= if test "$GCC" = yes; then _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], lt_cv_prog_compiler_rtti_exceptions, [-fno-rtti -fno-exceptions], [], [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) fi ])# AC_LIBTOOL_PROG_COMPILER_NO_RTTI # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE # --------------------------------- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([LT_AC_PROG_SED]) AC_REQUIRE([AC_PROG_NM]) AC_REQUIRE([AC_OBJEXT]) # Check for command to grab the raw symbol name followed by C symbol from nm. AC_MSG_CHECKING([command to parse $NM output from $compiler object]) AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], [ # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[[BCDEGRST]]' # Regexp to match symbols that can be accessed directly from C. sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' # Transform an extracted symbol line into a proper C declaration lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" # Define system-specific variables. case $host_os in aix*) symcode='[[BCDT]]' ;; cygwin* | mingw* | pw32*) symcode='[[ABCDGISTW]]' ;; hpux*) # Its linker distinguishes data from code symbols if test "$host_cpu" = ia64; then symcode='[[ABCDEGRST]]' fi lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" ;; linux* | k*bsd*-gnu) if test "$host_cpu" = ia64; then symcode='[[ABCDGIRSTW]]' lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" fi ;; irix* | nonstopux*) symcode='[[BCDEGRST]]' ;; osf*) symcode='[[BCDEGQRST]]' ;; solaris*) symcode='[[BDRT]]' ;; sco3.2v5*) symcode='[[DT]]' ;; sysv4.2uw2*) symcode='[[DT]]' ;; sysv5* | sco5v6* | unixware* | OpenUNIX*) symcode='[[ABDT]]' ;; sysv4) symcode='[[DFNSTU]]' ;; esac # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[[ABCDGIRSTW]]' ;; esac # Try without a prefix undercore, then with it. for ac_symprfx in "" "_"; do # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. symxfrm="\\1 $ac_symprfx\\2 \\2" # Write the raw and C identifiers. lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext < $nlist) && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if grep ' nm_test_var$' "$nlist" >/dev/null; then if grep ' nm_test_func$' "$nlist" >/dev/null; then cat < conftest.$ac_ext #ifdef __cplusplus extern "C" { #endif EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext' cat <> conftest.$ac_ext #if defined (__STDC__) && __STDC__ # define lt_ptr_t void * #else # define lt_ptr_t char * # define const #endif /* The mapping between symbol names and symbols. */ const struct { const char *name; lt_ptr_t address; } lt_preloaded_symbols[[]] = { EOF $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext cat <<\EOF >> conftest.$ac_ext {0, (lt_ptr_t) 0} }; #ifdef __cplusplus } #endif EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_save_LIBS="$LIBS" lt_save_CFLAGS="$CFLAGS" LIBS="conftstm.$ac_objext" CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then pipe_works=yes fi LIBS="$lt_save_LIBS" CFLAGS="$lt_save_CFLAGS" else echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD fi else echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD cat conftest.$ac_ext >&5 fi rm -f conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test "$pipe_works" = yes; then break else lt_cv_sys_global_symbol_pipe= fi done ]) if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then AC_MSG_RESULT(failed) else AC_MSG_RESULT(ok) fi ]) # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE # AC_LIBTOOL_PROG_COMPILER_PIC([TAGNAME]) # --------------------------------------- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)= _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= _LT_AC_TAGVAR(lt_prog_compiler_static, $1)= AC_MSG_CHECKING([for $compiler option to produce PIC]) ifelse([$1],[CXX],[ # C++ specific cases for pic, static, wl, etc. if test "$GXX" = yes; then _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; amigaos*) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | os2* | pw32*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; *djgpp*) # DJGPP does not support shared libraries at all _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; sysv4*MP*) if test -d /usr/nec; then _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; hpux*) # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) ;; *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac else case $host_os in aix4* | aix5*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; chorus*) case $cc_basename in cxch68*) # Green Hills C++ Compiler # _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" ;; esac ;; darwin*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files case $cc_basename in xlc*) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon' _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ;; esac ;; dgux*) case $cc_basename in ec++*) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; ghcx*) # Green Hills C++ Compiler _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; freebsd* | dragonfly*) # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) case $cc_basename in CC*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' if test "$host_cpu" != ia64; then _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' fi ;; aCC*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ;; esac ;; *) ;; esac ;; interix*) # This is c89, which is MS Visual C++ (no shared libs) # Anyone wants to do a port? ;; irix5* | irix6* | nonstopux*) case $cc_basename in CC*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' # CC pic flag -KPIC is the default. ;; *) ;; esac ;; linux* | k*bsd*-gnu) case $cc_basename in KCC*) # KAI C++ Compiler _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; icpc* | ecpc*) # Intel C++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; pgCC*) # Portland Group C++ compiler. _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; cxx*) # Compaq C++ # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; esac ;; esac ;; lynxos*) ;; m88k*) ;; mvs*) case $cc_basename in cxx*) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' ;; *) ;; esac ;; netbsd*) ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' ;; RCC*) # Rational C++ 2.4.1 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; cxx*) # Digital/Compaq C++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; *) ;; esac ;; psos*) ;; solaris*) case $cc_basename in CC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; gcx*) # Green Hills C++ Compiler _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' ;; *) ;; esac ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; lcc*) # Lucid _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; *) ;; esac ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) case $cc_basename in CC*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; esac ;; vxworks*) ;; *) _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ], [ if test "$GCC" = yes; then _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; amigaos*) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no enable_shared=no ;; sysv4*MP*) if test -d /usr/nec; then _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; hpux*) # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; darwin*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files case $cc_basename in xlc*) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon' _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ;; esac ;; mingw* | cygwin* | pw32* | os2*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' ;; hpux9* | hpux10* | hpux11*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC (with -KPIC) is the default. _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; newsos6) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; linux* | k*bsd*-gnu) case $cc_basename in icc* | ecc*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; pgcc* | pgf77* | pgf90* | pgf95*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; ccc*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All Alpha code is PIC. _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ;; *Sun\ F*) # Sun Fortran 8.3 passes all unrecognized flags to the linker _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='' ;; esac ;; esac ;; osf3* | osf4* | osf5*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All OSF/1 code is PIC. _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; rdos*) _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; solaris*) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' case $cc_basename in f77* | f90* | f95*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; *) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; esac ;; sunos4*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec ;then _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; unicos*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; uts4*) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; *) _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ]) AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)]) # # Check to make sure the PIC flag actually works. # if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works], _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1), [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in "" | " "*) ;; *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;; esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) fi case $host_os in # For platforms which do not support PIC, -DPIC is meaningless: *djgpp*) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= ;; *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])" ;; esac # # Check to make sure the static flag actually works. # wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\" AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1), $lt_tmp_static_flag, [], [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=]) ]) # AC_LIBTOOL_PROG_LD_SHLIBS([TAGNAME]) # ------------------------------------ # See if the linker supports building shared libraries. AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_REQUIRE([LT_AC_PROG_SED])dnl AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) ifelse([$1],[CXX],[ _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' case $host_os in aix4* | aix5*) # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm if $NM -V 2>&1 | grep 'GNU' > /dev/null; then _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' else _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' fi ;; pw32*) _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" ;; cygwin* | mingw*) _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' ;; *) _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; esac ],[ runpath_var= _LT_AC_TAGVAR(allow_undefined_flag, $1)= _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no _LT_AC_TAGVAR(archive_cmds, $1)= _LT_AC_TAGVAR(archive_expsym_cmds, $1)= _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)= _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)= _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= _LT_AC_TAGVAR(thread_safe_flag_spec, $1)= _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= _LT_AC_TAGVAR(hardcode_direct, $1)=no _LT_AC_TAGVAR(hardcode_minus_L, $1)=no _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown _LT_AC_TAGVAR(hardcode_automatic, $1)=no _LT_AC_TAGVAR(module_cmds, $1)= _LT_AC_TAGVAR(module_expsym_cmds, $1)= _LT_AC_TAGVAR(always_export_symbols, $1)=no _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list _LT_AC_TAGVAR(include_expsyms, $1)= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ` (' and `)$', so one must not match beginning or # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', # as well as any symbol that contains `d'. _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_" # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. extract_expsyms_cmds= # Just being paranoid about ensuring that cc_basename is set. _LT_CC_BASENAME([$compiler]) case $host_os in cygwin* | mingw* | pw32*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; esac _LT_AC_TAGVAR(ld_shlibs, $1)=yes if test "$with_gnu_ld" = yes; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='${wl}' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= fi supports_anon_versioning=no case `$LD -v 2>/dev/null` in *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix3* | aix4* | aix5*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then _LT_AC_TAGVAR(ld_shlibs, $1)=no cat <&2 *** Warning: the GNU linker, at least up to release 2.9.1, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to modify your PATH *** so that a non-GNU linker is found, and then restart. EOF fi ;; amigaos*) _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Samuel A. Falvo II reports # that the semantics of dynamic libraries on AmigaOS, at least up # to version 4, is to share data among multiple programs linked # with the same dynamic library. Since this doesn't match the # behavior of shared libraries on other platforms, we can't use # them. _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; beos*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; cygwin* | mingw* | pw32*) # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_AC_TAGVAR(always_export_symbols, $1)=no _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/'\'' -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; interix[[3-9]]*) _LT_AC_TAGVAR(hardcode_direct, $1)=no _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | k*bsd*-gnu) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then tmp_addflag= case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; *) tmp_sharedflag='-shared' ;; esac _LT_AC_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test $supports_anon_versioning = yes; then _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ $echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi else _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then _LT_AC_TAGVAR(ld_shlibs, $1)=no cat <&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. EOF elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) _LT_AC_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib' else _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; sunos4*) _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; esac if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then runpath_var= _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_AC_TAGVAR(always_export_symbols, $1)=yes _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported fi ;; aix4* | aix5*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm if $NM -V 2>&1 | grep 'GNU' > /dev/null; then _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' else _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_AC_TAGVAR(archive_cmds, $1)='' _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_AC_TAGVAR(link_all_deplibs, $1)=yes if test "$GCC" = yes; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && \ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= fi ;; esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. _LT_AC_TAGVAR(always_export_symbols, $1)=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok' # Determine the default libpath from the value encoded in an empty executable. _LT_AC_SYS_LIBPATH_AIX _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an empty executable. _LT_AC_SYS_LIBPATH_AIX _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' # Exported symbols can be pulled into shared objects from archives _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience' _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes # This is similar to how AIX traditionally builds its shared libraries. _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; amigaos*) _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # see comment about different semantics on the GNU ld section _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; bsdi[[45]]*) _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic ;; cygwin* | mingw* | pw32*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true' # FIXME: Should let the user specify the lib program. _LT_AC_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`' _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; darwin* | rhapsody*) case $host_os in rhapsody* | darwin1.[[012]]) _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress' ;; *) # Darwin 1.3 on if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' else case ${MACOSX_DEPLOYMENT_TARGET} in 10.[[012]]) _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup' ;; esac fi ;; esac _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no _LT_AC_TAGVAR(hardcode_direct, $1)=no _LT_AC_TAGVAR(hardcode_automatic, $1)=yes _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='' _LT_AC_TAGVAR(link_all_deplibs, $1)=yes if test "$GCC" = yes ; then output_verbose_link_cmd='echo' _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' else case $cc_basename in xlc*) output_verbose_link_cmd='echo' _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ;; *) _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; esac fi ;; dgux*) _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ;; freebsd1*) _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2*) _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ;; hpux9*) if test "$GCC" = yes; then _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: _LT_AC_TAGVAR(hardcode_direct, $1)=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ;; hpux10*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test "$with_gnu_ld" = no; then _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes fi ;; hpux11*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then case $host_cpu in hppa*64*) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac fi if test "$with_gnu_ld" = no; then _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' _LT_AC_TAGVAR(hardcode_direct, $1)=no _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test "$GCC" = yes; then _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir' fi _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ;; netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ;; newsos6) _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ;; openbsd*) if test -f /usr/libexec/ld.so; then _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' else case $host_os in openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' ;; *) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' ;; esac fi else _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; os2*) _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; osf3*) if test "$GCC" = yes; then _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' fi _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test "$GCC" = yes; then _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' else _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp' # Both c and cxx compiler support -rpath directly _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' fi _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ;; solaris*) _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text' if test "$GCC" = yes; then wlarc='${wl}' _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' else wlarc='' _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' fi _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. GCC discards it without `$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test "$GCC" = yes; then _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' else _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' fi ;; esac _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ;; sunos4*) if test "x$host_vendor" = xsequent; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4) case $host_vendor in sni) _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' _LT_AC_TAGVAR(hardcode_direct, $1)=no ;; motorola) _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4.3*) _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes _LT_AC_TAGVAR(ld_shlibs, $1)=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_AC_TAGVAR(link_all_deplibs, $1)=yes _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; esac fi ]) AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)]) test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no # # Do we need to explicitly link libc? # case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in x|xyes) # Assume -lc should be added _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes if test "$enable_shared" = yes && test "$GCC" = yes; then case $_LT_AC_TAGVAR(archive_cmds, $1) in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. AC_MSG_CHECKING([whether -lc should be explicitly linked in]) $rm conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if AC_TRY_EVAL(ac_compile) 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) pic_flag=$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1) _LT_AC_TAGVAR(allow_undefined_flag, $1)= if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) then _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no else _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes fi _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $rm conftest* AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)]) ;; esac fi ;; esac ])# AC_LIBTOOL_PROG_LD_SHLIBS # _LT_AC_FILE_LTDLL_C # ------------------- # Be careful that the start marker always follows a newline. AC_DEFUN([_LT_AC_FILE_LTDLL_C], [ # /* ltdll.c starts here */ # #define WIN32_LEAN_AND_MEAN # #include # #undef WIN32_LEAN_AND_MEAN # #include # # #ifndef __CYGWIN__ # # ifdef __CYGWIN32__ # # define __CYGWIN__ __CYGWIN32__ # # endif # #endif # # #ifdef __cplusplus # extern "C" { # #endif # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved); # #ifdef __cplusplus # } # #endif # # #ifdef __CYGWIN__ # #include # DECLARE_CYGWIN_DLL( DllMain ); # #endif # HINSTANCE __hDllInstance_base; # # BOOL APIENTRY # DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved) # { # __hDllInstance_base = hInst; # return TRUE; # } # /* ltdll.c ends here */ ])# _LT_AC_FILE_LTDLL_C # _LT_AC_TAGVAR(VARNAME, [TAGNAME]) # --------------------------------- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])]) # old names AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL]) AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) AC_DEFUN([AM_PROG_LD], [AC_PROG_LD]) AC_DEFUN([AM_PROG_NM], [AC_PROG_NM]) # This is just to silence aclocal about the macro not being used ifelse([AC_DISABLE_FAST_INSTALL]) AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no) test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" AC_SUBST(GCJFLAGS) ]) AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no) ]) # Cheap backport of AS_EXECUTABLE_P and required macros # from Autoconf 2.59; we should not use $as_executable_p directly. # _AS_TEST_PREPARE # ---------------- m4_ifndef([_AS_TEST_PREPARE], [m4_defun([_AS_TEST_PREPARE], [if test -x / >/dev/null 2>&1; then as_executable_p='test -x' else as_executable_p='test -f' fi ])])# _AS_TEST_PREPARE # AS_EXECUTABLE_P # --------------- # Check whether a file is executable. m4_ifndef([AS_EXECUTABLE_P], [m4_defun([AS_EXECUTABLE_P], [AS_REQUIRE([_AS_TEST_PREPARE])dnl $as_executable_p $1[]dnl ])])# AS_EXECUTABLE_P # NOTE: This macro has been submitted for inclusion into # # GNU Autoconf as AC_PROG_SED. When it is available in # # a released version of Autoconf we should remove this # # macro and use it instead. # # LT_AC_PROG_SED # -------------- # Check for a fully-functional sed program, that truncates # as few characters as possible. Prefer GNU sed if found. AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output]) AC_CACHE_VAL(lt_cv_path_SED, [# Loop through the user's path and test for sed and gsed. # Then use that list of sed's as ones to test for truncation. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for lt_ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do if AS_EXECUTABLE_P(["$as_dir/$lt_ac_prog$ac_exec_ext"]); then lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" fi done done done IFS=$as_save_IFS lt_ac_max=0 lt_ac_count=0 # Add /usr/xpg4/bin/sed as it is typically found on Solaris # along with /bin/sed that truncates output. for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do test ! -f $lt_ac_sed && continue cat /dev/null > conftest.in lt_ac_count=0 echo $ECHO_N "0123456789$ECHO_C" >conftest.in # Check for GNU sed and select it if it is found. if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then lt_cv_path_SED=$lt_ac_sed break fi while true; do cat conftest.in conftest.in >conftest.tmp mv conftest.tmp conftest.in cp conftest.in conftest.nl echo >>conftest.nl $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break cmp -s conftest.out conftest.nl || break # 10000 chars as input seems more than enough test $lt_ac_count -gt 10 && break lt_ac_count=`expr $lt_ac_count + 1` if test $lt_ac_count -gt $lt_ac_max; then lt_ac_max=$lt_ac_count lt_cv_path_SED=$lt_ac_sed fi done done ]) SED=$lt_cv_path_SED AC_SUBST([SED]) AC_MSG_RESULT([$SED]) ]) # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- # # Copyright © 2004 Scott James Remnant . # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # PKG_PROG_PKG_CONFIG([MIN-VERSION]) # ---------------------------------- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$]) m4_pattern_allow([^PKG_CONFIG(_PATH)?$]) AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) fi if test -n "$PKG_CONFIG"; then _pkg_min_version=m4_default([$1], [0.9.0]) AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) PKG_CONFIG="" fi fi[]dnl ])# PKG_PROG_PKG_CONFIG # PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) # # Check to see whether a particular set of modules exists. Similar # to PKG_CHECK_MODULES(), but does not set variables or print errors. # # # Similar to PKG_CHECK_MODULES, make sure that the first instance of # this or PKG_CHECK_MODULES is called, or make sure to call # PKG_CHECK_EXISTS manually # -------------------------------------------------------------- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl if test -n "$PKG_CONFIG" && \ AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then m4_ifval([$2], [$2], [:]) m4_ifvaln([$3], [else $3])dnl fi]) # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) # --------------------------------------------- m4_define([_PKG_CONFIG], [if test -n "$PKG_CONFIG"; then if test -n "$$1"; then pkg_cv_[]$1="$$1" else PKG_CHECK_EXISTS([$3], [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`], [pkg_failed=yes]) fi else pkg_failed=untried fi[]dnl ])# _PKG_CONFIG # _PKG_SHORT_ERRORS_SUPPORTED # ----------------------------- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG]) if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi[]dnl ])# _PKG_SHORT_ERRORS_SUPPORTED # PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], # [ACTION-IF-NOT-FOUND]) # # # Note that if there is a possibility the first call to # PKG_CHECK_MODULES might not happen, you should be sure to include an # explicit call to PKG_PROG_PKG_CONFIG in your configure.ac # # # -------------------------------------------------------------- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl pkg_failed=no AC_MSG_CHECKING([for $1]) _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) _PKG_CONFIG([$1][_LIBS], [libs], [$2]) m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS and $1[]_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.]) if test $pkg_failed = yes; then _PKG_SHORT_ERRORS_SUPPORTED if test $_pkg_short_errors_supported = yes; then $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"` else $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"` fi # Put the nasty error message in config.log where it belongs echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD ifelse([$4], , [AC_MSG_ERROR(dnl [Package requirements ($2) were not met: $$1_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. _PKG_TEXT ])], [AC_MSG_RESULT([no]) $4]) elif test $pkg_failed = untried; then ifelse([$4], , [AC_MSG_FAILURE(dnl [The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. _PKG_TEXT To get pkg-config, see .])], [$4]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS $1[]_LIBS=$pkg_cv_[]$1[]_LIBS AC_MSG_RESULT([yes]) ifelse([$3], , :, [$3]) fi[]dnl ])# PKG_CHECK_MODULES # Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. m4_if([$1], [1.10], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) # _AM_AUTOCONF_VERSION(VERSION) # ----------------------------- # aclocal traces this macro to find the Autoconf version. # This is a private macro too. Using m4_define simplifies # the logic in aclocal, which can simply ignore this definition. m4_define([_AM_AUTOCONF_VERSION], []) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.10])dnl _AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to # `$srcdir', `$srcdir/..', or `$srcdir/../..'. # # Of course, Automake must honor this variable whenever it calls a # tool from the auxiliary directory. The problem is that $srcdir (and # therefore $ac_aux_dir as well) can be either absolute or relative, # depending on how configure is run. This is pretty annoying, since # it makes $ac_aux_dir quite unusable in subdirectories: in the top # source directory, any form will work fine, but in subdirectories a # relative path needs to be adjusted first. # # $ac_aux_dir/missing # fails when called from a subdirectory if $ac_aux_dir is relative # $top_srcdir/$ac_aux_dir/missing # fails if $ac_aux_dir is absolute, # fails when called from a subdirectory in a VPATH build with # a relative $ac_aux_dir # # The reason of the latter failure is that $top_srcdir and $ac_aux_dir # are both prefixed by $srcdir. In an in-source build this is usually # harmless because $srcdir is `.', but things will broke when you # start a VPATH build or use an absolute $srcdir. # # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, # iff we strip the leading $srcdir from $ac_aux_dir. That would be: # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` # and then we would define $MISSING as # MISSING="\${SHELL} $am_aux_dir/missing" # This will work as long as MISSING is not called from configure, because # unfortunately $(top_srcdir) has no meaning in configure. # However there are other variables, like CC, which are often used in # configure, and could therefore not use this "fixed" $ac_aux_dir. # # Another solution, used here, is to always expand $ac_aux_dir to an # absolute PATH. The drawback is that using absolute paths prevent a # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly. AC_PREREQ([2.50])dnl # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 8 # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- # Define a conditional. AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl _AM_SUBST_NOTMAKE([$1_FALSE])dnl if $2; then $1_TRUE= $1_FALSE='#' else $1_TRUE='#' $1_FALSE= fi AC_CONFIG_COMMANDS_PRE( [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then AC_MSG_ERROR([[conditional "$1" was never defined. Usually this means the macro was only invoked conditionally.]]) fi])]) # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 9 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, # will think it sees a *use*, and therefore will trigger all it's # C support machinery. Also note that it means that autoscan, seeing # CC etc. in the Makefile, will ask for an AC_PROG_CC use... # _AM_DEPENDENCIES(NAME) # ---------------------- # See how the compiler implements dependency checking. # NAME is "CC", "CXX", "GCJ", or "OBJC". # We try a few techniques and use that to set a single cache variable. # # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular # dependency, and given that the user is not expected to run this macro, # just rely on AC_PROG_CC. AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl ifelse([$1], CC, [depcc="$CC" am_compiler_list=], [$1], CXX, [depcc="$CXX" am_compiler_list=], [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], [$1], UPC, [depcc="$UPC" am_compiler_list=], [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_$1_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` fi for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with # Solaris 8's {/usr,}/bin/sh. touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf case $depmode in nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; none) break ;; esac # We check with `-c' and `-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle `-M -o', and we need to detect this. if depmode=$depmode \ source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_$1_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_$1_dependencies_compiler_type=none fi ]) AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) AM_CONDITIONAL([am__fastdep$1], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) ]) # AM_SET_DEPDIR # ------------- # Choose a directory name for dependency files. # This macro is AC_REQUIREd in _AM_DEPENDENCIES AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl ]) # AM_DEP_TRACK # ------------ AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking, [ --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. #serial 3 # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named `Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then dirpart=`AS_DIRNAME("$mf")` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running `make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # When using ansi2knr, U may be empty or an underscore; expand it U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`AS_DIRNAME(["$file"])` AS_MKDIR_P([$dirpart/$fdir]) # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done ])# _AM_OUTPUT_DEPENDENCY_COMMANDS # AM_OUTPUT_DEPENDENCY_COMMANDS # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # # This code is only required when automatic dependency tracking # is enabled. FIXME. This creates each `.P' file that we will # need in order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005, 2006 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 12 # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- # The call with PACKAGE and VERSION arguments is the old style # call (pre autoconf-2.50), which is being phased out. PACKAGE # and VERSION should now be passed to AC_INIT and removed from # the call to AM_INIT_AUTOMAKE. # We support both call styles for the transition. After # the next Automake release, Autoconf can make the AC_INIT # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl # test to see if srcdir already configured if test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi AC_SUBST([CYGPATH_W]) # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) AM_MISSING_PROG(AUTOCONF, autoconf) AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) AM_MISSING_PROG(AUTOHEADER, autoheader) AM_MISSING_PROG(MAKEINFO, makeinfo) AM_PROG_INSTALL_SH AM_PROG_INSTALL_STRIP AC_REQUIRE([AM_PROG_MKDIR_P])dnl # We need awk for the "check" target. The system "awk" is bad on # some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], [_AM_DEPENDENCIES(CC)], [define([AC_PROG_CC], defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES(CXX)], [define([AC_PROG_CXX], defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], [_AM_DEPENDENCIES(OBJC)], [define([AC_PROG_OBJC], defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl ]) ]) # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the # loop where config.status creates the headers, so we can generate # our stamp files there. AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $1 | $1:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} AC_SUBST(install_sh)]) # Copyright (C) 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 2 # Check whether the underlying file-system supports filenames # with a leading dot. For instance MS-DOS doesn't. AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 3 # AM_MAKE_INCLUDE() # ----------------- # Check to see how make treats includes. AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo done .PHONY: am__doit END # If we don't find an include directive, just comment out the code. AC_MSG_CHECKING([for style of include used by $am_make]) am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # We grep out `Entering directory' and `Leaving directory' # messages which can occur if `w' ends up in MAKEFLAGS. # In particular we don't look at `^make:' because GNU make might # be invoked under some other name (usually "gmake"), in which # case it prints its new name instead of `make'. if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then am__include=include am__quote= _am_result=GNU fi # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then am__include=.include am__quote="\"" _am_result=BSD fi fi AC_SUBST([am__include]) AC_SUBST([am__quote]) AC_MSG_RESULT([$_am_result]) rm -f confinc confmf ]) # Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 5 # AM_PROG_CC_C_O # -------------- # Like AC_PROG_CC_C_O, but changed for automake. AC_DEFUN([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC_C_O])dnl AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([compile])dnl # FIXME: we rely on the cache variable name because # there is no other way. set dummy $CC ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']` if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi dnl Make sure AC_PROG_CC is never called again, or it will override our dnl setting of CC. m4_define([AC_PROG_CC], [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])]) ]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 5 # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) $1=${$1-"${am_missing_run}$2"} AC_SUBST($1)]) # AM_MISSING_HAS_RUN # ------------------ # Define MISSING if not defined so far and test if it supports --run. # If it does, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" # Use eval to expand $SHELL if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " else am_missing_run= AC_MSG_WARN([`missing' script is too old or missing]) fi ]) # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_MKDIR_P # --------------- # Check for `mkdir -p'. AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, dnl while keeping a definition of mkdir_p for backward compatibility. dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of dnl Makefile.ins that do not define MKDIR_P, so we do our own dnl adjustment using top_builddir (which is defined more often than dnl MKDIR_P). AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl case $mkdir_p in [[\\/$]]* | ?:[[\\/]]*) ;; */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; esac ]) # Helper functions for option handling. -*- Autoconf -*- # Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 3 # _AM_MANGLE_OPTION(NAME) # ----------------------- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) # ------------------------------ # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) # _AM_SET_OPTIONS(OPTIONS) # ---------------------------------- # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) # ------------------------------------------- # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PATH_PYTHON([MINIMUM-VERSION], [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) # --------------------------------------------------------------------------- # Adds support for distributing Python modules and packages. To # install modules, copy them to $(pythondir), using the python_PYTHON # automake variable. To install a package with the same name as the # automake package, install to $(pkgpythondir), or use the # pkgpython_PYTHON automake variable. # # The variables $(pyexecdir) and $(pkgpyexecdir) are provided as # locations to install python extension modules (shared libraries). # Another macro is required to find the appropriate flags to compile # extension modules. # # If your package is configured with a different prefix to python, # users will have to add the install directory to the PYTHONPATH # environment variable, or create a .pth file (see the python # documentation for details). # # If the MINIMUM-VERSION argument is passed, AM_PATH_PYTHON will # cause an error if the version of python installed on the system # doesn't meet the requirement. MINIMUM-VERSION should consist of # numbers and dots only. AC_DEFUN([AM_PATH_PYTHON], [ dnl Find a Python interpreter. Python versions prior to 1.5 are not dnl supported because the default installation locations changed from dnl $prefix/lib/site-python in 1.4 to $prefix/lib/python1.5/site-packages dnl in 1.5. m4_define_default([_AM_PYTHON_INTERPRETER_LIST], [python python2 python2.5 python2.4 python2.3 python2.2 dnl python2.1 python2.0 python1.6 python1.5]) m4_if([$1],[],[ dnl No version check is needed. # Find any Python interpreter. if test -z "$PYTHON"; then AC_PATH_PROGS([PYTHON], _AM_PYTHON_INTERPRETER_LIST, :) fi am_display_PYTHON=python ], [ dnl A version check is needed. if test -n "$PYTHON"; then # If the user set $PYTHON, use it and don't search something else. AC_MSG_CHECKING([whether $PYTHON version >= $1]) AM_PYTHON_CHECK_VERSION([$PYTHON], [$1], [AC_MSG_RESULT(yes)], [AC_MSG_ERROR(too old)]) am_display_PYTHON=$PYTHON else # Otherwise, try each interpreter until we find one that satisfies # VERSION. AC_CACHE_CHECK([for a Python interpreter with version >= $1], [am_cv_pathless_PYTHON],[ for am_cv_pathless_PYTHON in _AM_PYTHON_INTERPRETER_LIST none; do test "$am_cv_pathless_PYTHON" = none && break AM_PYTHON_CHECK_VERSION([$am_cv_pathless_PYTHON], [$1], [break]) done]) # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON. if test "$am_cv_pathless_PYTHON" = none; then PYTHON=: else AC_PATH_PROG([PYTHON], [$am_cv_pathless_PYTHON]) fi am_display_PYTHON=$am_cv_pathless_PYTHON fi ]) if test "$PYTHON" = :; then dnl Run any user-specified action, or abort. m4_default([$3], [AC_MSG_ERROR([no suitable Python interpreter found])]) else dnl Query Python for its version number. Getting [:3] seems to be dnl the best way to do this; it's what "site.py" does in the standard dnl library. AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version], [am_cv_python_version=`$PYTHON -c "import sys; print sys.version[[:3]]"`]) AC_SUBST([PYTHON_VERSION], [$am_cv_python_version]) dnl Use the values of $prefix and $exec_prefix for the corresponding dnl values of PYTHON_PREFIX and PYTHON_EXEC_PREFIX. These are made dnl distinct variables so they can be overridden if need be. However, dnl general consensus is that you shouldn't need this ability. AC_SUBST([PYTHON_PREFIX], ['${prefix}']) AC_SUBST([PYTHON_EXEC_PREFIX], ['${exec_prefix}']) dnl At times (like when building shared libraries) you may want dnl to know which OS platform Python thinks this is. AC_CACHE_CHECK([for $am_display_PYTHON platform], [am_cv_python_platform], [am_cv_python_platform=`$PYTHON -c "import sys; print sys.platform"`]) AC_SUBST([PYTHON_PLATFORM], [$am_cv_python_platform]) dnl Set up 4 directories: dnl pythondir -- where to install python scripts. This is the dnl site-packages directory, not the python standard library dnl directory like in previous automake betas. This behavior dnl is more consistent with lispdir.m4 for example. dnl Query distutils for this directory. distutils does not exist in dnl Python 1.5, so we fall back to the hardcoded directory if it dnl doesn't work. AC_CACHE_CHECK([for $am_display_PYTHON script directory], [am_cv_python_pythondir], [am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX')" 2>/dev/null || echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"`]) AC_SUBST([pythondir], [$am_cv_python_pythondir]) dnl pkgpythondir -- $PACKAGE directory under pythondir. Was dnl PYTHON_SITE_PACKAGE in previous betas, but this naming is dnl more consistent with the rest of automake. AC_SUBST([pkgpythondir], [\${pythondir}/$PACKAGE]) dnl pyexecdir -- directory for installing python extension modules dnl (shared libraries) dnl Query distutils for this directory. distutils does not exist in dnl Python 1.5, so we fall back to the hardcoded directory if it dnl doesn't work. AC_CACHE_CHECK([for $am_display_PYTHON extension module directory], [am_cv_python_pyexecdir], [am_cv_python_pyexecdir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX')" 2>/dev/null || echo "${PYTHON_EXEC_PREFIX}/lib/python${PYTHON_VERSION}/site-packages"`]) AC_SUBST([pyexecdir], [$am_cv_python_pyexecdir]) dnl pkgpyexecdir -- $(pyexecdir)/$(PACKAGE) AC_SUBST([pkgpyexecdir], [\${pyexecdir}/$PACKAGE]) dnl Run any user-specified action. $2 fi ]) # AM_PYTHON_CHECK_VERSION(PROG, VERSION, [ACTION-IF-TRUE], [ACTION-IF-FALSE]) # --------------------------------------------------------------------------- # Run ACTION-IF-TRUE if the Python interpreter PROG has version >= VERSION. # Run ACTION-IF-FALSE otherwise. # This test uses sys.hexversion instead of the string equivalent (first # word of sys.version), in order to cope with versions such as 2.2c1. # hexversion has been introduced in Python 1.5.2; it's probably not # worth to support older versions (1.5.1 was released on October 31, 1998). AC_DEFUN([AM_PYTHON_CHECK_VERSION], [prog="import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('$2', '.')) + [[0, 0, 0]] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[[i]] sys.exit(sys.hexversion < minverhex)" AS_IF([AM_RUN_LOG([$1 -c "$prog"])], [$3], [$4])]) # Check to make sure that the build environment is sane. -*- Autoconf -*- # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 4 # AM_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Just in case sleep 1 echo timestamp > conftest.file # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` if test "$[*]" = "X"; then # -L didn't work. set X `ls -t $srcdir/configure conftest.file` fi rm -f conftest.file if test "$[*]" != "X $srcdir/configure conftest.file" \ && test "$[*]" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken alias in your environment]) fi test "$[2]" = conftest.file ) then # Ok. : else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi AC_MSG_RESULT(yes)]) # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_STRIP # --------------------- # One issue with vendor `install' (even GNU) is that you can't # specify the program used to strip binaries. This is especially # annoying in cross-compiling environments, where the build's strip # is unlikely to handle the host's binaries. # Fortunately install-sh will honor a STRIPPROG variable, so we # always use install-sh in `make install-strip', and initialize # STRIPPROG with the value of the STRIP variable (set by the user). AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl # Installed binaries are usually stripped using `strip' when the user # run `make install-strip'. However `strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the `STRIP' environment variable to overrule this program. dnl Don't test for $cross_compiling = yes, because it might be `maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) # Copyright (C) 2006 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in. # This macro is traced by Automake. AC_DEFUN([_AM_SUBST_NOTMAKE]) # Check how to create a tarball. -*- Autoconf -*- # Copyright (C) 2004, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 2 # _AM_PROG_TAR(FORMAT) # -------------------- # Check how to create a tarball in format FORMAT. # FORMAT should be one of `v7', `ustar', or `pax'. # # Substitute a variable $(am__tar) that is a command # writing to stdout a FORMAT-tarball containing the directory # $tardir. # tardir=directory && $(am__tar) > result.tar # # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. AM_MISSING_PROG([AMTAR], [tar]) m4_if([$1], [v7], [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], [m4_case([$1], [ustar],, [pax],, [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) # Loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' _am_tools=${am_cv_prog_tar_$1-$_am_tools} # Do not fold the above two line into one, because Tru64 sh and # Solaris sh will not grok spaces in the rhs of `-'. for _am_tool in $_am_tools do case $_am_tool in gnutar) for _am_tar in tar gnutar gtar; do AM_RUN_LOG([$_am_tar --version]) && break done am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' am__untar="$_am_tar -xf -" ;; plaintar) # Must skip GNU tar: if it does not support --format= it doesn't create # ustar tarball either. (tar --version) >/dev/null 2>&1 && continue am__tar='tar chf - "$$tardir"' am__tar_='tar chf - "$tardir"' am__untar='tar xf -' ;; pax) am__tar='pax -L -x $1 -w "$$tardir"' am__tar_='pax -L -x $1 -w "$tardir"' am__untar='pax -r' ;; cpio) am__tar='find "$$tardir" -print | cpio -o -H $1 -L' am__tar_='find "$tardir" -print | cpio -o -H $1 -L' am__untar='cpio -i -H $1 -d' ;; none) am__tar=false am__tar_=false am__untar=false ;; esac # If the value was cached, stop now. We just wanted to have am__tar # and am__untar set. test -n "${am_cv_prog_tar_$1}" && break # tar/untar a dummy directory, and stop if the command works rm -rf conftest.dir mkdir conftest.dir echo GrepMe > conftest.dir/file AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) rm -rf conftest.dir if test -s conftest.tar; then AM_RUN_LOG([$am__untar /dev/null 2>&1 && break fi done rm -rf conftest.dir AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) AC_MSG_RESULT([$am_cv_prog_tar_$1])]) AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR m4_include([m4/gettext.m4]) m4_include([m4/iconv.m4]) m4_include([m4/isc-posix.m4]) m4_include([m4/lib-ld.m4]) m4_include([m4/lib-link.m4]) m4_include([m4/lib-prefix.m4]) m4_include([m4/nls.m4]) m4_include([m4/po.m4]) m4_include([m4/progtest.m4]) libuser-0.56.9.dfsg.1.orig/tests/0000755000175000017500000000000010777230755014547 5ustar gheghelibuser-0.56.9.dfsg.1.orig/tests/ldap.conf.in0000644000175000017500000000141710777230702016736 0ustar gheghe[defaults] # non-portable moduledir = @TOP_BUILDDIR@/modules/.libs skeleton = /etc/skel mailspooldir = /var/mail modules = ldap create_modules = ldap crypt_style = md5 [userdefaults] LU_USERNAME = %n LU_UIDNUMBER = 500 LU_GIDNUMBER = %u # LU_USERPASSWORD = !! # LU_GECOS = %n # LU_HOMEDIRECTORY = /home/%n # LU_LOGINSHELL = /bin/bash # LU_SHADOWNAME = %n # LU_SHADOWPASSWORD = !! # LU_SHADOWLASTCHANGE = %d # LU_SHADOWMIN = 0 # LU_SHADOWMAX = 99999 # LU_SHADOWWARNING = 7 # LU_SHADOWINACTIVE = -1 # LU_SHADOWEXPIRE = -1 # LU_SHADOWFLAG = -1 [groupdefaults] LU_GROUPNAME = %n LU_GIDNUMBER = 500 # LU_GROUPPASSWORD = !! # LU_MEMBERUID = # LU_ADMINISTRATORUID = [ldap] server = 127.0.0.1:3890 basedn = dc=libuser bindtype = simple binddn = cn=Manager,dc=libuser password = password libuser-0.56.9.dfsg.1.orig/tests/pwhash.conf.in0000644000175000017500000000054710777230702017313 0ustar gheghe[defaults] # non-portable moduledir = @TOP_BUILDDIR@/modules/.libs modules = files shadow create_modules = files shadow [userdefaults] LU_USERNAME = %n LU_UIDNUMBER = 500 LU_GIDNUMBER = %u [groupdefaults] LU_GROUPNAME = %n LU_GIDNUMBER = 500 [files] directory = @WORKDIR@/files nonroot = yes [shadow] directory = @WORKDIR@/files nonroot = yes [defaults] libuser-0.56.9.dfsg.1.orig/tests/config_override.conf.in0000644000175000017500000000130710777230702021160 0ustar gheghe[defaults] # non-portable moduledir = @TOP_BUILDDIR@/modules/.libs modules = files shadow create_modules = files shadow mailspooldir = /overridden/mailspooldir crypt_style = des hash_rounds_min = 4250 hash_rounds_max = 4251 skeleton = /overridden/skeleton [import] login_defs = @SRCDIR@/config_login.defs default_useradd = @SRCDIR@/config_default_useradd [groupdefaults] LU_GIDNUMBER = 4242 [userdefaults] LU_SHADOWMAX = 4243 # LU_SHADOWMIN sp_min = 4244 LU_SHADOWWARNING = 4245 # LU_UIDNUMBER pw_uid = 4246 LU_SHADOWEXPIRE = 4247 LU_GIDNUMBER = 4248 LU_HOMEDIRECTORY = /overridden/home-%n # LU_SHADOWINACTIVE sp_inact = 4249 LU_LOGINSHELL = /overridden/shell [files] nonroot = yes [shadow] nonroot = yes libuser-0.56.9.dfsg.1.orig/tests/utils_test0000755000175000017500000001456110777230702016673 0ustar gheghe#! /bin/sh # Automated libuser utilities regression tester # # Copyright (c) 2004, 2005 Red Hat, Inc. All rights reserved. # # This is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU Library General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # # Author: Miloslav Trmac srcdir=$srcdir/tests workdir=$(pwd)/test_files trap 'status=$?; rm -rf "$workdir"; exit $status' 0 trap '(exit 1); exit 1' 1 2 13 15 rm -rf "$workdir" mkdir "$workdir" # Set up an the environment mkdir "$workdir"/files > "$workdir"/files/passwd > "$workdir"/files/shadow > "$workdir"/files/group > "$workdir"/files/gshadow # Set up the client LIBUSER_CONF=$workdir/libuser.conf export LIBUSER_CONF sed "s|@WORKDIR@|$workdir|g; s|@TOP_BUILDDIR@|$(pwd)|g" \ < "$srcdir"/utils.conf.in > "$LIBUSER_CONF" PATH=$(pwd)/apps:$PATH LARGE_ID=2147483648 ( set -e # lgroupadd: lgroupadd -g "$(expr $LARGE_ID + 110)" group1_1 # untested: -r # lgroupdel: lgroupadd group2_1 lgroupdel group2_1 # lgroupmod: lgroupadd -g "$(expr $LARGE_ID + 310)" group3_1 lgroupmod -A user3_1,user3_2 -g "$(expr $LARGE_ID + 311)" -L \ -M user3_3,user3_4 -n group3_2 -p '01vokOibos3pg' group3_1 lgroupmod -a user3_1,user3_1notexist -m user3_3,user3_2notexist -L group3_2 lgroupadd -g "$(expr $LARGE_ID + 330)" group3_3 lgroupmod -p '!!02yd6IWnPes66' group3_3 lgroupmod -U group3_3 # Handling of GID change for primary and secondary groups lgroupadd -g "$(expr $LARGE_ID + 340)" group3_4 luseradd -M -g group3_4 -u "$(expr $LARGE_ID + 350)" user3_5 lgroupadd -g "$(expr $LARGE_ID + 350)" group3_5 luseradd -M -g group3_5 -u "$(expr $LARGE_ID + 360)" user3_6 lgroupmod -M user3_6 group3_4 lgroupmod -g "$(expr $LARGE_ID + 341)" group3_4 # untested: -P # lchage: lgroupadd -g "$(expr $LARGE_ID + 410)" user4_1 luseradd -M -u "$(expr $LARGE_ID + 410)" user4_1 lchage -d 400 -E 410 -I 420 -m 430 -M 440 -W 450 user4_1 LC_ALL=C lchage -l user4_1 > "$workdir"/lchage_output diff - "$workdir"/lchage_output <<\EOF Account is locked. Minimum: 430 Maximum: 440 Warning: 450 Inactive: 420 Last Change: 02/05/71 Password Expires: 04/20/72 Password Inactive: 06/14/73 Account Expires: 02/15/71 EOF # lchfn: untested (requires system account) # lchsh: untested (requires system account) # lid: lgroupadd -g "$(expr $LARGE_ID + 510)" group5_1 lgroupadd -g "$(expr $LARGE_ID + 520)" group5_2 lgroupadd -g "$(expr $LARGE_ID + 530)" group5_3 luseradd -M -g group5_1 -u "$(expr $LARGE_ID + 510)" user5_1 luseradd -M -g group5_3 -u "$(expr $LARGE_ID + 520)" user5_2 lgroupmod -M user5_1,user5_2 group5_2 lgroupmod -M user5_2 group5_1 lid user5_1 > "$workdir"/lid_output1 diff - "$workdir"/lid_output1 < "$workdir"/lid_output2 diff - "$workdir"/lid_output2 <<\EOF group5_1 group5_2 EOF lid -g group5_1 > "$workdir"/lid_output3 diff - "$workdir"/lid_output3 < "$workdir"/lid_output4 diff - "$workdir"/lid_output4 <<\EOF user5_1 user5_2 EOF # lnewusers: lgroupadd -g "$(expr $LARGE_ID + 620)" user6_2 lgroupadd -g "$(expr $LARGE_ID + 630)" group6_3 LC_ALL=C lnewusers -M -n 2> "$workdir"/lnewusers_output <"$workdir"/lusermod_output diff - "$workdir"/lusermod_output < "$workdir"/group diff -u "$srcdir"/utils_group "$workdir"/group diff -u "$srcdir"/utils_gshadow "$workdir"/files/gshadow sed 's/^\(user6_4:x:[^:]*\):[0123456789]*:\(.*\)$/\1:GID:\2/' \ < "$workdir"/files/passwd > "$workdir"/passwd diff -u "$srcdir"/utils_passwd "$workdir"/passwd sed -e 's/^\([^:]*:[^:]*\):[0123456789]\{5,\}:\(.*\)$/\1:DATE:\2/' \ -e 's/^\([^:]*\):\$1\$[^:]*:\(.*\)$/\1:HASH:\2/' \ < "$workdir"/files/shadow > "$workdir"/shadow diff -u "$srcdir"/utils_shadow "$workdir"/shadow ) libuser-0.56.9.dfsg.1.orig/tests/slapd.conf.in0000644000175000017500000000132310777230702017115 0ustar ghegheinclude /etc/openldap/schema/core.schema include /etc/openldap/schema/cosine.schema include /etc/openldap/schema/inetorgperson.schema include /etc/openldap/schema/nis.schema include /etc/openldap/schema/redhat/autofs.schema allow bind_v2 pidfile @WORKDIR@/slapd.pid TLSCertificateFile @WORKDIR@/key.pem TLSCertificateKeyFile @WORKDIR@/key.pem database ldbm suffix "dc=libuser" rootdn "cn=Manager,dc=libuser" rootpw {SSHA}ABgelmLFZQ/OJzVEp3OM5MzWQ9rt3b4F directory @WORKDIR@/db index objectClass eq,pres index ou,cn,mail,surname,givenname eq,pres,sub index uidNumber,gidNumber,loginShell eq,pres index uid,memberUid eq,pres,sub libuser-0.56.9.dfsg.1.orig/tests/config.conf.in0000644000175000017500000000062510777230702017263 0ustar gheghe[defaults] # non-portable moduledir = @TOP_BUILDDIR@/modules/.libs modules = files shadow create_modules = files shadow [files] nonroot = yes [shadow] nonroot = yes # trailing garbage on section headers is ignored [test] garbage name = value1 # empty value name2 = # values of the same key are kept in order name = value2 # invalid section header [invalid # no '=' sign name3 # empty key name = value3 libuser-0.56.9.dfsg.1.orig/tests/ldap_test0000755000175000017500000000417010777230702016446 0ustar gheghe#! /bin/sh # Automated LDAP regression tester # # Copyright (c) 2004 Red Hat, Inc. All rights reserved. # # This is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU Library General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # # Author: Miloslav Trmac srcdir=$srcdir/tests workdir=$(pwd)/test_ldap trap 'status=$?; rm -rf "$workdir"; exit $status' 0 trap '(exit 1); exit 1' 1 2 13 15 rm -rf "$workdir" mkdir "$workdir" # Create a SSL key /usr/bin/openssl req -batch -newkey rsa:512 -keyout "$workdir"/key1 -nodes \ -x509 -days 2 -out "$workdir"/key3 < "$workdir"/key2 cat "$workdir"/key{1,2,3} > "$workdir"/key.pem rm "$workdir"/key{1,2,3} # Set up an LDAP server mkdir "$workdir"/db sed "s|@WORKDIR@|$workdir|g" < "$srcdir"/slapd.conf.in > "$workdir"/slapd.conf # FIXME: path /usr/sbin/slapd -h 'ldap://127.0.0.1:3890/ ldaps://127.0.0.1:6360/' \ -f "$workdir"/slapd.conf & sleep 3 # Time for slapd to initialize slapd_pid=$(cat "$workdir"/slapd.pid) trap 'status=$?; kill $slapd_pid; rm -rf "$workdir"; exit $status' 0 ldapadd -h 127.0.0.1 -p 3890 -f "$srcdir/ldap_skel.ldif" -x \ -D cn=Manager,dc=libuser -w password # Set up the client LIBUSER_CONF=$workdir/libuser.conf export LIBUSER_CONF sed "s|@WORKDIR@|$workdir|g; s|@TOP_BUILDDIR@|$(pwd)|g" \ < "$srcdir"/ldap.conf.in > "$LIBUSER_CONF" # Ugly non-portable hacks LD_LIBRARY_PATH=$(pwd)/lib/.libs export LD_LIBRARY_PATH PYTHONPATH=$(pwd)/python/.libs export PYTHONPATH # Point "$HOME/ldaprc" to "$srcdir"/ldaprc HOME="$srcdir" python "$srcdir"/ldap_test.py libuser-0.56.9.dfsg.1.orig/tests/files_test0000755000175000017500000000371410777230702016633 0ustar gheghe#! /bin/sh # Automated files/shadow regression tester # # Copyright (c) 2004 Red Hat, Inc. All rights reserved. # # This is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU Library General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # # Author: Miloslav Trmac srcdir=$srcdir/tests workdir=$(pwd)/test_files trap 'status=$?; rm -rf "$workdir"; exit $status' 0 trap '(exit 1); exit 1' 1 2 13 15 rm -rf "$workdir" mkdir "$workdir" # Set up an the environment mkdir "$workdir"/files cat > "$workdir"/files/passwd <<\EOF empty_user::42:43::: 077:077:230:231:077:077:077 +:::::: -nonis_user:::::: +nis_user:::1504::: user12_3:*:1203:1203::: user30_4::3004:3004::: EOF cat > "$workdir"/files/shadow <<\EOF empty_user::1000:::::: 077:077:077:077:077:077:077:077:077 +:::::::: -nonis_user:::::::: +nis_user:::::::: EOF cat > "$workdir"/files/group <<\EOF empty_group::44: 077:077:1730:077 +::: +nis_group:::user30_4 -nonis_group::: group15_4::1504: group27_3:*:2703: EOF cat > "$workdir"/files/gshadow <<\EOF empty_group::: 077:077:077:077 EOF # Set up the client LIBUSER_CONF=$workdir/libuser.conf export LIBUSER_CONF sed "s|@WORKDIR@|$workdir|g; s|@TOP_BUILDDIR@|$(pwd)|g" \ < "$srcdir"/files.conf.in > "$LIBUSER_CONF" # Ugly non-portable hacks LD_LIBRARY_PATH=$(pwd)/lib/.libs export LD_LIBRARY_PATH PYTHONPATH=$(pwd)/python/.libs export PYTHONPATH workdir="$workdir" python "$srcdir"/files_test.py libuser-0.56.9.dfsg.1.orig/tests/files.conf.in0000644000175000017500000000141510777230702017116 0ustar gheghe[defaults] # non-portable moduledir = @TOP_BUILDDIR@/modules/.libs skeleton = /etc/skel mailspooldir = /var/mail modules = files shadow create_modules = files shadow crypt_style = md5 [userdefaults] LU_USERNAME = %n LU_UIDNUMBER = 500 LU_GIDNUMBER = %u # LU_USERPASSWORD = !! # LU_GECOS = %n # LU_HOMEDIRECTORY = /home/%n # LU_LOGINSHELL = /bin/bash # LU_SHADOWNAME = %n # LU_SHADOWPASSWORD = !! # LU_SHADOWLASTCHANGE = %d # LU_SHADOWMIN = 0 # LU_SHADOWMAX = 99999 # LU_SHADOWWARNING = 7 # LU_SHADOWINACTIVE = -1 # LU_SHADOWEXPIRE = -1 # LU_SHADOWFLAG = -1 [groupdefaults] LU_GROUPNAME = %n LU_GIDNUMBER = 500 # LU_GROUPPASSWORD = !! # LU_MEMBERUID = # LU_ADMINISTRATORUID = [files] directory = @WORKDIR@/files nonroot = yes [shadow] directory = @WORKDIR@/files nonroot = yes libuser-0.56.9.dfsg.1.orig/tests/config_test.c0000644000175000017500000001347710777230702017223 0ustar gheghe/* Copyright (C) 2000-2002, 2005, 2008 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include "../lib/user.h" #undef NDEBUG #include static struct lu_context * start(const char *base, const char *file) { struct lu_context *ctx; struct lu_error *error; /* A memory leak, whatever. */ putenv(g_strconcat("LIBUSER_CONF=", base, "/", file, NULL)); error = NULL; ctx = lu_start(NULL, 0, NULL, NULL, lu_prompt_console_quiet, NULL, &error); if (ctx == NULL) { fprintf(stderr, "Error initializing %s: %s.\n", PACKAGE, lu_strerror(error)); exit(1); } return ctx; } static void verify_var(struct lu_context *ctx, const char *key, ...) { GList *list; va_list ap; const char *val; list = lu_cfg_read(ctx, key, NULL); va_start(ap, key); while ((val = va_arg(ap, const char *)) != NULL) { assert(list != NULL && strcmp(list->data, val) == 0); list = list->next; } assert(list == NULL); } int main(int argc, char *argv[]) { struct lu_context *ctx; GList *list; assert(argc == 2); ctx = start(argv[1], "libuser.conf"); verify_var(ctx, "test/name", "value1", "value2", (const char *)NULL); list = lu_cfg_read(ctx, "test/nonexistent", "default"); assert(g_list_length(list) == 1); assert(strcmp(list->data, "default") == 0); verify_var(ctx, "test/nonexistent", (const char *)NULL); assert(strcmp(lu_cfg_read_single(ctx, "test/name", NULL), "value1") == 0); assert(strcmp(lu_cfg_read_single(ctx, "test/nonexistent", "default"), "default") == 0); assert(lu_cfg_read_single(ctx, "test/nonexistent", NULL) == NULL); list = lu_cfg_read_keys(ctx, "test"); assert(g_list_length(list) == 2); assert(strcmp(list->data, "name") == 0); assert(strcmp(list->next->data, "name2") == 0); list = lu_cfg_read_keys(ctx, "invalid"); assert(g_list_length(list) == 0); lu_end(ctx); ctx = start(argv[1], "libuser_import.conf"); verify_var(ctx, "groupdefaults/" LU_GIDNUMBER, "1234", (const char *)NULL); verify_var(ctx, "defaults/mailspooldir", "/mail/dir/value", (const char *)NULL); verify_var(ctx, "defaults/crypt_style", "md5", (const char *)NULL); verify_var(ctx, "userdefaults/" LU_SHADOWMAX, "1235", (const char *)NULL); verify_var(ctx, "userdefaults/" LU_SHADOWMIN, "1236", (const char *)NULL); verify_var(ctx, "userdefaults/" LU_SHADOWWARNING, "1237", (const char *)NULL); verify_var(ctx, "userdefaults/" LU_UIDNUMBER, "1239", (const char *)NULL); verify_var(ctx, "defaults/hash_rounds_min", "1240", (const char *)NULL); verify_var(ctx, "defaults/hash_rounds_max", "1241", (const char *)NULL); /* From (echo $(($(date -d 'may 1 1980 0:0' +%s) / 24 / 3600))) */ verify_var(ctx, "userdefaults/" LU_SHADOWEXPIRE, "3773", (const char *)NULL); verify_var(ctx, "userdefaults/" LU_GIDNUMBER, "4322", (const char *)NULL); verify_var(ctx, "userdefaults/" LU_HOMEDIRECTORY, "/custom/homes/%n", (const char *)NULL); verify_var(ctx, "userdefaults/" LU_SHADOWINACTIVE, "4323", (const char *)NULL); verify_var(ctx, "userdefaults/" LU_LOGINSHELL, "/login/shell", (const char *)NULL); verify_var(ctx, "defaults/skeleton", "/skeleton/path", (const char *)NULL); lu_end(ctx); ctx = start(argv[1], "libuser_import2.conf"); verify_var(ctx, "defaults/crypt_style", "SHA256", (const char *)NULL); lu_end(ctx); ctx = start(argv[1], "libuser_override.conf"); verify_var(ctx, "groupdefaults/LU_GIDNUMBER", "4242", (const char *)NULL); verify_var(ctx, "groupdefaults/" LU_GIDNUMBER, (const char *)NULL); verify_var(ctx, "defaults/mailspooldir", "/overridden/mailspooldir", (const char *)NULL); verify_var(ctx, "defaults/crypt_style", "des", (const char *)NULL); verify_var(ctx, "userdefaults/LU_SHADOWMAX", "4243", (const char *)NULL); verify_var(ctx, "userdefaults/" LU_SHADOWMAX, (const char *)NULL); verify_var(ctx, "userdefaults/" LU_SHADOWMIN, "4244", (const char *)NULL); verify_var(ctx, "userdefaults/LU_SHADOWWARNING", "4245", (const char *)NULL); verify_var(ctx, "userdefaults/" LU_SHADOWWARNING, (const char *)NULL); verify_var(ctx, "userdefaults/" LU_UIDNUMBER, "4246", (const char *)NULL); verify_var(ctx, "defaults/hash_rounds_min", "4250", (const char *)NULL); verify_var(ctx, "defaults/hash_rounds_max", "4251", (const char *)NULL); verify_var(ctx, "userdefaults/LU_SHADOWEXPIRE", "4247", (const char *)NULL); verify_var(ctx, "userdefaults/" LU_SHADOWEXPIRE, (const char *)NULL); verify_var(ctx, "userdefaults/LU_GIDNUMBER", "4248", (const char *)NULL); verify_var(ctx, "userdefaults/" LU_GIDNUMBER, (const char *)NULL); verify_var(ctx, "userdefaults/LU_HOMEDIRECTORY", "/overridden/home-%n", (const char *)NULL); verify_var(ctx, "userdefaults/" LU_HOMEDIRECTORY, (const char *)NULL); verify_var(ctx, "userdefaults/" LU_SHADOWINACTIVE, "4249", (const char *)NULL); verify_var(ctx, "userdefaults/LU_LOGINSHELL", "/overridden/shell", (const char *)NULL); verify_var(ctx, "userdefaults/" LU_LOGINSHELL, (const char *)NULL); verify_var(ctx, "defaults/skeleton", "/overridden/skeleton", (const char *)NULL); lu_end(ctx); return 0; } libuser-0.56.9.dfsg.1.orig/tests/config_default_useradd0000644000175000017500000000021610777230702021141 0ustar ghegheTHIS_VARIABLE_IS_UNKNOWN=1@#$% EXPIRE=00:00 UTC May 1 1980 GROUP=4322 HOME=/custom/homes INACTIVE=4323 SHELL=/login/shell SKEL=/skeleton/path libuser-0.56.9.dfsg.1.orig/tests/pwhash.py0000644000175000017500000000034210777230702016402 0ustar ghegheimport libuser admin = libuser.admin() e = admin.initUser('pwhash_user') admin.addUser(e, False, False) admin.setpassUser(e, 'password', False) res = e[libuser.SHADOWPASSWORD][0] admin.deleteUser(e, False, False) print res libuser-0.56.9.dfsg.1.orig/tests/ldap_skel.ldif0000644000175000017500000000035210777230702017335 0ustar gheghedn: dc=libuser dc: libuser objectClass: top objectClass: domain dn: ou=People,dc=libuser ou: People objectClass: top objectClass: organizationalUnit dn: ou=Group,dc=libuser ou: Group objectClass: top objectClass: organizationalUnit libuser-0.56.9.dfsg.1.orig/tests/utils_group0000644000175000017500000000103210777230702017032 0ustar gheghegroup1_1:x:2147483758: group3_2:x:2147483959:user3_4 group3_3:x:2147483978: group3_4:x:2147483989:user3_6 group3_5:x:2147483998: user4_1:x:2147484058: group5_1:x:2147484158:user5_2 group5_2:x:2147484168:user5_1,user5_2 group5_3:x:2147484178: user6_2:x:2147484268: group6_3:x:2147484278: user6_1:x:2147484258: group6_4:x:GID: group7_1:x:2147484358: group8_1:x:2147484458: user8_3:x:2147484478: group9_1:x:2147484558: group9_2:x:2147484568: group9_3:x:2147484578: group9_4:x:2147484588: group9_5:x:2147484598:user9_5 group9_6:x:2147484608: libuser-0.56.9.dfsg.1.orig/tests/pwhash_test0000755000175000017500000000775210777230702017031 0ustar gheghe#! /bin/sh # Automated password hashing regression tester # # Copyright (c) 2008 Red Hat, Inc. All rights reserved. # # This is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU Library General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # # Author: Miloslav Trmac srcdir=$srcdir/tests workdir=$(pwd)/test_files trap 'status=$?; rm -rf "$workdir"; exit $status' 0 trap '(exit 1); exit 1' 1 2 13 15 rm -rf "$workdir" mkdir "$workdir" # Set up the environment mkdir "$workdir"/files touch "$workdir"/files/passwd "$workdir"/files/shadow touch "$workdir"/files/group "$workdir"/files/gshadow LIBUSER_CONF=$workdir/libuser.conf export LIBUSER_CONF sed "s|@WORKDIR@|$workdir|g; s|@TOP_BUILDDIR@|$(pwd)|g" \ < "$srcdir"/pwhash.conf.in > "${LIBUSER_CONF}_" # Ugly non-portable hacks LD_LIBRARY_PATH=$(pwd)/lib/.libs export LD_LIBRARY_PATH PYTHONPATH=$(pwd)/python/.libs export PYTHONPATH cp "${LIBUSER_CONF}_" "$LIBUSER_CONF" echo 'crypt_style = des' >> "$LIBUSER_CONF" pw=$(workdir="$workdir" python "$srcdir"/pwhash.py) if [ "x${pw#\$}" != "x$pw" ]; then echo "Invalid DES hash" >&2 exit 1 fi cp "${LIBUSER_CONF}_" "$LIBUSER_CONF" echo 'crypt_style = md5' >> "$LIBUSER_CONF" pw=$(workdir="$workdir" python "$srcdir"/pwhash.py) if [ "x${pw#\$1\$}" = "x$pw" ]; then echo "Invalid MD5 hash" >&2 exit 1 fi cp "${LIBUSER_CONF}_" "$LIBUSER_CONF" echo 'crypt_style = sha256' >> "$LIBUSER_CONF" pw=$(workdir="$workdir" python "$srcdir"/pwhash.py) if [ "x${pw#\$5\$}" = "x$pw" ]; then echo "Invalid SHA256 hash" >&2 exit 1 fi cp "${LIBUSER_CONF}_" "$LIBUSER_CONF" echo 'crypt_style = sha512' >> "$LIBUSER_CONF" pw=$(workdir="$workdir" python "$srcdir"/pwhash.py) if [ "x${pw#\$6\$}" = "x$pw" ]; then echo "Invalid SHA512 hash" >&2 exit 1 fi cp "${LIBUSER_CONF}_" "$LIBUSER_CONF" cat >> "$LIBUSER_CONF" <<\EOF crypt_style = sha256 hash_rounds_min = 4242 EOF pw=$(workdir="$workdir" python "$srcdir"/pwhash.py) if [ "x${pw#\$5\$rounds=4242\$}" = "x$pw" ]; then echo "Invalid rounds value" >&2 exit 1 fi cp "${LIBUSER_CONF}_" "$LIBUSER_CONF" cat >> "$LIBUSER_CONF" <<\EOF crypt_style = sha256 hash_rounds_max = 4243 EOF pw=$(workdir="$workdir" python "$srcdir"/pwhash.py) if [ "x${pw#\$5\$rounds=4243\$}" = "x$pw" ]; then echo "Invalid rounds value" >&2 exit 1 fi cp "${LIBUSER_CONF}_" "$LIBUSER_CONF" cat >> "$LIBUSER_CONF" <<\EOF crypt_style = sha256 hash_rounds_min = 4244 hash_rounds_max = 4244 EOF pw=$(workdir="$workdir" python "$srcdir"/pwhash.py) if [ "x${pw#\$5\$rounds=4244\$}" = "x$pw" ]; then echo "Invalid rounds value" >&2 exit 1 fi cp "${LIBUSER_CONF}_" "$LIBUSER_CONF" cat >> "$LIBUSER_CONF" <<\EOF crypt_style = sha256 hash_rounds_min = 4246 hash_rounds_max = 4245 EOF pw=$(workdir="$workdir" python "$srcdir"/pwhash.py) if [ "x${pw#\$5\$rounds=4246\$}" = "x$pw" ]; then echo "Invalid rounds value" >&2 exit 1 fi cp "${LIBUSER_CONF}_" "$LIBUSER_CONF" cat >> "$LIBUSER_CONF" <<\EOF crypt_style = sha256 hash_rounds_min = 4247 hash_rounds_max = 4247 EOF pw=$(workdir="$workdir" python "$srcdir"/pwhash.py) if [ "x${pw#\$5\$rounds=4247\$}" = "x$pw" ]; then echo "Invalid rounds value" >&2 exit 1 fi cp "${LIBUSER_CONF}_" "$LIBUSER_CONF" cat >> "$LIBUSER_CONF" <<\EOF crypt_style = sha256 hash_rounds_min = 50000 hash_rounds_max = 59999 EOF pw=$(workdir="$workdir" python "$srcdir"/pwhash.py) if [ "x${pw#\$5\$rounds=5????\$}" = "x$pw" ]; then echo "Invalid rounds value" >&2 exit 1 fi libuser-0.56.9.dfsg.1.orig/tests/utils.conf.in0000644000175000017500000000141510777230702017154 0ustar gheghe[defaults] # non-portable moduledir = @TOP_BUILDDIR@/modules/.libs skeleton = /etc/skel mailspooldir = /var/mail modules = files shadow create_modules = files shadow crypt_style = md5 [userdefaults] LU_USERNAME = %n LU_UIDNUMBER = 500 LU_GIDNUMBER = %u # LU_USERPASSWORD = !! # LU_GECOS = %n # LU_HOMEDIRECTORY = /home/%n # LU_LOGINSHELL = /bin/bash # LU_SHADOWNAME = %n # LU_SHADOWPASSWORD = !! # LU_SHADOWLASTCHANGE = %d # LU_SHADOWMIN = 0 # LU_SHADOWMAX = 99999 # LU_SHADOWWARNING = 7 # LU_SHADOWINACTIVE = -1 # LU_SHADOWEXPIRE = -1 # LU_SHADOWFLAG = -1 [groupdefaults] LU_GROUPNAME = %n LU_GIDNUMBER = 500 # LU_GROUPPASSWORD = !! # LU_MEMBERUID = # LU_ADMINISTRATORUID = [files] directory = @WORKDIR@/files nonroot = yes [shadow] directory = @WORKDIR@/files nonroot = yes libuser-0.56.9.dfsg.1.orig/tests/ldap_test.py0000644000175000017500000010157010777230702017074 0ustar ghegheimport crypt import libuser import unittest LARGE_ID = 2147483648 def prompt_callback(prompts): for p in prompts: if p.key == 'ldap/password': p.value = 'password' else: p.value = p.default_value # This is ugly; ideally we would want a separate connection for each test case, # but libssl REALLY doesn't like being unloaded (libcrypto is not unloaded # and keeps pointers to unloaded libssl) admin = libuser.admin(prompt = prompt_callback) # Test case order matches the order of function pointers in struct lu_module class Tests(unittest.TestCase): def setUp(self): # See the comment at the libuser.admin() call above self.a = admin # testUsesElevatedPrivileges # Not provided in Python bindings def testUserLookupName(self): e = self.a.initUser('user2_1') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user2_1') self.assert_(e) self.assertEqual(e[libuser.USERNAME], ['user2_1']) del e e = self.a.lookupUserByName('user2_does_not_exist') self.assertEqual(e, None) def testUserLookupId(self): e = self.a.initUser('user3_1') self.a.addUser(e, False, False) uid = e[libuser.UIDNUMBER][0] del e e = self.a.lookupUserById(uid) self.assert_(e) self.assertEqual(e[libuser.UIDNUMBER], [uid]) del e e = self.a.lookupUserById(999999) self.assertEqual(e, None) del e e = self.a.lookupUserById(LARGE_ID + 310) self.assertEqual(e, None) # testUserDefault # There is little to test, in addition most is configurable # testUserAddPrep: # Nothing to test def testUserAdd1(self): # A minimal case e = self.a.initUser('user6_1') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user6_1') self.assert_(e) self.assertEqual(e[libuser.USERNAME], ['user6_1']) def testUserAdd2(self): # A maximal case e = self.a.initUser('user6_2') e[libuser.USERNAME] = 'user6_2username' e[libuser.USERPASSWORD] = '!!user6_2' e[libuser.UIDNUMBER] = 4237 e[libuser.GIDNUMBER] = 3742 e[libuser.GECOS] = 'Full Name,Office,1234,4321' e[libuser.HOMEDIRECTORY] = '/home/user6_2home' e[libuser.LOGINSHELL] = '/sbin/nologinuser6_2' e[libuser.SHADOWPASSWORD] = '!!baduser6_2' # Should be ignored e[libuser.SHADOWLASTCHANGE] = 12681 e[libuser.SHADOWMIN] = 5 e[libuser.SHADOWMAX] = 98765 e[libuser.SHADOWWARNING] = 10 e[libuser.SHADOWINACTIVE] = 8 e[libuser.SHADOWEXPIRE] = 9 e[libuser.SHADOWFLAG] = 255 e[libuser.COMMONNAME] = 'Common Name' e[libuser.GIVENNAME] = 'Given' e[libuser.SN] = 'Surname' e[libuser.ROOMNUMBER] = '404' e[libuser.TELEPHONENUMBER] = '1234' e[libuser.HOMEPHONE] = '4321' e[libuser.EMAIL] = 'user6_2@example.com' self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user6_2username') self.assert_(e) self.assertEqual(e[libuser.USERNAME], ['user6_2username']) self.assertEqual(e[libuser.USERPASSWORD], ['!!user6_2']) self.assertEqual(e[libuser.UIDNUMBER], [4237]) self.assertEqual(e[libuser.GIDNUMBER], [3742]) self.assertEqual(e[libuser.GECOS], ['Full Name,Office,1234,4321']) self.assertEqual(e[libuser.HOMEDIRECTORY], ['/home/user6_2home']) self.assertEqual(e[libuser.LOGINSHELL], ['/sbin/nologinuser6_2']) self.assertRaises(KeyError, lambda x: x[libuser.SHADOWPASSWORD], e) self.assertEqual(e[libuser.SHADOWLASTCHANGE], [12681]) self.assertEqual(e[libuser.SHADOWMIN], [5]) self.assertEqual(e[libuser.SHADOWMAX], [98765]) self.assertEqual(e[libuser.SHADOWWARNING], [10]) self.assertEqual(e[libuser.SHADOWINACTIVE], [8]) self.assertEqual(e[libuser.SHADOWEXPIRE], [9]) self.assertEqual(e[libuser.SHADOWFLAG], [255]) self.assertEqual(e[libuser.COMMONNAME], ['Common Name']) self.assertEqual(e[libuser.GIVENNAME], ['Given']) self.assertEqual(e[libuser.SN], ['Surname']) self.assertEqual(e[libuser.ROOMNUMBER], ['404']) self.assertEqual(e[libuser.TELEPHONENUMBER], ['1234']) self.assertEqual(e[libuser.HOMEPHONE], ['4321']) # Not stored by our LDAP module # self.assertEqual(e[libuser.EMAIL], ['user6_2@example.com']) def testUserAdd3(self): # Schema violation e = self.a.initUser('user6_3') e[libuser.GIVENNAME] = 'Given' # e[libuser.SN] required by inetOrgPerson schema, but not provided self.assertRaises(RuntimeError, self.a.addUser, e, False, False) def testUserAdd4(self): # Large IDs. e = self.a.initUser('user6_4') e[libuser.UIDNUMBER] = LARGE_ID + 640 e[libuser.GIDNUMBER] = LARGE_ID + 641 self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user6_4') self.assert_(e) self.assertEqual(e[libuser.USERNAME], ['user6_4']) self.assertEqual(e[libuser.UIDNUMBER], [LARGE_ID + 640]) self.assertEqual(e[libuser.GIDNUMBER], [LARGE_ID + 641]) def testUserMod1(self): # A minimal case e = self.a.initUser('user7_1') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user7_1') self.assertNotEqual(e[libuser.GECOS], ['user7newGECOS']) e[libuser.GECOS] = 'user7newGECOS' self.a.modifyUser(e, False) del e e = self.a.lookupUserByName('user7_1') self.assertEqual(e[libuser.GECOS], ['user7newGECOS']) def testUserMod2(self): # A maximal case, including renaming e = self.a.initUser('user7_2') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user7_2') self.assertNotEqual(e[libuser.USERNAME], ['user7_2username']) e[libuser.USERNAME] = 'user7_2username' self.assertNotEqual(e[libuser.USERPASSWORD], ['!!user7_2']) e[libuser.USERPASSWORD] = '!!user7_2' self.assertNotEqual(e[libuser.UIDNUMBER], [4237]) e[libuser.UIDNUMBER] = 4237 self.assertNotEqual(e[libuser.GIDNUMBER], [3742]) e[libuser.GIDNUMBER] = 3742 self.assertNotEqual(e[libuser.GECOS], ['Full Name,Office,1234,4321']) e[libuser.GECOS] = 'Full Name,Office,1234,4321' self.assertNotEqual(e[libuser.HOMEDIRECTORY], ['/home/user7_2home']) e[libuser.HOMEDIRECTORY] = '/home/user7_2home' self.assertNotEqual(e[libuser.LOGINSHELL], ['/sbin/nologinuser7_2']) e[libuser.LOGINSHELL] = '/sbin/nologinuser7_2' self.assertNotEqual(e[libuser.SHADOWLASTCHANGE], [12681]) e[libuser.SHADOWLASTCHANGE] = 12681 self.assertNotEqual(e[libuser.SHADOWMIN], [5]) e[libuser.SHADOWMIN] = 5 self.assertNotEqual(e[libuser.SHADOWMAX], [98765]) e[libuser.SHADOWMAX] = 98765 self.assertNotEqual(e[libuser.SHADOWWARNING], [10]) e[libuser.SHADOWWARNING] = 10 self.assertNotEqual(e[libuser.SHADOWINACTIVE], [8]) e[libuser.SHADOWINACTIVE] = 8 self.assertNotEqual(e[libuser.SHADOWEXPIRE], [9]) e[libuser.SHADOWEXPIRE] = 9 self.assertNotEqual(e[libuser.SHADOWFLAG], [255]) e[libuser.SHADOWFLAG] = 255 self.a.modifyUser(e, False) del e e = self.a.lookupUserByName('user7_2') self.assertEqual(e, None) del e e = self.a.lookupUserByName('user7_2username') self.assert_(e) self.assertEqual(e[libuser.USERNAME], ['user7_2username']) self.assertEqual(e[libuser.USERPASSWORD], ['!!user7_2']) self.assertEqual(e[libuser.UIDNUMBER], [4237]) self.assertEqual(e[libuser.GIDNUMBER], [3742]) self.assertEqual(e[libuser.GECOS], ['Full Name,Office,1234,4321']) self.assertEqual(e[libuser.HOMEDIRECTORY], ['/home/user7_2home']) self.assertEqual(e[libuser.LOGINSHELL], ['/sbin/nologinuser7_2']) self.assertRaises(KeyError, lambda x: x[libuser.SHADOWPASSWORD], e) self.assertEqual(e[libuser.SHADOWLASTCHANGE], [12681]) self.assertEqual(e[libuser.SHADOWMIN], [5]) self.assertEqual(e[libuser.SHADOWMAX], [98765]) self.assertEqual(e[libuser.SHADOWWARNING], [10]) self.assertEqual(e[libuser.SHADOWINACTIVE], [8]) self.assertEqual(e[libuser.SHADOWEXPIRE], [9]) self.assertEqual(e[libuser.SHADOWFLAG], [255]) def testUserMod3(self): # Large IDs e = self.a.initUser('user7_3') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user7_3') self.assertNotEqual(e[libuser.UIDNUMBER], [LARGE_ID + 730]) e[libuser.UIDNUMBER] = LARGE_ID + 730 self.assertNotEqual(e[libuser.GIDNUMBER], [LARGE_ID + 731]) e[libuser.GIDNUMBER] = LARGE_ID + 731 self.a.modifyUser(e, False) del e e = self.a.lookupUserByName('user7_3') self.assert_(e) self.assertEqual(e[libuser.UIDNUMBER], [LARGE_ID + 730]) self.assertEqual(e[libuser.GIDNUMBER], [LARGE_ID + 731]) def testUserMod4(self): # No modification at all e = self.a.initUser('user7_4') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user7_4') self.a.modifyUser(e, False) del e e = self.a.lookupUserByName('user7_4') self.assert_(e) def testUserDel(self): e = self.a.initUser('user8_1') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user8_1') self.assert_(e) self.a.deleteUser(e, False, False) del e e = self.a.lookupUserByName('user8_1') self.assertEqual(e, None) def testUserLock1(self): e = self.a.initUser('user9_1') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user9_1') self.a.setpassUser(e, '00as1wm0AZG56', True) self.assertEqual(e[libuser.USERPASSWORD], ['{CRYPT}00as1wm0AZG56']) self.a.lockUser(e) self.assertEqual(e[libuser.USERPASSWORD], ['{CRYPT}!00as1wm0AZG56']) def testUserLock2(self): e = self.a.initUser('user9_2') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user9_2') self.a.setpassUser(e, '!00as1wm0AZG56', True) self.assertEqual(e[libuser.USERPASSWORD], ['{CRYPT}!00as1wm0AZG56']) self.a.lockUser(e) self.assertEqual(e[libuser.USERPASSWORD], ['{CRYPT}!00as1wm0AZG56']) def testUserUnlock1(self): e = self.a.initUser('user10_1') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user10_1') self.a.setpassUser(e, '!00as1wm0AZG56', True) self.assertEqual(e[libuser.USERPASSWORD], ['{CRYPT}!00as1wm0AZG56']) self.a.unlockUser(e) self.assertEqual(e[libuser.USERPASSWORD], ['{CRYPT}00as1wm0AZG56']) def testUserUnlock2(self): e = self.a.initUser('user10_2') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user10_2') self.a.setpassUser(e, '00as1wm0AZG56', True) self.assertEqual(e[libuser.USERPASSWORD], ['{CRYPT}00as1wm0AZG56']) self.a.unlockUser(e) self.assertEqual(e[libuser.USERPASSWORD], ['{CRYPT}00as1wm0AZG56']) def testUserUnlock3(self): e = self.a.initUser('user10_3') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user10_3') self.a.setpassUser(e, '!', True) self.assertEqual(e[libuser.USERPASSWORD], ['{CRYPT}!']) self.a.unlockUser(e) self.assertEqual(e[libuser.USERPASSWORD], ['{CRYPT}']) def testUserUnlockNonempty1(self): e = self.a.initUser('user32_1') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user32_1') self.a.setpassUser(e, '!00as1wm0AZG56', True) self.assertEqual(e[libuser.USERPASSWORD], ['{CRYPT}!00as1wm0AZG56']) self.a.unlockUser(e, True) self.assertEqual(e[libuser.USERPASSWORD], ['{CRYPT}00as1wm0AZG56']) def testUserUnlockNonempty2(self): e = self.a.initUser('user32_2') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user32_2') self.a.setpassUser(e, '00as1wm0AZG56', True) self.assertEqual(e[libuser.USERPASSWORD], ['{CRYPT}00as1wm0AZG56']) self.a.unlockUser(e, True) self.assertEqual(e[libuser.USERPASSWORD], ['{CRYPT}00as1wm0AZG56']) def testUserUnlockNonempty3(self): e = self.a.initUser('user32_3') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user32_3') self.a.setpassUser(e, '!', True) self.assertEqual(e[libuser.USERPASSWORD], ['{CRYPT}!']) self.assertRaises(RuntimeError, self.a.unlockUser, e, True) del e e = self.a.lookupUserByName('user32_3') self.assertEqual(e[libuser.USERPASSWORD], ['{CRYPT}!']) def testUserIslocked1(self): e = self.a.initUser('user11_1') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user11_1') self.a.setpassUser(e, '!01aK1FxKE9YVU', True) self.assertEqual(e[libuser.USERPASSWORD], ['{CRYPT}!01aK1FxKE9YVU']) self.assertEqual(self.a.userIsLocked(e), 1) def testUserIslocked2(self): e = self.a.initUser('user11_2') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user11_2') self.a.setpassUser(e, '01aK1FxKE9YVU', True) self.assertEqual(e[libuser.USERPASSWORD], ['{CRYPT}01aK1FxKE9YVU']) self.assertEqual(self.a.userIsLocked(e), 0) def testUserSetpass1(self): e = self.a.initUser('user12_1') e[libuser.USERPASSWORD] = '{CRYPT}02oawyZdjhhpg' e[libuser.SHADOWLASTCHANGE] = 100 self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user12_1') self.assertEqual(e[libuser.USERPASSWORD], ['{CRYPT}02oawyZdjhhpg']) self.assertEqual(e[libuser.SHADOWLASTCHANGE], [100]) self.a.setpassUser(e, 'password', False) del e e = self.a.lookupUserByName('user12_1') crypted = crypt.crypt('password', e[libuser.USERPASSWORD][0][7:]) self.assertEqual(e[libuser.USERPASSWORD], ['{CRYPT}' + crypted]) self.assert_(e[libuser.SHADOWLASTCHANGE][0] > 10000) def testUserSetpass2(self): e = self.a.initUser('user12_2') e[libuser.USERPASSWORD] = ['unknown', '{CRYPT}02oawyZdjhhpg'] self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user12_2') v = e[libuser.USERPASSWORD] v.sort() self.assertEqual(v, ['unknown', '{CRYPT}02oawyZdjhhpg']) self.a.setpassUser(e, 'password', False) v = e[libuser.USERPASSWORD] v.sort() crypted = crypt.crypt('password', v[1][7:]) self.assertEqual(v, ['unknown', '{CRYPT}' + crypted]) def testUserSetpass3(self): e = self.a.initUser('user12_3') e[libuser.USERPASSWORD] = ['unknown1', 'unknown2'] self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user12_3') v = e[libuser.USERPASSWORD] v.sort() self.assertEqual(v, ['unknown1', 'unknown2']) self.a.setpassUser(e, 'password', False) crypted = crypt.crypt('password', e[libuser.USERPASSWORD][0][7:]) self.assertEqual(e[libuser.USERPASSWORD], ['{CRYPT}' + crypted]) def testUserRemovepass1(self): e = self.a.initUser('user13_1') e[libuser.USERPASSWORD] = '{CRYPT}03dgZm5nZvqOc' e[libuser.SHADOWLASTCHANGE] = 100 self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user13_1') self.assertEqual(e[libuser.USERPASSWORD], ['{CRYPT}03dgZm5nZvqOc']) self.assertEqual(e[libuser.SHADOWLASTCHANGE], [100]) self.a.removepassUser(e) del e e = self.a.lookupUserByName('user13_1') self.assertEqual(e[libuser.USERPASSWORD], ['{CRYPT}']) self.assert_(e[libuser.SHADOWLASTCHANGE][0] > 10000) def testUserRemovepass2(self): e = self.a.initUser('user13_2') e[libuser.USERPASSWORD] = ['unknown', '{CRYPT}03dgZm5nZvqOc'] self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user13_2') v = e[libuser.USERPASSWORD] v.sort() self.assertEqual(v, ['unknown', '{CRYPT}03dgZm5nZvqOc']) self.a.removepassUser(e) v = e[libuser.USERPASSWORD] v.sort() self.assertEqual(v, ['unknown', '{CRYPT}']) def testUserRemovepass3(self): e = self.a.initUser('user13_3') e[libuser.USERPASSWORD] = ['unknown1', 'unknown2'] self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user13_3') v = e[libuser.USERPASSWORD] v.sort() self.assertEqual(v, ['unknown1', 'unknown2']) self.a.removepassUser(e) self.assertEqual(e[libuser.USERPASSWORD], ['{CRYPT}']) def testUsersEnumerate(self): e = self.a.initUser('user14_1') self.a.addUser(e, False, False) e = self.a.initUser('user14_2') self.a.addUser(e, False, False) v = self.a.enumerateUsers('user14*') v.sort() self.assertEqual(v, ['user14_1', 'user14_2']) def testUsersEnumerateByGroup1(self): gid = 1501 # Hopefully unique e = self.a.initGroup('group15_1') e[libuser.GIDNUMBER] = gid e[libuser.MEMBERNAME] = 'user15_2' self.a.addGroup(e) e = self.a.initUser('user15_1') e[libuser.GIDNUMBER] = gid self.a.addUser(e, False, False) e = self.a.initUser('user15_2') e[libuser.GIDNUMBER] = gid + 10 self.a.addUser(e, False, False) v = self.a.enumerateUsersByGroup('group15_1') v.sort() self.assertEqual(v, ['user15_1', 'user15_2']) def testUsersEnumerateByGroup2(self): gid = 1502 # Hopefully unique e = self.a.initGroup('group15_2') e[libuser.GIDNUMBER] = gid self.a.addGroup(e) e = self.a.initUser('user15_3') e[libuser.GIDNUMBER] = gid self.a.addUser(e, False, False) self.assertEqual(self.a.enumerateUsersByGroup('group15_2'), ['user15_3']) def testUsersEnumerateByGroup3(self): gid = 1503 # Hopefully unique e = self.a.initGroup('group15_3') e[libuser.GIDNUMBER] = gid e[libuser.MEMBERNAME] = 'user15_4' self.a.addGroup(e) e = self.a.initUser('user15_4') e[libuser.GIDNUMBER] = gid + 10 self.a.addUser(e, False, False) v = self.a.enumerateUsersByGroup('group15_3') self.assertEqual(self.a.enumerateUsersByGroup('group15_3'), ['user15_4']) def testUsersEnumerateFull(self): e = self.a.initUser('user16_1') self.a.addUser(e, False, False) e = self.a.initUser('user16_2') self.a.addUser(e, False, False) v = map(lambda x: x[libuser.USERNAME], self.a.enumerateUsersFull('user16*')) v.sort() self.assertEqual(v, [['user16_1'], ['user16_2']]) def testGroupLookupName(self): e = self.a.initGroup('group17_1') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group17_1') self.assert_(e) self.assertEqual(e[libuser.GROUPNAME], ['group17_1']) del e e = self.a.lookupGroupByName('group17_does_not_exist') self.assertEqual(e, None) def testGroupLookupId(self): e = self.a.initGroup('group18_1') self.a.addGroup(e) gid = e[libuser.GIDNUMBER][0] del e e = self.a.lookupGroupById(gid) self.assert_(e) self.assertEqual(e[libuser.GIDNUMBER], [gid]) del e e = self.a.lookupGroupById(999999) self.assertEqual(e, None) del e e = self.a.lookupGroupById(LARGE_ID + 1810) self.assertEqual(e, None) # testGroupDefault # There is little to test, in addition most is configurable # testGroupAddPrep # Nothing to test def testGroupAdd1(self): # A minimal case e = self.a.initGroup('group21_1') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group21_1') self.assert_(e) self.assertEqual(e[libuser.GROUPNAME], ['group21_1']) def testGroupAdd2(self): # A maximal case e = self.a.initGroup('group21_2') e[libuser.GROUPNAME] = 'group21_2groupname' e[libuser.GROUPPASSWORD] = '!!group21_2' e[libuser.GIDNUMBER] = 4237 e[libuser.MEMBERNAME] = ['group21_2member1', 'group21_2member2'] self.a.addGroup(e) del e e = self.a.lookupGroupByName('group21_2groupname') self.assert_(e) self.assertEqual(e[libuser.GROUPNAME], ['group21_2groupname']) self.assertEqual(e[libuser.GROUPPASSWORD], ['!!group21_2']) self.assertEqual(e[libuser.GIDNUMBER], [4237]) v = e[libuser.MEMBERNAME] v.sort() self.assertEqual(v, ['group21_2member1', 'group21_2member2']) def testGroupAdd3(self): # Large IDs e = self.a.initGroup('group21_3') e[libuser.GIDNUMBER] = LARGE_ID + 2130 self.a.addGroup(e) del e e = self.a.lookupGroupByName('group21_3') self.assert_(e) self.assertEqual(e[libuser.GROUPNAME], ['group21_3']) self.assertEqual(e[libuser.GIDNUMBER], [LARGE_ID + 2130]) def testGroupMod1(self): # A minimal case e = self.a.initGroup('group22_1') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group22_1') self.assertRaises(KeyError, lambda x: x[libuser.MEMBERNAME], e) e[libuser.MEMBERNAME] = 'group22_1member' self.a.modifyGroup(e) del e e = self.a.lookupGroupByName('group22_1') self.assertEqual(e[libuser.MEMBERNAME], ['group22_1member']) def testGroupMod2(self): # A maximal case, including renaming e = self.a.initGroup('group22_2') e[libuser.MEMBERNAME] = ['group22_2member1', 'group22_2member2'] self.a.addGroup(e) del e e = self.a.lookupGroupByName('group22_2') self.assertNotEqual(e[libuser.GROUPNAME], ['group22_2groupname']) e[libuser.GROUPNAME] = 'group22_2groupname' self.assertNotEqual(e[libuser.GIDNUMBER], [4237]) e[libuser.GIDNUMBER] = 4237 v = e[libuser.MEMBERNAME] v.sort() self.assertNotEqual(v, ['group22_2member1', 'group22_2member3']) e[libuser.MEMBERNAME] = ['group22_2member1', 'group22_2member3'] self.a.modifyGroup(e) del e e = self.a.lookupGroupByName('group22_2') self.assertEqual(e, None) del e e = self.a.lookupGroupByName('group22_2groupname') self.assert_(e) self.assertEqual(e[libuser.GROUPNAME], ['group22_2groupname']) self.assertEqual(e[libuser.GIDNUMBER], [4237]) v = e[libuser.MEMBERNAME] v.sort() self.assertEqual(v, ['group22_2member1', 'group22_2member3']) def testGroupMod3(self): # Large IDs e = self.a.initGroup('group22_3') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group22_3') self.assertNotEqual(e[libuser.GIDNUMBER], [LARGE_ID + 2230]) e[libuser.GIDNUMBER] = LARGE_ID + 2230 self.a.modifyGroup(e) del e e = self.a.lookupGroupByName('group22_3') self.assert_(e) self.assertEqual(e[libuser.GIDNUMBER], [LARGE_ID + 2230]) def testGroupDel(self): e = self.a.initGroup('group23_1') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group23_1') self.assert_(e) self.a.deleteGroup(e) del e e = self.a.lookupGroupByName('group23_1') self.assertEqual(e, None) def testGroupLock1(self): e = self.a.initGroup('group24_1') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group24_1') self.a.setpassGroup(e, '04cmES7HM6wtg', True) self.assertEqual(e[libuser.GROUPPASSWORD], ['{CRYPT}04cmES7HM6wtg']) self.a.lockGroup(e) self.assertEqual(e[libuser.GROUPPASSWORD], ['{CRYPT}!04cmES7HM6wtg']) def testGroupLock2(self): e = self.a.initGroup('group24_2') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group24_2') self.a.setpassGroup(e, '!04cmES7HM6wtg', True) self.assertEqual(e[libuser.GROUPPASSWORD], ['{CRYPT}!04cmES7HM6wtg']) self.a.lockGroup(e) self.assertEqual(e[libuser.GROUPPASSWORD], ['{CRYPT}!04cmES7HM6wtg']) def testGroupUnlock1(self): e = self.a.initGroup('group25_1') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group25_1') self.a.setpassGroup(e, '!04cmES7HM6wtg', True) self.assertEqual(e[libuser.GROUPPASSWORD], ['{CRYPT}!04cmES7HM6wtg']) self.a.unlockGroup(e) self.assertEqual(e[libuser.GROUPPASSWORD], ['{CRYPT}04cmES7HM6wtg']) def testGroupUnlock2(self): e = self.a.initGroup('group25_2') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group25_2') self.a.setpassGroup(e, '04cmES7HM6wtg', True) self.assertEqual(e[libuser.GROUPPASSWORD], ['{CRYPT}04cmES7HM6wtg']) self.a.unlockGroup(e) self.assertEqual(e[libuser.GROUPPASSWORD], ['{CRYPT}04cmES7HM6wtg']) def testGroupUnlock3(self): e = self.a.initGroup('group25_3') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group25_3') self.a.setpassGroup(e, '!', True) self.assertEqual(e[libuser.GROUPPASSWORD], ['{CRYPT}!']) self.a.unlockGroup(e) self.assertEqual(e[libuser.GROUPPASSWORD], ['{CRYPT}']) def testGroupUnlockNonempty1(self): e = self.a.initGroup('group33_1') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group33_1') self.a.setpassGroup(e, '!04cmES7HM6wtg', True) self.assertEqual(e[libuser.GROUPPASSWORD], ['{CRYPT}!04cmES7HM6wtg']) self.a.unlockGroup(e, True) self.assertEqual(e[libuser.GROUPPASSWORD], ['{CRYPT}04cmES7HM6wtg']) def testGroupUnlockNonempty2(self): e = self.a.initGroup('group33_2') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group33_2') self.a.setpassGroup(e, '04cmES7HM6wtg', True) self.assertEqual(e[libuser.GROUPPASSWORD], ['{CRYPT}04cmES7HM6wtg']) self.a.unlockGroup(e, True) self.assertEqual(e[libuser.GROUPPASSWORD], ['{CRYPT}04cmES7HM6wtg']) def testGroupUnlockNonempty3(self): e = self.a.initGroup('group33_3') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group33_3') self.a.setpassGroup(e, '!', True) self.assertEqual(e[libuser.GROUPPASSWORD], ['{CRYPT}!']) self.assertRaises(RuntimeError, self.a.unlockGroup, e, True) del e e = self.a.lookupGroupByName('group33_3') self.assertEqual(e[libuser.GROUPPASSWORD], ['{CRYPT}!']) def testGroupIsLocked1(self): e = self.a.initGroup('group26_1') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group26_1') self.a.setpassGroup(e, '!05/lfLEyErrp2', True) self.assertEqual(e[libuser.GROUPPASSWORD], ['{CRYPT}!05/lfLEyErrp2']) self.assertEqual(self.a.groupIsLocked(e), 1) def testGroupIsLocked2(self): e = self.a.initGroup('group26_2') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group26_2') self.a.setpassGroup(e, '05/lfLEyErrp2', True) self.assertEqual(e[libuser.GROUPPASSWORD], ['{CRYPT}05/lfLEyErrp2']) self.assertEqual(self.a.groupIsLocked(e), 0) def testGroupSetpass1(self): e = self.a.initGroup('group27_1') e[libuser.GROUPPASSWORD] = '{CRYPT}06aZrb3pzuu/6' self.a.addGroup(e) del e e = self.a.lookupGroupByName('group27_1') self.assertEqual(e[libuser.GROUPPASSWORD], ['{CRYPT}06aZrb3pzuu/6']) self.a.setpassGroup(e, 'password', False) crypted = crypt.crypt('password', e[libuser.GROUPPASSWORD][0][7:]) self.assertEqual(e[libuser.GROUPPASSWORD], ['{CRYPT}' + crypted]) def testGroupSetpass2(self): e = self.a.initGroup('group27_2') e[libuser.GROUPPASSWORD] = ['unknown', '{CRYPT}06aZrb3pzuu/6'] self.a.addGroup(e) del e e = self.a.lookupGroupByName('group27_2') v = e[libuser.GROUPPASSWORD] v.sort() self.assertEqual(v, ['unknown', '{CRYPT}06aZrb3pzuu/6']) self.a.setpassGroup(e, 'password', False) v = e[libuser.GROUPPASSWORD] v.sort() crypted = crypt.crypt('password', v[1][7:]) self.assertEqual(v, ['unknown', '{CRYPT}' + crypted]) def testGroupSetpass3(self): e = self.a.initGroup('group27_3') e[libuser.GROUPPASSWORD] = ['unknown1', 'unknown2'] self.a.addGroup(e) del e e = self.a.lookupGroupByName('group27_3') v = e[libuser.GROUPPASSWORD] v.sort() self.assertEqual(v, ['unknown1', 'unknown2']) self.a.setpassGroup(e, 'password', False) crypted = crypt.crypt('password', e[libuser.GROUPPASSWORD][0][7:]) self.assertEqual(e[libuser.GROUPPASSWORD], ['{CRYPT}' + crypted]) def testGroupRemovepass1(self): e = self.a.initGroup('group28_1') e[libuser.GROUPPASSWORD] = '{CRYPT}07Js7N.eEhbgs' self.a.addGroup(e) del e e = self.a.lookupGroupByName('group28_1') self.assertEqual(e[libuser.GROUPPASSWORD], ['{CRYPT}07Js7N.eEhbgs']) self.a.removepassGroup(e) self.assertEqual(e[libuser.GROUPPASSWORD], ['{CRYPT}']) def testGroupRemovepass2(self): e = self.a.initGroup('group28_2') e[libuser.GROUPPASSWORD] = ['unknown', '{CRYPT}07Js7N.eEhbgs'] self.a.addGroup(e) del e e = self.a.lookupGroupByName('group28_2') v = e[libuser.GROUPPASSWORD] v.sort() self.assertEqual(v, ['unknown', '{CRYPT}07Js7N.eEhbgs']) self.a.removepassGroup(e) v = e[libuser.GROUPPASSWORD] v.sort() self.assertEqual(v, ['unknown', '{CRYPT}']) def testGroupRemovepass3(self): e = self.a.initGroup('group28_3') e[libuser.GROUPPASSWORD] = ['unknown1', 'unknown2'] self.a.addGroup(e) del e e = self.a.lookupGroupByName('group28_3') v = e[libuser.GROUPPASSWORD] v.sort() self.assertEqual(v, ['unknown1', 'unknown2']) self.a.removepassGroup(e) self.assertEqual(e[libuser.GROUPPASSWORD], ['{CRYPT}']) def testGroupsEnumerate(self): e = self.a.initGroup('group29_1') self.a.addGroup(e) e = self.a.initGroup('group29_2') self.a.addGroup(e) v = self.a.enumerateGroups('group29*') v.sort() self.assertEqual(v, ['group29_1', 'group29_2']) def testGroupsEnumerateByUser1(self): gid = 3001 # Hopefully unique e = self.a.initUser('user30_1') e[libuser.GIDNUMBER] = gid self.a.addUser(e, False, False) e = self.a.initGroup('group30_1') e[libuser.GIDNUMBER] = gid self.a.addGroup(e) e = self.a.initGroup('group30_2') e[libuser.GIDNUMBER] = gid + 10 e[libuser.MEMBERNAME] = 'user30_1' self.a.addGroup(e) v = self.a.enumerateGroupsByUser('user30_1') v.sort() self.assertEqual(v, ['group30_1', 'group30_2']) def testGroupsEnumerateByUser2(self): gid = 3002 # Hopefully unique e = self.a.initUser('user30_2') e[libuser.GIDNUMBER] = gid self.a.addUser(e, False, False) e = self.a.initGroup('group30_3') e[libuser.GIDNUMBER] = gid self.a.addGroup(e) self.assertEqual(self.a.enumerateGroupsByUser('user30_2'), ['group30_3']) def testGroupsEnumerateByUser3(self): gid = 3003 # Hopefully unique e = self.a.initUser('user30_3') e[libuser.GIDNUMBER] = gid self.a.addUser(e, False, False) e = self.a.initGroup('group30_4') e[libuser.GIDNUMBER] = gid + 10 e[libuser.MEMBERNAME] = 'user30_3' self.a.addGroup(e) self.assertEqual(self.a.enumerateGroupsByUser('user30_3'), ['group30_4']) def testGroupsEnumerateFull(self): e = self.a.initGroup('group31_1') self.a.addGroup(e) e = self.a.initGroup('group31_2') self.a.addGroup(e) v = map(lambda x: x[libuser.GROUPNAME], self.a.enumerateGroupsFull('group31*')) v.sort() self.assertEqual(v, [['group31_1'], ['group31_2']]) def tearDown(self): del self.a if __name__ == '__main__': unittest.main() libuser-0.56.9.dfsg.1.orig/tests/files_test.py0000644000175000017500000012247710777230702017267 0ustar ghegheimport crypt import libuser import os import os.path import unittest LARGE_ID = 2147483648 workdir = os.environ['workdir'] # Test case order matches the order of function pointers in struct lu_module class Tests(unittest.TestCase): def setUp(self): self.a = libuser.admin() # testUsesElevatedPrivileges # Not provided in Python bindings def testUserLookupName1(self): e = self.a.initUser('user2_1') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user2_1') self.assert_(e) self.assertEqual(e[libuser.USERNAME], ['user2_1']) del e e = self.a.lookupUserByName('user2_does_not_exist') self.assertEqual(e, None) def testUserLookupName2(self): # Handling of empty/default values e = self.a.lookupUserByName('empty_user') self.assert_(e) self.assertEqual(e[libuser.USERNAME], ['empty_user']) self.assertEqual(e[libuser.USERPASSWORD], ['']) self.assertEqual(e[libuser.UIDNUMBER], [42]) self.assertEqual(e[libuser.GIDNUMBER], [43]) self.assertEqual(e[libuser.GECOS], ['']) self.assertEqual(e[libuser.HOMEDIRECTORY], ['']) self.assertEqual(e[libuser.LOGINSHELL], ['/bin/bash']) self.assertEqual(e[libuser.SHADOWNAME], ['empty_user']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['']) self.assertEqual(e[libuser.SHADOWLASTCHANGE], [1000]) self.assertEqual(e[libuser.SHADOWMIN], [0]) self.assertEqual(e[libuser.SHADOWMAX], [99999]) self.assertEqual(e[libuser.SHADOWWARNING], [7]) self.assertEqual(e[libuser.SHADOWINACTIVE], [-1]) self.assertEqual(e[libuser.SHADOWEXPIRE], [-1]) self.assertEqual(e[libuser.SHADOWFLAG], [-1]) def testUserLookupName3(self): # Handling of values that appear to be numbers e = self.a.lookupUserByName('077') self.assert_(e) self.assertEqual(e[libuser.USERNAME], ['077']) self.assertEqual(e[libuser.USERPASSWORD], ['077']) self.assertEqual(e[libuser.UIDNUMBER], [230]) self.assertEqual(e[libuser.GIDNUMBER], [231]) self.assertEqual(e[libuser.GECOS], ['077']) self.assertEqual(e[libuser.HOMEDIRECTORY], ['077']) self.assertEqual(e[libuser.LOGINSHELL], ['077']) self.assertEqual(e[libuser.SHADOWNAME], ['077']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['077']) self.assertEqual(e[libuser.SHADOWLASTCHANGE], [77]) self.assertEqual(e[libuser.SHADOWMIN], [77]) self.assertEqual(e[libuser.SHADOWMAX], [77]) self.assertEqual(e[libuser.SHADOWWARNING], [77]) self.assertEqual(e[libuser.SHADOWINACTIVE], [77]) self.assertEqual(e[libuser.SHADOWEXPIRE], [77]) self.assertEqual(e[libuser.SHADOWFLAG], [77]) def testUserLookupId(self): e = self.a.initUser('user3_1') self.a.addUser(e, False, False) uid = e[libuser.UIDNUMBER][0] del e e = self.a.lookupUserById(uid) self.assert_(e) self.assertEqual(e[libuser.UIDNUMBER], [uid]) del e e = self.a.lookupUserById(999999) self.assertEqual(e, None) del e e = self.a.lookupUserById(LARGE_ID + 310) self.assertEqual(e, None) def testUserDefault(self): # Test the default/LU_USERNAME = %n preserves usernames that appear to # be numbers e = self.a.initUser('077') self.assertEqual(e[libuser.USERNAME], ['077']) # Setting of USERPASSWORD to "x" tested below def testUserAddPrep(self): # Nothing to do with the "files" module: tests of lu_name_allowed() e = self.a.initUser('very_long_name_123456789_123456789_123456789') self.assertRaises(RuntimeError, self.a.addUser, e, False, False) del e e = self.a.initUser('non_ascii_name_\xff') self.assertRaises(RuntimeError, self.a.addUser, e, False, False) del e e = self.a.initUser('nonprintable_name_\x0a') self.assertRaises(RuntimeError, self.a.addUser, e, False, False) del e e = self.a.initUser('nonprintable_name_\x7f') self.assertRaises(RuntimeError, self.a.addUser, e, False, False) del e e = self.a.initUser('name with spaces') self.assertRaises(RuntimeError, self.a.addUser, e, False, False) del e e = self.a.initUser('-name_with_hyphen') self.assertRaises(RuntimeError, self.a.addUser, e, False, False) del e e = self.a.initUser('0.allowed-Name-TEST_0123456789$') self.a.addUser(e, False, False) def testUserAdd1(self): # A minimal case e = self.a.initUser('user6_1') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user6_1') self.assert_(e) self.assertEqual(e[libuser.USERNAME], ['user6_1']) # Default values self.assertEqual(e[libuser.USERPASSWORD], ['x']) self.assertEqual(e[libuser.LOGINSHELL], ['/bin/bash']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['!!']) self.assertEqual(e[libuser.SHADOWMIN], [0]) self.assertEqual(e[libuser.SHADOWMAX], [99999]) self.assertEqual(e[libuser.SHADOWWARNING], [7]) self.assertEqual(e[libuser.SHADOWINACTIVE], [-1]) self.assertEqual(e[libuser.SHADOWEXPIRE], [-1]) self.assertEqual(e[libuser.SHADOWFLAG], [-1]) def testUserAdd2(self): # A maximal case e = self.a.initUser('user6_2') e[libuser.USERNAME] = 'user6_2username' e[libuser.USERPASSWORD] = '!!baduser6_2' # Should be ignored e[libuser.UIDNUMBER] = 4237 e[libuser.GIDNUMBER] = 3742 e[libuser.GECOS] = 'Full Name,Office,1234,4321' e[libuser.HOMEDIRECTORY] = '/home/user6_2home' e[libuser.LOGINSHELL] = '/sbin/nologinuser6_2' e[libuser.SHADOWPASSWORD] = '!!user6_2' e[libuser.SHADOWLASTCHANGE] = 12681 e[libuser.SHADOWMIN] = 5 e[libuser.SHADOWMAX] = 98765 e[libuser.SHADOWWARNING] = 10 e[libuser.SHADOWINACTIVE] = 8 e[libuser.SHADOWEXPIRE] = 9 e[libuser.SHADOWFLAG] = 255 e[libuser.COMMONNAME] = 'Common Name' e[libuser.GIVENNAME] = 'Given' e[libuser.SN] = 'Surname' e[libuser.ROOMNUMBER] = 404 e[libuser.TELEPHONENUMBER] = 1234 e[libuser.HOMEPHONE] = 4321 e[libuser.EMAIL] = 'user6_2@example.com' self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user6_2username') self.assert_(e) self.assertEqual(e[libuser.USERNAME], ['user6_2username']) self.assertEqual(e[libuser.USERPASSWORD], ['x']) self.assertEqual(e[libuser.UIDNUMBER], [4237]) self.assertEqual(e[libuser.GIDNUMBER], [3742]) self.assertEqual(e[libuser.GECOS], ['Full Name,Office,1234,4321']) self.assertEqual(e[libuser.HOMEDIRECTORY], ['/home/user6_2home']) self.assertEqual(e[libuser.LOGINSHELL], ['/sbin/nologinuser6_2']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['!!user6_2'], ) self.assertEqual(e[libuser.SHADOWLASTCHANGE], [12681]) self.assertEqual(e[libuser.SHADOWMIN], [5]) self.assertEqual(e[libuser.SHADOWMAX], [98765]) self.assertEqual(e[libuser.SHADOWWARNING], [10]) self.assertEqual(e[libuser.SHADOWINACTIVE], [8]) self.assertEqual(e[libuser.SHADOWEXPIRE], [9]) self.assertEqual(e[libuser.SHADOWFLAG], [255]) # Not stored by the modules # self.assertEqual(e[libuser.COMMONNAME], ['Common Name']) # self.assertEqual(e[libuser.GIVENNAME], ['Given']) # self.assertEqual(e[libuser.SN], ['Surname']) # self.assertEqual(e[libuser.ROOMNUMBER], [404]) # self.assertEqual(e[libuser.TELEPHONENUMBER], [1234]) # self.assertEqual(e[libuser.HOMEPHONE], [4321]) # self.assertEqual(e[libuser.EMAIL], ['user6_2@example.com']) def testUserAdd3(self): # Large IDs. e = self.a.initUser('user6_3') e[libuser.UIDNUMBER] = LARGE_ID + 630 e[libuser.GIDNUMBER] = LARGE_ID + 631 self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user6_3') self.assert_(e) self.assertEqual(e[libuser.USERNAME], ['user6_3']) self.assertEqual(e[libuser.UIDNUMBER], [LARGE_ID + 630]) self.assertEqual(e[libuser.GIDNUMBER], [LARGE_ID + 631]) def testUserAdd4(self): # Error handling when creating the home directory e = self.a.initUser('user6_4') e[libuser.HOMEDIRECTORY] = os.path.join(workdir, 'this_doesnt_exist', 'user6_4') self.assertRaises(RuntimeError, self.a.addUser, e, mkmailspool = False) def testUserAdd5(self): # Non-absolute home directories e = self.a.initUser('user6_5') e[libuser.HOMEDIRECTORY] = 'this_is_a_relative_path' self.assertRaises(RuntimeError, self.a.addUser, e, mkmailspool = False) def testUserMod1(self): # A minimal case e = self.a.initUser('user7_1') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user7_1') self.assertNotEqual(e[libuser.GECOS], ['user7newGECOS']) e[libuser.GECOS] = 'user7newGECOS' self.a.modifyUser(e, False) del e e = self.a.lookupUserByName('user7_1') self.assertEqual(e[libuser.GECOS], ['user7newGECOS']) def testUserMod2(self): # A maximal case, including renaming e = self.a.initUser('user7_2') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user7_2') self.assertNotEqual(e[libuser.USERNAME], ['user7_2username']) e[libuser.USERNAME] = 'user7_2username' self.assertNotEqual(e[libuser.USERPASSWORD], ['!!pwuser7_2']) e[libuser.USERPASSWORD] = '!!pwuser7_2' self.assertNotEqual(e[libuser.UIDNUMBER], [4237]) e[libuser.UIDNUMBER] = 4237 self.assertNotEqual(e[libuser.GIDNUMBER], [3742]) e[libuser.GIDNUMBER] = 3742 self.assertNotEqual(e[libuser.GECOS], ['Full Name,Office,1234,4321']) e[libuser.GECOS] = 'Full Name,Office,1234,4321' self.assertNotEqual(e[libuser.HOMEDIRECTORY], ['/home/user7_2home']) e[libuser.HOMEDIRECTORY] = '/home/user7_2home' self.assertNotEqual(e[libuser.LOGINSHELL], ['/sbin/nologinuser7_2']) e[libuser.LOGINSHELL] = '/sbin/nologinuser7_2' self.assertNotEqual(e[libuser.SHADOWPASSWORD], ['!!user7_2']) e[libuser.SHADOWPASSWORD] = '!!user7_2' self.assertNotEqual(e[libuser.SHADOWLASTCHANGE], [12681]) e[libuser.SHADOWLASTCHANGE] = 12681 self.assertNotEqual(e[libuser.SHADOWMIN], [5]) e[libuser.SHADOWMIN] = 5 self.assertNotEqual(e[libuser.SHADOWMAX], [98765]) e[libuser.SHADOWMAX] = 98765 self.assertNotEqual(e[libuser.SHADOWWARNING], [10]) e[libuser.SHADOWWARNING] = 10 self.assertNotEqual(e[libuser.SHADOWINACTIVE], [8]) e[libuser.SHADOWINACTIVE] = 8 self.assertNotEqual(e[libuser.SHADOWEXPIRE], [9]) e[libuser.SHADOWEXPIRE] = 9 self.assertNotEqual(e[libuser.SHADOWFLAG], [255]) e[libuser.SHADOWFLAG] = 255 self.a.modifyUser(e, False) del e e = self.a.lookupUserByName('user7_2') self.assertEqual(e, None) del e e = self.a.lookupUserByName('user7_2username') self.assert_(e) self.assertEqual(e[libuser.USERNAME], ['user7_2username']) self.assertEqual(e[libuser.USERPASSWORD], ['!!pwuser7_2']) self.assertEqual(e[libuser.UIDNUMBER], [4237]) self.assertEqual(e[libuser.GIDNUMBER], [3742]) self.assertEqual(e[libuser.GECOS], ['Full Name,Office,1234,4321']) self.assertEqual(e[libuser.HOMEDIRECTORY], ['/home/user7_2home']) self.assertEqual(e[libuser.LOGINSHELL], ['/sbin/nologinuser7_2']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['!!user7_2']) self.assertEqual(e[libuser.SHADOWLASTCHANGE], [12681]) self.assertEqual(e[libuser.SHADOWMIN], [5]) self.assertEqual(e[libuser.SHADOWMAX], [98765]) self.assertEqual(e[libuser.SHADOWWARNING], [10]) self.assertEqual(e[libuser.SHADOWINACTIVE], [8]) self.assertEqual(e[libuser.SHADOWEXPIRE], [9]) self.assertEqual(e[libuser.SHADOWFLAG], [255]) def testUserMod3(self): # Large IDs e = self.a.initUser('user7_3') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user7_3') self.assertNotEqual(e[libuser.UIDNUMBER], [LARGE_ID + 730]) e[libuser.UIDNUMBER] = LARGE_ID + 730 self.assertNotEqual(e[libuser.GIDNUMBER], [LARGE_ID + 731]) e[libuser.GIDNUMBER] = LARGE_ID + 731 self.a.modifyUser(e, False) del e e = self.a.lookupUserByName('user7_3') self.assert_(e) self.assertEqual(e[libuser.UIDNUMBER], [LARGE_ID + 730]) self.assertEqual(e[libuser.GIDNUMBER], [LARGE_ID + 731]) def testUserMod4(self): # Some of the attributes are not present e = self.a.initUser('user7_4') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user7_4') e.clear(libuser.SHADOWFLAG) e.clear(libuser.SHADOWMAX) self.a.modifyUser(e, False) del e e = self.a.lookupUserByName('user7_4') self.assert_(e) self.assertEqual(e[libuser.SHADOWMAX], [99999]) self.assertEqual(e[libuser.SHADOWFLAG], [-1]) def testUserDel(self): e = self.a.initUser('user8_1') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user8_1') self.assert_(e) self.a.deleteUser(e, False, False) del e e = self.a.lookupUserByName('user8_1') self.assertEqual(e, None) def testUserLock1(self): e = self.a.initUser('user9_1') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user9_1') self.a.setpassUser(e, '00as1wm0AZG56', True) self.assertEqual(e[libuser.USERPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['00as1wm0AZG56']) self.a.lockUser(e) self.assertEqual(e[libuser.USERPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['!!00as1wm0AZG56']) def testUserLock2(self): e = self.a.initUser('user9_2') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user9_2') self.a.setpassUser(e, '!!00as1wm0AZG56', True) self.assertEqual(e[libuser.USERPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['!!00as1wm0AZG56']) self.a.lockUser(e) self.assertEqual(e[libuser.USERPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['!!00as1wm0AZG56']) def testUserUnlock1(self): e = self.a.initUser('user10_1') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user10_1') self.a.setpassUser(e, '!!00as1wm0AZG56', True) self.assertEqual(e[libuser.USERPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['!!00as1wm0AZG56']) self.a.unlockUser(e) self.assertEqual(e[libuser.USERPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['00as1wm0AZG56']) def testUserUnlock2(self): e = self.a.initUser('user10_2') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user10_2') self.a.setpassUser(e, '00as1wm0AZG56', True) self.assertEqual(e[libuser.USERPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['00as1wm0AZG56']) self.a.unlockUser(e) self.assertEqual(e[libuser.USERPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['00as1wm0AZG56']) def testUserUnlock3(self): e = self.a.initUser('user10_3') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user10_3') self.a.setpassUser(e, '!!', True) self.assertEqual(e[libuser.USERPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['!!']) self.a.unlockUser(e) self.assertEqual(e[libuser.USERPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['']) def testUserUnlockNonempty1(self): e = self.a.initUser('user32_1') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user32_1') self.a.setpassUser(e, '!!00as1wm0AZG56', True) self.assertEqual(e[libuser.USERPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['!!00as1wm0AZG56']) self.a.unlockUser(e, True) self.assertEqual(e[libuser.USERPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['00as1wm0AZG56']) def testUserUnlockNonempty2(self): e = self.a.initUser('user32_2') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user32_2') self.a.setpassUser(e, '00as1wm0AZG56', True) self.assertEqual(e[libuser.USERPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['00as1wm0AZG56']) self.a.unlockUser(e, True) self.assertEqual(e[libuser.USERPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['00as1wm0AZG56']) def testUserUnlockNonempty3(self): e = self.a.initUser('user32_3') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user32_3') self.a.setpassUser(e, '!!', True) self.assertEqual(e[libuser.USERPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['!!']) self.assertRaises(RuntimeError, self.a.unlockUser, e, True) del e e = self.a.lookupUserByName('user32_3') self.assertEqual(e[libuser.USERPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['!!']) def testUserIslocked1(self): e = self.a.initUser('user11_1') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user11_1') self.a.setpassUser(e, '!!01aK1FxKE9YVU', True) self.assertEqual(e[libuser.USERPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['!!01aK1FxKE9YVU']) self.assertEqual(self.a.userIsLocked(e), 1) def testUserIslocked2(self): e = self.a.initUser('user11_2') self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user11_2') self.a.setpassUser(e, '01aK1FxKE9YVU', True) self.assertEqual(e[libuser.USERPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['01aK1FxKE9YVU']) self.assertEqual(self.a.userIsLocked(e), 0) def testUserSetpass1(self): e = self.a.initUser('user12_1') e[libuser.SHADOWPASSWORD] = '02oawyZdjhhpg' e[libuser.SHADOWLASTCHANGE] = 100 self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user12_1') self.assertEqual(e[libuser.USERPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['02oawyZdjhhpg']) self.assertEqual(e[libuser.SHADOWLASTCHANGE], [100]) self.a.setpassUser(e, 'password', False) del e e = self.a.lookupUserByName('user12_1') self.assertEqual(e[libuser.USERPASSWORD], ['x']) crypted = crypt.crypt('password', e[libuser.SHADOWPASSWORD][0]) self.assertEqual(e[libuser.SHADOWPASSWORD], [crypted]) self.assert_(e[libuser.SHADOWLASTCHANGE][0] > 10000) def testUserSetpass2(self): # Forcing the non-shadow password to 'x' e = self.a.initUser('user12_2') e[libuser.USERPASSWORD] = '*' e[libuser.SHADOWPASSWORD] = '08lnuxCM.c36E' self.a.addUser(e, False, False) del e # shadow module's addUser forces USERPASSWORD to 'x' e = self.a.lookupUserByName('user12_2') self.assertEqual(e[libuser.USERPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['08lnuxCM.c36E']) e[libuser.USERPASSWORD] = '*' self.a.modifyUser(e, False) del e e = self.a.lookupUserByName('user12_2') self.assertEqual(e[libuser.USERPASSWORD], ['*']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['08lnuxCM.c36E']) self.a.setpassUser(e, 'password', False) self.assertEqual(e[libuser.USERPASSWORD], ['x']) crypted = crypt.crypt('password', e[libuser.SHADOWPASSWORD][0]) self.assertEqual(e[libuser.SHADOWPASSWORD], [crypted]) def testUserSetpass3(self): # Overriding an invalid encrypted password e = self.a.lookupUserByName('user12_3') self.assertEqual(e[libuser.USERPASSWORD], ['*']) self.assertRaises(KeyError, lambda: e[libuser.SHADOWPASSWORD]) self.a.setpassUser(e, 'password', False) crypted = crypt.crypt('password', e[libuser.USERPASSWORD][0]) self.assertEqual(e[libuser.USERPASSWORD], [crypted]) self.assertRaises(KeyError, lambda: e[libuser.SHADOWPASSWORD]) def testUserRemovepass(self): e = self.a.initUser('user13_1') e[libuser.SHADOWPASSWORD] = '03dgZm5nZvqOc' e[libuser.SHADOWLASTCHANGE] = 100 self.a.addUser(e, False, False) del e e = self.a.lookupUserByName('user13_1') self.assertEqual(e[libuser.USERPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['03dgZm5nZvqOc']) self.assertEqual(e[libuser.SHADOWLASTCHANGE], [100]) self.a.removepassUser(e) del e e = self.a.lookupUserByName('user13_1') self.assertEqual(e[libuser.USERPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['']) self.assert_(e[libuser.SHADOWLASTCHANGE][0] > 10000) def testUsersEnumerate1(self): e = self.a.initUser('user14_1') self.a.addUser(e, False, False) e = self.a.initUser('user14_2') self.a.addUser(e, False, False) v = self.a.enumerateUsers('user14*') v.sort() self.assertEqual(v, ['user14_1', 'user14_2']) def testUsersEnumerate2(self): v = [name for name in self.a.enumerateUsers('*') if name.startswith('-') or name.startswith('+')] self.assertEqual(v, []) def testUsersEnumerateByGroup1(self): gid = 1501 # Hopefully unique e = self.a.initGroup('group15_1') e[libuser.GIDNUMBER] = gid e[libuser.MEMBERNAME] = 'user15_2' self.a.addGroup(e) e = self.a.initUser('user15_1') e[libuser.GIDNUMBER] = gid self.a.addUser(e, False, False) e = self.a.initUser('user15_2') e[libuser.GIDNUMBER] = gid + 10 self.a.addUser(e, False, False) v = self.a.enumerateUsersByGroup('group15_1') v.sort() self.assertEqual(v, ['user15_1', 'user15_2']) def testUsersEnumerateByGroup2(self): gid = 1502 # Hopefully unique e = self.a.initGroup('group15_2') e[libuser.GIDNUMBER] = gid self.a.addGroup(e) e = self.a.initUser('user15_3') e[libuser.GIDNUMBER] = gid self.a.addUser(e, False, False) self.assertEqual(self.a.enumerateUsersByGroup('group15_2'), ['user15_3']) def testUsersEnumerateByGroup3(self): gid = 1503 # Hopefully unique e = self.a.initGroup('group15_3') e[libuser.GIDNUMBER] = gid e[libuser.MEMBERNAME] = 'user15_4' self.a.addGroup(e) e = self.a.initUser('user15_4') e[libuser.GIDNUMBER] = gid + 10 self.a.addUser(e, False, False) self.assertEqual(self.a.enumerateUsersByGroup('group15_3'), ['user15_4']) def testUsersEnumerateByGroup4(self): # Data set up in files_test self.assertEqual(self.a.enumerateUsersByGroup('group15_4'), []) def testUsersEnumerateFull1(self): e = self.a.initUser('user16_1') self.a.addUser(e, False, False) e = self.a.initUser('user16_2') self.a.addUser(e, False, False) v = [x[libuser.USERNAME] for x in self.a.enumerateUsersFull('user16*')] v.sort() self.assertEqual(v, [['user16_1'], ['user16_2']]) def testUsersEnumerateFull2(self): v = [x[libuser.USERNAME] for x in self.a.enumerateUsersFull('*')] v = [name for (name,) in v if name.startswith('-') or name.startswith('+')] self.assertEqual(v, []) def testUsersEnumerateFull3(self): # Only the user name is matched e = self.a.initUser('user16_3') self.a.addUser(e, False, False) self.assertEqual(self.a.enumerateUsersFull('user16_3:*'), []) def testGroupLookupName1(self): e = self.a.initGroup('group17_1') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group17_1') self.assert_(e) self.assertEqual(e[libuser.GROUPNAME], ['group17_1']) del e e = self.a.lookupGroupByName('group17_does_not_exist') self.assertEqual(e, None) def testGroupLookupName2(self): # Handling of empty/default values e = self.a.lookupGroupByName('empty_group') self.assert_(e) self.assertEqual(e[libuser.GROUPNAME], ['empty_group']) self.assertEqual(e[libuser.GROUPPASSWORD], ['']) self.assertEqual(e[libuser.GIDNUMBER], [44]) self.assertRaises(KeyError, lambda: e[libuser.MEMBERNAME]) self.assertEqual(e[libuser.SHADOWPASSWORD], ['']) self.assertRaises(KeyError, lambda: e[libuser.ADMINISTRATORNAME]) def testGroupLookupName3(self): # Handling of values that appear to be numbers e = self.a.lookupGroupByName('077') self.assert_(e) self.assertEqual(e[libuser.GROUPNAME], ['077']) self.assertEqual(e[libuser.GROUPPASSWORD], ['077']) self.assertEqual(e[libuser.GIDNUMBER], [1730]) self.assertEqual(e[libuser.MEMBERNAME], ['077']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['077']) self.assertEqual(e[libuser.ADMINISTRATORNAME], ['077']) def testGroupLookupId(self): e = self.a.initGroup('group18_1') self.a.addGroup(e) gid = e[libuser.GIDNUMBER][0] del e e = self.a.lookupGroupById(gid) self.assert_(e) self.assertEqual(e[libuser.GIDNUMBER], [gid]) del e e = self.a.lookupGroupById(999999) self.assertEqual(e, None) del e e = self.a.lookupGroupById(LARGE_ID + 1810) self.assertEqual(e, None) def testGroupDefault(self): # Test the default/LU_GROUPNAME = %n preserves groupnames that appear # to be numbers e = self.a.initGroup('077') self.assertEqual(e[libuser.GROUPNAME], ['077']) # testGroupAddPrep # Setting of GROUPPASSWORD to "x" tested below def testGroupAdd1(self): # A minimal case e = self.a.initGroup('group21_1') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group21_1') self.assert_(e) self.assertEqual(e[libuser.GROUPNAME], ['group21_1']) # Default values self.assertEqual(e[libuser.GROUPPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['!!']) def testGroupAdd2(self): # A maximal case e = self.a.initGroup('group21_2') e[libuser.GROUPNAME] = 'group21_2groupname' e[libuser.GROUPPASSWORD] = '!!badgroup21_2' # Should be ignored e[libuser.GIDNUMBER] = 4237 e[libuser.MEMBERNAME] = ['group21_2member1', 'group21_2member2'] e[libuser.SHADOWPASSWORD] = '!!group21_2' self.a.addGroup(e) del e e = self.a.lookupGroupByName('group21_2groupname') self.assert_(e) self.assertEqual(e[libuser.GROUPNAME], ['group21_2groupname']) self.assertEqual(e[libuser.GROUPPASSWORD], ['x']) self.assertEqual(e[libuser.GIDNUMBER], [4237]) v = e[libuser.MEMBERNAME] v.sort() self.assertEqual(v, ['group21_2member1', 'group21_2member2']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['!!group21_2']) def testGroupAdd3(self): # Large IDs e = self.a.initGroup('group21_3') e[libuser.GIDNUMBER] = LARGE_ID + 2130 self.a.addGroup(e) del e e = self.a.lookupGroupByName('group21_3') self.assert_(e) self.assertEqual(e[libuser.GROUPNAME], ['group21_3']) self.assertEqual(e[libuser.GIDNUMBER], [LARGE_ID + 2130]) def testGroupMod1(self): # A minimal case e = self.a.initGroup('group22_1') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group22_1') self.assertRaises(KeyError, lambda x: x[libuser.MEMBERNAME], e) e[libuser.MEMBERNAME] = 'group22_1member' self.a.modifyGroup(e) del e e = self.a.lookupGroupByName('group22_1') self.assertEqual(e[libuser.MEMBERNAME], ['group22_1member']) def testGroupMod2(self): # A maximal case, including renaming e = self.a.initGroup('group22_2') e[libuser.MEMBERNAME] = ['group22_2member1', 'group22_2member2'] self.a.addGroup(e) del e e = self.a.lookupGroupByName('group22_2') self.assertNotEqual(e[libuser.GROUPNAME], ['group22_2groupname']) e[libuser.GROUPNAME] = 'group22_2groupname' self.assertNotEqual(e[libuser.GROUPPASSWORD], ['!!grgroup22_2']) e[libuser.GROUPPASSWORD] = '!!grgroup22_2' self.assertNotEqual(e[libuser.GIDNUMBER], [4237]) e[libuser.GIDNUMBER] = 4237 v = e[libuser.MEMBERNAME] v.sort() self.assertNotEqual(v, ['group22_2member1', 'group22_2member3']) e[libuser.MEMBERNAME] = ['group22_2member1', 'group22_2member3'] self.assertNotEqual(e[libuser.SHADOWPASSWORD], ['!!group22_2']) e[libuser.SHADOWPASSWORD] = '!!group22_2' self.a.modifyGroup(e) del e e = self.a.lookupGroupByName('group22_2') self.assertEqual(e, None) del e e = self.a.lookupGroupByName('group22_2groupname') self.assert_(e) self.assertEqual(e[libuser.GROUPNAME], ['group22_2groupname']) self.assertEqual(e[libuser.GROUPPASSWORD], ['!!grgroup22_2']) self.assertEqual(e[libuser.GIDNUMBER], [4237]) v = e[libuser.MEMBERNAME] v.sort() self.assertEqual(v, ['group22_2member1', 'group22_2member3']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['!!group22_2']) def testGroupMod3(self): # Large IDs e = self.a.initGroup('group22_3') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group22_3') self.assertNotEqual(e[libuser.GIDNUMBER], [LARGE_ID + 2230]) e[libuser.GIDNUMBER] = LARGE_ID + 2230 self.a.modifyGroup(e) del e e = self.a.lookupGroupByName('group22_3') self.assert_(e) self.assertEqual(e[libuser.GIDNUMBER], [LARGE_ID + 2230]) def testGroupDel(self): e = self.a.initGroup('group23_1') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group23_1') self.assert_(e) self.a.deleteGroup(e) del e e = self.a.lookupGroupByName('group23_1') self.assertEqual(e, None) def testGroupLock1(self): e = self.a.initGroup('group24_1') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group24_1') self.a.setpassGroup(e, '04cmES7HM6wtg', True) self.assertEqual(e[libuser.GROUPPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['04cmES7HM6wtg']) self.a.lockGroup(e) self.assertEqual(e[libuser.GROUPPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['!!04cmES7HM6wtg']) def testGroupLock2(self): e = self.a.initGroup('group24_2') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group24_2') self.a.setpassGroup(e, '!!04cmES7HM6wtg', True) self.assertEqual(e[libuser.GROUPPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['!!04cmES7HM6wtg']) self.a.lockGroup(e) self.assertEqual(e[libuser.GROUPPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['!!04cmES7HM6wtg']) def testGroupUnlock1(self): e = self.a.initGroup('group25_1') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group25_1') self.a.setpassGroup(e, '!!04cmES7HM6wtg', True) self.assertEqual(e[libuser.GROUPPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['!!04cmES7HM6wtg']) self.a.unlockGroup(e) self.assertEqual(e[libuser.GROUPPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['04cmES7HM6wtg']) def testGroupUnlock2(self): e = self.a.initGroup('group25_2') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group25_2') self.a.setpassGroup(e, '04cmES7HM6wtg', True) self.assertEqual(e[libuser.GROUPPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['04cmES7HM6wtg']) self.a.unlockGroup(e) self.assertEqual(e[libuser.GROUPPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['04cmES7HM6wtg']) def testGroupUnlock3(self): e = self.a.initGroup('group25_3') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group25_3') self.a.setpassGroup(e, '!!', True) self.assertEqual(e[libuser.GROUPPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['!!']) self.a.unlockGroup(e) self.assertEqual(e[libuser.GROUPPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['']) def testGroupUnlockNonempty1(self): e = self.a.initGroup('group33_1') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group33_1') self.a.setpassGroup(e, '!!04cmES7HM6wtg', True) self.assertEqual(e[libuser.GROUPPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['!!04cmES7HM6wtg']) self.a.unlockGroup(e, True) self.assertEqual(e[libuser.GROUPPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['04cmES7HM6wtg']) def testGroupUnlockNonempty2(self): e = self.a.initGroup('group33_2') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group33_2') self.a.setpassGroup(e, '04cmES7HM6wtg', True) self.assertEqual(e[libuser.GROUPPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['04cmES7HM6wtg']) self.a.unlockGroup(e) self.assertEqual(e[libuser.GROUPPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['04cmES7HM6wtg']) def testGroupUnlockNonempty3(self): e = self.a.initGroup('group33_3') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group33_3') self.a.setpassGroup(e, '!!', True) self.assertEqual(e[libuser.GROUPPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['!!']) self.assertRaises(RuntimeError, self.a.unlockGroup, e, True) del e e = self.a.lookupGroupByName('group33_3') self.assertEqual(e[libuser.GROUPPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['!!']) def testGroupIsLocked1(self): e = self.a.initGroup('group26_1') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group26_1') self.a.setpassGroup(e, '!!05/lfLEyErrp2', True) self.assertEqual(e[libuser.GROUPPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['!!05/lfLEyErrp2']) self.assertEqual(self.a.groupIsLocked(e), 1) def testGroupIsLocked2(self): e = self.a.initGroup('group26_2') self.a.addGroup(e) del e e = self.a.lookupGroupByName('group26_2') self.a.setpassGroup(e, '05/lfLEyErrp2', True) self.assertEqual(e[libuser.GROUPPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['05/lfLEyErrp2']) self.assertEqual(self.a.groupIsLocked(e), 0) def testGroupSetpass1(self): e = self.a.initGroup('group27_1') e[libuser.SHADOWPASSWORD] = '06aZrb3pzuu/6' self.a.addGroup(e) del e e = self.a.lookupGroupByName('group27_1') self.assertEqual(e[libuser.GROUPPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['06aZrb3pzuu/6']) self.a.setpassGroup(e, 'password', False) self.assertEqual(e[libuser.GROUPPASSWORD], ['x']) crypted = crypt.crypt('password', e[libuser.SHADOWPASSWORD][0]) self.assertEqual(e[libuser.SHADOWPASSWORD], [crypted]) def testGroupSetpass2(self): # Forcing the non-shadow password to 'x' e = self.a.initGroup('group27_2') e[libuser.GROUPPASSWORD] = '*' e[libuser.SHADOWPASSWORD] = '07ZZy2Pihe/gg' self.a.addGroup(e) del e # shadow module's addGroup forces GROUPPASSWORD to 'x' e = self.a.lookupGroupByName('group27_2') self.assertEqual(e[libuser.GROUPPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['07ZZy2Pihe/gg']) e[libuser.GROUPPASSWORD] = '*' self.a.modifyGroup(e) del e e = self.a.lookupGroupByName('group27_2') self.assertEqual(e[libuser.GROUPPASSWORD], ['*']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['07ZZy2Pihe/gg']) self.a.setpassGroup(e, 'password', False) self.assertEqual(e[libuser.GROUPPASSWORD], ['x']) crypted = crypt.crypt('password', e[libuser.SHADOWPASSWORD][0]) self.assertEqual(e[libuser.SHADOWPASSWORD], [crypted]) def testGroupSetpass3(self): # Overriding an invalid encrypted password e = self.a.lookupGroupByName('group27_3') self.assertEqual(e[libuser.GROUPPASSWORD], ['*']) self.assertRaises(KeyError, lambda: e[libuser.SHADOWPASSWORD]) self.a.setpassGroup(e, 'password', False) crypted = crypt.crypt('password', e[libuser.GROUPPASSWORD][0]) self.assertEqual(e[libuser.GROUPPASSWORD], [crypted]) self.assertRaises(KeyError, lambda: e[libuser.SHADOWPASSWORD]) def testGroupRemovepass(self): e = self.a.initGroup('group28_1') e[libuser.SHADOWPASSWORD] = '07Js7N.eEhbgs' self.a.addGroup(e) del e e = self.a.lookupGroupByName('group28_1') self.assertEqual(e[libuser.GROUPPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['07Js7N.eEhbgs']) self.a.removepassGroup(e) self.assertEqual(e[libuser.GROUPPASSWORD], ['x']) self.assertEqual(e[libuser.SHADOWPASSWORD], ['']) def testGroupsEnumerate1(self): e = self.a.initGroup('group29_1') self.a.addGroup(e) e = self.a.initGroup('group29_2') self.a.addGroup(e) v = self.a.enumerateGroups('group29*') v.sort() self.assertEqual(v, ['group29_1', 'group29_2']) def testGroupsEnumerate2(self): v = [name for name in self.a.enumerateGroups('*') if name.startswith('-') or name.startswith('+')] self.assertEqual(v, []) def testGroupsEnumerateByUser1(self): gid = 3001 # Hopefully unique e = self.a.initUser('user30_1') e[libuser.GIDNUMBER] = gid self.a.addUser(e, False, False) e = self.a.initGroup('group30_1') e[libuser.GIDNUMBER] = gid self.a.addGroup(e) e = self.a.initGroup('group30_2') e[libuser.GIDNUMBER] = gid + 10 e[libuser.MEMBERNAME] = 'user30_1' self.a.addGroup(e) v = self.a.enumerateGroupsByUser('user30_1') v.sort() self.assertEqual(v, ['group30_1', 'group30_2']) def testGroupsEnumerateByUser2(self): gid = 3002 # Hopefully unique e = self.a.initUser('user30_2') e[libuser.GIDNUMBER] = gid self.a.addUser(e, False, False) e = self.a.initGroup('group30_3') e[libuser.GIDNUMBER] = gid self.a.addGroup(e) self.assertEqual(self.a.enumerateGroupsByUser('user30_2'), ['group30_3']) def testGroupsEnumerateByUser3(self): gid = 3003 # Hopefully unique e = self.a.initUser('user30_3') e[libuser.GIDNUMBER] = gid self.a.addUser(e, False, False) e = self.a.initGroup('group30_4') e[libuser.GIDNUMBER] = gid + 10 e[libuser.MEMBERNAME] = 'user30_3' self.a.addGroup(e) self.assertEqual(self.a.enumerateGroupsByUser('user30_3'), ['group30_4']) def testGroupsEnumerateByUser4(self): # Data set up in files_test self.assertEqual(self.a.enumerateGroupsByUser('user30_4'), []) def testGroupsEnumerateFull1(self): e = self.a.initGroup('group31_1') self.a.addGroup(e) e = self.a.initGroup('group31_2') self.a.addGroup(e) v = [x[libuser.GROUPNAME] for x in self.a.enumerateGroupsFull('group31*')] v.sort() self.assertEqual(v, [['group31_1'], ['group31_2']]) def testGroupsEnumerateFull2(self): v = [x[libuser.GROUPNAME] for x in self.a.enumerateGroupsFull('*')] v = [name for (name,) in v if name.startswith('-') or name.startswith('+')] self.assertEqual(v, []) def testGroupsEnumerateFull3(self): # Only the user name is matched e = self.a.initGroup('group31_3') self.a.addGroup(e) self.assertEqual(self.a.enumerateGroupsFull('group31_3:*'), []) def tearDown(self): del self.a if __name__ == '__main__': unittest.main() libuser-0.56.9.dfsg.1.orig/tests/config_import2.conf.in0000644000175000017500000000033210777230702020732 0ustar gheghe[defaults] # non-portable moduledir = @TOP_BUILDDIR@/modules/.libs modules = files shadow create_modules = files shadow [import] login_defs = @SRCDIR@/config_login2.defs [files] nonroot = yes [shadow] nonroot = yes libuser-0.56.9.dfsg.1.orig/tests/utils_gshadow0000644000175000017500000000057210777230702017342 0ustar gheghegroup1_1:!!:: group3_2:!!01vokOibos3pg:user3_2:user3_4 group3_3:02yd6IWnPes66:: group3_4:!!::user3_6 group3_5:!!:: user4_1:!!:: group5_1:!!::user5_2 group5_2:!!::user5_1,user5_2 group5_3:!!:: user6_2:!!:: group6_3:!!:: user6_1:!!:: group6_4:!!:: group7_1:!!:: group8_1:!!:: user8_3:!!:: group9_1:!!:: group9_2:!!:: group9_3:!!:: group9_4:!!:: group9_5:!!::user9_5 group9_6:!!:: libuser-0.56.9.dfsg.1.orig/tests/ldaprc0000644000175000017500000000012710777230702015727 0ustar ghegheHOST 127.0.0.1 BASE dc=libuser # Don't check hostname on certificate TLS_REQCERT allow libuser-0.56.9.dfsg.1.orig/tests/config_test.sh0000755000175000017500000000317310777230702017406 0ustar gheghe#! /bin/sh # Automated config handling regression tester # # Copyright (c) 2004, 2005, 2008 Red Hat, Inc. All rights reserved. # # This is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU Library General Public # License along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # # Author: Miloslav Trmac srcdir=$srcdir/tests workdir=$(pwd)/test_files trap 'status=$?; rm -rf "$workdir"; exit $status' 0 trap '(exit 1); exit 1' 1 2 13 15 rm -rf "$workdir" mkdir "$workdir" # Set up the client sed "s|@TOP_BUILDDIR@|$(pwd)|g" < "$srcdir"/config.conf.in \ > "$workdir/libuser.conf" sed -e "s|@TOP_BUILDDIR@|$(pwd)|g" -e "s|@SRCDIR@|$srcdir|g" \ < "$srcdir"/config_import.conf.in > "$workdir/libuser_import.conf" sed -e "s|@TOP_BUILDDIR@|$(pwd)|g" -e "s|@SRCDIR@|$srcdir|g" \ < "$srcdir"/config_import2.conf.in > "$workdir/libuser_import2.conf" sed -e "s|@TOP_BUILDDIR@|$(pwd)|g" -e "s|@SRCDIR@|$srcdir|g" \ < "$srcdir"/config_override.conf.in > "$workdir/libuser_override.conf" # Ugly non-portable hacks LD_LIBRARY_PATH=$(pwd)/lib/.libs export LD_LIBRARY_PATH tests/config_test "$workdir" libuser-0.56.9.dfsg.1.orig/tests/utils_shadow0000644000175000017500000000071010777230702017165 0ustar ghegheuser3_5:!!:DATE:0:99999:7::: user3_6:!!:DATE:0:99999:7::: user4_1:!!:400:430:440:450:420:410: user5_1:!!:DATE:0:99999:7::: user5_2:!!:DATE:0:99999:7::: user6_1:HASH:DATE:0:99999:7::: user6_2:HASH:DATE:0:99999:7::: user6_3:HASH:DATE:0:99999:7::: user6_4:HASH:DATE:0:99999:7::: user7_1:03dgZm5nZvqOc:DATE:0:99999:7::: user9_2:!!04aqostCGmvZM:DATE:0:99999:7::: user9_3:05FdoegP8UniQ:DATE:0:99999:7::: user9_5:!!:DATE:0:99999:7::: user9_6:!!:DATE:0:99999:7::: libuser-0.56.9.dfsg.1.orig/tests/utils_passwd0000644000175000017500000000156010777230702017205 0ustar ghegheuser3_5:x:2147483998:2147483989:user3_5:/home/user3_5:/bin/bash user3_6:x:2147484008:2147483998:user3_6:/home/user3_6:/bin/bash user4_1:x:2147484058:2147484058:user4_1:/home/user4_1:/bin/bash user5_1:x:2147484158:2147484158:user5_1:/home/user5_1:/bin/bash user5_2:x:2147484168:2147484178:user5_2:/home/user5_2:/bin/bash user6_1:x:2147484258:2147484258:GECOS6_1:HomeDir6_1:Shell6_1 user6_2:x:2147484268:2147484268:user6_2:/home/user6_2:/bin/bash user6_3:x:2147484278:2147484278:user6_3:/home/user6_3:/bin/bash user6_4:x:2147484288:GID:user6_4:/home/user6_4:/bin/bash user7_1:x:2147484358:2147484358:GECOS7_1:HomeDir7_1:Shell7_1 user9_2:x:2147484559:2147484568:GECOS9_1:HomeDir9_1:Shell9_1 user9_3:x:2147484578:2147484578:user9_3:/home/user9_3:/bin/bash user9_5:x:2147484588:2147484588:user9_4:/home/user9_4:/bin/bash user9_6:x:2147484608:2147484609:user9_6:/home/user9_6:/bin/bash libuser-0.56.9.dfsg.1.orig/tests/config_login.defs0000644000175000017500000000036410777230702020042 0ustar ghegheTHIS_VARIABLE_IS_UNKNOWN !@#$% GID_MIN 1234 MAIL_DIR /mail/dir/value MD5_CRYPT_ENAB yes PASS_MAX_DAYS 1235 PASS_MIN_DAYS 1236 PASS_WARN_AGE 1237 UID_MIN 1238 # Last value wins UID_MIN 1239 SHA_CRYPT_MIN_ROUNDS 1240 SHA_CRYPT_MAX_ROUNDS 1241 libuser-0.56.9.dfsg.1.orig/tests/config_login2.defs0000644000175000017500000000005010777230702020114 0ustar ghegheMD5_CRYPT_ENAB yes ENCRYPT_METHOD SHA256libuser-0.56.9.dfsg.1.orig/tests/config_import.conf.in0000644000175000017500000000041310777230702020650 0ustar gheghe[defaults] # non-portable moduledir = @TOP_BUILDDIR@/modules/.libs modules = files shadow create_modules = files shadow [import] login_defs = @SRCDIR@/config_login.defs default_useradd = @SRCDIR@/config_default_useradd [files] nonroot = yes [shadow] nonroot = yes libuser-0.56.9.dfsg.1.orig/NEWS0000644000175000017500000004217610777230701014105 0ustar gheghe0.56.9 * Warn in lusermod if changing a primary group ID to a group that does not exist. (#1) * Fix pastos in man pages. 0.56.8 * New home page at https://fedorahosted.org/libuser/ . 0.56.7 * Fix a crash with disabled SELinux * Add support for SHA256 and SHA512 in password hashes. * Fix file locking on some architectures * Remove default.-c, moving the provided functions to libuser proper. 0.56.6 * Set SELinux file contexts when creating home directories and preserve them when moving home directories 0.56.5 * Work around spurious error messages when run against the Fedora Directory server * Fix error reporting when creating home directories and creating / removing mail spool files 0.56.4 * Update the last password change date field when changing passwords. 0.56.3 * Allow specifying a SASL mechanism (#240904, original patch by Simo Sorce). 0.56.2 * Update translations 0.56.1 * When changing passwords, only silently ignore known shadow markers, not all invalid hashes 0.56 * Document the correct types used for attribute values. Use these types for parsing, to avoid corrupting number-like strings, e.g. '07' -> 7; this expands the API requirements * Miscellaneous bug fixes, optimizations and cleanups; module interface ABI has changed 0.55 * Remove the quota library and Python module. It doesn't even compile and has no known users. * Add support for the 64-bit API of Python 2.5 * Minor cleanups 0.54.8 * Add importing of HOME from default/useradd. 0.54.7 * Update translations 0.54.6 * Fix bugs in handling of invalid lines in the files and shadow modules. * Fix pattern matching in lu_*_enumerate_full in the files and shadow modules. * Add more error reporting, return non-zero exit status on error from utils. * Use the skeleton directory specified in libuser.conf by Python admin.createHome and admin.addUser, add parameter skeleton= to admin.addUser. 0.54.5 * Don't reference @pkglibdir@ in libuser.conf.5 to avoid multilib file conflicts. 0.54.4 * Fix compilation with pre-C99 compilers (#179385, patch by Dan Yefimov). * Allow building without Python (#179384, original patch by Dan Yefimov). 0.54.3 * Fix a crash when lpasswd is run without specifying an user name 0.54.2 * Avoid using deprecated openldap functions 0.54.1 * Support for importing of configuration from shadow (/etc/login.defs and /etc/default/useradd) * New libuser.conf(5) man page * Minor cleanups and bug fixes all over the code 0.54 * Make sure attributes with no values can never appear * Fix crash in the "files" module when an attribute is missing * Use hidden visibility for internal functions, remove them from libuser/user_private.h; this changes module interface ABI * Miscellaneous source code simplifications 0.53.8 * Permit "portable" user and group names as defined by SUSv3, plus trailing $ * Disable building static libraries by default * Miscellaneous build machinery improvements 0.53.7 * Add missing translations * Update translations 0.53.6 * Allow empty configuration values. 0.53.5 * Ignore nss_compat lines in the "files" module. * Autodetect Python version. 0.53.4 * Fix adding of objectclasses to LDAP user accounts. 0.53.3 * Handle more I/O failures. 0.53.2 * Important bug fixes in lchage, lgroupmod, lnewusers and lusermod; minor bug fixes in lpasswd and luseradd. * Add man pages for the utilities. 0.53.1 * Export UT_NAMESIZE from to Python 0.53 * Support UID and GID values larger than LONG_MAX (#124967) * Fix updating of groups after user renaming in lusermod * Allow setting a shadow password even if the current shadow password is invalid (#131180) * Add lu_{user,group}_unlock_nonempty (#86414); module interface ABI has changed * Miscellaneous bug and memory leak fixes 0.52.6 * Mark more strings for translation * Make error reporting more consistent and more verbose, output error messages on stderr. * Port sasldb backend to Cyrus SASL v2, make it at least minimally usable 0.52.5 * Fix home directory renaming in ADMIN.modifyUser (#135280) * Further Python reference counting fixes 0.52.4 * Memory leak fixes 0.52.3 * Fix compilation without libuser headers already installed (#134085) 0.52.2 * Allow LDAP connection using ldaps, custom ports or without TLS (original patch from Pawel Salek). 0.52.1 * Fix freecon() of uninitialized value in files/shadow module 0.52 * Usable LDAP backend * Miscellaneous bug fixes 0.51.12 * Don't claim success and exception at the same time (#133479) * LDAP fixes, second round * Various other bug fixes 0.51.11 * Allow documented optional arguments in Python ADMIN.{addUser,modifyUser,deleteUser} (#119812) * Add man pages for lchfn and lchsh * LDAP fixes, first round * Avoid file conflict on multilib systems * Call ldconfig correctly 0.51.10 * Don't attempt to lookup using original entity name after entity modification (rename in particular) (#78376, #121252) * Fix copying of symlinks from /etc/skel (#87572, original patch from gLaNDix) * Make --enable-quota work, and fix the quota code to at least compile (#89114) * Fix several bugs (#120168, original patch from Steve Grubb) * Don't hardcode python version in spec file (#130952, from Robert Scheck) * Properly integrate the SELinux patch, it should actually be used now, even though it was "enabled" since 0.51.7-6 0.51.9 * Fix various typos * Document library interfaces * Build all shared libraries with -fPIC (#72536) 0.51.8 * Update to build with latest autotools and gtk-doc * Update ALL_LINGUAS and POTFILES.in * Rebuild to depend on newer openldap 0.51.7-7 * fix is_selinux_enabled call 0.51.7-3 * Add SELinux support 0.51.7 * ldap: set error codes correctly when we encounter failures initializing * don't double-close modules which fail initialization * ldap: don't set an error in cases where one is already set 0.51.6 * use a crypt salt consistent with the defaults/crypt_style setting when setting new passwords (#79337) 0.51.5 * expose lu_get_first_unused_id() as a package-private function * provide libuser.ADMIN.getFirstUnusedUid and libuser.ADMIN.getFirstUnusedGid in python 0.51.4 * fix not freeing resources properly in files.c(generic_is_locked), spotted by Zou Pengcheng 0.51.2 * degrade gracefully * build with --with-pic and -fPIC * remove unpackaged man page 0.51.1-2 * translation updates 0.51.1-1 * doc updates -- cvs tree moved * language updates * disallow weird characters in account names * automated rebuild 0.51 * files: ignore blank lines in files * libuser: disallow creation of accounts with names containing whitespace, control characters, or non-ASCII characters 0.50.2 * refresh translations * fix a heap-corruption bug in the python bindings 0.50 * bump version * refresh translations 0.49.102 * ldap: cache an entity's dn in the entity structure to try to speed things up 0.49.101-2 * add missing buildreqs on cyrus-sasl-devel and openldap-devel (#59456) * translation refresh 0.49.101-1 * fix python bindings of enumerateFull functions * adjust prompter wrapping to not error out on successful returns 0.49.100 * be more careful about printing error messages * fix refreshing after adding of accounts * ldap: try to use a search to convert names to DNs, and only fall back to guessing if it turns up nothing * files: fix an off-by-one in removal of entries 0.49.99 * refresh translations * fix admin() constructor comments in the python module 0.49.98 * automatically refresh entities after add, modify, setpass, removepass, lock, and unlock operations * remove debug spewage when creating and removing mail spools * files: fix saving of multi-valued attributes * rename MEMBERUID attribute for groups to MEMBERNAME 0.49.97 * files: fix bug in removals * ldap: revert attempts at being smart at startup time, because it makes UIs very messy (up the three whole dialogs just to start the ldap stuff!) 0.49.96 * fix thinko in dispatch routines 0.49.95 * lgroupmod: fix thinko 0.49.93 * move shadow initialization for groups to the proper callback * rework locking in the files module to not require that files be writable * expose lu_strerror() * add various typedefs for types used by the library 0.49.92 * add removepass() functions * lchfn,lchsh,lpasswd - reorder PAM authentication calls * include API docs in the package 0.49.91 * ldap: finish port to new API * sasl: finish port to new API (needs test) * libuser: don't commit object changes before passing data to service functions which might need differing data sets to figure out what to change (for example, ldap) 0.49.90 * bind the internal mail spool creation/removal functions for python * renamed the python module * revamped internals to use gobject's gvalues and gvaluearrays instead of glists of cached strings * add enumeration-with-data functions to the C library * require linuxdoc-tools instead of sgml-tools for rawhide * fixup build files to allow building for arbitrary versions of python 0.32 * link the python module against libpam * attempt to import the python modules at build-time to verify dependencies 0.31 * fix a file-parsing bug that popped up in 0.29's mmap modifications 0.30 * quotaq: fix argument order when reading quota information * user_quota: set quota grace periods correctly * luseradd: never create home directories for system accounts * add da translation files * update translations 0.29 * add an explicit build dependency on jade (for the docs) * HUP nscd on modifications * userutil.c: mmap files we're reading for probable speed gain * userutil.c: be conservative with the amount of random data we read * docs fixes 0.28 * apps: print usage on errors * lnewusers.c: initialize groups as groups, not users * lnewusers.c: set passwords for new accounts * luseradd.c: accept group names in addition to IDs for the -g flag * luseradd.c: allow the primary GID to be a preexisting group 0.27 * add ko translation files * files.c: fix a heap corruption bug in lock/unlock (#51750) * files.c: close a memory leak in reading of files * files.c: remove implementation limits on lengths of lines 0.26 * lusermod: change user name in groups the user is a member of during renames * lgroupmod: change primary GID for users who are in the group during renumbers * ldap.c: handle new attributes more gracefully if possible * add ru translation files 0.25.1 * rename the quota source files to match the library, which clears up a file conflict with older quota packages * add ja translation files * add lu_ent_clear_all() function 0.25 * close up some memory leaks * add the ability to include resident versions of modules in the library 0.24-4 * fix incorrect Py_BuildValue invocation in python module 0.24-3 * stop leaking descriptors in the files module * speed up user creation by reordering some checks for IDs being in use * update the shadowLastChanged attribute when we set a password * adjust usage of getXXXXX_r where needed * fix assorted bugs in python binding which break prompting 0.23 * install sv translation * make lpasswd prompt for passwords when none are given on the command line * make sure all user-visible strings are marked for translation * clean up some user-visible strings * require PAM authentication in lchsh, lchfn, and lpasswd for non-networked modules * print uids and gids of users and names in lid app * fix tree traversal in users_enumerate_by_group and groups_enumerate_by_users * implement enumerate_by_group and enumerate_by_user in ldap module * fix id-based lookups in the ldap module * implement islocked() method in ldap module * implement setpass() method in ldap module * add lchfn and lchsh apps * add %d substitution to libuser.conf 0.21 * finish adding a sasldb module which manipulates a sasldb file * add users_enumerate_by_group and groups_enumerate_by_users * luserdel: remove the user's primary group if it has the same name as the user and has no members configured (-G disables) * fixup some configure stuff to make libuser.conf get generated correctly even when execprefix isn't specified 0.20 * only call the auth module when setting passwords (oops) * use GTrees instead of GHashTables for most internal tables * files: complain properly about unset attributes * files: group passwords are single-valued, not multiple-valued * add lpasswd app, make sure all apps start up popt with the right names 0.18 * actually make the new optional arguments optional * fix lu_error_new() to actually report errors right * fix part of the python bindings * include tools in the binary package again * fixup modules so that password-changing works right again * add a "key" field to prompt structures for use by apps which like to cache these things * add an optional "mvhomedir" argument to userModify (python) 0.16.1 * finish home directory population * implement home directory moving * change entity get semantics in the python bindings to allow default values for .get() * add lu_ent_has(), and a python has_key() method to Entity types * don't include tools in the binary package * add translated strings * lib/user.c: catch and ignore errors when running stacks * lusermod: fix slightly bogus help messages * luseradd: when adding a user and group, use the gid of the group instead of the user's uid as the primary group * properly set the password field in user accounts created using auth-only auth modules (shadow needs "x" instead of "!!") * implement home directory removal, start on population * fix group password setting in the files module * setpass affects both auth and info, so run both stacks * make the testbed apps noinst * fix errors due to uninitialized fields in the python bindings * add kwargs support to all python wrappers * add a mechanism for passing arguments to python callbacks * stub out the krb5 and ldap modules so that they'll at least compile again * don't bail when writing empty fields to colon-delimited files * use permissions of the original file when making backup files instead of 0600 * finish implementing is_locked methods in files/shadow module * finish cleanup of the python bindings * allow conditional builds of modules so that we can build without all of the prereqs for all of the modules * add error reporting facilities * split public header into pieces by function * backend cleanups * make %{name}-devel require %{name} and not %{name}-devel * clean up quota bindings some more * finish most of the ldap bindings * fix a subtle bug in the files module that would show up when renaming accounts * fix mapping methods for entity structures in python * get bindings for prompts to work correctly * clean up some of the add/remove semantics (set source on add) * ldap: implement enumeration * samples/enum: fix the argument order * clean up python bindings for quota 0.11 * finish up python bindings for quota support * finish up quota support libs * start quota support library to get some type safety * start looking at quota manipulation * add functions for enumerating users and groups, optionally per-module * lusermod.c: -s should specify the shell, not the home directory 0.10 * finish the python bindings and verify that the file backend works again * remove a redundant check which was breaking modifications * finish adding setpass methods 0.9 * get a start on some Python bindings 0.8.2 * make binary-incompatible change in headers 0.8.1 * add doxygen docs and a "doc" target for them 0.8 * add a "quiet" prompter * add --interactive flag to sample apps and default to using quiet prompter * ldap: attempt a "self" bind if other attempts fail * krb5: connect to the password-changing service if the user principal has the NULL instance * the great adding-of-the-copyright-statements * take more care when creating backup files in the files module 0.7 * add openldap-devel as a buildprereq * krb5: use a continuous connection * krb5: add "realm" config directive * ldap: use a continuous connection * ldap: add "server", "basedn", "binddn", "user", "authuser" config directives * ldap: actually finish the account deletion function * ldap: don't send cleartext passwords to the directory * fix naming attribute for users (should be uid, not gid) * refine the search-by-id,convert-to-name,search-by-name logic * fix handling of defaults when the config file is read in but contains no value * implement an LDAP information store * try to clean up module naming with libtool * luseradd: pass plaintext passwords along * luseradd: use symbolic attribute names instead of hard-coded * lusermod: pass plaintext passwords along * lgroupadd: pass plaintext passwords along * lgroupmod: pass plaintext passwords along * add libuser as a dependency of libuser-devel 0.6 * See changelog in libuser.spec.in from here on. 0.5 * Implemented the krb5 back-end (user add, modify, delete only). * Lookups in the files module use O_RDONLY instead of O_RDWR. 0.4 * Modify lu_start prototype and add semantics for non-superuser use (we'll need this later). 0.3 * Remove recursive account locking from the files/shadow module. * Fixup popt help text. * Remove dependency on krb5 profile sublibrary for reading config files. 0.2 * Implemented prompting. * Added macros for LU_USERNAME and LU_GROUPNAME, found a bug in the files module while converting to use them. * Switched from getopt() to popt for argument parsing to get autohelp in the various test/demo programs. 0.1 * Finished up most of the internals and the files back-end. * Simple shadow-like programs. libuser-0.56.9.dfsg.1.orig/python/0000755000175000017500000000000010777230755014726 5ustar gheghelibuser-0.56.9.dfsg.1.orig/python/ldap-script0000755000175000017500000000054310777230702017070 0ustar gheghe#!/usr/bin/python import libuser import os print "--------- Initializing." admin = libuser.Admin() print "--------- Lookup." user = admin.lookupUserByName("ldap") if(not user): os.exit(0) print "--------- Setting new name." user[libuser.LU_USERNAME] = 'bubba' print user[libuser.LU_USERNAME] print "--------- Modifying user." admin.modifyUser(user) libuser-0.56.9.dfsg.1.orig/python/test-script0000755000175000017500000000435110777230702017130 0ustar gheghe#!/usr/bin/python import libuser import os import time print "--------- Initializing." admin = libuser.admin() print "--------- Listing." list = admin.enumerateUsers("l*") list.sort() for item in list: print "Found a user named \"" + item + "\"." print "--------- Lookup." ldap = admin.lookupUserByName("ldap") print "--------- Reading attribute (get)." print ldap.get(libuser.LOGINSHELL) print "--------- Reading attribute (map)." print ldap[libuser.LOGINSHELL] print "--------- Reading keys." print ldap.keys() print "--------- Setting attribute." ldap.set(libuser.LOGINSHELL, ["/bin/true"]) ldap[libuser.LOGINSHELL] = "/bin/true" ldap[libuser.LOGINSHELL] = ["/bin/true"] print "--------- Reading attribute (get)." print ldap.get(libuser.LOGINSHELL) print "--------- Reading attribute (map)." print ldap[libuser.LOGINSHELL] print "--------- Getting directory list." dir(ldap) print "--------- Modifying user." admin.modifyUser(ldap) print "--------- Enumerating members of the wheel group." print admin.enumerateUsersByGroup("wheel") print "--------- Looking up the wheel group." wheel = admin.lookupGroupByName("wheel") print "--------- Reading attribute (memberUid)." print wheel[libuser.MEMBERUID] print "--------- Creating a new user (jimbo)." jimbo = admin.initUser("jimbo") for attr in jimbo.keys(): print " " + attr + ":", jimbo.get(attr) print "--------- Adding the user." jimbo[libuser.HOMEDIRECTORY] = '/var/jimbo-home' print "Set home directory to " + jimbo[libuser.HOMEDIRECTORY][0] admin.addUser(jimbo) print "--------- Grepping for the user." os.system("grep jimbo /etc/passwd /etc/group /etc/shadow /etc/gshadow") try: dir = jimbo.get(libuser.HOMEDIRECTORY) print "--------- Looking at user's directory." os.system("ls " + dir[0]) print "--------- Looking at mail spool directory." os.system("ls -l /var/mail/*") except: pass print "--------- Removing the user." admin.deleteUser(jimbo) admin.removeHome(jimbo) admin.removeMail(jimbo) print "--------- Grepping for the user." os.system("grep jimbo /etc/passwd /etc/group /etc/shadow /etc/gshadow") print "--------- Getting a list of all users." users = admin.enumerateUsersFull() for user in users: print " User `" + user[libuser.USERNAME][0] + "' has uid ", user[libuser.UIDNUMBER][0] libuser-0.56.9.dfsg.1.orig/python/debug.h0000644000175000017500000000144010777230702016154 0ustar gheghe#ifndef debug_h #define debug_h #include #undef DEBUG_BINDING #ifdef DEBUG #define DEBUG_BINDING #endif #ifdef DEBUG_BINDING static int indent = 0; static char *getindent() { static char buf[LINE_MAX]; g_return_val_if_fail(indent < sizeof(buf), ""); memset(buf, 0, sizeof(buf)); memset(buf, ' ', indent); return buf; } #define DEBUG_ENTRY {\ fprintf(stderr, "%sEntering `%s' at line %d.\n", \ getindent(), __FUNCTION__, __LINE__); \ indent++; \ } #define DEBUG_CALL {\ fprintf(stderr, "%sIn `%s' at line %d.\n", \ getindent(), __FUNCTION__, __LINE__); \ } #define DEBUG_EXIT {\ indent--; \ fprintf(stderr, "%sLeaving `%s' at line %d.\n", \ getindent(), __FUNCTION__, __LINE__); \ } #else #define DEBUG_ENTRY #define DEBUG_CALL #define DEBUG_EXIT #endif #endif libuser-0.56.9.dfsg.1.orig/python/libusermodule.c0000644000175000017500000001164710777230702017746 0ustar gheghe/* Copyright (C) 2001,2002 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include #include "../lib/user.h" #include "../lib/user_private.h" #include "common.h" #include "admin.c" #include "ent.c" #include "misc.c" /* Return a list of the valid shells in the system, picked up from * getusershells(). */ static PyObject * libuser_get_user_shells(PyObject *self, PyObject *ignored) { PyObject *ret; const char *shell; (void)self; (void)ignored; DEBUG_ENTRY; ret = PyList_New(0); setusershell(); while ((shell = getusershell()) != NULL) { PyObject *str; str = PyString_FromString(shell); PyList_Append(ret, str); Py_DECREF(str); } endusershell(); DEBUG_EXIT; return ret; } static PyMethodDef libuser_methods[] = { {"admin", (PyCFunction) libuser_admin_new, METH_VARARGS | METH_KEYWORDS, "create a new administration context"}, {"prompt", libuser_prompt_new, METH_NOARGS, "create and return a new prompt record"}, {"get_user_shells", libuser_get_user_shells, METH_NOARGS, "return a list of valid shells"}, {"ADMIN", (PyCFunction) libuser_admin_new, METH_VARARGS | METH_KEYWORDS, "create a new administration context"}, {"PROMPT", libuser_prompt_new, METH_NOARGS, "create and return a new prompt record"}, {"getUserShells", libuser_get_user_shells, METH_NOARGS, "return a list of valid shells"}, {NULL, NULL, 0, NULL}, }; void initlibuser(void) { PyObject *module, *dict; DEBUG_ENTRY; module = Py_InitModule("libuser", libuser_methods); dict = PyModule_GetDict(module); PyDict_SetItemString(dict, "USER", PyInt_FromLong(lu_user)); PyDict_SetItemString(dict, "GROUP", PyInt_FromLong(lu_group)); /* User attributes. */ PyDict_SetItemString(dict, "USERNAME", PyString_FromString(LU_USERNAME)); PyDict_SetItemString(dict, "USERPASSWORD", PyString_FromString(LU_USERPASSWORD)); PyDict_SetItemString(dict, "UIDNUMBER", PyString_FromString(LU_UIDNUMBER)); PyDict_SetItemString(dict, "GIDNUMBER", PyString_FromString(LU_GIDNUMBER)); PyDict_SetItemString(dict, "GECOS", PyString_FromString(LU_GECOS)); PyDict_SetItemString(dict, "HOMEDIRECTORY", PyString_FromString(LU_HOMEDIRECTORY)); PyDict_SetItemString(dict, "LOGINSHELL", PyString_FromString(LU_LOGINSHELL)); /* Group attributes. */ PyDict_SetItemString(dict, "GROUPNAME", PyString_FromString(LU_GROUPNAME)); PyDict_SetItemString(dict, "GROUPPASSWORD", PyString_FromString(LU_GROUPPASSWORD)); PyDict_SetItemString(dict, "ADMINISTRATORNAME", PyString_FromString(LU_ADMINISTRATORNAME)); PyDict_SetItemString(dict, "MEMBERNAME", PyString_FromString(LU_MEMBERNAME)); /* Shadow attributes. */ PyDict_SetItemString(dict, "SHADOWNAME", PyString_FromString(LU_SHADOWNAME)); PyDict_SetItemString(dict, "SHADOWPASSWORD", PyString_FromString(LU_SHADOWPASSWORD)); PyDict_SetItemString(dict, "SHADOWLASTCHANGE", PyString_FromString(LU_SHADOWLASTCHANGE)); PyDict_SetItemString(dict, "SHADOWMIN", PyString_FromString(LU_SHADOWMIN)); PyDict_SetItemString(dict, "SHADOWMAX", PyString_FromString(LU_SHADOWMAX)); PyDict_SetItemString(dict, "SHADOWWARNING", PyString_FromString(LU_SHADOWWARNING)); PyDict_SetItemString(dict, "SHADOWINACTIVE", PyString_FromString(LU_SHADOWINACTIVE)); PyDict_SetItemString(dict, "SHADOWEXPIRE", PyString_FromString(LU_SHADOWEXPIRE)); PyDict_SetItemString(dict, "SHADOWFLAG", PyString_FromString(LU_SHADOWFLAG)); /* Additional fields. */ PyDict_SetItemString(dict, "COMMONNAME", PyString_FromString(LU_COMMONNAME)); PyDict_SetItemString(dict, "GIVENNAME", PyString_FromString(LU_GIVENNAME)); PyDict_SetItemString(dict, "SN", PyString_FromString(LU_SN)); PyDict_SetItemString(dict, "ROOMNUMBER", PyString_FromString(LU_ROOMNUMBER)); PyDict_SetItemString(dict, "TELEPHONENUMBER", PyString_FromString(LU_TELEPHONENUMBER)); PyDict_SetItemString(dict, "HOMEPHONE", PyString_FromString(LU_HOMEPHONE)); PyDict_SetItemString(dict, "EMAIL", PyString_FromString(LU_EMAIL)); /* Miscellaneous. */ PyDict_SetItemString(dict, "UT_NAMESIZE", PyInt_FromLong(UT_NAMESIZE)); DEBUG_EXIT; } libuser-0.56.9.dfsg.1.orig/python/modules.txt0000644000175000017500000002127210777230702017133 0ustar ghegheThis is an attempt to document the Python API. Anyone know a better way to format this stuff? libuser: Fields: - USERNAME - USERPASSWORD - UIDNUMBER - GIDNUMBER - GECOS - HOMEDIRECTORY - LOGINSHELL - GROUPNAME - GROUPPASSWORD - GIDNUMBER - ADMINISTRATORUID - MEMBERUID - SHADOWNAME - SHADOWPASSWORD - SHADOWEXPIRE - SHADOWFLAG - SHADOWINACTIVE - SHADOWLASTCHANGE - SHADOWMAX - SHADOWMIN - SHADOWWARNING - UT_NAMESIZE Methods: - getUserShells: Returns a list of valid shells for users on the system. Arguments: None. Returns: a list of strings. - admin: Creates and returns a new libuser.Admin object. Keyword Arguments: name= type= info= auth= Returns: a libuser.Admin object. - PROMPT: Creates and returns a new libuser.Prompt object. Arguments: None. Returns: a libuser.Prompt object. Types: - Admin - An administrative context. Methods: - lookupUserByName: - lookupUserById: - lookupGroupByName: - lookupGroupById: Look up information about a user or group using the user or group's name or UID/GID. Arguments: A name as a string or a numeric ID. Returns: A libuser.Entity object containing information about the user or group, or None if there is no matching user or group. - initUser: - initGroup: Create a new libuser.Entity object, initialized with information suitable for creating a new user or group. Arguments: The new user or group's name as a string (required). A true/false value indicating whether this is a system account or not (optional, default no). Returns: A libuser.Entity object containing information for the user or group to be created. - addUser: Add a new user to the system: Arguments: A libuser.Entity object with the new user or group's information (required). A true/false object indicating whether or not the home directory for the user should be created (optional, defaults yes). A true/false object indicating whether or not the mail spool for the user should be created (optional, defaults yes). Keyword Arguments: skeleton= - addGroup: Add a new group to the system: Arguments: A libuser.Entity object with the new group's information (required). - modifyUser: Modify information about a user on the system. Arguments: A libuser.Entity object with the user or group's information (required). A true/false object indicating whether or not the home directory for the user should be moved from its original location to the location stored in the entity's libuser.HOMEDIRECTORY attribute (optional, default no). - modifyGroup: Modify information about a group on the system. Arguments: A libuser.Entity object with the group's information (required). - deleteUser: Remove a user account. Arguments: A libuser.Entity object with the user's information (required). A true/false value indicating whether or not this user's home directory should be removed (optional, default no). A true/false value indicating whether or not this user's mail spool should be removed (optional, default no). - deleteGroup: Remove a group from the system. Arguments: A libuser.Entity object with the group's information (required). - lockUser: - lockGroup: Lock a user or group account. Arguments: A libuser.Entity object with the user or group's information (required). A true/false object indicating whether unlocking - unlockUser: - unlockGroup: Unlock a user or group account. Arguments: A libuser.Entity object with the user or group's information (required). A true/false object indicating whether unlocking that would empty the password field should fail (optional, default no). - setpassUser: - setpassGroup: Arguments: A libuser.Entity object with the user or group's information (required). A string containing the new password (required). This is preferably in plaintext. An object indicating whether or not the string is a value returned by crypt.crypt(): a false value indicates that the string is plaintext. - removepassUser: - removepassGroup: Arguments: A libuser.Entity object with the user or group's information (required). - enumerateUsers: - enumerateGroups: Get a list of users or groups known to the library and its modules. Arguments: A pattern (wildcard-style) which returned user or group names should match (optional, default is all ("*")). Returns: a list of user or group names. - enumerateUsersByGroup: Get a list of users who belong to a particular group. Arguments: A group's name (required). Returns: a list of user names. - enumerateGroupsByUser: Get a list of groups to which a user belongs. Arguments: A user's name (required). Returns: a list of group names. - enumerateUsersFull: - enumerateGroupsFull: Get a list of users or groups known to the library and its modules, along with any data which can be looked up about them. - promptConsole: Prompt the user for information, including for information for which there is a supplied default. Arguments: A list of libuser.Prompt objects. Returns: a true/false value indicating success or failure. - promptConsoleQuiet: Prompt the user for information, except for information for which there is a supplied default. Arguments: A list of libuser.Prompt objects. Returns: a true/false value indicating success or failure. - getFirstUnusedUid: Search the system for an unused UID. Arguments: An initial guess (numeric). Returns: an unused UID. - getFirstUnusedGid: Search the system for an unused GID. Arguments: An initial guess (numeric). Returns: an unused GID. Fields: - prompt(function): A method which can be used to process lists of libuser.Prompt objects. Can be set to the object's promptConsole or promptConsoleQuiet methods, or a user-supplied function. - prompt_args: Additional arguments which should be passed to prompt(). - Entity - An entity. Methods: - getattrlist: Return a list of attributes this entity possesses. Arguments: None. Returns: a list of attribute names. - modules: Return a list of the modules which assisted in the creation or lookup of this libuser.Entity object. Arguments: None. Returns: a list of module names. - has_key: Check if this entity possesses a given attribute. Arguments: An attribute name (required). Returns: a true/false value. - get: Return a list of the values for one attribute this entity possesses. Arguments: An attribute name (required). Returns: a list of values. - set: Set a list of the values for one attribute this entity possesses. Arguments: An attribute name (required). A value or a list of values for that attribute (required). Returns: nothing. - add: Add a single value to the list of the values for one attribute this entity possesses. Arguments: An attribute name (required). A value for that attribute (required). Returns: nothing. - clear: Remove all values for one attribute this entity possesses. Arguments: An attribute name (required). Returns: nothing. - revert: Reset all values for one attribute this entity possesses to the values which it had when it was created. Arguments: None. Returns: nothing. Fields: All get()table and set()table attributes are also implemented using mapping conventions. - Prompt - A prompt record. Methods: None. Fields: - prompt(string): The text of the request which is given to the user. - domain(string): A gettext domain which may be able to provide translations of the prompt. - visible(true/false): Whether or not the user should be able to see a response while typing it. - default_value(string): A default answer. - value(string): The user's answer. libuser-0.56.9.dfsg.1.orig/python/misc.c0000644000175000017500000002547510777230702016032 0ustar gheghe/* Copyright (C) 2001,2002 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include #include "../lib/user.h" #include "../lib/user_private.h" #include "common.h" static PyTypeObject PromptType; #define Prompt_Check(__x) ((__x)->ob_type == &PromptType) static gboolean libuser_admin_python_prompter(struct lu_prompt *prompts, int count, gpointer callback_data, struct lu_error **error) { PyObject **prompt_data = (PyObject **) callback_data; DEBUG_ENTRY; if (count > 0) { PyObject *list, *tuple, *ret; int i; if (!PyCallable_Check(prompt_data[0])) { lu_error_new(error, lu_error_generic, NULL); PyErr_SetString(PyExc_RuntimeError, "prompter is not callable"); DEBUG_EXIT; return FALSE; } list = PyList_New(0); for (i = 0; i < count; i++) { struct libuser_prompt *prompt; prompt = (struct libuser_prompt *) libuser_prompt_new(NULL, NULL); prompt->prompt.key = g_strdup(prompts[i].key); prompt->prompt.prompt = g_strdup(prompts[i].prompt); prompt->prompt.domain = g_strdup(prompts[i].domain); prompt->prompt.visible = prompts[i].visible; prompt->prompt.default_value = g_strdup(prompts[i].default_value); prompt->prompt.value = g_strdup(prompts[i].value); prompt->prompt.free_value = g_free; PyList_Append(list, (PyObject *) prompt); Py_DECREF(prompt); } tuple = PyTuple_New(PyTuple_Check(prompt_data[1]) ? PyTuple_Size(prompt_data[1]) + 1 : 1); PyTuple_SetItem(tuple, 0, list); if (PyTuple_Check(prompt_data[1])) { Py_ssize_t j; for (j = 0; j < PyTuple_Size(prompt_data[1]); j++) { PyObject *obj; obj = PyTuple_GetItem(prompt_data[1], j); Py_INCREF(obj); PyTuple_SetItem(tuple, j + 1, obj); } } ret = PyObject_CallObject(prompt_data[0], tuple); if (PyErr_Occurred()) { PyErr_Print(); Py_DECREF(tuple); DEBUG_EXIT; lu_error_new(error, lu_error_generic, _ ("error while prompting for necessary information")); return FALSE; } for (i = 0; i < count; i++) { struct libuser_prompt *prompt; /* i doesn't have to be Py_ssize_t because count is int as well. */ prompt = (struct libuser_prompt *)PyList_GetItem(list, i); prompts[i].value = g_strdup(prompt->prompt.value); prompts[i].free_value = g_free; } Py_DECREF(tuple); Py_DECREF(ret); } DEBUG_EXIT; return TRUE; } static PyObject * libuser_admin_prompt(struct libuser_admin *self, PyObject * args, PyObject * kwargs, lu_prompt_fn * prompter) { Py_ssize_t count; int i; PyObject *list = NULL, *moreargs = NULL; struct lu_prompt *prompts; struct lu_error *error = NULL; char *keywords[] = { "prompt_list", "more_args", NULL }; g_return_val_if_fail(self != NULL, NULL); DEBUG_ENTRY; if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O!|O", keywords, &PyList_Type, &list, &moreargs)) { DEBUG_EXIT; return NULL; } count = PyList_Size(list); if (count > INT_MAX) { PyErr_SetString(PyExc_ValueError, "too many prompts"); DEBUG_EXIT; return NULL; } /* i now may be int because count fits in int */ for (i = 0; i < count; i++) { PyObject *item; item = PyList_GetItem(list, i); DEBUG_CALL; if (!Prompt_Check(item)) { PyErr_SetString(PyExc_TypeError, "expected list of Prompt objects"); DEBUG_EXIT; return NULL; } DEBUG_CALL; } DEBUG_CALL; prompts = g_malloc0(count * sizeof(struct lu_prompt)); DEBUG_CALL; for (i = 0; i < count; i++) { struct libuser_prompt *obj; obj = (struct libuser_prompt *) PyList_GetItem(list, i); Py_INCREF(obj); prompts[i].key = g_strdup(obj->prompt.key ? : ""); prompts[i].domain = g_strdup(obj->prompt.domain ? : ""); prompts[i].prompt = g_strdup(obj->prompt.prompt ? : ""); prompts[i].default_value = obj->prompt.default_value ? g_strdup(obj->prompt.default_value) : NULL; prompts[i].visible = obj->prompt.visible; /* FIXME: free the values sometime? */ } #ifdef DEBUG_BINDING fprintf(stderr, "Prompter function promptConsole is at <%p>.\n", lu_prompt_console); fprintf(stderr, "Prompter function promptConsoleQuiet is at <%p>.\n", lu_prompt_console_quiet); fprintf(stderr, "Calling prompter function at <%p>.\n", prompter); #endif if (prompter(prompts, count, self->prompt_data, &error) != FALSE) { for (i = 0; i < count; i++) { struct libuser_prompt *obj; obj = (struct libuser_prompt *)PyList_GetItem(list, i); obj->prompt.value = g_strdup(prompts[i].value ? : ""); obj->prompt.free_value = g_free; if (prompts[i].value && prompts[i].free_value) { prompts[i].free_value(prompts[i].value); prompts[i].value = NULL; prompts[i].free_value = NULL; } Py_DECREF(obj); } DEBUG_EXIT; Py_RETURN_NONE; } else { if (error != NULL) lu_error_free(&error); for (i = 0; i < count; i++) { PyObject *obj; obj = PyList_GetItem(list, i); Py_DECREF(obj); } PyErr_SetString(PyExc_RuntimeError, "error prompting the user for information"); DEBUG_EXIT; return NULL; } } static PyObject * libuser_admin_prompt_console(PyObject * self, PyObject * args, PyObject * kwargs) { DEBUG_CALL; return libuser_admin_prompt((struct libuser_admin *) self, args, kwargs, lu_prompt_console); } static PyObject * libuser_admin_prompt_console_quiet(PyObject * self, PyObject * args, PyObject * kwargs) { DEBUG_CALL; return libuser_admin_prompt((struct libuser_admin *) self, args, kwargs, lu_prompt_console_quiet); } static void libuser_prompt_destroy(PyObject *self) { struct libuser_prompt *me; DEBUG_ENTRY; me = (struct libuser_prompt *)self; if (me->prompt.value && me->prompt.free_value) me->prompt.free_value(me->prompt.value); g_free((void *)me->prompt.key); g_free((void *)me->prompt.prompt); g_free((void *)me->prompt.domain); g_free((void *)me->prompt.default_value); memset(&me->prompt, 0, sizeof(me->prompt)); PyObject_DEL(me); DEBUG_EXIT; } static PyObject * libuser_prompt_getattr(PyObject *self, char *attr) { struct libuser_prompt *me; DEBUG_ENTRY; me = (struct libuser_prompt *)self; if (strcmp(attr, "key") == 0) { DEBUG_EXIT; return PyString_FromString(me->prompt.key); } if (strcmp(attr, "prompt") == 0) { DEBUG_EXIT; return PyString_FromString(me->prompt.prompt); } if (strcmp(attr, "domain") == 0) { DEBUG_EXIT; return PyString_FromString(me->prompt.domain ?: ""); } if (strcmp(attr, "visible") == 0) { DEBUG_EXIT; return PyInt_FromLong(me->prompt.visible); } if ((strcmp(attr, "default_value") == 0) || (strcmp(attr, "defaultValue") == 0)) { DEBUG_EXIT; if (me->prompt.default_value != NULL) return PyString_FromString(me->prompt.default_value); else Py_RETURN_NONE; } if (strcmp(attr, "value") == 0) { DEBUG_EXIT; if (me->prompt.value != NULL) return PyString_FromString(me->prompt.value); else Py_RETURN_NONE; } DEBUG_EXIT; return Py_FindMethod(NULL, self, attr); } static int libuser_prompt_setattr(PyObject *self, char *attr, PyObject * args) { struct libuser_prompt *me; DEBUG_ENTRY; me = (struct libuser_prompt *)self; if (strcmp(attr, "prompt") == 0) { if (!PyString_Check(args)) { PyErr_SetString(PyExc_TypeError, "prompt must be a string"); DEBUG_EXIT; return -1; } g_free((char *)me->prompt.prompt); me->prompt.prompt = g_strdup(PyString_AsString(args)); DEBUG_EXIT; return 0; } if (strcmp(attr, "domain") == 0) { if (!PyString_Check(args)) { PyErr_SetString(PyExc_TypeError, "domain must be a string"); DEBUG_EXIT; return -1; } g_free((char *)me->prompt.domain); me->prompt.domain = g_strdup(PyString_AsString(args)); DEBUG_EXIT; return 0; } if (strcmp(attr, "key") == 0) { if (!PyString_Check(args)) { PyErr_SetString(PyExc_TypeError, "key must be a string"); DEBUG_EXIT; return -1; } g_free((char *)me->prompt.key); me->prompt.key = g_strdup(PyString_AsString(args)); DEBUG_EXIT; return 0; } if (strcmp(attr, "visible") == 0) { me->prompt.visible = PyObject_IsTrue(args); DEBUG_EXIT; return 0; } if ((strcmp(attr, "default_value") == 0) || (strcmp(attr, "defaultValue") == 0)) { if (!PyString_Check(args)) { PyErr_SetString(PyExc_TypeError, "default value must be a string"); DEBUG_EXIT; return -1; } g_free((char *)me->prompt.default_value); me->prompt.default_value = (args == Py_None) ? NULL : g_strdup(PyString_AsString(args)); DEBUG_EXIT; return 0; } if (strcmp(attr, "value") == 0) { if (!PyString_Check(args)) { PyErr_SetString(PyExc_TypeError, "value must be a string"); DEBUG_EXIT; return -1; } if (me->prompt.value && me->prompt.free_value) me->prompt.free_value(me->prompt.value); me->prompt.value = g_strdup(PyString_AsString(args)); me->prompt.free_value = g_free; DEBUG_EXIT; return 0; } DEBUG_EXIT; PyErr_SetString(PyExc_AttributeError, "invalid attribute"); return -1; } static int libuser_prompt_print(PyObject *self, FILE *fp, int flags) { struct libuser_prompt *me; (void)flags; me = (struct libuser_prompt *)self; fprintf(fp, "(key = \"%s\", prompt = \"%s\", domain = \"%s\", " "visible = %s, default_value = \"%s\", value = \"%s\")", me->prompt.key ? me->prompt.key : "", me->prompt.prompt ? me->prompt.prompt : "", me->prompt.domain ? me->prompt.domain : "", me->prompt.visible ? "true" : "false", me->prompt.default_value ? me->prompt.default_value : "", me->prompt.value ? me->prompt.value : ""); return 0; } static PyObject * libuser_prompt_new(PyObject *ignored_self, PyObject *ignore) { struct libuser_prompt *ret; (void)ignored_self; (void)ignore; DEBUG_ENTRY; ret = PyObject_NEW(struct libuser_prompt, &PromptType); if (ret != NULL) { memset(&ret->prompt, 0, sizeof(ret->prompt)); } DEBUG_EXIT; return (PyObject *)ret; } static PyTypeObject PromptType = { PyObject_HEAD_INIT(&PyType_Type) 0, "Prompt", /* tp_name */ sizeof(struct libuser_prompt), /* tp_basicsize */ 0, /* tp_itemsize */ libuser_prompt_destroy, /* tp_dealloc */ libuser_prompt_print, /* tp_print */ libuser_prompt_getattr, /* tp_getattr */ libuser_prompt_setattr, /* tp_setattr */ NULL, /* tp_compare */ NULL, /* tp_repr */ }; libuser-0.56.9.dfsg.1.orig/python/admin.c0000644000175000017500000012533710777230702016165 0ustar gheghe/* Copyright (C) 2001, 2002, 2004, 2006 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include "common.h" #include "../lib/user.h" #include "../lib/user_private.h" #include "../apps/apputil.h" /* Boilerplate for the admin object, which wraps a libuser context. */ static PyMethodDef libuser_admin_user_methods[]; static PyMethodDef libuser_admin_group_methods[]; static PyMethodDef libuser_admin_methods[]; static PyTypeObject AdminType; #define Admin_Check(__x) ((__x)->ob_type == &AdminType) /* Destroy the object. */ static void libuser_admin_destroy(PyObject *self) { struct libuser_admin *me = (struct libuser_admin *) self; size_t i; DEBUG_ENTRY; /* Free the context. */ if (me->ctx != NULL) { lu_end(me->ctx); me->ctx = NULL; } /* Free the prompt data. */ for (i = 0; i < sizeof(me->prompt_data) / sizeof(me->prompt_data[0]); i++) { if (me->prompt_data[i]) { Py_DECREF(me->prompt_data[i]); } me->prompt_data[i] = NULL; } /* Delete the python object. */ PyObject_DEL(self); DEBUG_EXIT; } /* Get an attribute of the admin object. */ static PyObject * libuser_admin_getattr(PyObject *self, char *name) { struct libuser_admin *me = (struct libuser_admin *) self; DEBUG_ENTRY; /* The prompting function. */ if (strcmp(name, "prompt") == 0) { Py_INCREF(me->prompt_data[0]); DEBUG_EXIT; return me->prompt_data[0]; } /* The prompting function's arguments. */ if (strcmp(name, "prompt_args") == 0) { Py_INCREF(me->prompt_data[1]); DEBUG_EXIT; return me->prompt_data[1]; } /* Random other methods or members. */ #ifdef DEBUG_BINDING fprintf(stderr, "Searching for attribute `%s'\n", name); #endif DEBUG_EXIT; return Py_FindMethod(libuser_admin_methods, (PyObject *) self, name); } /* Set an attribute in the admin object. */ static int libuser_admin_setattr(PyObject *self, char *attr, PyObject *args) { struct libuser_admin *me = (struct libuser_admin *) self; DEBUG_ENTRY; #ifdef DEBUG_BINDING fprintf(stderr, "%sSetting attribute `%s'\n", getindent(), attr); #endif /* The prompting function. */ if (strcmp(attr, "prompt") == 0) { /* If it's a wrapped up function, set the first prompt data * to the function, and the second to an empty tuple. */ if (PyCFunction_Check(args)) { Py_DECREF(me->prompt_data[0]); Py_DECREF(me->prompt_data[1]); me->prompt_data[0] = args; Py_INCREF(me->prompt_data[0]); me->prompt_data[1] = Py_None; Py_INCREF(me->prompt_data[0]); } /* If it's a tuple, the first item is the function, and the * rest are arguments to pass to it. */ if (PyTuple_Check(args)) { Py_DECREF(me->prompt_data[0]); Py_DECREF(me->prompt_data[1]); me->prompt_data[0] = PyTuple_GetItem(args, 0); Py_INCREF(me->prompt_data[0]); me->prompt_data[1] = PyTuple_GetSlice(args, 1, PyTuple_Size(args)); } DEBUG_EXIT; return 0; } /* If it's just prompting arguments, save them as the second chunk of * prompting data. */ if (strcmp(attr, "prompt_args") == 0) { Py_DECREF(me->prompt_data[1]); me->prompt_data[1] = args; Py_INCREF(me->prompt_data[1]); DEBUG_EXIT; return 0; } PyErr_SetString(PyExc_AttributeError, "no such writable attribute"); DEBUG_EXIT; return -1; } /* Look up a user by name. */ static PyObject * libuser_admin_lookup_user_name(PyObject *self, PyObject *args, PyObject *kwargs) { char *arg; struct lu_ent *ent; struct lu_error *error = NULL; char *keywords[] = { "name", NULL }; struct libuser_admin *me = (struct libuser_admin *) self; DEBUG_ENTRY; /* We expect a single string (no mapping shenanigans here). */ if (!PyArg_ParseTupleAndKeywords(args, kwargs, "s", keywords, &arg)) { DEBUG_EXIT; return NULL; } /* Create the entity to return, and look it up. */ ent = lu_ent_new(); if (lu_user_lookup_name(me->ctx, arg, ent, &error)) { /* Wrap it up, and return it. */ DEBUG_EXIT; return libuser_wrap_ent(ent); } else { /* No such user. Clean up and bug out. */ if (error) lu_error_free(&error); lu_ent_free(ent); DEBUG_EXIT; Py_RETURN_NONE; } } /* Look up a user give the UID. */ static PyObject * libuser_admin_lookup_user_id(PyObject *self, PyObject *args, PyObject *kwargs) { PY_LONG_LONG arg; struct lu_ent *ent; struct lu_error *error = NULL; char *keywords[] = { "id", NULL }; struct libuser_admin *me = (struct libuser_admin *) self; DEBUG_ENTRY; /* We expect a single string (no mapping shenanigans here). */ if (!PyArg_ParseTupleAndKeywords(args, kwargs, "L", keywords, &arg)) { DEBUG_EXIT; return NULL; } if ((uid_t)arg != arg) { PyErr_SetString(PyExc_OverflowError, "UID out of range"); DEBUG_EXIT; return NULL; } ent = lu_ent_new(); if (lu_user_lookup_id(me->ctx, arg, ent, &error)) { /* Wrap it up, and return it. */ DEBUG_EXIT; return libuser_wrap_ent(ent); } else { /* No such user. Clean up and bug out. */ if (error != NULL) lu_error_free(&error); lu_ent_free(ent); DEBUG_EXIT; Py_RETURN_NONE; } } /* Look up a group by name. */ static PyObject * libuser_admin_lookup_group_name(PyObject *self, PyObject *args, PyObject *kwargs) { char *arg; struct lu_ent *ent; struct lu_error *error = NULL; char *keywords[] = { "name", NULL }; struct libuser_admin *me = (struct libuser_admin *) self; DEBUG_ENTRY; /* Expect a string. */ if (!PyArg_ParseTupleAndKeywords(args, kwargs, "s", keywords, &arg)) { DEBUG_EXIT; return NULL; } /* Try to look up this user. */ ent = lu_ent_new(); if (lu_group_lookup_name(me->ctx, arg, ent, &error)) { /* Got you! Wrap and return. */ DEBUG_EXIT; return libuser_wrap_ent(ent); } else { /* We've got nothing. Return nothing. */ if (error != NULL) lu_error_free(&error); lu_ent_free(ent); DEBUG_EXIT; Py_RETURN_NONE; } } /* Look up a group by ID. */ static PyObject * libuser_admin_lookup_group_id(PyObject *self, PyObject *args, PyObject *kwargs) { PY_LONG_LONG arg; struct lu_ent *ent; struct lu_error *error = NULL; char *keywords[] = { "id", NULL }; struct libuser_admin *me = (struct libuser_admin *) self; DEBUG_ENTRY; /* Expect a number. */ if (!PyArg_ParseTupleAndKeywords(args, kwargs, "L", keywords, &arg)) { DEBUG_EXIT; return NULL; } if ((gid_t)arg != arg) { PyErr_SetString(PyExc_OverflowError, "GID out of range"); DEBUG_EXIT; return NULL; } /* Try to look up the group. */ ent = lu_ent_new(); if (lu_group_lookup_id(me->ctx, arg, ent, &error)) { /* Wrap the answer up. */ DEBUG_EXIT; return libuser_wrap_ent(ent); } else { /* Clean up and exit, we have nothing to return. */ if (error != NULL) lu_error_free(&error); lu_ent_free(ent); DEBUG_EXIT; Py_RETURN_NONE; } } /* Create a template user object. */ static PyObject * libuser_admin_init_user(PyObject *self, PyObject *args, PyObject *kwargs) { char *arg; int is_system = 0; struct lu_ent *ent; char *keywords[] = { "name", "is_system", NULL }; struct libuser_admin *me = (struct libuser_admin *) self; DEBUG_ENTRY; /* We expect a string and an optional flag indicating that the * user will be a system user. */ if (!PyArg_ParseTupleAndKeywords(args, kwargs, "s|i", keywords, &arg, &is_system)) { DEBUG_EXIT; return NULL; } /* Create a new user object for the user name, and return it. */ ent = lu_ent_new(); lu_user_default(me->ctx, arg, is_system, ent); DEBUG_EXIT; return libuser_wrap_ent(ent); } /* Create a group object. */ static PyObject * libuser_admin_init_group(PyObject *self, PyObject *args, PyObject *kwargs) { char *arg; int is_system = 0; struct lu_ent *ent; char *keywords[] = { "name", "is_system", NULL }; struct libuser_admin *me = (struct libuser_admin *) self; DEBUG_ENTRY; /* Expect a string and a flag indicating that the group is to be a * system group. */ if (!PyArg_ParseTupleAndKeywords(args, kwargs, "s|i", keywords, &arg, &is_system)) { DEBUG_EXIT; return NULL; } /* Create a defaulted group by this name, and wrap it up. */ ent = lu_ent_new(); lu_group_default(me->ctx, arg, is_system, ent); DEBUG_EXIT; return libuser_wrap_ent(ent); } /* Run the given function. If the function fails, raise an error. */ static PyObject * libuser_admin_do_wrap(PyObject *self, struct libuser_entity *ent, gboolean (*fn) (struct lu_context *, struct lu_ent *, struct lu_error ** error)) { struct lu_error *error = NULL; struct libuser_admin *me = (struct libuser_admin *)self; DEBUG_ENTRY; /* Try running the function. */ if (fn(me->ctx, ent->ent, &error)) { /* It succeeded! Return truth. */ DEBUG_EXIT; return PyInt_FromLong(1); } else { /* It failed. Build an exception and return an error. */ PyErr_SetString(PyExc_RuntimeError, lu_strerror(error)); if (error) lu_error_free(&error); DEBUG_EXIT; return NULL; } } /* Run the given function, using a Python entity passed in as the first * argument to the function. If the function fails, raise an error. */ static PyObject * libuser_admin_wrap(PyObject *self, PyObject *args, PyObject *kwargs, gboolean(*fn) (struct lu_context *, struct lu_ent *, struct lu_error ** error)) { PyObject *ent; char *keywords[] = { "entity", NULL }; PyObject *ret; DEBUG_ENTRY; /* Expect a Python Entity object and maybe some other stuff we * don't really care about. */ if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O!", keywords, &EntityType, &ent)) { DEBUG_EXIT; return NULL; } ret = libuser_admin_do_wrap(self, (struct libuser_entity *)ent, fn); DEBUG_EXIT; return ret; } /* Run the given function, using a Python entity passed in as the first * argument to the function. Return a 1 or 0 depending on the boolean * returned by the function. */ static PyObject * libuser_admin_wrap_boolean(PyObject *self, PyObject *args, PyObject *kwargs, gboolean(*fn) (struct lu_context *, struct lu_ent *, struct lu_error ** error)) { struct libuser_entity *ent; struct lu_error *error = NULL; char *keywords[] = { "entity", NULL }; struct libuser_admin *me = (struct libuser_admin *) self; gboolean ret; DEBUG_ENTRY; /* Expect a Python Entity object and maybe some other stuff we * don't really care about. */ if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O!", keywords, &EntityType, &ent)) { DEBUG_EXIT; } /* Run the function. */ ret = fn(me->ctx, ent->ent, &error); if (error != NULL) lu_error_free(&error); DEBUG_EXIT; return PyInt_FromLong(ret ? 1 : 0); } /* Wrap the setpass function for either type of entity. */ static PyObject * libuser_admin_setpass(PyObject *self, PyObject *args, PyObject *kwargs, gboolean(*fn) (struct lu_context *, struct lu_ent *, const char *, gboolean, struct lu_error **)) { struct libuser_entity *ent; struct lu_error *error = NULL; PyObject *is_crypted = NULL; const char *password = NULL; char *keywords[] = { "entity", "password", "is_crypted", NULL }; struct libuser_admin *me = (struct libuser_admin *) self; DEBUG_ENTRY; /* We expect an entity object and a string. */ if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O!sO", keywords, &EntityType, &ent, &password, &is_crypted)) { DEBUG_EXIT; return NULL; } /* Call the appropriate setpass function for this entity. */ if (fn(me->ctx, ent->ent, password, ((is_crypted != NULL) && (PyObject_IsTrue(is_crypted))), &error)) { /* The change succeeded. Return a truth. */ DEBUG_EXIT; return PyInt_FromLong(1); } else { /* The change failed. Return an error. */ PyErr_SetString(PyExc_SystemError, lu_strerror(error)); if (error) { lu_error_free(&error); } DEBUG_EXIT; return NULL; } } /* Create a home directory for a user. */ static PyObject * libuser_admin_create_home(PyObject *self, PyObject *args, PyObject *kwargs) { struct libuser_entity *ent = NULL; struct lu_context *context; const char *dir, *skeleton = NULL; GValueArray *values; GValue *value; char *keywords[] = { "home", "skeleton", NULL }; uid_t uidNumber = 0; gid_t gidNumber = 0; struct lu_error *error = NULL; (void)self; DEBUG_ENTRY; context = ((struct libuser_admin *)self)->ctx; /* Expect an object and a string. */ if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O!|s", keywords, &EntityType, &ent, &skeleton)) { DEBUG_EXIT; return NULL; } /* Get the user's home directory value. */ values = lu_ent_get(ent->ent, LU_HOMEDIRECTORY); if (values == NULL) { PyErr_SetString(PyExc_KeyError, "user does not have a `" LU_HOMEDIRECTORY "' attribute"); return NULL; } value = g_value_array_get_nth(values, 0); dir = g_value_get_string(value); /* Get the user's UID. */ values = lu_ent_get(ent->ent, LU_UIDNUMBER); if (values == NULL) { PyErr_SetString(PyExc_KeyError, "user does not have a `" LU_UIDNUMBER "' attribute"); return NULL; } value = g_value_array_get_nth(values, 0); uidNumber = lu_value_get_id(value); /* Get the user's GID. */ values = lu_ent_get(ent->ent, LU_GIDNUMBER); if (values == NULL) { PyErr_SetString(PyExc_KeyError, "user does not have a `" LU_GIDNUMBER "' attribute"); return NULL; } value = g_value_array_get_nth(values, 0); gidNumber = lu_value_get_id(value); /* Attempt to populate the directory. */ if (lu_homedir_populate(context, skeleton, dir, uidNumber, gidNumber, 0700, &error)) { /* Success -- return an empty tuple. */ DEBUG_EXIT; return PyInt_FromLong(1); } else { /* Failure. Mark the error. */ PyErr_SetString(PyExc_RuntimeError, error ? error->string : _("error creating home directory for user")); if (error) { lu_error_free(&error); } DEBUG_EXIT; return NULL; } } /* Remove a user's home directory. */ static PyObject * libuser_admin_remove_home(PyObject *self, PyObject *args, PyObject *kwargs) { struct libuser_entity *ent = NULL; const char *dir; GValueArray *values; GValue *value; char *keywords[] = { "home", NULL }; struct lu_error *error = NULL; (void)self; DEBUG_ENTRY; /* We expect an object. */ if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O!", keywords, &EntityType, &ent)) { DEBUG_EXIT; return NULL; } /* Get the user's home directory. */ values = lu_ent_get(ent->ent, LU_HOMEDIRECTORY); if (values == NULL) { PyErr_SetString(PyExc_KeyError, "user does not have a `" LU_HOMEDIRECTORY "' attribute"); return NULL; } value = g_value_array_get_nth(values, 0); dir = g_value_get_string(value); /* Remove the directory. */ if (lu_homedir_remove(dir, &error)) { /* Successfully removed. */ DEBUG_EXIT; return PyInt_FromLong(1); } else { /* Removal failed. You'll have to come back for repeated * treatments. */ PyErr_SetString(PyExc_RuntimeError, error ? error->string : _("error removing home directory for user")); if (error) { lu_error_free(&error); } DEBUG_EXIT; return NULL; } } /* Move a user's home directory somewhere else. */ static PyObject * libuser_admin_move_home(PyObject *self, PyObject *args, PyObject *kwargs) { struct libuser_entity *ent = NULL; const char *olddir = NULL, *newdir = NULL; GValueArray *values; GValue *value; char *keywords[] = { "entity", "newhome", NULL }; struct lu_error *error = NULL; (void)self; DEBUG_ENTRY; /* We expect an object and an optional string. */ if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O!|s", keywords, &EntityType, &ent, &newdir)) { DEBUG_EXIT; return NULL; } if (newdir != NULL) { /* We were given a string, so move the user's home directory * to the new location. */ values = lu_ent_get(ent->ent, LU_HOMEDIRECTORY); if (values == NULL) { PyErr_SetString(PyExc_KeyError, "user does not have a current `" LU_HOMEDIRECTORY "' attribute"); return NULL; } value = g_value_array_get_nth(values, 0); olddir = g_value_get_string(value); } else { /* We weren't given a string, so use the current and pending * values, and move from one to the other. */ values = lu_ent_get_current(ent->ent, LU_HOMEDIRECTORY); if (values == NULL) { PyErr_SetString(PyExc_KeyError, "user does not have a current `" LU_HOMEDIRECTORY "' attribute"); return NULL; } value = g_value_array_get_nth(values, 0); olddir = g_value_get_string(value); /* Now read the pending directory. */ values = lu_ent_get(ent->ent, LU_HOMEDIRECTORY); if (values == NULL) { PyErr_SetString(PyExc_KeyError, "user does not have a pending `" LU_HOMEDIRECTORY "' attribute"); return NULL; } value = g_value_array_get_nth(values, 0); newdir = g_value_get_string(value); } /* Attempt the move. */ if (lu_homedir_move(olddir, newdir, &error)) { /* Success! */ DEBUG_EXIT; return PyInt_FromLong(1); } else { /* Failure. Set an error. */ PyErr_SetString(PyExc_RuntimeError, error ? error->string : _("error moving home directory for user")); if (error) { lu_error_free(&error); } DEBUG_EXIT; return NULL; } } /* Create a user's mail spool. */ static PyObject * libuser_admin_create_remove_mail(PyObject *self, PyObject *args, PyObject *kwargs, gboolean action) { struct libuser_entity *ent = NULL; char *keywords[] = { "entity", NULL }; struct libuser_admin *me = (struct libuser_admin *) self; DEBUG_ENTRY; /* We expect an Entity object. */ if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O!", keywords, &EntityType, &ent)) { DEBUG_EXIT; return NULL; } /* Now just pass it to the internal function. */ if (lu_mailspool_create_remove(me->ctx, ent->ent, action)) { return PyInt_FromLong(1); } else { PyErr_SetString(PyExc_RuntimeError, _("error creating mail spool for user")); return NULL; } } /* Create a user's mail spool. */ static PyObject * libuser_admin_create_mail(PyObject *self, PyObject *args, PyObject *kwargs) { return libuser_admin_create_remove_mail(self, args, kwargs, TRUE); } /* Destroy a user's mail spool. */ static PyObject * libuser_admin_remove_mail(PyObject *self, PyObject *args, PyObject *kwargs) { return libuser_admin_create_remove_mail(self, args, kwargs, FALSE); } /* Add a user. */ static PyObject * libuser_admin_add_user(PyObject *self, PyObject *args, PyObject *kwargs) { PyObject *ret = NULL; PyObject *mkhomedir = self; PyObject *mkmailspool = self; PyObject *skeleton = NULL; struct libuser_entity *ent = NULL; struct lu_context *context = NULL; char *keywords[] = { "entity", "mkhomedir", "mkmailspool", "skeleton", NULL }; DEBUG_ENTRY; context = ((struct libuser_admin *)self)->ctx; /* Expect an entity and a flag to tell us if we need to create the * user's home directory. */ if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O!|OOO", keywords, &EntityType, &ent, &mkhomedir, &mkmailspool, &skeleton)) { DEBUG_EXIT; return NULL; } /* Pass the entity object to lu_user_add(). */ ret = libuser_admin_do_wrap(self, ent, lu_user_add); if (ret != NULL && mkhomedir != NULL && PyObject_IsTrue(mkhomedir)) { PyObject *subargs, *subkwargs; Py_DECREF(ret); /* Create the user's home directory we need to pass the entity structure in a tuple, so create a tuple * and add just that object to it. */ subargs = PyTuple_New(1); Py_INCREF(ent); PyTuple_SetItem(subargs, 0, (PyObject*) ent); /* Create a dictionary for keyword args. */ subkwargs = PyDict_New(); if (skeleton != NULL) { Py_INCREF(skeleton); PyDict_SetItemString(subkwargs, "skeleton", skeleton); } /* We'll return the result of the creation call. */ ret = libuser_admin_create_home(self, subargs, subkwargs); Py_DECREF(subargs); Py_DECREF(subkwargs); } if (ret != NULL && mkmailspool != NULL && PyObject_IsTrue(mkmailspool)) { Py_DECREF(ret); if (lu_mailspool_create_remove(context, ent->ent, TRUE)) ret = PyInt_FromLong(1); else { PyErr_SetString(PyExc_RuntimeError, _("error creating mail spool for " "user")); ret = NULL; } } DEBUG_EXIT; return ret; } /* Add a group. Simple wrapper. */ static PyObject * libuser_admin_add_group(PyObject *self, PyObject *args, PyObject *kwargs) { DEBUG_CALL; return libuser_admin_wrap(self, args, kwargs, lu_group_add); } static PyObject * libuser_admin_modify_user(PyObject *self, PyObject *args, PyObject *kwargs) { PyObject *ent = NULL; PyObject *ret; PyObject *mvhomedir = NULL; struct lu_ent *copy = NULL; char *keywords[] = { "entity", "mvhomedir", NULL }; DEBUG_ENTRY; if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O!|O", keywords, &EntityType, &ent, &mvhomedir)) return NULL; if (mvhomedir != NULL) { if (!PyObject_IsTrue(mvhomedir)) /* Cache the PyObject_IsTrue() result */ mvhomedir = NULL; else { copy = lu_ent_new(); lu_ent_copy(((struct libuser_entity *)ent)->ent, copy); } } ret = libuser_admin_do_wrap(self, (struct libuser_entity *)ent, lu_user_modify); if (ret != NULL && mvhomedir != NULL) { PyObject *subargs, *subkwargs, *wrapped; Py_DECREF(ret); subargs = PyTuple_New(1); wrapped = libuser_wrap_ent(copy); copy = NULL; /* Will be freed along with `wrapped' */ PyTuple_SetItem(subargs, 0, wrapped); subkwargs = PyDict_New(); ret = libuser_admin_move_home(self, subargs, subkwargs); Py_DECREF(subargs); Py_DECREF(subkwargs); } if (copy != NULL) lu_ent_free(copy); DEBUG_EXIT; return ret; } /* Modify a group. Trivial wrapper. */ static PyObject * libuser_admin_modify_group(PyObject *self, PyObject *args, PyObject *kwargs) { DEBUG_CALL; return libuser_admin_wrap(self, args, kwargs, lu_group_modify); } static PyObject * libuser_admin_delete_user(PyObject *self, PyObject *args, PyObject *kwargs) { PyObject *ent = NULL; PyObject *ret; PyObject *rmhomedir = NULL, *rmmailspool = NULL; struct lu_context *context; char *keywords[] = { "entity", "rmhomedir", "rmmailspool", NULL }; DEBUG_ENTRY; context = ((struct libuser_admin *)self)->ctx; if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O!|OO", keywords, &EntityType, &ent, &rmhomedir, &rmmailspool)) { return NULL; } ret = libuser_admin_do_wrap(self, (struct libuser_entity *)ent, lu_user_delete); if (ret != NULL && rmhomedir != NULL && PyObject_IsTrue(rmhomedir)) { PyObject *subargs, *subkwargs; Py_DECREF(ret); subargs = PyTuple_New(1); Py_INCREF(ent); PyTuple_SetItem(subargs, 0, ent); subkwargs = PyDict_New(); ret = libuser_admin_remove_home(self, subargs, subkwargs); Py_DECREF(subargs); Py_DECREF(subkwargs); } if (ret != NULL && rmmailspool != NULL && PyObject_IsTrue(rmmailspool)) { struct libuser_entity *entity; Py_DECREF(ret); entity = (struct libuser_entity *)ent; if (lu_mailspool_create_remove(context, entity->ent, TRUE)) ret = PyInt_FromLong(1); else { PyErr_SetString(PyExc_RuntimeError, _("error removing mail spool for " "user")); ret = NULL; } } DEBUG_EXIT; return ret; } /* Delete a group. Trivial wrapper. */ static PyObject * libuser_admin_delete_group(PyObject *self, PyObject *args, PyObject *kwargs) { DEBUG_CALL; return libuser_admin_wrap(self, args, kwargs, lu_group_delete); } /* Lock a user account. Trivial wrapper. */ static PyObject * libuser_admin_lock_user(PyObject *self, PyObject *args, PyObject *kwargs) { DEBUG_CALL; return libuser_admin_wrap(self, args, kwargs, lu_user_lock); } /* Lock a group account. Trivial wrapper. */ static PyObject * libuser_admin_lock_group(PyObject *self, PyObject *args, PyObject *kwargs) { DEBUG_CALL; return libuser_admin_wrap(self, args, kwargs, lu_group_lock); } /* Unlock a user account. */ static PyObject * libuser_admin_unlock_user(PyObject *self, PyObject *args, PyObject *kwargs) { PyObject *ent, *nonempty = NULL; char *keywords[] = { "entity", "nonempty", NULL }; gboolean (*fn) (struct lu_context *, struct lu_ent *, struct lu_error **); PyObject *ret; DEBUG_ENTRY; if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O!|O", keywords, &EntityType, &ent, &nonempty)) { DEBUG_EXIT; return NULL; } fn = (nonempty != NULL && PyObject_IsTrue (nonempty) ? lu_user_unlock_nonempty : lu_user_unlock); ret = libuser_admin_do_wrap(self, (struct libuser_entity *)ent, fn); DEBUG_EXIT; return ret; } /* Unlock a group account. */ static PyObject * libuser_admin_unlock_group(PyObject *self, PyObject *args, PyObject *kwargs) { PyObject *ent, *nonempty = NULL; char *keywords[] = { "entity", "nonempty", NULL }; gboolean (*fn) (struct lu_context *, struct lu_ent *, struct lu_error **); PyObject *ret; DEBUG_ENTRY; if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O!|O", keywords, &EntityType, &ent, &nonempty)) { DEBUG_EXIT; return NULL; } fn = (nonempty != NULL && PyObject_IsTrue (nonempty) ? lu_group_unlock_nonempty : lu_group_unlock); ret = libuser_admin_do_wrap(self, (struct libuser_entity *)ent, fn); DEBUG_EXIT; return ret; } /* Check if a user account is locked. Trivial wrapper. */ static PyObject * libuser_admin_user_islocked(PyObject *self, PyObject *args, PyObject *kwargs) { DEBUG_CALL; return libuser_admin_wrap_boolean(self, args, kwargs, lu_user_islocked); } /* Check if a group account is locked. Trivial wrapper. */ static PyObject * libuser_admin_group_islocked(PyObject *self, PyObject *args, PyObject *kwargs) { DEBUG_CALL; return libuser_admin_wrap_boolean(self, args, kwargs, lu_group_islocked); } /* Remove a user's password. Trivial wrapper to make sure the right function * gets called. */ static PyObject * libuser_admin_removepass_user(PyObject *self, PyObject *args, PyObject *kwargs) { DEBUG_CALL; return libuser_admin_wrap(self, args, kwargs, lu_user_removepass); } /* Remove a group's password. Trivial wrapper to make sure the right function * gets called. */ static PyObject * libuser_admin_removepass_group(PyObject *self, PyObject *args, PyObject *kwargs) { DEBUG_CALL; return libuser_admin_wrap(self, args, kwargs, lu_group_removepass); } /* Set a user's password. Trivial wrapper to make sure the right setpass * function gets called. */ static PyObject * libuser_admin_setpass_user(PyObject *self, PyObject *args, PyObject *kwargs) { DEBUG_CALL; return libuser_admin_setpass(self, args, kwargs, lu_user_setpass); } /* Set a group's password. Trivial wrapper to make sure the right setpass * function gets called. */ static PyObject * libuser_admin_setpass_group(PyObject *self, PyObject *args, PyObject *kwargs) { DEBUG_CALL; return libuser_admin_setpass(self, args, kwargs, lu_group_setpass); } /* Get a list of all users who match a particular pattern. */ static PyObject * libuser_admin_enumerate_users(PyObject *self, PyObject *args, PyObject *kwargs) { GValueArray *results; const char *pattern = NULL; PyObject *ret; struct lu_error *error = NULL; char *keywords[] = { "pattern", NULL }; struct libuser_admin *me = (struct libuser_admin *) self; DEBUG_ENTRY; /* Expect a possible pattern. */ if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|s", keywords, &pattern)) { DEBUG_EXIT; return NULL; } /* Read the list of all users. */ results = lu_users_enumerate(me->ctx, pattern, &error); if (error != NULL) lu_error_free(&error); /* Convert the list to a PyList. */ ret = convert_value_array_pylist(results); if (results != NULL) g_value_array_free(results); DEBUG_EXIT; return ret; } /* Get a list of all groups. */ static PyObject * libuser_admin_enumerate_groups(PyObject *self, PyObject *args, PyObject *kwargs) { GValueArray *results; const char *pattern = NULL; PyObject *ret; struct lu_error *error = NULL; char *keywords[] = { "pattern", NULL }; struct libuser_admin *me = (struct libuser_admin *) self; DEBUG_ENTRY; /* Possibly expect a pattern. */ if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|s", keywords, &pattern)) { DEBUG_EXIT; return NULL; } /* Get the list of groups. */ results = lu_groups_enumerate(me->ctx, pattern, &error); if (error != NULL) lu_error_free(&error); /* Convert the list to a PyList. */ ret = convert_value_array_pylist(results); if (results != NULL) g_value_array_free(results); DEBUG_EXIT; return ret; } /* Get the list of users who belong to a group. */ static PyObject * libuser_admin_enumerate_users_by_group(PyObject *self, PyObject *args, PyObject *kwargs) { GValueArray *results; char *group = NULL; PyObject *ret; struct lu_error *error = NULL; char *keywords[] = { "group", NULL }; struct libuser_admin *me = (struct libuser_admin *) self; DEBUG_ENTRY; /* Expect the group's name. */ if (!PyArg_ParseTupleAndKeywords(args, kwargs, "s", keywords, &group)) { DEBUG_EXIT; return NULL; } /* Get a list of the users in this group. */ results = lu_users_enumerate_by_group(me->ctx, group, &error); if (error != NULL) lu_error_free(&error); ret = convert_value_array_pylist(results); if (results != NULL) g_value_array_free(results); DEBUG_EXIT; return ret; } /* Get a list of groups a user belongs to. */ static PyObject * libuser_admin_enumerate_groups_by_user(PyObject *self, PyObject *args, PyObject *kwargs) { GValueArray *results; char *user = NULL; PyObject *ret; struct lu_error *error = NULL; char *keywords[] = { "user", NULL }; struct libuser_admin *me = (struct libuser_admin *) self; DEBUG_ENTRY; /* Expect the user's name. */ if (!PyArg_ParseTupleAndKeywords(args, kwargs, "s", keywords, &user)) { DEBUG_EXIT; return NULL; } /* Get the list. */ results = lu_groups_enumerate_by_user(me->ctx, user, &error); if (error != NULL) lu_error_free(&error); ret = convert_value_array_pylist(results); if (results != NULL) g_value_array_free(results); DEBUG_EXIT; return ret; } /* Get a list of all users who match a particular pattern. */ static PyObject * libuser_admin_enumerate_users_full(PyObject *self, PyObject *args, PyObject *kwargs) { GPtrArray *results; const char *pattern = NULL; PyObject *ret; struct lu_error *error = NULL; char *keywords[] = { "pattern", NULL }; struct libuser_admin *me = (struct libuser_admin *) self; size_t i; DEBUG_ENTRY; /* Expect a possible pattern. */ if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|s", keywords, &pattern)) { DEBUG_EXIT; return NULL; } /* Read the list of all users. */ results = lu_users_enumerate_full(me->ctx, pattern, &error); if (error != NULL) lu_error_free(&error); /* Convert the list to a PyList. */ ret = PyList_New(0); for (i = 0; i < results->len; i++) { PyObject *ent; ent = libuser_wrap_ent(g_ptr_array_index(results, i)); PyList_Append(ret, ent); Py_DECREF(ent); } g_ptr_array_free(results, TRUE); DEBUG_EXIT; return ret; } /* Get a list of all groups. */ static PyObject * libuser_admin_enumerate_groups_full(PyObject *self, PyObject *args, PyObject *kwargs) { GPtrArray *results; const char *pattern = NULL; PyObject *ret; struct lu_error *error = NULL; char *keywords[] = { "pattern", NULL }; struct libuser_admin *me = (struct libuser_admin *) self; size_t i; DEBUG_ENTRY; /* Possibly expect a pattern. */ if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|s", keywords, &pattern)) { DEBUG_EXIT; return NULL; } /* Get the list of groups. */ results = lu_groups_enumerate_full(me->ctx, pattern, &error); if (error != NULL) lu_error_free(&error); /* Convert the list to a PyList. */ ret = PyList_New(0); for (i = 0; i < results->len; i++) { PyObject *ent; ent = libuser_wrap_ent(g_ptr_array_index(results, i)); PyList_Append(ret, ent); Py_DECREF(ent); } g_ptr_array_free(results, TRUE); DEBUG_EXIT; return ret; } #ifdef PLACEHOLDERS /* Get the list of users who belong to a group. */ static PyObject * libuser_admin_enumerate_users_by_group_full(PyObject *self, PyObject *args, PyObject *kwargs) { GPtrArray *results; char *group = NULL; PyObject *ret; char *keywords[] = { "group", NULL }; int i; DEBUG_ENTRY; /* Expect the group's name. */ if (!PyArg_ParseTupleAndKeywords(args, kwargs, "s", keywords, &group)) { DEBUG_EXIT; return NULL; } /* Get a list of the users in this group. */ ret = PyList_New(0); for (i = 0; i < results->len; i++) { PyObject *ent; ent = libuser_wrap_ent(g_ptr_array_index(results, i)); PyList_Append(ret, ent); Py_DECREF(ent); } g_ptr_array_free(results, TRUE); DEBUG_EXIT; return ret; } /* Get a list of groups a user belongs to. */ static PyObject * libuser_admin_enumerate_groups_by_user_full(PyObject *self, PyObject *args, PyObject *kwargs) { GPtrArray *results; char *user = NULL; PyObject *ret; struct lu_error *error = NULL; char *keywords[] = { "user", NULL }; struct libuser_admin *me = (struct libuser_admin *) self; int i; DEBUG_ENTRY; /* Expect the user's name. */ if (!PyArg_ParseTupleAndKeywords(args, kwargs, "s", keywords, &user)) { DEBUG_EXIT; return NULL; } /* Get the list. */ ret = PyList_New(0); for (i = 0; i < results->len; i++) { PyObject *ent; ent = libuser_wrap_ent(g_ptr_array_index(results, i)); PyList_Append(ret, ent); Py_DECREF(ent); } g_ptr_array_free(results, TRUE); results = lu_groups_enumerate_by_user_full(me->ctx, user, &error); DEBUG_EXIT; return ret; } #endif static PyObject * libuser_admin_get_first_unused_id_type(struct libuser_admin *me, PyObject * args, PyObject * kwargs, enum lu_entity_type enttype) { char *keywords[] = { "start", NULL }; PY_LONG_LONG start = 500; g_return_val_if_fail(me != NULL, NULL); DEBUG_ENTRY; if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|L", keywords, &start)) { DEBUG_EXIT; return NULL; } if ((id_t)start != start) { PyErr_SetString(PyExc_OverflowError, "ID out of range"); DEBUG_EXIT; return NULL; } return PyLong_FromLongLong(lu_get_first_unused_id(me->ctx, enttype, start)); } static PyObject * libuser_admin_get_first_unused_uid(PyObject *self, PyObject * args, PyObject *kwargs) { return libuser_admin_get_first_unused_id_type ((struct libuser_admin *)self, args, kwargs, lu_user); } static PyObject * libuser_admin_get_first_unused_gid(PyObject *self, PyObject * args, PyObject *kwargs) { return libuser_admin_get_first_unused_id_type ((struct libuser_admin *)self, args, kwargs, lu_group); } static struct PyMethodDef libuser_admin_methods[] = { {"lookupUserByName", (PyCFunction) libuser_admin_lookup_user_name, METH_VARARGS | METH_KEYWORDS, "search for a user with the given name"}, {"lookupUserById", (PyCFunction) libuser_admin_lookup_user_id, METH_VARARGS | METH_KEYWORDS, "search for a user with the given uid"}, {"lookupGroupByName", (PyCFunction) libuser_admin_lookup_group_name, METH_VARARGS | METH_KEYWORDS, "search for a group with the given name"}, {"lookupGroupById", (PyCFunction) libuser_admin_lookup_group_id, METH_VARARGS | METH_KEYWORDS, "search for a group with the given gid"}, {"initUser", (PyCFunction) libuser_admin_init_user, METH_VARARGS | METH_KEYWORDS, "create an object with defaults set for creating a new user"}, {"initGroup", (PyCFunction) libuser_admin_init_group, METH_VARARGS | METH_KEYWORDS, "create an object with defaults set for creating a new group"}, {"addUser", (PyCFunction) libuser_admin_add_user, METH_VARARGS | METH_KEYWORDS, "add the user object to the system user database"}, {"addGroup", (PyCFunction) libuser_admin_add_group, METH_VARARGS | METH_KEYWORDS, "add the group object to the system group database"}, {"modifyUser", (PyCFunction) libuser_admin_modify_user, METH_VARARGS | METH_KEYWORDS, "modify an entry in the system user database to match the object"}, {"modifyGroup", (PyCFunction) libuser_admin_modify_group, METH_VARARGS | METH_KEYWORDS, "modify an entry in the system group database to match the object"}, {"deleteUser", (PyCFunction) libuser_admin_delete_user, METH_VARARGS | METH_KEYWORDS, "remove the entry from the system user database which matches the object"}, {"deleteGroup", (PyCFunction) libuser_admin_delete_group, METH_VARARGS | METH_KEYWORDS, "remove the entry from the system group database which matches the object"}, {"lockUser", (PyCFunction) libuser_admin_lock_user, METH_VARARGS | METH_KEYWORDS, "lock the user account associated with the object"}, {"lockGroup", (PyCFunction) libuser_admin_lock_group, METH_VARARGS | METH_KEYWORDS, "lock the group account associated with the object"}, {"unlockUser", (PyCFunction) libuser_admin_unlock_user, METH_VARARGS | METH_KEYWORDS, "unlock the user account associated with the object"}, {"unlockGroup", (PyCFunction) libuser_admin_unlock_group, METH_VARARGS | METH_KEYWORDS, "unlock the group account associated with the object"}, {"userIsLocked", (PyCFunction) libuser_admin_user_islocked, METH_VARARGS | METH_KEYWORDS, "check if the user account associated with the object is locked"}, {"groupIsLocked", (PyCFunction) libuser_admin_group_islocked, METH_VARARGS | METH_KEYWORDS, "check if the group account associated with the object is locked"}, {"setpassUser", (PyCFunction) libuser_admin_setpass_user, METH_VARARGS | METH_KEYWORDS, "set the password for the user account associated with the object"}, {"setpassGroup", (PyCFunction) libuser_admin_setpass_group, METH_VARARGS | METH_KEYWORDS, "set the password for the group account associated with the object"}, {"removepassUser", (PyCFunction) libuser_admin_removepass_user, METH_VARARGS | METH_KEYWORDS, "remove the password for the user account associated with the object"}, {"removepassGroup", (PyCFunction) libuser_admin_removepass_group, METH_VARARGS | METH_KEYWORDS, "remove the password for the group account associated with the object"}, {"enumerateUsers", (PyCFunction) libuser_admin_enumerate_users, METH_VARARGS | METH_KEYWORDS, "get a list of users matching a pattern, in listed databases"}, {"enumerateGroups", (PyCFunction) libuser_admin_enumerate_groups, METH_VARARGS | METH_KEYWORDS, "get a list of groups matching a pattern, in listed databases"}, {"enumerateUsersByGroup", (PyCFunction) libuser_admin_enumerate_users_by_group, METH_VARARGS | METH_KEYWORDS, "get a list of users in a group"}, {"enumerateGroupsByUser", (PyCFunction) libuser_admin_enumerate_groups_by_user, METH_VARARGS | METH_KEYWORDS, "get a list of groups to which a user belongs"}, {"enumerateUsersFull", (PyCFunction) libuser_admin_enumerate_users_full, METH_VARARGS | METH_KEYWORDS, "get a list of users matching a pattern, in listed databases"}, {"enumerateGroupsFull", (PyCFunction) libuser_admin_enumerate_groups_full, METH_VARARGS | METH_KEYWORDS, "get a list of groups matching a pattern, in listed databases"}, #ifdef PLACEHOLDERS {"enumerateUsersByGroupFull", (PyCFunction) libuser_admin_enumerate_users_by_group_full, METH_VARARGS | METH_KEYWORDS, "get a list of users in a group"}, {"enumerateGroupsByUserFull", (PyCFunction) libuser_admin_enumerate_groups_by_user_full, METH_VARARGS | METH_KEYWORDS, "get a list of groups to which a user belongs"}, #endif {"promptConsole", (PyCFunction) libuser_admin_prompt_console, METH_VARARGS | METH_KEYWORDS, "prompt the user for information using the console, and confirming defaults"}, {"promptConsoleQuiet", (PyCFunction) libuser_admin_prompt_console_quiet, METH_VARARGS | METH_KEYWORDS, "prompt the user for information using the console, silently accepting defaults"}, {"createHome", (PyCFunction) libuser_admin_create_home, METH_VARARGS | METH_KEYWORDS, "create a home directory for a user"}, {"moveHome", (PyCFunction) libuser_admin_move_home, METH_VARARGS | METH_KEYWORDS, "move a user's home directory"}, {"removeHome", (PyCFunction) libuser_admin_remove_home, METH_VARARGS | METH_KEYWORDS, "remove a user's home directory"}, {"createMail", (PyCFunction) libuser_admin_create_mail, METH_VARARGS | METH_KEYWORDS, "create a mail spool for a user"}, {"removeMail", (PyCFunction) libuser_admin_remove_mail, METH_VARARGS | METH_KEYWORDS, "remove a mail spool for a user"}, {"getUserShells", libuser_get_user_shells, METH_NOARGS, "return a list of valid shells"}, {"getFirstUnusedUid", (PyCFunction) libuser_admin_get_first_unused_uid, METH_VARARGS | METH_KEYWORDS, "return the first available uid"}, {"getFirstUnusedGid", (PyCFunction) libuser_admin_get_first_unused_gid, METH_VARARGS | METH_KEYWORDS, "return the first available gid"}, {NULL, NULL, 0, NULL}, }; static PyTypeObject AdminType = { PyObject_HEAD_INIT(&PyType_Type) 0, "Admin", /* tp_name */ sizeof(struct libuser_admin), /* tp_basicsize */ 0, /* tp_itemsize */ libuser_admin_destroy, /* tp_dealloc */ NULL, /* tp_print */ libuser_admin_getattr, /* tp_getattr */ libuser_admin_setattr, /* tp_setattr */ NULL, /* tp_compare */ NULL, /* tp_repr */ }; static PyObject * libuser_admin_new(PyObject *self, PyObject *args, PyObject *kwargs) { char *name = getlogin(), *modules = NULL, *create = NULL, *p, *q; PyObject *prompt = NULL, *prompt_data = NULL; char *keywords[] = { "name", "type", "modules", "create_modules", "prompt", "prompt_data", NULL, }; int type = lu_user; struct lu_context *context; struct lu_error *error = NULL; struct libuser_admin *ret; DEBUG_ENTRY; ret = PyObject_NEW(struct libuser_admin, &AdminType); if (ret == NULL) { return NULL; } self = (PyObject *) ret; p = ((char *) ret) + sizeof(PyObject); q = ((char *) ret) + sizeof(struct libuser_admin); memset(p, '\0', q - p); ret->ctx = NULL; if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|sissOO", keywords, &name, &type, &modules, &create, &prompt, &prompt_data)) { Py_DECREF(ret); return NULL; } if ((type != lu_user) && (type != lu_group)) { PyErr_SetString(PyExc_ValueError, "invalid type"); Py_DECREF(ret); return NULL; } if (PyCallable_Check(prompt)) { ret->prompt_data[0] = prompt; Py_INCREF(ret->prompt_data[0]); } else { ret->prompt_data[0] = Py_FindMethod(libuser_admin_methods, self, "promptConsole"); } if (prompt_data != NULL) ret->prompt_data[1] = prompt_data; else ret->prompt_data[1] = Py_None; Py_INCREF(ret->prompt_data[1]); #ifdef DEBUG_BINDING fprintf(stderr, "%sprompt at <%p>, self = <%p>, modules = <%p>, create = <%p>\n", getindent(), prompt, ret, modules, create); #endif context = lu_start(name, type, modules, create, libuser_admin_python_prompter, ret->prompt_data, &error); if (context == NULL) { PyErr_SetString(PyExc_SystemError, error ? error-> string : "error initializing " PACKAGE); if (error) { lu_error_free(&error); } Py_DECREF(ret); return NULL; } ret->ctx = context; DEBUG_EXIT; return self; } libuser-0.56.9.dfsg.1.orig/python/ent.c0000644000175000017500000004534710777230702015665 0ustar gheghe/* Copyright (C) 2001, 2002, 2004 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include "../lib/user.h" #include "../lib/user_private.h" #include "common.h" static PyMappingMethods libuser_entity_mapping_methods; static PyMethodDef libuser_entity_methods[]; static PyMethodDef libuser_methods[]; static PyTypeObject EntityType; #define Entity_Check(__x) ((__x)->ob_type == &EntityType) /* Convert a g_value_array into a Python list of values. */ static PyObject * convert_value_array_pylist(GValueArray *array) { PyObject *ret; size_t i; DEBUG_ENTRY; /* Create a new list. */ ret = PyList_New(0); /* Iterate over the array. */ for (i = 0; (array != NULL) && (i < array->n_values); i++) { GValue *value; value = g_value_array_get_nth(array, i); /* If the item is a G_TYPE_LONG, add it as a PyLong. */ if (G_VALUE_HOLDS_LONG(value)) { PyObject *val; long l; l = g_value_get_long(value); val = PyLong_FromLong(l); PyList_Append(ret, val); Py_DECREF(val); #ifdef DEBUG_BINDING fprintf(stderr, "adding %ld to list\n", l); #endif } else if (G_VALUE_HOLDS_INT64(value)) { PyObject *val; long long ll; ll = g_value_get_int64(value); val = PyLong_FromLongLong(ll); PyList_Append(ret, val); Py_DECREF(val); #ifdef DEBUG_BINDING fprintf(stderr, "adding %lld to list\n", ll); #endif } /* If the item is a G_TYPE_STRING, add it as a PyString. */ if (G_VALUE_HOLDS_STRING(value)) { PyObject *val; const char *s; s = g_value_get_string(value); val = PyString_FromString(s); PyList_Append(ret, val); Py_DECREF(val); #ifdef DEBUG_BINDING fprintf(stderr, "adding `%s' to list\n", s); #endif } } DEBUG_EXIT; return ret; } /* Wrap up an entity object in a pretty Python wrapper. */ static PyObject * libuser_wrap_ent(struct lu_ent *ent) { struct libuser_entity *ret; DEBUG_ENTRY; /* No fair messing with me. */ if (ent == NULL) { DEBUG_EXIT; g_return_val_if_fail(ent != NULL, NULL); } /* Create a new Python object suitable for holding a struct lu_ent. */ ret = PyObject_NEW(struct libuser_entity, &EntityType); if (ret == NULL) { lu_ent_free(ent); DEBUG_EXIT; return NULL; } /* Keep track of the entity. */ ret->ent = ent; DEBUG_EXIT; return (PyObject *) ret; } /* Destroy an entity Python object. */ static void libuser_entity_destroy(PyObject *self) { struct libuser_entity *me; DEBUG_ENTRY; me = (struct libuser_entity *)self; lu_ent_free(me->ent); me->ent = NULL; PyObject_DEL(me); DEBUG_EXIT; } /* The getattr function. Returns the right method given its name. */ static PyObject * libuser_entity_getattr(PyObject *self, char *name) { DEBUG_CALL; #ifdef DEBUG_BINDING fprintf(stderr, "Searching for attribute `%s'\n", name); #endif return Py_FindMethod(libuser_entity_methods, self, name); } /* A helper function to convert a PyObject to a GValue. */ static gboolean libuser_convert_to_value(PyObject *item, GValue *value) { DEBUG_ENTRY; /* If it's a PyLong, convert it. */ if (PyLong_Check(item)) { PY_LONG_LONG ll; ll = PyLong_AsLongLong(item); if (PyErr_Occurred()) { DEBUG_EXIT; return FALSE; } if ((long)ll == ll) { g_value_init(value, G_TYPE_LONG); g_value_set_long(value, ll); } else if ((id_t)ll == ll) lu_value_init_set_id(value, ll); else { PyErr_SetString(PyExc_OverflowError, "Value out of range"); DEBUG_EXIT; return FALSE; } #ifdef DEBUG_BINDING fprintf(stderr, "%sAdding (%lld) to list.\n", getindent(), (long long)ll); #endif } else /* If it's a PyString, convert it. */ if (PyString_Check(item)) { g_value_init(value, G_TYPE_STRING); g_value_set_string(value, PyString_AsString(item)); #ifdef DEBUG_BINDING fprintf(stderr, "%sAdding (`%s') to list.\n", getindent(), PyString_AsString(item)); #endif } else #ifdef Py_USING_UNICODE if (PyUnicode_Check(item)) { PyObject *tmp; g_value_init(value, G_TYPE_STRING); tmp = PyUnicode_AsUTF8String(item); g_value_set_string(value, PyString_AsString(tmp)); Py_DECREF(tmp); #ifdef DEBUG_BINDING fprintf(stderr, "%sAdding unicode (`%s') to list.\n", getindent(), PyUnicode_AsUTF8String(item)); #endif } else #endif if (PyNumber_Check(item)) { PyObject *tmp; PY_LONG_LONG ll; tmp = PyNumber_Long(item); ll = PyLong_AsLongLong(item); if (PyErr_Occurred()) { Py_DECREF(tmp); DEBUG_EXIT; return FALSE; } Py_DECREF(tmp); if ((long)ll == ll) { g_value_init(value, G_TYPE_LONG); g_value_set_long(value, ll); } else if ((id_t)ll == ll) lu_value_init_set_id(value, ll); else { PyErr_SetString(PyExc_OverflowError, "Value out of range"); DEBUG_EXIT; return FALSE; } #ifdef DEBUG_BINDING fprintf(stderr, "%sAdding (`%s') to list.\n", getindent(), PyString_AsString(item)); #endif } else { PyErr_SetString(PyExc_TypeError, "expected a string or a number"); DEBUG_EXIT; return FALSE; } DEBUG_EXIT; return TRUE; } /* The setattr function. Sets an attribute to have the value of the given * Python object. */ static int libuser_entity_setattr(PyObject *self, char *name, PyObject *args) { struct libuser_entity *me; PyObject *list; struct lu_ent *copy; int ret; DEBUG_ENTRY; me = (struct libuser_entity *)self; copy = lu_ent_new(); lu_ent_copy(me->ent, copy); /* Parse out the arguments. We expect a single object. */ if (PyArg_ParseTuple(args, "O", &list)) { PyObject *item; GValue value; Py_ssize_t size, i; lu_ent_clear(me->ent, name); /* If the item is a tuple, scan it. */ if (PyTuple_Check(list)) { /* We need the length of the tuple. */ size = PyTuple_Size(list); #ifdef DEBUG_BINDING fprintf(stderr, "%sTuple has %jd items.\n", getindent(), (intmax_t)size); #endif /* Add each item in turn. */ memset(&value, 0, sizeof(value)); for (i = 0; i < size; i++) { item = PyTuple_GetItem(list, i); if (libuser_convert_to_value(item, &value) == FALSE) goto err; #ifdef DEBUG_BINDING fprintf(stderr, "%sAdding tuple item %s.\n", getindent(), g_value_get_string(&value)); #endif lu_ent_add(me->ent, name, &value); g_value_unset(&value); } ret = 0; goto end; } else /* If the object is a list, add it as a set of values. */ if (PyList_Check(list)) { /* We need the length of the list. */ size = PyList_Size(list); #ifdef DEBUG_BINDING fprintf(stderr, "%sList has %jd items.\n", getindent(), (intmax_t)size); #endif /* Add each item in turn. */ memset(&value, 0, sizeof(value)); for (i = 0; i < size; i++) { item = PyList_GetItem(list, i); if (libuser_convert_to_value(item, &value) == FALSE) goto err; #ifdef DEBUG_BINDING fprintf(stderr, "%sAdding list item %s.\n", getindent(), g_value_get_string(&value)); #endif lu_ent_add(me->ent, name, &value); g_value_unset(&value); } ret = 0; goto end; } else if (PyString_Check(list) || PyLong_Check(list) || PyNumber_Check(list)) { /* It's a single item, so just add it. */ if (libuser_convert_to_value(list, &value) == FALSE) goto err; #ifdef DEBUG_BINDING fprintf(stderr, "%sAdding single item %s.\n", getindent(), g_value_get_string(&value)); #endif lu_ent_add(me->ent, name, &value); g_value_unset(&value); ret = 0; goto end; } } PyErr_SetString(PyExc_SystemError, "expected Number, Long, String, Tuple, or List"); err: lu_ent_copy(copy, me->ent); ret = -1; end: lu_ent_free(copy); DEBUG_EXIT; return ret; } /* Get the list of attributes, returning them as a PyList of PyStrings. */ static PyObject * libuser_entity_getattrlist(PyObject *self, PyObject *ignore) { struct libuser_entity *me; GList *i; PyObject *ret; (void)ignore; DEBUG_ENTRY; me = (struct libuser_entity *)self; ret = PyList_New(0); for (i = lu_ent_get_attributes(me->ent); i != NULL; i = g_list_next(i)) { PyObject *str; str = PyString_FromString((char*)i->data); PyList_Append(ret, str); Py_DECREF(str); } DEBUG_EXIT; return ret; } /* Get the names of the modules which had something to do with this object. */ static PyObject * libuser_entity_modules(PyObject *self, PyObject *ignore) { struct libuser_entity *me; (void)ignore; DEBUG_CALL; me = (struct libuser_entity *)self; return convert_value_array_pylist(me->ent->modules); } /* Get the values for a particular attribute, or somesuch. */ static PyObject * libuser_entity_get(PyObject *self, PyObject *args) { char *arg; PyObject *default_value = NULL; struct libuser_entity *me; DEBUG_ENTRY; me = (struct libuser_entity *)self; /* The first argument should be the name of the attribute, and the * optional argument is the default value. */ if (!PyArg_ParseTuple(args, "s|O", &arg, &default_value)) { DEBUG_EXIT; return NULL; } /* If we have this attribute, convert it to a list and hand it back. */ if (lu_ent_has(me->ent, arg)) { DEBUG_EXIT; return convert_value_array_pylist(lu_ent_get(me->ent, arg)); } else { /* If not, return a new reference for the default. */ if (default_value != NULL) { Py_INCREF(default_value); DEBUG_EXIT; return default_value; } else { /* If we have no default, return an empty list. */ DEBUG_EXIT; return PyList_New(0); } } } /* Add a value to the entity. */ static PyObject * libuser_entity_add(PyObject *self, PyObject *args) { struct libuser_entity *me; char *attr = NULL; PyObject *val; GValue value; DEBUG_ENTRY; me = (struct libuser_entity *)self; /* We expect a string and some kind of object. */ if (!PyArg_ParseTuple(args, "sO", &attr, &val)) { DEBUG_EXIT; return NULL; } /* Convert the item to a value. */ memset(&value, 0, sizeof(value)); if (libuser_convert_to_value(val, &value) == FALSE) { DEBUG_EXIT; return NULL; } lu_ent_add(me->ent, attr, &value); g_value_unset(&value); DEBUG_EXIT; Py_RETURN_NONE; } /* Set the attribute to a given list of arguments. */ static PyObject * libuser_entity_set(PyObject *self, PyObject *args) { struct libuser_entity *me; char *attr = NULL; PyObject *list = NULL, *val = NULL, *ret; GValue value; struct lu_ent *copy; DEBUG_ENTRY; me = (struct libuser_entity *)self; copy = lu_ent_new(); lu_ent_copy(me->ent, copy); /* We expect a string and some kind of object. */ if (PyArg_ParseTuple(args, "sO!", &attr, &PyList_Type, &list)) { Py_ssize_t i, size; /* It's a list. */ size = PyList_Size(list); #ifdef DEBUG_BINDING fprintf(stderr, "%sList has %jd items.\n", getindent(), (intmax_t)size); #endif /* Remove all current values. */ lu_ent_clear(me->ent, attr); /* Add each of the list items in turn. */ memset(&value, 0, sizeof(value)); for (i = 0; i < size; i++) { PyObject *item; item = PyList_GetItem(list, i); if (libuser_convert_to_value(item, &value) == FALSE) goto err; lu_ent_add(me->ent, attr, &value); g_value_unset(&value); } Py_INCREF(Py_None); ret = Py_None; goto end; } PyErr_Clear (); /* PyArg_ParseTuple() above has raised an exception */ /* It's an object of some kind. */ if (PyArg_ParseTuple(args, "sO", &attr, &val)) { memset(&value, 0, sizeof(value)); if (libuser_convert_to_value(val, &value) == FALSE) goto err; /* Remove all current values. */ lu_ent_clear(me->ent, attr); /* Add this one value. */ lu_ent_add(me->ent, attr, &value); g_value_unset(&value); Py_INCREF(Py_None); ret = Py_None; goto end; } PyErr_SetString(PyExc_SystemError, "expected value or list of values"); err: lu_ent_copy(copy, me->ent); ret = NULL; end: lu_ent_free(copy); DEBUG_EXIT; return ret; } /* Clear out all values for an attribute. */ static PyObject * libuser_entity_clear(PyObject *self, PyObject *args) { struct libuser_entity *me; char *arg; DEBUG_ENTRY; me = (struct libuser_entity *)self; if (!PyArg_ParseTuple(args, "s", &arg)) { DEBUG_EXIT; return NULL; } lu_ent_clear(me->ent, arg); Py_RETURN_NONE; } /* Clear out all values for all attributes. */ static PyObject * libuser_entity_clear_all(PyObject *self, PyObject *ignore) { struct libuser_entity *me; (void)ignore; DEBUG_ENTRY; me = (struct libuser_entity *)self; lu_ent_clear_all(me->ent); Py_RETURN_NONE; } /* Roll-back any changes we've made to the object since it was last read from or * saved to the information store. */ static PyObject * libuser_entity_revert(PyObject *self, PyObject *ignore) { struct libuser_entity *me; (void)ignore; DEBUG_ENTRY; me = (struct libuser_entity *)self; lu_ent_revert(me->ent); DEBUG_EXIT; Py_RETURN_NONE; } /* Get the length of the list of attributes. */ static Py_ssize_t libuser_entity_length(PyObject *self) { struct libuser_entity *me; DEBUG_CALL; me = (struct libuser_entity *)self; return g_list_length(lu_ent_get_attributes(me->ent)); } /* Get the value for a particular item, dictionary style. */ static PyObject * libuser_entity_get_item(PyObject *self, PyObject *item) { struct libuser_entity *me; char *attr; DEBUG_ENTRY; me = (struct libuser_entity *)self; /* Our lone argument should be a string. */ if (!PyString_Check(item)) { PyErr_SetString(PyExc_TypeError, "expected a string"); DEBUG_EXIT; return NULL; } attr = PyString_AsString(item); if (!lu_ent_has(me->ent, attr)) { PyErr_SetString(PyExc_KeyError, "no such attribute defined for this entity"); DEBUG_EXIT; return NULL; } DEBUG_EXIT; return convert_value_array_pylist(lu_ent_get(me->ent, attr)); } /* Check if an object has values for the given attribute. */ static PyObject * libuser_entity_has_key(PyObject *self, PyObject *item) { char *attr; struct libuser_entity *me; DEBUG_ENTRY; me = (struct libuser_entity *)self; if (!PyArg_ParseTuple(item, "s", &attr)) { PyErr_SetString(PyExc_TypeError, "expected a tuple or string"); DEBUG_EXIT; return NULL; } return PyInt_FromLong(lu_ent_has(me->ent, attr) ? 1 : 0); } /* Set a value, dictionary style. */ static int libuser_entity_set_item(PyObject *self, PyObject *item, PyObject *args) { struct libuser_entity *me; char *attr = NULL; Py_ssize_t i, size; int ret; GValue value; struct lu_ent *copy; DEBUG_ENTRY; me = (struct libuser_entity *)self; /* The item should be a string. */ if (!PyString_Check(item)) { PyErr_SetString(PyExc_TypeError, "expected a string"); DEBUG_EXIT; return -1; } attr = PyString_AsString(item); #ifdef DEBUG_BINDING fprintf(stderr, "%sSetting item (`%s')...\n", getindent(), attr); #endif copy = lu_ent_new(); lu_ent_copy(me->ent, copy); /* If the new value is a list, convert each and add in turn. */ if (PyList_Check(args)) { size = PyList_Size(args); #ifdef DEBUG_BINDING fprintf(stderr, "%sList has %jd items.\n", getindent(), (intmax_t)size); #endif lu_ent_clear(me->ent, attr); memset(&value, 0, sizeof(value)); for (i = 0; i < size; i++) { item = PyList_GetItem(args, i); if (libuser_convert_to_value(item, &value) == FALSE) goto err; #ifdef DEBUG_BINDING fprintf(stderr, "%sAdding (`%s') to `%s'.\n", getindent(), g_value_get_string(&value)); #endif lu_ent_add(me->ent, attr, &value); g_value_unset(&value); } ret = 0; goto end; } else /* If the new value is a tuple, convert each and add in turn. */ if (PyTuple_Check(args)) { size = PyTuple_Size(args); #ifdef DEBUG_BINDING fprintf(stderr, "%sTuple has %jd items.\n", getindent(), (intmax_t)size); #endif lu_ent_clear(me->ent, attr); memset(&value, 0, sizeof(value)); for (i = 0; i < size; i++) { item = PyTuple_GetItem(args, i); if (libuser_convert_to_value(item, &value) == FALSE) goto err; #ifdef DEBUG_BINDING fprintf(stderr, "%sAdding (`%s') to `%s'.\n", getindent(), g_value_get_string(&value)); #endif lu_ent_add(me->ent, attr, &value); g_value_unset(&value); } ret = 0; goto end; } else /* If the new value is a value, convert it and add it. */ if (PyString_Check(args) || PyNumber_Check(args) || PyLong_Check(args)) { lu_ent_clear(me->ent, attr); memset(&value, 0, sizeof(value)); if (libuser_convert_to_value(args, &value) == FALSE) goto err; #ifdef DEBUG_BINDING fprintf(stderr, "%sSetting (`%s') to `%s'.\n", getindent(), attr, g_value_get_string(value)); #endif lu_ent_add(me->ent, attr, &value); g_value_unset(&value); ret = 0; goto end; } PyErr_SetString(PyExc_TypeError, "expected values or list of values"); err: lu_ent_copy(copy, me->ent); ret = -1; end: lu_ent_free(copy); DEBUG_EXIT; return ret; } static PyMappingMethods libuser_entity_mapping_methods = { libuser_entity_length, /* mp_length */ libuser_entity_get_item, /* mp_subscript */ libuser_entity_set_item, /* mp_ass_subscript */ }; static PyMethodDef libuser_entity_methods[] = { {"getattrlist", libuser_entity_getattrlist, METH_NOARGS, "get a list of the attributes this entity has"}, {"has_key", libuser_entity_has_key, METH_VARARGS, "check if the entity has a given attribute"}, {"get", libuser_entity_get, METH_VARARGS, "get a list of the values for a given attribute"}, {"keys", libuser_entity_getattrlist, METH_NOARGS}, {"clear", libuser_entity_clear, METH_VARARGS, "clear the list of values for a given attribute"}, {"set", libuser_entity_set, METH_VARARGS, "set the list of values for a given attribute"}, {"add", libuser_entity_add, METH_VARARGS, "add a value to the current list of values for a given attribute"}, {"clear_all", libuser_entity_clear_all, METH_NOARGS, "clear all values for all attributes"}, {"revert", libuser_entity_revert, METH_NOARGS, "revert the list of values for a given attribute to the values which " "were set when the entity was looked up"}, {"modules", libuser_entity_modules, METH_NOARGS, "get a list of the modules which generated or looked up this object"}, {NULL, NULL, 0, NULL}, }; static PyTypeObject EntityType = { PyObject_HEAD_INIT(&PyType_Type) 0, "Entity", /* tp_name */ sizeof(struct libuser_entity), /* tp_basicsize */ 0, /* tp_itemsize */ libuser_entity_destroy, /* tp_dealloc */ NULL, /* tp_print */ libuser_entity_getattr, /* tp_getattr */ libuser_entity_setattr, /* tp_setattr */ NULL, /* tp_compare */ NULL, /* tp_repr */ NULL, /* tp_as_number */ NULL, /* tp_as_sequence */ &libuser_entity_mapping_methods, /* tp_as_mapping */ }; libuser-0.56.9.dfsg.1.orig/python/common.h0000644000175000017500000000261010777230702016356 0ustar gheghe#ifndef common_h #define common_h #include #include "../lib/user.h" #include "debug.h" /* FIXME: remove this when dropping Python < 2.5 compatibility */ #if PY_VERSION_HEX < 0x02050000 && !defined(PY_SSIZE_T_MIN) typedef int Py_ssize_t; #endif struct libuser_admin { PyObject_HEAD PyObject *prompt_data[2]; struct lu_context *ctx; }; struct libuser_entity { PyObject_HEAD struct lu_ent *ent; }; struct libuser_prompt { PyObject_HEAD struct lu_prompt prompt; }; static PyTypeObject EntityType; static PyTypeObject AdminType; static PyTypeObject PromptType; static PyObject *libuser_admin_new(PyObject *self, PyObject *args, PyObject *kwargs); static gboolean libuser_admin_python_prompter(struct lu_prompt *prompts, int count, gpointer callback_data, struct lu_error **error); static PyObject *libuser_admin_prompt_console(PyObject *self, PyObject *args, PyObject *kwargs); static PyObject *libuser_admin_prompt_console_quiet(PyObject *self, PyObject *args, PyObject *kwargs); static PyObject *convert_value_array_pylist(GValueArray *array); static PyObject *libuser_prompt_new(PyObject *ignored_self, PyObject *ignore); static PyObject *libuser_get_user_shells(PyObject *self, PyObject *ignored); static PyObject *libuser_wrap_ent(struct lu_ent *ent); void initlibuser(void); #endif libuser-0.56.9.dfsg.1.orig/README0000644000175000017500000000107010777230701014252 0ustar ghegheAbout ===== The libuser library implements a standardized interface for manipulating and administering user and group accounts. The library uses pluggable back-ends to interface to its data sources. Sample applications modeled after those included with the shadow password suite are included. New releases will be available at https://fedorahosted.org/libuser/ . Bugs ==== Please consider reporting the bug to your distribution's bug tracking system. Otherwise, report bugs at https://fedorahosted.org/libuser/ . Bug reports with patches are especially welcome. libuser-0.56.9.dfsg.1.orig/admin/0000755000175000017500000000000010777230755014475 5ustar gheghelibuser-0.56.9.dfsg.1.orig/admin/install-sh0000755000175000017500000003160010656605223016471 0ustar gheghe#!/bin/sh # install - install a program, script, or datafile scriptversion=2006-10-14.15 # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to # deal in the Software without restriction, including without limitation the # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or # sell copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- # TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # # Except as contained in this notice, the name of the X Consortium shall not # be used in advertising or otherwise to promote the sale, use or other deal- # ings in this Software without prior written authorization from the X Consor- # tium. # # # FSF changes to this file are in the public domain. # # Calling this script install-sh is preferred over install.sh, to prevent # `make' implicit rules from creating a file called install from it # when there is no Makefile. # # This script is compatible with the BSD install script, but was written # from scratch. nl=' ' IFS=" "" $nl" # set DOITPROG to echo to test this script # Don't use :- since 4.3BSD and earlier shells don't like it. doit="${DOITPROG-}" if test -z "$doit"; then doit_exec=exec else doit_exec=$doit fi # Put in absolute file names if you don't have them in your path; # or use environment vars. mvprog="${MVPROG-mv}" cpprog="${CPPROG-cp}" chmodprog="${CHMODPROG-chmod}" chownprog="${CHOWNPROG-chown}" chgrpprog="${CHGRPPROG-chgrp}" stripprog="${STRIPPROG-strip}" rmprog="${RMPROG-rm}" mkdirprog="${MKDIRPROG-mkdir}" posix_glob= posix_mkdir= # Desired mode of installed file. mode=0755 chmodcmd=$chmodprog chowncmd= chgrpcmd= stripcmd= rmcmd="$rmprog -f" mvcmd="$mvprog" src= dst= dir_arg= dstarg= no_target_directory= usage="Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE or: $0 [OPTION]... SRCFILES... DIRECTORY or: $0 [OPTION]... -t DIRECTORY SRCFILES... or: $0 [OPTION]... -d DIRECTORIES... In the 1st form, copy SRCFILE to DSTFILE. In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. In the 4th, create DIRECTORIES. Options: -c (ignored) -d create directories instead of installing files. -g GROUP $chgrpprog installed files to GROUP. -m MODE $chmodprog installed files to MODE. -o USER $chownprog installed files to USER. -s $stripprog installed files. -t DIRECTORY install into DIRECTORY. -T report an error if DSTFILE is a directory. --help display this help and exit. --version display version info and exit. Environment variables override the default commands: CHGRPPROG CHMODPROG CHOWNPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG " while test $# -ne 0; do case $1 in -c) shift continue;; -d) dir_arg=true shift continue;; -g) chgrpcmd="$chgrpprog $2" shift shift continue;; --help) echo "$usage"; exit $?;; -m) mode=$2 shift shift case $mode in *' '* | *' '* | *' '* | *'*'* | *'?'* | *'['*) echo "$0: invalid mode: $mode" >&2 exit 1;; esac continue;; -o) chowncmd="$chownprog $2" shift shift continue;; -s) stripcmd=$stripprog shift continue;; -t) dstarg=$2 shift shift continue;; -T) no_target_directory=true shift continue;; --version) echo "$0 $scriptversion"; exit $?;; --) shift break;; -*) echo "$0: invalid option: $1" >&2 exit 1;; *) break;; esac done if test $# -ne 0 && test -z "$dir_arg$dstarg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. # Otherwise, the last argument is the destination. Remove it from $@. for arg do if test -n "$dstarg"; then # $@ is not empty: it contains at least $arg. set fnord "$@" "$dstarg" shift # fnord fi shift # arg dstarg=$arg done fi if test $# -eq 0; then if test -z "$dir_arg"; then echo "$0: no input file specified." >&2 exit 1 fi # It's OK to call `install-sh -d' without argument. # This can happen when creating conditional directories. exit 0 fi if test -z "$dir_arg"; then trap '(exit $?); exit' 1 2 13 15 # Set umask so as not to create temps with too-generous modes. # However, 'strip' requires both read and write access to temps. case $mode in # Optimize common cases. *644) cp_umask=133;; *755) cp_umask=22;; *[0-7]) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac fi for src do # Protect names starting with `-'. case $src in -*) src=./$src ;; esac if test -n "$dir_arg"; then dst=$src dstdir=$dst test -d "$dstdir" dstdir_status=$? else # Waiting for this to be detected by the "$cpprog $src $dsttmp" command # might cause directories to be created, which would be especially bad # if $src (and thus $dsttmp) contains '*'. if test ! -f "$src" && test ! -d "$src"; then echo "$0: $src does not exist." >&2 exit 1 fi if test -z "$dstarg"; then echo "$0: no destination specified." >&2 exit 1 fi dst=$dstarg # Protect names starting with `-'. case $dst in -*) dst=./$dst ;; esac # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then if test -n "$no_target_directory"; then echo "$0: $dstarg: Is a directory" >&2 exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else # Prefer dirname, but fall back on a substitute if dirname fails. dstdir=` (dirname "$dst") 2>/dev/null || expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$dst" : 'X\(//\)[^/]' \| \ X"$dst" : 'X\(//\)$' \| \ X"$dst" : 'X\(/\)' \| . 2>/dev/null || echo X"$dst" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q' ` test -d "$dstdir" dstdir_status=$? fi fi obsolete_mkdir_used=false if test $dstdir_status != 0; then case $posix_mkdir in '') # Create intermediate dirs using mode 755 as modified by the umask. # This is like FreeBSD 'install' as of 1997-10-28. umask=`umask` case $stripcmd.$umask in # Optimize common cases. *[2367][2367]) mkdir_umask=$umask;; .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; *[0-7]) mkdir_umask=`expr $umask + 22 \ - $umask % 100 % 40 + $umask % 20 \ - $umask % 10 % 4 + $umask % 2 `;; *) mkdir_umask=$umask,go-w;; esac # With -d, create the new directory with the user-specified mode. # Otherwise, rely on $mkdir_umask. if test -n "$dir_arg"; then mkdir_mode=-m$mode else mkdir_mode= fi posix_mkdir=false case $umask in *[123567][0-7][0-7]) # POSIX mkdir -p sets u+wx bits regardless of umask, which # is incompatible with FreeBSD 'install' when (umask & 300) != 0. ;; *) tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 if (umask $mkdir_umask && exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 then if test -z "$dir_arg" || { # Check for POSIX incompatibilities with -m. # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or # other-writeable bit of parent directory when it shouldn't. # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. ls_ld_tmpdir=`ls -ld "$tmpdir"` case $ls_ld_tmpdir in d????-?r-*) different_mode=700;; d????-?--*) different_mode=755;; *) false;; esac && $mkdirprog -m$different_mode -p -- "$tmpdir" && { ls_ld_tmpdir_1=`ls -ld "$tmpdir"` test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" } } then posix_mkdir=: fi rmdir "$tmpdir/d" "$tmpdir" else # Remove any dirs left behind by ancient mkdir implementations. rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null fi trap '' 0;; esac;; esac if $posix_mkdir && ( umask $mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else # The umask is ridiculous, or mkdir does not conform to POSIX, # or it failed possibly due to a race condition. Create the # directory the slow way, step by step, checking for races as we go. case $dstdir in /*) prefix=/ ;; -*) prefix=./ ;; *) prefix= ;; esac case $posix_glob in '') if (set -f) 2>/dev/null; then posix_glob=true else posix_glob=false fi ;; esac oIFS=$IFS IFS=/ $posix_glob && set -f set fnord $dstdir shift $posix_glob && set +f IFS=$oIFS prefixes= for d do test -z "$d" && continue prefix=$prefix$d if test -d "$prefix"; then prefixes= else if $posix_mkdir; then (umask=$mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break # Don't fail if two instances are running concurrently. test -d "$prefix" || exit 1 else case $prefix in *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; *) qprefix=$prefix;; esac prefixes="$prefixes '$qprefix'" fi fi prefix=$prefix/ done if test -n "$prefixes"; then # Don't fail if two instances are running concurrently. (umask $mkdir_umask && eval "\$doit_exec \$mkdirprog $prefixes") || test -d "$dstdir" || exit 1 obsolete_mkdir_used=true fi fi fi if test -n "$dir_arg"; then { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 else # Make a couple of temp file names in the proper directory. dsttmp=$dstdir/_inst.$$_ rmtmp=$dstdir/_rm.$$_ # Trap to clean up those temp files at exit. trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 # Copy the file name to the temp name. (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && # and set any options; do chmod last to preserve setuid bits. # # If any of these fail, we abort the whole thing. If we want to # ignore errors from any of these, just make sure not to ignore # errors from the above "$doit $cpprog $src $dsttmp" command. # { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \ && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \ && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \ && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && # Now rename the file to the real destination. { $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null \ || { # The rename failed, perhaps because mv can't rename something else # to itself, or perhaps because mv is so ancient that it does not # support -f. # Now remove or move aside any old file at destination location. # We try this two ways since rm can't unlink itself on some # systems and the destination file might be busy for other # reasons. In this case, the final cleanup might fail but the new # file should still install successfully. { if test -f "$dst"; then $doit $rmcmd -f "$dst" 2>/dev/null \ || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null \ && { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }; }\ || { echo "$0: cannot unlink or rename $dst" >&2 (exit 1); exit 1 } else : fi } && # Now rename the file to the real destination. $doit $mvcmd "$dsttmp" "$dst" } } || exit 1 trap '' 0 fi done # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-end: "$" # End: libuser-0.56.9.dfsg.1.orig/admin/config.rpath0000755000175000017500000003502510777230704017004 0ustar gheghe#! /bin/sh # Output a system dependent set of variables, describing how to set the # run time search path of shared libraries in an executable. # # Copyright 1996-2005 Free Software Foundation, Inc. # Taken from GNU libtool, 2001 # Originally by Gordon Matzigkeit , 1996 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # # The first argument passed to this file is the canonical host specification, # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld # should be set by the caller. # # The set of defined variables is at the end of this script. # Known limitations: # - On IRIX 6.5 with CC="cc", the run time search patch must not be longer # than 256 bytes, otherwise the compiler driver will dump core. The only # known workaround is to choose shorter directory names for the build # directory and/or the installation directory. # All known linkers require a `.a' archive for static linking (except M$VC, # which needs '.lib'). libext=a shrext=.so host="$1" host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` cc_basename=`echo "$CC" | sed -e 's%^.*/%%'` # Code taken from libtool.m4's AC_LIBTOOL_PROG_COMPILER_PIC. wl= if test "$GCC" = yes; then wl='-Wl,' else case "$host_os" in aix*) wl='-Wl,' ;; darwin*) case "$cc_basename" in xlc*) wl='-Wl,' ;; esac ;; mingw* | pw32* | os2*) ;; hpux9* | hpux10* | hpux11*) wl='-Wl,' ;; irix5* | irix6* | nonstopux*) wl='-Wl,' ;; newsos6) ;; linux*) case $cc_basename in icc* | ecc*) wl='-Wl,' ;; pgcc | pgf77 | pgf90) wl='-Wl,' ;; ccc*) wl='-Wl,' ;; como) wl='-lopt=' ;; esac ;; osf3* | osf4* | osf5*) wl='-Wl,' ;; sco3.2v5*) ;; solaris*) wl='-Wl,' ;; sunos4*) wl='-Qoption ld ' ;; sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) wl='-Wl,' ;; sysv4*MP*) ;; unicos*) wl='-Wl,' ;; uts4*) ;; esac fi # Code taken from libtool.m4's AC_LIBTOOL_PROG_LD_SHLIBS. hardcode_libdir_flag_spec= hardcode_libdir_separator= hardcode_direct=no hardcode_minus_L=no case "$host_os" in cygwin* | mingw* | pw32*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; openbsd*) with_gnu_ld=no ;; esac ld_shlibs=yes if test "$with_gnu_ld" = yes; then case "$host_os" in aix3* | aix4* | aix5*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then ld_shlibs=no fi ;; amigaos*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes # Samuel A. Falvo II reports # that the semantics of dynamic libraries on AmigaOS, at least up # to version 4, is to share data among multiple programs linked # with the same dynamic library. Since this doesn't match the # behavior of shared libraries on other platforms, we cannot use # them. ld_shlibs=no ;; beos*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; cygwin* | mingw* | pw32*) # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then : else ld_shlibs=no fi ;; netbsd*) ;; solaris* | sysv5*) if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then ld_shlibs=no elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; sunos4*) hardcode_direct=yes ;; linux*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; esac if test "$ld_shlibs" = yes; then # Unlike libtool, we use -rpath here, not --rpath, since the documented # option of GNU ld is called -rpath, not --rpath. hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' fi else case "$host_os" in aix3*) # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes if test "$GCC" = yes; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported fi ;; aix4* | aix5*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[23]|aix4.[23].*|aix5*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done esac fi hardcode_direct=yes hardcode_libdir_separator=':' if test "$GCC" = yes; then case $host_os in aix4.[012]|aix4.[012].*) collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && \ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 hardcode_direct=yes else # We have old collect2 hardcode_direct=unsupported hardcode_minus_L=yes hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_separator= fi esac fi # Begin _LT_AC_SYS_LIBPATH_AIX. echo 'int main () { return 0; }' > conftest.c ${CC} ${LDFLAGS} conftest.c -o conftest aix_libpath=`dump -H conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } }'` if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } }'` fi if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib" fi rm -f conftest.c conftest # End _LT_AC_SYS_LIBPATH_AIX. if test "$aix_use_runtimelinking" = yes; then hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' else hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" fi fi ;; amigaos*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes # see comment about different semantics on the GNU ld section ld_shlibs=no ;; bsdi[45]*) ;; cygwin* | mingw* | pw32*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec=' ' libext=lib ;; darwin* | rhapsody*) hardcode_direct=no if test "$GCC" = yes ; then : else case "$cc_basename" in xlc*) ;; *) ld_shlibs=no ;; esac fi ;; dgux*) hardcode_libdir_flag_spec='-L$libdir' ;; freebsd1*) ld_shlibs=no ;; freebsd2.2*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes ;; freebsd2*) hardcode_direct=yes hardcode_minus_L=yes ;; freebsd* | kfreebsd*-gnu | dragonfly*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes ;; hpux9*) hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; hpux10* | hpux11*) if test "$with_gnu_ld" = no; then case "$host_cpu" in hppa*64*) hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=no ;; ia64*) hardcode_libdir_flag_spec='-L$libdir' hardcode_direct=no # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; *) hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; netbsd*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes ;; newsos6) hardcode_direct=yes hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; openbsd*) hardcode_direct=yes if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then hardcode_libdir_flag_spec='${wl}-rpath,$libdir' else case "$host_os" in openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) hardcode_libdir_flag_spec='-R$libdir' ;; *) hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ;; esac fi ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; osf3*) hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; osf4* | osf5*) if test "$GCC" = yes; then hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' else # Both cc and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' fi hardcode_libdir_separator=: ;; sco3.2v5*) ;; solaris*) hardcode_libdir_flag_spec='-R$libdir' ;; sunos4*) hardcode_libdir_flag_spec='-L$libdir' hardcode_direct=yes hardcode_minus_L=yes ;; sysv4) case $host_vendor in sni) hardcode_direct=yes # is this really true??? ;; siemens) hardcode_direct=no ;; motorola) hardcode_direct=no #Motorola manual says yes, but my tests say they lie ;; esac ;; sysv4.3*) ;; sysv4*MP*) if test -d /usr/nec; then ld_shlibs=yes fi ;; sysv4.2uw2*) hardcode_direct=yes hardcode_minus_L=no ;; sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[78]* | unixware7*) ;; sysv5*) hardcode_libdir_flag_spec= ;; uts4*) hardcode_libdir_flag_spec='-L$libdir' ;; *) ld_shlibs=no ;; esac fi # Check dynamic linker characteristics # Code taken from libtool.m4's AC_LIBTOOL_SYS_DYNAMIC_LINKER. libname_spec='lib$name' case "$host_os" in aix3*) ;; aix4* | aix5*) ;; amigaos*) ;; beos*) ;; bsdi[45]*) ;; cygwin* | mingw* | pw32*) shrext=.dll ;; darwin* | rhapsody*) shrext=.dylib ;; dgux*) ;; freebsd1*) ;; kfreebsd*-gnu) ;; freebsd*) ;; gnu*) ;; hpux9* | hpux10* | hpux11*) case "$host_cpu" in ia64*) shrext=.so ;; hppa*64*) shrext=.sl ;; *) shrext=.sl ;; esac ;; irix5* | irix6* | nonstopux*) case "$host_os" in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= ;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 ;; *) libsuff= shlibsuff= ;; esac ;; esac ;; linux*oldld* | linux*aout* | linux*coff*) ;; linux*) ;; knetbsd*-gnu) ;; netbsd*) ;; newsos6) ;; nto-qnx*) ;; openbsd*) ;; os2*) libname_spec='$name' shrext=.dll ;; osf3* | osf4* | osf5*) ;; sco3.2v5*) ;; solaris*) ;; sunos4*) ;; sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) ;; sysv4*MP*) ;; uts4*) ;; esac sed_quote_subst='s/\(["`$\\]\)/\\\1/g' escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"` shlibext=`echo "$shrext" | sed -e 's,^\.,,'` escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` LC_ALL=C sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' < # Created: 1993-05-16 # Public domain. # # This file is maintained in Automake, please report # bugs to or send patches to # . errstatus=0 dirmode="" usage="\ Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... Create each directory DIR (with mode MODE, if specified), including all leading file name components. Report bugs to ." # process command line arguments while test $# -gt 0 ; do case $1 in -h | --help | --h*) # -h for help echo "$usage" exit 0 ;; -m) # -m PERM arg shift test $# -eq 0 && { echo "$usage" 1>&2; exit 1; } dirmode=$1 shift ;; --version) echo "$0 $scriptversion" exit 0 ;; --) # stop option processing shift break ;; -*) # unknown option echo "$usage" 1>&2 exit 1 ;; *) # first non-opt arg break ;; esac done for file do if test -d "$file"; then shift else break fi done case $# in 0) exit 0 ;; esac # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and # mkdir -p a/c at the same time, both will detect that a is missing, # one will create a, then the other will try to create a and die with # a "File exists" error. This is a problem when calling mkinstalldirs # from a parallel make. We use --version in the probe to restrict # ourselves to GNU mkdir, which is thread-safe. case $dirmode in '') if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then echo "mkdir -p -- $*" exec mkdir -p -- "$@" else # On NextStep and OpenStep, the `mkdir' command does not # recognize any option. It will interpret all options as # directories to create, and then abort because `.' already # exists. test -d ./-p && rmdir ./-p test -d ./--version && rmdir ./--version fi ;; *) if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && test ! -d ./--version; then echo "mkdir -m $dirmode -p -- $*" exec mkdir -m "$dirmode" -p -- "$@" else # Clean up after NextStep and OpenStep mkdir. for d in ./-m ./-p ./--version "./$dirmode"; do test -d $d && rmdir $d done fi ;; esac for file do set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` shift pathcomp= for d do pathcomp="$pathcomp$d" case $pathcomp in -*) pathcomp=./$pathcomp ;; esac if test ! -d "$pathcomp"; then echo "mkdir $pathcomp" mkdir "$pathcomp" || lasterr=$? if test ! -d "$pathcomp"; then errstatus=$lasterr else if test ! -z "$dirmode"; then echo "chmod $dirmode $pathcomp" lasterr="" chmod "$dirmode" "$pathcomp" || lasterr=$? if test ! -z "$lasterr"; then errstatus=$lasterr fi fi fi fi pathcomp="$pathcomp/" done done exit $errstatus # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-end: "$" # End: libuser-0.56.9.dfsg.1.orig/admin/config.guess0000755000175000017500000012706310665257023017017 0ustar gheghe#! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. timestamp='2007-05-17' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA # 02110-1301, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Originally written by Per Bothner . # Please send patches to . Submit a context # diff and a properly formatted ChangeLog entry. # # This script attempts to guess a canonical system name similar to # config.sub. If it succeeds, it prints the system name on stdout, and # exits with 0. Otherwise, it exits with 1. # # The plan is that this can be called by configure scripts if you # don't specify an explicit build system type. me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] Output the configuration name of the system \`$me' is run on. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" >&2 exit 1 ;; * ) break ;; esac done if test $# != 0; then echo "$me: too many arguments$help" >&2 exit 1 fi trap 'exit 1' 1 2 15 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a # compiler to aid in system detection is discouraged as it requires # temporary files to be created and, as you can see below, it is a # headache to deal with in a portable fashion. # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still # use `HOST_CC' if defined, but it is deprecated. # Portable tmp directory creation inspired by the Autoconf team. set_cc_for_build=' trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; : ${TMPDIR=/tmp} ; { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; dummy=$tmp/dummy ; tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; case $CC_FOR_BUILD,$HOST_CC,$CC in ,,) echo "int x;" > $dummy.c ; for c in cc gcc c89 c99 ; do if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then CC_FOR_BUILD="$c"; break ; fi ; done ; if test x"$CC_FOR_BUILD" = x ; then CC_FOR_BUILD=no_compiler_found ; fi ;; ,,*) CC_FOR_BUILD=$CC ;; ,*,*) CC_FOR_BUILD=$HOST_CC ;; esac ; set_cc_for_build= ;' # This is needed to find uname on a Pyramid OSx when run in the BSD universe. # (ghazi@noc.rutgers.edu 1994-08-24) if (test -f /.attbin/uname) >/dev/null 2>&1 ; then PATH=$PATH:/.attbin ; export PATH fi UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently # switched to ELF, *-*-netbsd* would select the old # object file format. This provides both forward # compatibility and a consistent mechanism for selecting the # object file format. # # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ /usr/sbin/$sysctl 2>/dev/null || echo unknown)` case "${UNAME_MACHINE_ARCH}" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently, or will in the future. case "${UNAME_MACHINE_ARCH}" in arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep __ELF__ >/dev/null then # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). # Return netbsd for either. FIX? os=netbsd else os=netbsdelf fi ;; *) os=netbsd ;; esac # The OS release # Debian GNU/NetBSD machines have a different userland, and # thus, need a distinct triplet. However, they do not need # kernel version information, so it can be replaced with a # suitable tag, in the style of linux-gnu. case "${UNAME_VERSION}" in Debian*) release='-gnu' ;; *) release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}" exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; *:SolidBSD:*:*) echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} exit ;; macppc:MirBSD:*:*) echo powerpc-unknown-mirbsd${UNAME_RELEASE} exit ;; *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` ;; *5.*) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` ;; esac # According to Compaq, /usr/sbin/psrinfo has been available on # OSF/1 and Tru64 systems produced since 1995. I hope that # covers most systems running today. This code pipes the CPU # types through head -n 1, so we only detect the type of CPU 0. ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") UNAME_MACHINE="alpha" ;; "EV4.5 (21064)") UNAME_MACHINE="alpha" ;; "LCA4 (21066/21068)") UNAME_MACHINE="alpha" ;; "EV5 (21164)") UNAME_MACHINE="alphaev5" ;; "EV5.6 (21164A)") UNAME_MACHINE="alphaev56" ;; "EV5.6 (21164PC)") UNAME_MACHINE="alphapca56" ;; "EV5.7 (21164PC)") UNAME_MACHINE="alphapca57" ;; "EV6 (21264)") UNAME_MACHINE="alphaev6" ;; "EV6.7 (21264A)") UNAME_MACHINE="alphaev67" ;; "EV6.8CB (21264C)") UNAME_MACHINE="alphaev68" ;; "EV6.8AL (21264B)") UNAME_MACHINE="alphaev68" ;; "EV6.8CX (21264D)") UNAME_MACHINE="alphaev68" ;; "EV6.9A (21264/EV69A)") UNAME_MACHINE="alphaev69" ;; "EV7 (21364)") UNAME_MACHINE="alphaev7" ;; "EV7.9 (21364A)") UNAME_MACHINE="alphaev79" ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` exit ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # Should we change UNAME_MACHINE based on the output of uname instead # of the specific Alpha model? echo alpha-pc-interix exit ;; 21064:Windows_NT:50:3) echo alpha-dec-winnt3.5 exit ;; Amiga*:UNIX_System_V:4.0:*) echo m68k-unknown-sysv4 exit ;; *:[Aa]miga[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-amigaos exit ;; *:[Mm]orph[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-morphos exit ;; *:OS/390:*:*) echo i370-ibm-openedition exit ;; *:z/VM:*:*) echo s390-ibm-zvmoe exit ;; *:OS400:*:*) echo powerpc-ibm-os400 exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit ;; arm:riscos:*:*|arm:RISCOS:*:*) echo arm-unknown-riscos exit ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) echo hppa1.1-hitachi-hiuxmpp exit ;; Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. if test "`(/bin/universe) 2>/dev/null`" = att ; then echo pyramid-pyramid-sysv3 else echo pyramid-pyramid-bsd fi exit ;; NILE*:*:*:dcosx) echo pyramid-pyramid-svr4 exit ;; DRS?6000:unix:4.0:6*) echo sparc-icl-nx6 exit ;; DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) case `/usr/bin/uname -p` in sparc) echo sparc-icl-nx7; exit ;; esac ;; sun4H:SunOS:5.*:*) echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; i86pc:SunOS:5.*:* | ix86xen:SunOS:5.*:*) echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize # SunOS6. Hard to guess exactly what SunOS6 will be like, but # it's likely to be more like Solaris than SunOS4. echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:*:*) case "`/usr/bin/arch -k`" in Series*|S4*) UNAME_RELEASE=`uname -v` ;; esac # Japanese Language versions have a version number like `4.1.3-JL'. echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` exit ;; sun3*:SunOS:*:*) echo m68k-sun-sunos${UNAME_RELEASE} exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} ;; sun4) echo sparc-sun-sunos${UNAME_RELEASE} ;; esac exit ;; aushp:SunOS:*:*) echo sparc-auspex-sunos${UNAME_RELEASE} exit ;; # The situation for MiNT is a little confusing. The machine name # can be virtually everything (everything which is not # "atarist" or "atariste" at least should have a processor # > m68000). The system name ranges from "MiNT" over "FreeMiNT" # to the lowercase version "mint" (or "freemint"). Finally # the system name "TOS" denotes a system which is actually not # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) echo m68k-milan-mint${UNAME_RELEASE} exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) echo m68k-hades-mint${UNAME_RELEASE} exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) echo m68k-unknown-mint${UNAME_RELEASE} exit ;; m68k:machten:*:*) echo m68k-apple-machten${UNAME_RELEASE} exit ;; powerpc:machten:*:*) echo powerpc-apple-machten${UNAME_RELEASE} exit ;; RISC*:Mach:*:*) echo mips-dec-mach_bsd4.3 exit ;; RISC*:ULTRIX:*:*) echo mips-dec-ultrix${UNAME_RELEASE} exit ;; VAX*:ULTRIX*:*:*) echo vax-dec-ultrix${UNAME_RELEASE} exit ;; 2020:CLIX:*:* | 2430:CLIX:*:*) echo clipper-intergraph-clix${UNAME_RELEASE} exit ;; mips:*:*:UMIPS | mips:*:*:RISCos) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #ifdef __cplusplus #include /* for printf() prototype */ int main (int argc, char *argv[]) { #else int main (argc, argv) int argc; char *argv[]; { #endif #if defined (host_mips) && defined (MIPSEB) #if defined (SYSTYPE_SYSV) printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_SVR4) printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); #endif #endif exit (-1); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && SYSTEM_NAME=`$dummy $dummyarg` && { echo "$SYSTEM_NAME"; exit; } echo mips-mips-riscos${UNAME_RELEASE} exit ;; Motorola:PowerMAX_OS:*:*) echo powerpc-motorola-powermax exit ;; Motorola:*:4.3:PL8-*) echo powerpc-harris-powermax exit ;; Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) echo powerpc-harris-powermax exit ;; Night_Hawk:Power_UNIX:*:*) echo powerpc-harris-powerunix exit ;; m88k:CX/UX:7*:*) echo m88k-harris-cxux7 exit ;; m88k:*:4*:R4*) echo m88k-motorola-sysv4 exit ;; m88k:*:3*:R3*) echo m88k-motorola-sysv3 exit ;; AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] then if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ [ ${TARGET_BINARY_INTERFACE}x = x ] then echo m88k-dg-dgux${UNAME_RELEASE} else echo m88k-dg-dguxbcs${UNAME_RELEASE} fi else echo i586-dg-dgux${UNAME_RELEASE} fi exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 exit ;; M88*:*:R3*:*) # Delta 88k system running SVR3 echo m88k-motorola-sysv3 exit ;; XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) echo m88k-tektronix-sysv3 exit ;; Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) echo m68k-tektronix-bsd exit ;; *:IRIX*:*:*) echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` exit ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' i*86:AIX:*:*) echo i386-ibm-aix exit ;; ia64:AIX:*:*) if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} exit ;; *:AIX:2:3) if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include main() { if (!__power_pc()) exit(1); puts("powerpc-ibm-aix3.2.5"); exit(0); } EOF if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` then echo "$SYSTEM_NAME" else echo rs6000-ibm-aix3.2.5 fi elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then echo rs6000-ibm-aix3.2.4 else echo rs6000-ibm-aix3.2 fi exit ;; *:AIX:*:[45]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 else IBM_ARCH=powerpc fi if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${IBM_ARCH}-ibm-aix${IBM_REV} exit ;; *:AIX:*:*) echo rs6000-ibm-aix exit ;; ibmrt:4.4BSD:*|romp-ibm:BSD:*) echo romp-ibm-bsd4.4 exit ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to exit ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx exit ;; DPX/2?00:B.O.S.:*:*) echo m68k-bull-sysv3 exit ;; 9000/[34]??:4.3bsd:1.*:*) echo m68k-hp-bsd exit ;; hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) echo m68k-hp-bsd4.4 exit ;; 9000/[34678]??:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` case "${UNAME_MACHINE}" in 9000/31? ) HP_ARCH=m68000 ;; 9000/[34]?? ) HP_ARCH=m68k ;; 9000/[678][0-9][0-9]) if [ -x /usr/bin/getconf ]; then sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "${sc_kernel_bits}" in 32) HP_ARCH="hppa2.0n" ;; 64) HP_ARCH="hppa2.0w" ;; '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 esac ;; esac fi if [ "${HP_ARCH}" = "" ]; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #define _HPUX_SOURCE #include #include int main () { #if defined(_SC_KERNEL_BITS) long bits = sysconf(_SC_KERNEL_BITS); #endif long cpu = sysconf (_SC_CPU_VERSION); switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0"); break; case CPU_PA_RISC1_1: puts ("hppa1.1"); break; case CPU_PA_RISC2_0: #if defined(_SC_KERNEL_BITS) switch (bits) { case 64: puts ("hppa2.0w"); break; case 32: puts ("hppa2.0n"); break; default: puts ("hppa2.0"); break; } break; #else /* !defined(_SC_KERNEL_BITS) */ puts ("hppa2.0"); break; #endif default: puts ("hppa1.0"); break; } exit (0); } EOF (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac if [ ${HP_ARCH} = "hppa2.0w" ] then eval $set_cc_for_build # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler # generating 64-bit code. GNU and HP use different nomenclature: # # $ CC_FOR_BUILD=cc ./config.guess # => hppa2.0w-hp-hpux11.23 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess # => hppa64-hp-hpux11.23 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | grep __LP64__ >/dev/null then HP_ARCH="hppa2.0w" else HP_ARCH="hppa64" fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} exit ;; ia64:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` echo ia64-hp-hpux${HPUX_REV} exit ;; 3050*:HI-UX:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include int main () { long cpu = sysconf (_SC_CPU_VERSION); /* The order matters, because CPU_IS_HP_MC68K erroneously returns true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct results, however. */ if (CPU_IS_PA_RISC (cpu)) { switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; default: puts ("hppa-hitachi-hiuxwe2"); break; } } else if (CPU_IS_HP_MC68K (cpu)) puts ("m68k-hitachi-hiuxwe2"); else puts ("unknown-hitachi-hiuxwe2"); exit (0); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && { echo "$SYSTEM_NAME"; exit; } echo unknown-hitachi-hiuxwe2 exit ;; 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) echo hppa1.1-hp-bsd exit ;; 9000/8??:4.3bsd:*:*) echo hppa1.0-hp-bsd exit ;; *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) echo hppa1.0-hp-mpeix exit ;; hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) echo hppa1.1-hp-osf exit ;; hp8??:OSF1:*:*) echo hppa1.0-hp-osf exit ;; i*86:OSF1:*:*) if [ -x /usr/sbin/sysversion ] ; then echo ${UNAME_MACHINE}-unknown-osf1mk else echo ${UNAME_MACHINE}-unknown-osf1 fi exit ;; parisc*:Lites*:*:*) echo hppa1.1-hp-lites exit ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd exit ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd exit ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd exit ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd exit ;; CRAY*Y-MP:*:*:*) echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*[A-Z]90:*:*:*) echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ -e 's/\.[^.]*$/.X/' exit ;; CRAY*TS:*:*:*) echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*T3E:*:*:*) echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*SV1:*:*:*) echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; *:UNICOS/mp:*:*) echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} exit ;; sparc*:BSD/OS:*:*) echo sparc-unknown-bsdi${UNAME_RELEASE} exit ;; *:BSD/OS:*:*) echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) case ${UNAME_MACHINE} in pc98) echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; amd64) echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; *) echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; esac exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit ;; *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; i*:windows32*:*) # uname -m includes "-pc" on this system. echo ${UNAME_MACHINE}-mingw32 exit ;; i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; *:Interix*:[3456]*) case ${UNAME_MACHINE} in x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; EM64T | authenticamd) echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; esac ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks exit ;; i*:Windows_NT*:* | Pentium*:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we # UNAME_MACHINE based on the output of uname instead of i386? echo i586-pc-interix exit ;; i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin exit ;; amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit ;; prep*:SunOS:5.*:*) echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; *:GNU:*:*) # the GNU system echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit ;; *:GNU/*:*:*) # other systems with GNU libc and userland echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu exit ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit ;; arm*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; avr32*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; cris:Linux:*:*) echo cris-axis-linux-gnu exit ;; crisv32:Linux:*:*) echo crisv32-axis-linux-gnu exit ;; frv:Linux:*:*) echo frv-unknown-linux-gnu exit ;; ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; m32r*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; m68*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; mips:Linux:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #undef CPU #undef mips #undef mipsel #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) CPU=mipsel #else #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) CPU=mips #else CPU= #endif #endif EOF eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' /^CPU/{ s: ::g p }'`" test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; mips64:Linux:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #undef CPU #undef mips64 #undef mips64el #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) CPU=mips64el #else #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) CPU=mips64 #else CPU= #endif #endif EOF eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' /^CPU/{ s: ::g p }'`" test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; or32:Linux:*:*) echo or32-unknown-linux-gnu exit ;; ppc:Linux:*:*) echo powerpc-unknown-linux-gnu exit ;; ppc64:Linux:*:*) echo powerpc64-unknown-linux-gnu exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in EV5) UNAME_MACHINE=alphaev5 ;; EV56) UNAME_MACHINE=alphaev56 ;; PCA56) UNAME_MACHINE=alphapca56 ;; PCA57) UNAME_MACHINE=alphapca56 ;; EV6) UNAME_MACHINE=alphaev6 ;; EV67) UNAME_MACHINE=alphaev67 ;; EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in PA7*) echo hppa1.1-unknown-linux-gnu ;; PA8*) echo hppa2.0-unknown-linux-gnu ;; *) echo hppa-unknown-linux-gnu ;; esac exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) echo hppa64-unknown-linux-gnu exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux exit ;; sh64*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; sh*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; vax:Linux:*:*) echo ${UNAME_MACHINE}-dec-linux-gnu exit ;; x86_64:Linux:*:*) echo x86_64-unknown-linux-gnu exit ;; xtensa:Linux:*:*) echo xtensa-unknown-linux-gnu exit ;; i*86:Linux:*:*) # The BFD linker knows what the default object file format is, so # first see if it will tell us. cd to the root directory to prevent # problems with other programs or directories called `ld' in the path. # Set LC_ALL=C to ensure ld outputs messages in English. ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \ | sed -ne '/supported targets:/!d s/[ ][ ]*/ /g s/.*supported targets: *// s/ .*// p'` case "$ld_supported_targets" in elf32-i386) TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" ;; a.out-i386-linux) echo "${UNAME_MACHINE}-pc-linux-gnuaout" exit ;; coff-i386) echo "${UNAME_MACHINE}-pc-linux-gnucoff" exit ;; "") # Either a pre-BFD a.out linker (linux-gnuoldld) or # one that does not give us useful --help. echo "${UNAME_MACHINE}-pc-linux-gnuoldld" exit ;; esac # Determine whether the default compiler is a.out or elf eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include #ifdef __ELF__ # ifdef __GLIBC__ # if __GLIBC__ >= 2 LIBC=gnu # else LIBC=gnulibc1 # endif # else LIBC=gnulibc1 # endif #else #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) LIBC=gnu #else LIBC=gnuaout #endif #endif #ifdef __dietlibc__ LIBC=dietlibc #endif EOF eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' /^LIBC/{ s: ::g p }'`" test x"${LIBC}" != x && { echo "${UNAME_MACHINE}-pc-linux-${LIBC}" exit } test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; } ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. # earlier versions are messed up and put the nodename in both # sysname and nodename. echo i386-sequent-sysv4 exit ;; i*86:UNIX_SV:4.2MP:2.*) # Unixware is an offshoot of SVR4, but it has its own version # number series starting with 2... # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. # Use sysv4.2uw... so that sysv4* matches it. echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} exit ;; i*86:OS/2:*:*) # If we were able to find `uname', then EMX Unix compatibility # is probably installed. echo ${UNAME_MACHINE}-pc-os2-emx exit ;; i*86:XTS-300:*:STOP) echo ${UNAME_MACHINE}-unknown-stop exit ;; i*86:atheos:*:*) echo ${UNAME_MACHINE}-unknown-atheos exit ;; i*86:syllable:*:*) echo ${UNAME_MACHINE}-pc-syllable exit ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*) echo i386-unknown-lynxos${UNAME_RELEASE} exit ;; i*86:*DOS:*:*) echo ${UNAME_MACHINE}-pc-msdosdjgpp exit ;; i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} else echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} fi exit ;; i*86:*:5:[678]*) # UnixWare 7.x, OpenUNIX and OpenServer 6. case `/bin/uname -X | grep "^Machine"` in *486*) UNAME_MACHINE=i486 ;; *Pentium) UNAME_MACHINE=i586 ;; *Pent*|*Celeron) UNAME_MACHINE=i686 ;; esac echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} exit ;; i*86:*:3.2:*) if test -f /usr/options/cb.name; then UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ && UNAME_MACHINE=i586 (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ && UNAME_MACHINE=i686 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ && UNAME_MACHINE=i686 echo ${UNAME_MACHINE}-pc-sco$UNAME_REL else echo ${UNAME_MACHINE}-pc-sysv32 fi exit ;; pc:*:*:*) # Left here for compatibility: # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i386. echo i386-pc-msdosdjgpp exit ;; Intel:Mach:3*:*) echo i386-pc-mach3 exit ;; paragon:*:*:*) echo i860-intel-osf1 exit ;; i860:*:4.*:*) # i860-SVR4 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 else # Add other i860-SVR4 vendors below as they are discovered. echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 fi exit ;; mini*:CTIX:SYS*5:*) # "miniframe" echo m68010-convergent-sysv exit ;; mc68k:UNIX:SYSTEM5:3.51m) echo m68k-convergent-sysv exit ;; M680?0:D-NIX:5.3:*) echo m68k-diab-dnix exit ;; M68*:*:R3V[5678]*:*) test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) OS_REL='' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4; exit; } ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) echo m68k-unknown-lynxos${UNAME_RELEASE} exit ;; mc68030:UNIX_System_V:4.*:*) echo m68k-atari-sysv4 exit ;; TSUNAMI:LynxOS:2.*:*) echo sparc-unknown-lynxos${UNAME_RELEASE} exit ;; rs6000:LynxOS:2.*:*) echo rs6000-unknown-lynxos${UNAME_RELEASE} exit ;; PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*) echo powerpc-unknown-lynxos${UNAME_RELEASE} exit ;; SM[BE]S:UNIX_SV:*:*) echo mips-dde-sysv${UNAME_RELEASE} exit ;; RM*:ReliantUNIX-*:*:*) echo mips-sni-sysv4 exit ;; RM*:SINIX-*:*:*) echo mips-sni-sysv4 exit ;; *:SINIX-*:*:*) if uname -p 2>/dev/null >/dev/null ; then UNAME_MACHINE=`(uname -p) 2>/dev/null` echo ${UNAME_MACHINE}-sni-sysv4 else echo ns32k-sni-sysv fi exit ;; PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort # says echo i586-unisys-sysv4 exit ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm echo hppa1.1-stratus-sysv4 exit ;; *:*:*:FTX*) # From seanf@swdc.stratus.com. echo i860-stratus-sysv4 exit ;; i*86:VOS:*:*) # From Paul.Green@stratus.com. echo ${UNAME_MACHINE}-stratus-vos exit ;; *:VOS:*:*) # From Paul.Green@stratus.com. echo hppa1.1-stratus-vos exit ;; mc68*:A/UX:*:*) echo m68k-apple-aux${UNAME_RELEASE} exit ;; news*:NEWS-OS:6*:*) echo mips-sony-newsos6 exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then echo mips-nec-sysv${UNAME_RELEASE} else echo mips-unknown-sysv${UNAME_RELEASE} fi exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. echo powerpc-be-beos exit ;; BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. echo powerpc-apple-beos exit ;; BePC:BeOS:*:*) # BeOS running on Intel PC compatible. echo i586-pc-beos exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} exit ;; SX-5:SUPER-UX:*:*) echo sx5-nec-superux${UNAME_RELEASE} exit ;; SX-6:SUPER-UX:*:*) echo sx6-nec-superux${UNAME_RELEASE} exit ;; SX-7:SUPER-UX:*:*) echo sx7-nec-superux${UNAME_RELEASE} exit ;; SX-8:SUPER-UX:*:*) echo sx8-nec-superux${UNAME_RELEASE} exit ;; SX-8R:SUPER-UX:*:*) echo sx8r-nec-superux${UNAME_RELEASE} exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} exit ;; *:Rhapsody:*:*) echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} exit ;; *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown case $UNAME_PROCESSOR in unknown) UNAME_PROCESSOR=powerpc ;; esac echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` if test "$UNAME_PROCESSOR" = "x86"; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} exit ;; *:QNX:*:4*) echo i386-pc-qnx exit ;; NSE-?:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; NSR-?:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit ;; *:NonStop-UX:*:*) echo mips-compaq-nonstopux exit ;; BS2000:POSIX*:*:*) echo bs2000-siemens-sysv exit ;; DS/*:UNIX_System_V:*:*) echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} exit ;; *:Plan9:*:*) # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. if test "$cputype" = "386"; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" fi echo ${UNAME_MACHINE}-unknown-plan9 exit ;; *:TOPS-10:*:*) echo pdp10-unknown-tops10 exit ;; *:TENEX:*:*) echo pdp10-unknown-tenex exit ;; KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) echo pdp10-dec-tops20 exit ;; XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) echo pdp10-xkl-tops20 exit ;; *:TOPS-20:*:*) echo pdp10-unknown-tops20 exit ;; *:ITS:*:*) echo pdp10-unknown-its exit ;; SEI:*:*:SEIUX) echo mips-sei-seiux${UNAME_RELEASE} exit ;; *:DragonFly:*:*) echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit ;; *:*VMS:*:*) UNAME_MACHINE=`(uname -p) 2>/dev/null` case "${UNAME_MACHINE}" in A*) echo alpha-dec-vms ; exit ;; I*) echo ia64-dec-vms ; exit ;; V*) echo vax-dec-vms ; exit ;; esac ;; *:XENIX:*:SysV) echo i386-pc-xenix exit ;; i*86:skyos:*:*) echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' exit ;; i*86:rdos:*:*) echo ${UNAME_MACHINE}-pc-rdos exit ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 #echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 eval $set_cc_for_build cat >$dummy.c < # include #endif main () { #if defined (sony) #if defined (MIPSEB) /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, I don't know.... */ printf ("mips-sony-bsd\n"); exit (0); #else #include printf ("m68k-sony-newsos%s\n", #ifdef NEWSOS4 "4" #else "" #endif ); exit (0); #endif #endif #if defined (__arm) && defined (__acorn) && defined (__unix) printf ("arm-acorn-riscix\n"); exit (0); #endif #if defined (hp300) && !defined (hpux) printf ("m68k-hp-bsd\n"); exit (0); #endif #if defined (NeXT) #if !defined (__ARCHITECTURE__) #define __ARCHITECTURE__ "m68k" #endif int version; version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; if (version < 4) printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); else printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); exit (0); #endif #if defined (MULTIMAX) || defined (n16) #if defined (UMAXV) printf ("ns32k-encore-sysv\n"); exit (0); #else #if defined (CMU) printf ("ns32k-encore-mach\n"); exit (0); #else printf ("ns32k-encore-bsd\n"); exit (0); #endif #endif #endif #if defined (__386BSD__) printf ("i386-pc-bsd\n"); exit (0); #endif #if defined (sequent) #if defined (i386) printf ("i386-sequent-dynix\n"); exit (0); #endif #if defined (ns32000) printf ("ns32k-sequent-dynix\n"); exit (0); #endif #endif #if defined (_SEQUENT_) struct utsname un; uname(&un); if (strncmp(un.version, "V2", 2) == 0) { printf ("i386-sequent-ptx2\n"); exit (0); } if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ printf ("i386-sequent-ptx1\n"); exit (0); } printf ("i386-sequent-ptx\n"); exit (0); #endif #if defined (vax) # if !defined (ultrix) # include # if defined (BSD) # if BSD == 43 printf ("vax-dec-bsd4.3\n"); exit (0); # else # if BSD == 199006 printf ("vax-dec-bsd4.3reno\n"); exit (0); # else printf ("vax-dec-bsd\n"); exit (0); # endif # endif # else printf ("vax-dec-bsd\n"); exit (0); # endif # else printf ("vax-dec-ultrix\n"); exit (0); # endif #endif #if defined (alliant) && defined (i860) printf ("i860-alliant-bsd\n"); exit (0); #endif exit (1); } EOF $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && { echo "$SYSTEM_NAME"; exit; } # Apollos put the system type in the environment. test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } # Convex versions that predate uname can use getsysinfo(1) if [ -x /usr/convex/getsysinfo ] then case `getsysinfo -f cpu_type` in c1*) echo c1-convex-bsd exit ;; c2*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit ;; c34*) echo c34-convex-bsd exit ;; c38*) echo c38-convex-bsd exit ;; c4*) echo c4-convex-bsd exit ;; esac fi cat >&2 < in order to provide the needed information to handle your system. config.guess timestamp = $timestamp uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` /bin/uname -X = `(/bin/uname -X) 2>/dev/null` hostinfo = `(hostinfo) 2>/dev/null` /bin/universe = `(/bin/universe) 2>/dev/null` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` /bin/arch = `(/bin/arch) 2>/dev/null` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` UNAME_MACHINE = ${UNAME_MACHINE} UNAME_RELEASE = ${UNAME_RELEASE} UNAME_SYSTEM = ${UNAME_SYSTEM} UNAME_VERSION = ${UNAME_VERSION} EOF exit 1 # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: libuser-0.56.9.dfsg.1.orig/admin/missing0000755000175000017500000002557710656605223016104 0ustar gheghe#! /bin/sh # Common stub for a few missing GNU programs while installing. scriptversion=2006-05-10.23 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006 # Free Software Foundation, Inc. # Originally by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301, USA. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. if test $# -eq 0; then echo 1>&2 "Try \`$0 --help' for more information" exit 1 fi run=: sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' sed_minuso='s/.* -o \([^ ]*\).*/\1/p' # In the cases where this matters, `missing' is being run in the # srcdir already. if test -f configure.ac; then configure_ac=configure.ac else configure_ac=configure.in fi msg="missing on your system" case $1 in --run) # Try to run requested program, and just exit if it succeeds. run= shift "$@" && exit 0 # Exit code 63 means version mismatch. This often happens # when the user try to use an ancient version of a tool on # a file that requires a minimum version. In this case we # we should proceed has if the program had been absent, or # if --run hadn't been passed. if test $? = 63; then run=: msg="probably too old" fi ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an error status if there is no known handling for PROGRAM. Options: -h, --help display this help and exit -v, --version output version information and exit --run try to run the given command, and emulate it if it fails Supported PROGRAM values: aclocal touch file \`aclocal.m4' autoconf touch file \`configure' autoheader touch file \`config.h.in' autom4te touch the output file, or create a stub one automake touch all \`Makefile.in' files bison create \`y.tab.[ch]', if possible, from existing .[ch] flex create \`lex.yy.c', if possible, from existing .c help2man touch the output file lex create \`lex.yy.c', if possible, from existing .c makeinfo touch the output file tar try tar, gnutar, gtar, then tar without non-portable flags yacc create \`y.tab.[ch]', if possible, from existing .[ch] Send bug reports to ." exit $? ;; -v|--v|--ve|--ver|--vers|--versi|--versio|--version) echo "missing $scriptversion (GNU Automake)" exit $? ;; -*) echo 1>&2 "$0: Unknown \`$1' option" echo 1>&2 "Try \`$0 --help' for more information" exit 1 ;; esac # Now exit if we have it, but it failed. Also exit now if we # don't have it and --version was passed (most likely to detect # the program). case $1 in lex|yacc) # Not GNU programs, they don't have --version. ;; tar) if test -n "$run"; then echo 1>&2 "ERROR: \`tar' requires --run" exit 1 elif test "x$2" = "x--version" || test "x$2" = "x--help"; then exit 1 fi ;; *) if test -z "$run" && ($1 --version) > /dev/null 2>&1; then # We have it, but it failed. exit 1 elif test "x$2" = "x--version" || test "x$2" = "x--help"; then # Could not run --version or --help. This is probably someone # running `$TOOL --version' or `$TOOL --help' to check whether # $TOOL exists and not knowing $TOOL uses missing. exit 1 fi ;; esac # If it does not exist, or fails to run (possibly an outdated version), # try to emulate it. case $1 in aclocal*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`acinclude.m4' or \`${configure_ac}'. You might want to install the \`Automake' and \`Perl' packages. Grab them from any GNU archive site." touch aclocal.m4 ;; autoconf) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`${configure_ac}'. You might want to install the \`Autoconf' and \`GNU m4' packages. Grab them from any GNU archive site." touch configure ;; autoheader) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`acconfig.h' or \`${configure_ac}'. You might want to install the \`Autoconf' and \`GNU m4' packages. Grab them from any GNU archive site." files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` test -z "$files" && files="config.h" touch_files= for f in $files; do case $f in *:*) touch_files="$touch_files "`echo "$f" | sed -e 's/^[^:]*://' -e 's/:.*//'`;; *) touch_files="$touch_files $f.in";; esac done touch $touch_files ;; automake*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. You might want to install the \`Automake' and \`Perl' packages. Grab them from any GNU archive site." find . -type f -name Makefile.am -print | sed 's/\.am$/.in/' | while read f; do touch "$f"; done ;; autom4te) echo 1>&2 "\ WARNING: \`$1' is needed, but is $msg. You might have modified some files without having the proper tools for further handling them. You can get \`$1' as part of \`Autoconf' from any GNU archive site." file=`echo "$*" | sed -n "$sed_output"` test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` if test -f "$file"; then touch $file else test -z "$file" || exec >$file echo "#! /bin/sh" echo "# Created by GNU Automake missing as a replacement of" echo "# $ $@" echo "exit 0" chmod +x $file exit 1 fi ;; bison|yacc) echo 1>&2 "\ WARNING: \`$1' $msg. You should only need it if you modified a \`.y' file. You may need the \`Bison' package in order for those modifications to take effect. You can get \`Bison' from any GNU archive site." rm -f y.tab.c y.tab.h if test $# -ne 1; then eval LASTARG="\${$#}" case $LASTARG in *.y) SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` if test -f "$SRCFILE"; then cp "$SRCFILE" y.tab.c fi SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` if test -f "$SRCFILE"; then cp "$SRCFILE" y.tab.h fi ;; esac fi if test ! -f y.tab.h; then echo >y.tab.h fi if test ! -f y.tab.c; then echo 'main() { return 0; }' >y.tab.c fi ;; lex|flex) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a \`.l' file. You may need the \`Flex' package in order for those modifications to take effect. You can get \`Flex' from any GNU archive site." rm -f lex.yy.c if test $# -ne 1; then eval LASTARG="\${$#}" case $LASTARG in *.l) SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` if test -f "$SRCFILE"; then cp "$SRCFILE" lex.yy.c fi ;; esac fi if test ! -f lex.yy.c; then echo 'main() { return 0; }' >lex.yy.c fi ;; help2man) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a dependency of a manual page. You may need the \`Help2man' package in order for those modifications to take effect. You can get \`Help2man' from any GNU archive site." file=`echo "$*" | sed -n "$sed_output"` test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` if test -f "$file"; then touch $file else test -z "$file" || exec >$file echo ".ab help2man is required to generate this page" exit 1 fi ;; makeinfo) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a \`.texi' or \`.texinfo' file, or any other file indirectly affecting the aspect of the manual. The spurious call might also be the consequence of using a buggy \`make' (AIX, DU, IRIX). You might want to install the \`Texinfo' package or the \`GNU make' package. Grab either from any GNU archive site." # The file to touch is that specified with -o ... file=`echo "$*" | sed -n "$sed_output"` test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` if test -z "$file"; then # ... or it is the one specified with @setfilename ... infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` file=`sed -n ' /^@setfilename/{ s/.* \([^ ]*\) *$/\1/ p q }' $infile` # ... or it is derived from the source name (dir/f.texi becomes f.info) test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info fi # If the file does not exist, the user really needs makeinfo; # let's fail without touching anything. test -f $file || exit 1 touch $file ;; tar) shift # We have already tried tar in the generic part. # Look for gnutar/gtar before invocation to avoid ugly error # messages. if (gnutar --version > /dev/null 2>&1); then gnutar "$@" && exit 0 fi if (gtar --version > /dev/null 2>&1); then gtar "$@" && exit 0 fi firstarg="$1" if shift; then case $firstarg in *o*) firstarg=`echo "$firstarg" | sed s/o//` tar "$firstarg" "$@" && exit 0 ;; esac case $firstarg in *h*) firstarg=`echo "$firstarg" | sed s/h//` tar "$firstarg" "$@" && exit 0 ;; esac fi echo 1>&2 "\ WARNING: I can't seem to be able to run \`tar' with the given arguments. You may want to install GNU tar or Free paxutils, or check the command line arguments." exit 1 ;; *) echo 1>&2 "\ WARNING: \`$1' is needed, and is $msg. You might have modified some files without having the proper tools for further handling them. Check the \`README' file, it often tells you about the needed prerequisites for installing this package. You may also peek at any GNU archive site, in case some other package would contain this missing \`$1' program." exit 1 ;; esac exit 0 # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-end: "$" # End: libuser-0.56.9.dfsg.1.orig/admin/ylwrap0000755000175000017500000001406110656605223015733 0ustar gheghe#! /bin/sh # ylwrap - wrapper for lex/yacc invocations. scriptversion=2005-05-14.22 # Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005 # Free Software Foundation, Inc. # # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301, USA. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # This file is maintained in Automake, please report # bugs to or send patches to # . case "$1" in '') echo "$0: No files given. Try \`$0 --help' for more information." 1>&2 exit 1 ;; --basedir) basedir=$2 shift 2 ;; -h|--h*) cat <<\EOF Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]... Wrapper for lex/yacc invocations, renaming files as desired. INPUT is the input file OUTPUT is one file PROG generates DESIRED is the file we actually want instead of OUTPUT PROGRAM is program to run ARGS are passed to PROG Any number of OUTPUT,DESIRED pairs may be used. Report bugs to . EOF exit $? ;; -v|--v*) echo "ylwrap $scriptversion" exit $? ;; esac # The input. input="$1" shift case "$input" in [\\/]* | ?:[\\/]*) # Absolute path; do nothing. ;; *) # Relative path. Make it absolute. input="`pwd`/$input" ;; esac pairlist= while test "$#" -ne 0; do if test "$1" = "--"; then shift break fi pairlist="$pairlist $1" shift done # The program to run. prog="$1" shift # Make any relative path in $prog absolute. case "$prog" in [\\/]* | ?:[\\/]*) ;; *[\\/]*) prog="`pwd`/$prog" ;; esac # FIXME: add hostname here for parallel makes that run commands on # other machines. But that might take us over the 14-char limit. dirname=ylwrap$$ trap "cd `pwd`; rm -rf $dirname > /dev/null 2>&1" 1 2 3 15 mkdir $dirname || exit 1 cd $dirname case $# in 0) $prog "$input" ;; *) $prog "$@" "$input" ;; esac ret=$? if test $ret -eq 0; then set X $pairlist shift first=yes # Since DOS filename conventions don't allow two dots, # the DOS version of Bison writes out y_tab.c instead of y.tab.c # and y_tab.h instead of y.tab.h. Test to see if this is the case. y_tab_nodot="no" if test -f y_tab.c || test -f y_tab.h; then y_tab_nodot="yes" fi # The directory holding the input. input_dir=`echo "$input" | sed -e 's,\([\\/]\)[^\\/]*$,\1,'` # Quote $INPUT_DIR so we can use it in a regexp. # FIXME: really we should care about more than `.' and `\'. input_rx=`echo "$input_dir" | sed 's,\\\\,\\\\\\\\,g;s,\\.,\\\\.,g'` while test "$#" -ne 0; do from="$1" # Handle y_tab.c and y_tab.h output by DOS if test $y_tab_nodot = "yes"; then if test $from = "y.tab.c"; then from="y_tab.c" else if test $from = "y.tab.h"; then from="y_tab.h" fi fi fi if test -f "$from"; then # If $2 is an absolute path name, then just use that, # otherwise prepend `../'. case "$2" in [\\/]* | ?:[\\/]*) target="$2";; *) target="../$2";; esac # We do not want to overwrite a header file if it hasn't # changed. This avoid useless recompilations. However the # parser itself (the first file) should always be updated, # because it is the destination of the .y.c rule in the # Makefile. Divert the output of all other files to a temporary # file so we can compare them to existing versions. if test $first = no; then realtarget="$target" target="tmp-`echo $target | sed s/.*[\\/]//g`" fi # Edit out `#line' or `#' directives. # # We don't want the resulting debug information to point at # an absolute srcdir; it is better for it to just mention the # .y file with no path. # # We want to use the real output file name, not yy.lex.c for # instance. # # We want the include guards to be adjusted too. FROM=`echo "$from" | sed \ -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'\ -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'` TARGET=`echo "$2" | sed \ -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'\ -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'` sed -e "/^#/!b" -e "s,$input_rx,," -e "s,$from,$2," \ -e "s,$FROM,$TARGET," "$from" >"$target" || ret=$? # Check whether header files must be updated. if test $first = no; then if test -f "$realtarget" && cmp -s "$realtarget" "$target"; then echo "$2" is unchanged rm -f "$target" else echo updating "$2" mv -f "$target" "$realtarget" fi fi else # A missing file is only an error for the first file. This # is a blatant hack to let us support using "yacc -d". If -d # is not specified, we don't want an error when the header # file is "missing". if test $first = yes; then ret=1 fi fi shift shift first=no done else ret=$? fi # Remove the directory. cd .. rm -rf $dirname exit $ret # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-end: "$" # End: libuser-0.56.9.dfsg.1.orig/admin/compile0000755000175000017500000000717310656605223016053 0ustar gheghe#! /bin/sh # Wrapper for compilers which do not understand `-c -o'. scriptversion=2005-05-14.22 # Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # This file is maintained in Automake, please report # bugs to or send patches to # . case $1 in '') echo "$0: No command. Try \`$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: compile [--help] [--version] PROGRAM [ARGS] Wrapper for compilers which do not understand `-c -o'. Remove `-o dest.o' from ARGS, run PROGRAM with the remaining arguments, and rename the output as expected. If you are trying to build a whole package this is not the right script to run: please start by reading the file `INSTALL'. Report bugs to . EOF exit $? ;; -v | --v*) echo "compile $scriptversion" exit $? ;; esac ofile= cfile= eat= for arg do if test -n "$eat"; then eat= else case $1 in -o) # configure might choose to run compile as `compile cc -o foo foo.c'. # So we strip `-o arg' only if arg is an object. eat=1 case $2 in *.o | *.obj) ofile=$2 ;; *) set x "$@" -o "$2" shift ;; esac ;; *.c) cfile=$1 set x "$@" "$1" shift ;; *) set x "$@" "$1" shift ;; esac fi shift done if test -z "$ofile" || test -z "$cfile"; then # If no `-o' option was seen then we might have been invoked from a # pattern rule where we don't need one. That is ok -- this is a # normal compilation that the losing compiler can handle. If no # `.c' file was seen then we are probably linking. That is also # ok. exec "$@" fi # Name of file we expect compiler to create. cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'` # Create the lock directory. # Note: use `[/.-]' here to ensure that we don't use the same name # that we are using for the .o file. Also, base the name on the expected # object file name, since that is what matters with a parallel build. lockdir=`echo "$cofile" | sed -e 's|[/.-]|_|g'`.d while true; do if mkdir "$lockdir" >/dev/null 2>&1; then break fi sleep 1 done # FIXME: race condition here if user kills between mkdir and trap. trap "rmdir '$lockdir'; exit 1" 1 2 15 # Run the compile. "$@" ret=$? if test -f "$cofile"; then mv "$cofile" "$ofile" elif test -f "${cofile}bj"; then mv "${cofile}bj" "$ofile" fi rmdir "$lockdir" exit $ret # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-end: "$" # End: libuser-0.56.9.dfsg.1.orig/admin/config.sub0000755000175000017500000007772610665257023016474 0ustar gheghe#! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. timestamp='2007-04-29' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software # can handle that machine. It does not imply ALL GNU software can. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA # 02110-1301, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Please send patches to . Submit a context # diff and a properly formatted ChangeLog entry. # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. # If it is invalid, we print an error message on stderr and exit with code 1. # Otherwise, we print the canonical config type on stdout and succeed. # This file is supposed to be the same for all GNU packages # and recognize all the CPU types, system types and aliases # that are meaningful with *any* GNU software. # Each package is responsible for reporting which valid configurations # it does not support. The user should be able to distinguish # a failure to support a valid configuration from a meaningless # configuration. # The goal of this file is to map all the various variations of a given # machine specification into a single specification in the form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or in some cases, the newer four-part form: # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # It is wrong to echo any other type of specification. me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] CPU-MFR-OPSYS $0 [OPTION] ALIAS Canonicalize a configuration name. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.sub ($timestamp) Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" exit 1 ;; *local*) # First pass through any local machine types. echo $1 exit ;; * ) break ;; esac done case $# in 0) echo "$me: missing argument$help" >&2 exit 1;; 1) ;; *) echo "$me: too many arguments$help" >&2 exit 1;; esac # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; *) basic_machine=`echo $1 | sed 's/-[^-]*$//'` if [ $basic_machine != $1 ] then os=`echo $1 | sed 's/.*-/-/'` else os=; fi ;; esac ### Let's recognize common machines as not being operating systems so ### that things like config.sub decstation-3100 work. We also ### recognize some manufacturers as not being operating systems, so we ### can provide default operating systems below. case $os in -sun*os*) # Prevent following clause from handling this invalid input. ;; -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ -apple | -axis | -knuth | -cray) os= basic_machine=$1 ;; -sim | -cisco | -oki | -wec | -winbond) os= basic_machine=$1 ;; -scout) ;; -wrs) os=-vxworks basic_machine=$1 ;; -chorusos*) os=-chorusos basic_machine=$1 ;; -chorusrdb) os=-chorusrdb basic_machine=$1 ;; -hiux*) os=-hiuxwe2 ;; -sco6) os=-sco5v6 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco5) os=-sco3.2v5 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco4) os=-sco3.2v4 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2.[4-9]*) os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2v[4-9]*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco5v6*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco*) os=-sco3.2v2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -udk*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -isc) os=-isc2.2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -clix*) basic_machine=clipper-intergraph ;; -isc*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -lynx*) os=-lynxos ;; -ptx*) basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` ;; -windowsnt*) os=`echo $os | sed -e 's/windowsnt/winnt/'` ;; -psos*) os=-psos ;; -mint | -mint[0-9]*) basic_machine=m68k-atari os=-mint ;; esac # Decode aliases for certain CPU-COMPANY combinations. case $basic_machine in # Recognize the basic CPU types without company name. # Some are omitted here because they have special meanings below. 1750a | 580 \ | a29k \ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ | bfin \ | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ | fido | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ | maxq | mb | microblaze | mcore | mep \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ | mips64vr | mips64vrel \ | mips64orion | mips64orionel \ | mips64vr4100 | mips64vr4100el \ | mips64vr4300 | mips64vr4300el \ | mips64vr5000 | mips64vr5000el \ | mips64vr5900 | mips64vr5900el \ | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ | mipsisa64 | mipsisa64el \ | mipsisa64r2 | mipsisa64r2el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ | mt \ | msp430 \ | nios | nios2 \ | ns16k | ns32k \ | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ | score \ | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ | spu | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ | v850 | v850e \ | we32k \ | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ | z8k) basic_machine=$basic_machine-unknown ;; m6811 | m68hc11 | m6812 | m68hc12) # Motorola 68HC11/12. basic_machine=$basic_machine-unknown os=-none ;; m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) ;; ms1) basic_machine=mt-unknown ;; # We use `pc' rather than `unknown' # because (1) that's what they normally are, and # (2) the word "unknown" tends to confuse beginning users. i*86 | x86_64) basic_machine=$basic_machine-pc ;; # Object if more than one company name word. *-*-*) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; # Recognize the basic CPU types with company name. 580-* \ | a29k-* \ | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* | avr32-* \ | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | maxq-* | mcore-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ | mips64vr-* | mips64vrel-* \ | mips64orion-* | mips64orionel-* \ | mips64vr4100-* | mips64vr4100el-* \ | mips64vr4300-* | mips64vr4300el-* \ | mips64vr5000-* | mips64vr5000el-* \ | mips64vr5900-* | mips64vr5900el-* \ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ | mipsisa64-* | mipsisa64el-* \ | mipsisa64r2-* | mipsisa64r2el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ | mt-* \ | msp430-* \ | nios-* | nios2-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ | romp-* | rs6000-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tron-* \ | v850-* | v850e-* | vax-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ | xstormy16-* | xtensa-* \ | ymp-* \ | z8k-*) ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) basic_machine=i386-unknown os=-bsd ;; 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) basic_machine=m68000-att ;; 3b*) basic_machine=we32k-att ;; a29khif) basic_machine=a29k-amd os=-udi ;; abacus) basic_machine=abacus-unknown ;; adobe68k) basic_machine=m68010-adobe os=-scout ;; alliant | fx80) basic_machine=fx80-alliant ;; altos | altos3068) basic_machine=m68k-altos ;; am29k) basic_machine=a29k-none os=-bsd ;; amd64) basic_machine=x86_64-pc ;; amd64-*) basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; amdahl) basic_machine=580-amdahl os=-sysv ;; amiga | amiga-*) basic_machine=m68k-unknown ;; amigaos | amigados) basic_machine=m68k-unknown os=-amigaos ;; amigaunix | amix) basic_machine=m68k-unknown os=-sysv4 ;; apollo68) basic_machine=m68k-apollo os=-sysv ;; apollo68bsd) basic_machine=m68k-apollo os=-bsd ;; aux) basic_machine=m68k-apple os=-aux ;; balance) basic_machine=ns32k-sequent os=-dynix ;; c90) basic_machine=c90-cray os=-unicos ;; convex-c1) basic_machine=c1-convex os=-bsd ;; convex-c2) basic_machine=c2-convex os=-bsd ;; convex-c32) basic_machine=c32-convex os=-bsd ;; convex-c34) basic_machine=c34-convex os=-bsd ;; convex-c38) basic_machine=c38-convex os=-bsd ;; cray | j90) basic_machine=j90-cray os=-unicos ;; craynv) basic_machine=craynv-cray os=-unicosmp ;; cr16c) basic_machine=cr16c-unknown os=-elf ;; crds | unos) basic_machine=m68k-crds ;; crisv32 | crisv32-* | etraxfs*) basic_machine=crisv32-axis ;; cris | cris-* | etrax*) basic_machine=cris-axis ;; crx) basic_machine=crx-unknown os=-elf ;; da30 | da30-*) basic_machine=m68k-da30 ;; decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) basic_machine=mips-dec ;; decsystem10* | dec10*) basic_machine=pdp10-dec os=-tops10 ;; decsystem20* | dec20*) basic_machine=pdp10-dec os=-tops20 ;; delta | 3300 | motorola-3300 | motorola-delta \ | 3300-motorola | delta-motorola) basic_machine=m68k-motorola ;; delta88) basic_machine=m88k-motorola os=-sysv3 ;; djgpp) basic_machine=i586-pc os=-msdosdjgpp ;; dpx20 | dpx20-*) basic_machine=rs6000-bull os=-bosx ;; dpx2* | dpx2*-bull) basic_machine=m68k-bull os=-sysv3 ;; ebmon29k) basic_machine=a29k-amd os=-ebmon ;; elxsi) basic_machine=elxsi-elxsi os=-bsd ;; encore | umax | mmax) basic_machine=ns32k-encore ;; es1800 | OSE68k | ose68k | ose | OSE) basic_machine=m68k-ericsson os=-ose ;; fx2800) basic_machine=i860-alliant ;; genix) basic_machine=ns32k-ns ;; gmicro) basic_machine=tron-gmicro os=-sysv ;; go32) basic_machine=i386-pc os=-go32 ;; h3050r* | hiux*) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; h8300hms) basic_machine=h8300-hitachi os=-hms ;; h8300xray) basic_machine=h8300-hitachi os=-xray ;; h8500hms) basic_machine=h8500-hitachi os=-hms ;; harris) basic_machine=m88k-harris os=-sysv3 ;; hp300-*) basic_machine=m68k-hp ;; hp300bsd) basic_machine=m68k-hp os=-bsd ;; hp300hpux) basic_machine=m68k-hp os=-hpux ;; hp3k9[0-9][0-9] | hp9[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k2[0-9][0-9] | hp9k31[0-9]) basic_machine=m68000-hp ;; hp9k3[2-9][0-9]) basic_machine=m68k-hp ;; hp9k6[0-9][0-9] | hp6[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k7[0-79][0-9] | hp7[0-79][0-9]) basic_machine=hppa1.1-hp ;; hp9k78[0-9] | hp78[0-9]) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[0-9][13679] | hp8[0-9][13679]) basic_machine=hppa1.1-hp ;; hp9k8[0-9][0-9] | hp8[0-9][0-9]) basic_machine=hppa1.0-hp ;; hppa-next) os=-nextstep3 ;; hppaosf) basic_machine=hppa1.1-hp os=-osf ;; hppro) basic_machine=hppa1.1-hp os=-proelf ;; i370-ibm* | ibm*) basic_machine=i370-ibm ;; # I'm not sure what "Sysv32" means. Should this be sysv3.2? i*86v32) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv32 ;; i*86v4*) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv4 ;; i*86v) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv ;; i*86sol2) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-solaris2 ;; i386mach) basic_machine=i386-mach os=-mach ;; i386-vsta | vsta) basic_machine=i386-unknown os=-vsta ;; iris | iris4d) basic_machine=mips-sgi case $os in -irix*) ;; *) os=-irix4 ;; esac ;; isi68 | isi) basic_machine=m68k-isi os=-sysv ;; m88k-omron*) basic_machine=m88k-omron ;; magnum | m3230) basic_machine=mips-mips os=-sysv ;; merlin) basic_machine=ns32k-utek os=-sysv ;; mingw32) basic_machine=i386-pc os=-mingw32 ;; mingw32ce) basic_machine=arm-unknown os=-mingw32ce ;; miniframe) basic_machine=m68000-convergent ;; *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) basic_machine=m68k-atari os=-mint ;; mips3*-*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` ;; mips3*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown ;; monitor) basic_machine=m68k-rom68k os=-coff ;; morphos) basic_machine=powerpc-unknown os=-morphos ;; msdos) basic_machine=i386-pc os=-msdos ;; ms1-*) basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` ;; mvs) basic_machine=i370-ibm os=-mvs ;; ncr3000) basic_machine=i486-ncr os=-sysv4 ;; netbsd386) basic_machine=i386-unknown os=-netbsd ;; netwinder) basic_machine=armv4l-rebel os=-linux ;; news | news700 | news800 | news900) basic_machine=m68k-sony os=-newsos ;; news1000) basic_machine=m68030-sony os=-newsos ;; news-3600 | risc-news) basic_machine=mips-sony os=-newsos ;; necv70) basic_machine=v70-nec os=-sysv ;; next | m*-next ) basic_machine=m68k-next case $os in -nextstep* ) ;; -ns2*) os=-nextstep2 ;; *) os=-nextstep3 ;; esac ;; nh3000) basic_machine=m68k-harris os=-cxux ;; nh[45]000) basic_machine=m88k-harris os=-cxux ;; nindy960) basic_machine=i960-intel os=-nindy ;; mon960) basic_machine=i960-intel os=-mon960 ;; nonstopux) basic_machine=mips-compaq os=-nonstopux ;; np1) basic_machine=np1-gould ;; nsr-tandem) basic_machine=nsr-tandem ;; op50n-* | op60c-*) basic_machine=hppa1.1-oki os=-proelf ;; openrisc | openrisc-*) basic_machine=or32-unknown ;; os400) basic_machine=powerpc-ibm os=-os400 ;; OSE68000 | ose68000) basic_machine=m68000-ericsson os=-ose ;; os68k) basic_machine=m68k-none os=-os68k ;; pa-hitachi) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; paragon) basic_machine=i860-intel os=-osf ;; pbd) basic_machine=sparc-tti ;; pbb) basic_machine=m68k-tti ;; pc532 | pc532-*) basic_machine=ns32k-pc532 ;; pc98) basic_machine=i386-pc ;; pc98-*) basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc ;; pentiumpro | p6 | 6x86 | athlon | athlon_*) basic_machine=i686-pc ;; pentiumii | pentium2 | pentiumiii | pentium3) basic_machine=i686-pc ;; pentium4) basic_machine=i786-pc ;; pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumpro-* | p6-* | 6x86-* | athlon-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentium4-*) basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pn) basic_machine=pn-gould ;; power) basic_machine=power-ibm ;; ppc) basic_machine=powerpc-unknown ;; ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppcle | powerpclittle | ppc-le | powerpc-little) basic_machine=powerpcle-unknown ;; ppcle-* | powerpclittle-*) basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64) basic_machine=powerpc64-unknown ;; ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64le | powerpc64little | ppc64-le | powerpc64-little) basic_machine=powerpc64le-unknown ;; ppc64le-* | powerpc64little-*) basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ps2) basic_machine=i386-ibm ;; pw32) basic_machine=i586-unknown os=-pw32 ;; rdos) basic_machine=i386-pc os=-rdos ;; rom68k) basic_machine=m68k-rom68k os=-coff ;; rm[46]00) basic_machine=mips-siemens ;; rtpc | rtpc-*) basic_machine=romp-ibm ;; s390 | s390-*) basic_machine=s390-ibm ;; s390x | s390x-*) basic_machine=s390x-ibm ;; sa29200) basic_machine=a29k-amd os=-udi ;; sb1) basic_machine=mipsisa64sb1-unknown ;; sb1el) basic_machine=mipsisa64sb1el-unknown ;; sde) basic_machine=mipsisa32-sde os=-elf ;; sei) basic_machine=mips-sei os=-seiux ;; sequent) basic_machine=i386-sequent ;; sh) basic_machine=sh-hitachi os=-hms ;; sh5el) basic_machine=sh5le-unknown ;; sh64) basic_machine=sh64-unknown ;; sparclite-wrs | simso-wrs) basic_machine=sparclite-wrs os=-vxworks ;; sps7) basic_machine=m68k-bull os=-sysv2 ;; spur) basic_machine=spur-unknown ;; st2000) basic_machine=m68k-tandem ;; stratus) basic_machine=i860-stratus os=-sysv4 ;; sun2) basic_machine=m68000-sun ;; sun2os3) basic_machine=m68000-sun os=-sunos3 ;; sun2os4) basic_machine=m68000-sun os=-sunos4 ;; sun3os3) basic_machine=m68k-sun os=-sunos3 ;; sun3os4) basic_machine=m68k-sun os=-sunos4 ;; sun4os3) basic_machine=sparc-sun os=-sunos3 ;; sun4os4) basic_machine=sparc-sun os=-sunos4 ;; sun4sol2) basic_machine=sparc-sun os=-solaris2 ;; sun3 | sun3-*) basic_machine=m68k-sun ;; sun4) basic_machine=sparc-sun ;; sun386 | sun386i | roadrunner) basic_machine=i386-sun ;; sv1) basic_machine=sv1-cray os=-unicos ;; symmetry) basic_machine=i386-sequent os=-dynix ;; t3e) basic_machine=alphaev5-cray os=-unicos ;; t90) basic_machine=t90-cray os=-unicos ;; tic54x | c54x*) basic_machine=tic54x-unknown os=-coff ;; tic55x | c55x*) basic_machine=tic55x-unknown os=-coff ;; tic6x | c6x*) basic_machine=tic6x-unknown os=-coff ;; tx39) basic_machine=mipstx39-unknown ;; tx39el) basic_machine=mipstx39el-unknown ;; toad1) basic_machine=pdp10-xkl os=-tops20 ;; tower | tower-32) basic_machine=m68k-ncr ;; tpf) basic_machine=s390x-ibm os=-tpf ;; udi29k) basic_machine=a29k-amd os=-udi ;; ultra3) basic_machine=a29k-nyu os=-sym1 ;; v810 | necv810) basic_machine=v810-nec os=-none ;; vaxv) basic_machine=vax-dec os=-sysv ;; vms) basic_machine=vax-dec os=-vms ;; vpp*|vx|vx-*) basic_machine=f301-fujitsu ;; vxworks960) basic_machine=i960-wrs os=-vxworks ;; vxworks68) basic_machine=m68k-wrs os=-vxworks ;; vxworks29k) basic_machine=a29k-wrs os=-vxworks ;; w65*) basic_machine=w65-wdc os=-none ;; w89k-*) basic_machine=hppa1.1-winbond os=-proelf ;; xbox) basic_machine=i686-pc os=-mingw32 ;; xps | xps100) basic_machine=xps100-honeywell ;; ymp) basic_machine=ymp-cray os=-unicos ;; z8k-*-coff) basic_machine=z8k-unknown os=-sim ;; none) basic_machine=none-none os=-none ;; # Here we handle the default manufacturer of certain CPU types. It is in # some cases the only manufacturer, in others, it is the most popular. w89k) basic_machine=hppa1.1-winbond ;; op50n) basic_machine=hppa1.1-oki ;; op60c) basic_machine=hppa1.1-oki ;; romp) basic_machine=romp-ibm ;; mmix) basic_machine=mmix-knuth ;; rs6000) basic_machine=rs6000-ibm ;; vax) basic_machine=vax-dec ;; pdp10) # there are many clones, so DEC is not a safe bet basic_machine=pdp10-unknown ;; pdp11) basic_machine=pdp11-dec ;; we32k) basic_machine=we32k-att ;; sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) basic_machine=sparc-sun ;; cydra) basic_machine=cydra-cydrome ;; orion) basic_machine=orion-highlevel ;; orion105) basic_machine=clipper-highlevel ;; mac | mpw | mac-mpw) basic_machine=m68k-apple ;; pmac | pmac-mpw) basic_machine=powerpc-apple ;; *-unknown) # Make sure to match an already-canonicalized machine name. ;; *) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; esac # Here we canonicalize certain aliases for manufacturers. case $basic_machine in *-digital*) basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` ;; *-commodore*) basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` ;; *) ;; esac # Decode manufacturer-specific aliases for certain operating systems. if [ x"$os" != x"" ] then case $os in # First match some system type aliases # that might get confused with valid system types. # -solaris* is a basic system type, with this one exception. -solaris1 | -solaris1.*) os=`echo $os | sed -e 's|solaris1|sunos4|'` ;; -solaris) os=-solaris2 ;; -svr4*) os=-sysv4 ;; -unixware*) os=-sysv4.2uw ;; -gnu/linux*) os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` ;; # First accept the basic system types. # The portable systems comes first. # Each alternative MUST END IN A *, to match a version number. # -sysv* is not here because it comes later, after sysvr4. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | -aos* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ | -openbsd* | -solidbsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | -skyos* | -haiku* | -rdos* | -toppers* | -drops*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) case $basic_machine in x86-* | i*86-*) ;; *) os=-nto$os ;; esac ;; -nto-qnx*) ;; -nto*) os=`echo $os | sed -e 's|nto|nto-qnx|'` ;; -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) ;; -mac*) os=`echo $os | sed -e 's|mac|macos|'` ;; -linux-dietlibc) os=-linux-dietlibc ;; -linux*) os=`echo $os | sed -e 's|linux|linux-gnu|'` ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'` ;; -sunos6*) os=`echo $os | sed -e 's|sunos6|solaris3|'` ;; -opened*) os=-openedition ;; -os400*) os=-os400 ;; -wince*) os=-wince ;; -osfrose*) os=-osfrose ;; -osf*) os=-osf ;; -utek*) os=-bsd ;; -dynix*) os=-bsd ;; -acis*) os=-aos ;; -atheos*) os=-atheos ;; -syllable*) os=-syllable ;; -386bsd) os=-bsd ;; -ctix* | -uts*) os=-sysv ;; -nova*) os=-rtmk-nova ;; -ns2 ) os=-nextstep2 ;; -nsk*) os=-nsk ;; # Preserve the version number of sinix5. -sinix5.*) os=`echo $os | sed -e 's|sinix|sysv|'` ;; -sinix*) os=-sysv4 ;; -tpf*) os=-tpf ;; -triton*) os=-sysv3 ;; -oss*) os=-sysv3 ;; -svr4) os=-sysv4 ;; -svr3) os=-sysv3 ;; -sysvr4) os=-sysv4 ;; # This must come after -sysvr4. -sysv*) ;; -ose*) os=-ose ;; -es1800*) os=-ose ;; -xenix) os=-xenix ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) os=-mint ;; -aros*) os=-aros ;; -kaos*) os=-kaos ;; -zvmoe) os=-zvmoe ;; -none) ;; *) # Get rid of the `-' at the beginning of $os. os=`echo $os | sed 's/[^-]*-//'` echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 exit 1 ;; esac else # Here we handle the default operating systems that come with various machines. # The value should be what the vendor currently ships out the door with their # machine or put another way, the most popular os provided with the machine. # Note that if you're going to try to match "-MANUFACTURER" here (say, # "-sun"), then you have to tell the case statement up towards the top # that MANUFACTURER isn't an operating system. Otherwise, code above # will signal an error saying that MANUFACTURER isn't an operating # system, and we'll never get to this point. case $basic_machine in score-*) os=-elf ;; spu-*) os=-elf ;; *-acorn) os=-riscix1.2 ;; arm*-rebel) os=-linux ;; arm*-semi) os=-aout ;; c4x-* | tic4x-*) os=-coff ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 ;; pdp11-*) os=-none ;; *-dec | vax-*) os=-ultrix4.2 ;; m68*-apollo) os=-domain ;; i386-sun) os=-sunos4.0.2 ;; m68000-sun) os=-sunos3 # This also exists in the configure program, but was not the # default. # os=-sunos4 ;; m68*-cisco) os=-aout ;; mep-*) os=-elf ;; mips*-cisco) os=-elf ;; mips*-*) os=-elf ;; or32-*) os=-coff ;; *-tti) # must be before sparc entry or we get the wrong os. os=-sysv3 ;; sparc-* | *-sun) os=-sunos4.1.1 ;; *-be) os=-beos ;; *-haiku) os=-haiku ;; *-ibm) os=-aix ;; *-knuth) os=-mmixware ;; *-wec) os=-proelf ;; *-winbond) os=-proelf ;; *-oki) os=-proelf ;; *-hp) os=-hpux ;; *-hitachi) os=-hiux ;; i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) os=-sysv ;; *-cbm) os=-amigaos ;; *-dg) os=-dgux ;; *-dolphin) os=-sysv3 ;; m68k-ccur) os=-rtu ;; m88k-omron*) os=-luna ;; *-next ) os=-nextstep ;; *-sequent) os=-ptx ;; *-crds) os=-unos ;; *-ns) os=-genix ;; i370-*) os=-mvs ;; *-next) os=-nextstep3 ;; *-gould) os=-sysv ;; *-highlevel) os=-bsd ;; *-encore) os=-bsd ;; *-sgi) os=-irix ;; *-siemens) os=-sysv4 ;; *-masscomp) os=-rtu ;; f30[01]-fujitsu | f700-fujitsu) os=-uxpv ;; *-rom68k) os=-coff ;; *-*bug) os=-coff ;; *-apple) os=-macos ;; *-atari*) os=-mint ;; *) os=-none ;; esac fi # Here we handle the case where we know the os, and the CPU type, but not the # manufacturer. We pick the logical manufacturer. vendor=unknown case $basic_machine in *-unknown) case $os in -riscix*) vendor=acorn ;; -sunos*) vendor=sun ;; -aix*) vendor=ibm ;; -beos*) vendor=be ;; -hpux*) vendor=hp ;; -mpeix*) vendor=hp ;; -hiux*) vendor=hitachi ;; -unos*) vendor=crds ;; -dgux*) vendor=dg ;; -luna*) vendor=omron ;; -genix*) vendor=ns ;; -mvs* | -opened*) vendor=ibm ;; -os400*) vendor=ibm ;; -ptx*) vendor=sequent ;; -tpf*) vendor=ibm ;; -vxsim* | -vxworks* | -windiss*) vendor=wrs ;; -aux*) vendor=apple ;; -hms*) vendor=hitachi ;; -mpw* | -macos*) vendor=apple ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) vendor=atari ;; -vos*) vendor=stratus ;; esac basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` ;; esac echo $basic_machine$os exit # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: libuser-0.56.9.dfsg.1.orig/admin/depcomp0000755000175000017500000004224610656605223016052 0ustar gheghe#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2006-10-15.18 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006 Free Software # Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301, USA. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Originally written by Alexandre Oliva . case $1 in '') echo "$0: No command. Try \`$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: depcomp [--help] [--version] PROGRAM [ARGS] Run PROGRAMS ARGS to compile a file, generating dependencies as side-effects. Environment variables: depmode Dependency tracking mode. source Source file read by `PROGRAMS ARGS'. object Object file output by `PROGRAMS ARGS'. DEPDIR directory where to store dependencies. depfile Dependency file to output. tmpdepfile Temporary file to use when outputing dependencies. libtool Whether libtool is used (yes/no). Report bugs to . EOF exit $? ;; -v | --v*) echo "depcomp $scriptversion" exit $? ;; esac if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 exit 1 fi # Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. depfile=${depfile-`echo "$object" | sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} rm -f "$tmpdepfile" # Some modes work just like other modes, but use different flags. We # parameterize here, but still list the modes in the big case below, # to make depend.m4 easier to write. Note that we *cannot* use a case # here, because this file can only contain one case statement. if test "$depmode" = hp; then # HP compiler uses -M and no extra arg. gccflag=-M depmode=gcc fi if test "$depmode" = dashXmstdout; then # This is just like dashmstdout with a different argument. dashmflag=-xM depmode=dashmstdout fi case "$depmode" in gcc3) ## gcc 3 implements dependency tracking that does exactly what ## we want. Yay! Note: for some reason libtool 1.4 doesn't like ## it if -MD -MP comes after the -MF stuff. Hmm. ## Unfortunately, FreeBSD c89 acceptance of flags depends upon ## the command line argument order; so add the flags where they ## appear in depend2.am. Note that the slowdown incurred here ## affects only configure: in makefiles, %FASTDEP% shortcuts this. for arg do case $arg in -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; *) set fnord "$@" "$arg" ;; esac shift # fnord shift # $arg done "$@" stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi mv "$tmpdepfile" "$depfile" ;; gcc) ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: ## - Don't want to use -MD because we'd like the dependencies to end ## up in a subdir. Having to rename by hand is ugly. ## (We might end up doing this anyway to support other compilers.) ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like ## -MM, not -M (despite what the docs say). ## - Using -M directly means running the compiler twice (even worse ## than renaming). if test -z "$gccflag"; then gccflag=-MD, fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ## The second -e expression handles DOS-style file names with drive letters. sed -e 's/^[^:]*: / /' \ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" ## This next piece of magic avoids the `deleted header file' problem. ## The problem is that when a header file which appears in a .P file ## is deleted, the dependency causes make to die (because there is ## typically no way to rebuild the header). We avoid this by adding ## dummy dependencies for each header file. Too bad gcc doesn't do ## this for us directly. tr ' ' ' ' < "$tmpdepfile" | ## Some versions of gcc put a space before the `:'. On the theory ## that the space means something, we add a space to the output as ## well. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; sgi) if test "$libtool" = yes; then "$@" "-Wp,-MDupdate,$tmpdepfile" else "$@" -MDupdate "$tmpdepfile" fi stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files echo "$object : \\" > "$depfile" # Clip off the initial element (the dependent). Don't try to be # clever and replace this with sed code, as IRIX sed won't handle # lines with more than a fixed number of characters (4096 in # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; # the IRIX cc adds comments like `#:fec' to the end of the # dependency line. tr ' ' ' ' < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ tr ' ' ' ' >> $depfile echo >> $depfile # The second pass generates a dummy entry for each header file. tr ' ' ' ' < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ >> $depfile else # The sourcefile does not contain any dependencies, so just # store a dummy comment line, to avoid errors with the Makefile # "include basename.Plo" scheme. echo "#dummy" > "$depfile" fi rm -f "$tmpdepfile" ;; aix) # The C for AIX Compiler uses -M and outputs the dependencies # in a .u file. In older versions, this file always lives in the # current directory. Also, the AIX compiler puts `$object:' at the # start of each line; $object doesn't have directory information. # Version 6 uses the directory in both cases. stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'` tmpdepfile="$stripped.u" if test "$libtool" = yes; then "$@" -Wc,-M else "$@" -M fi stat=$? if test -f "$tmpdepfile"; then : else stripped=`echo "$stripped" | sed 's,^.*/,,'` tmpdepfile="$stripped.u" fi if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi if test -f "$tmpdepfile"; then outname="$stripped.o" # Each line is of the form `foo.o: dependent.h'. # Do two passes, one to just change these to # `$object: dependent.h' and one to simply `dependent.h:'. sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile" else # The sourcefile does not contain any dependencies, so just # store a dummy comment line, to avoid errors with the Makefile # "include basename.Plo" scheme. echo "#dummy" > "$depfile" fi rm -f "$tmpdepfile" ;; icc) # Intel's C compiler understands `-MD -MF file'. However on # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c # ICC 7.0 will fill foo.d with something like # foo.o: sub/foo.c # foo.o: sub/foo.h # which is wrong. We want: # sub/foo.o: sub/foo.c # sub/foo.o: sub/foo.h # sub/foo.c: # sub/foo.h: # ICC 7.1 will output # foo.o: sub/foo.c sub/foo.h # and will wrap long lines using \ : # foo.o: sub/foo.c ... \ # sub/foo.h ... \ # ... "$@" -MD -MF "$tmpdepfile" stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" # Each line is of the form `foo.o: dependent.h', # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. # Do two passes, one to just change these to # `$object: dependent.h' and one to simply `dependent.h:'. sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this invocation # correctly. Breaking it into two sed invocations is a workaround. sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp2) # The "hp" stanza above does not work with aCC (C++) and HP's ia64 # compilers, which have integrated preprocessors. The correct option # to use with these is +Maked; it writes dependencies to a file named # 'foo.d', which lands next to the object file, wherever that # happens to be. # Much of this is similar to the tru64 case; see comments there. dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` test "x$dir" = "x$object" && dir= base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` if test "$libtool" = yes; then tmpdepfile1=$dir$base.d tmpdepfile2=$dir.libs/$base.d "$@" -Wc,+Maked else tmpdepfile1=$dir$base.d tmpdepfile2=$dir$base.d "$@" +Maked fi stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" do test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile" # Add `dependent.h:' lines. sed -ne '2,${; s/^ *//; s/ \\*$//; s/$/:/; p;}' "$tmpdepfile" >> "$depfile" else echo "#dummy" > "$depfile" fi rm -f "$tmpdepfile" "$tmpdepfile2" ;; tru64) # The Tru64 compiler uses -MD to generate dependencies as a side # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'. # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put # dependencies in `foo.d' instead, so we check for that too. # Subdirectories are respected. dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` test "x$dir" = "x$object" && dir= base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` if test "$libtool" = yes; then # With Tru64 cc, shared objects can also be used to make a # static library. This mechanism is used in libtool 1.4 series to # handle both shared and static libraries in a single compilation. # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d. # # With libtool 1.5 this exception was removed, and libtool now # generates 2 separate objects for the 2 libraries. These two # compilations output dependencies in $dir.libs/$base.o.d and # in $dir$base.o.d. We have to check for both files, because # one of the two compilations can be disabled. We should prefer # $dir$base.o.d over $dir.libs/$base.o.d because the latter is # automatically cleaned when .libs/ is deleted, while ignoring # the former would cause a distcleancheck panic. tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4 tmpdepfile2=$dir$base.o.d # libtool 1.5 tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5 tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504 "$@" -Wc,-MD else tmpdepfile1=$dir$base.o.d tmpdepfile2=$dir$base.d tmpdepfile3=$dir$base.d tmpdepfile4=$dir$base.d "$@" -MD fi stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" do test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" # That's a tab and a space in the []. sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" else echo "#dummy" > "$depfile" fi rm -f "$tmpdepfile" ;; #nosideeffect) # This comment above is used by automake to tell side-effect # dependency tracking mechanisms from slower ones. dashmstdout) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout, regardless of -o. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test $1 != '--mode=compile'; do shift done shift fi # Remove `-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done test -z "$dashmflag" && dashmflag=-M # Require at least two characters before searching for `:' # in the target name. This is to cope with DOS-style filenames: # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise. "$@" $dashmflag | sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" tr ' ' ' ' < "$tmpdepfile" | \ ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; dashXmstdout) # This case only exists to satisfy depend.m4. It is never actually # run, as this mode is specially recognized in the preamble. exit 1 ;; makedepend) "$@" || exit $? # Remove any Libtool call if test "$libtool" = yes; then while test $1 != '--mode=compile'; do shift done shift fi # X makedepend shift cleared=no for arg in "$@"; do case $cleared in no) set ""; shift cleared=yes ;; esac case "$arg" in -D*|-I*) set fnord "$@" "$arg"; shift ;; # Strip any option that makedepend may not understand. Remove # the object too, otherwise makedepend will parse it as a source file. -*|$object) ;; *) set fnord "$@" "$arg"; shift ;; esac done obj_suffix="`echo $object | sed 's/^.*\././'`" touch "$tmpdepfile" ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" sed '1,2d' "$tmpdepfile" | tr ' ' ' ' | \ ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; cpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test $1 != '--mode=compile'; do shift done shift fi # Remove `-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done "$@" -E | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | sed '$ s: \\$::' > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" cat < "$tmpdepfile" >> "$depfile" sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; msvisualcpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout, regardless of -o, # because we must use -o when running libtool. "$@" || exit $? IFS=" " for arg do case "$arg" in "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") set fnord "$@" shift shift ;; *) set fnord "$@" "$arg" shift shift ;; esac done "$@" -E | sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile" echo " " >> "$depfile" . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::\1\::p' >> "$depfile" rm -f "$tmpdepfile" ;; none) exec "$@" ;; *) echo "Unknown depmode $depmode" 1>&2 exit 1 ;; esac exit 0 # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-end: "$" # End: libuser-0.56.9.dfsg.1.orig/admin/ltmain.sh0000644000175000017500000060446510665257023016325 0ustar gheghe# ltmain.sh - Provide generalized library-building support services. # NOTE: Changing this file will not affect anything until you rerun configure. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, # 2007 Free Software Foundation, Inc. # Originally by Gordon Matzigkeit , 1996 # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. basename="s,^.*/,,g" # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh # is ksh but when the shell is invoked as "sh" and the current value of # the _XPG environment variable is not equal to 1 (one), the special # positional parameter $0, within a function call, is the name of the # function. progpath="$0" # The name of this program: progname=`echo "$progpath" | $SED $basename` modename="$progname" # Global variables: EXIT_SUCCESS=0 EXIT_FAILURE=1 PROGRAM=ltmain.sh PACKAGE=libtool VERSION=1.5.24 TIMESTAMP=" (1.1220.2.456 2007/06/24 02:25:32)" # Be Bourne compatible (taken from Autoconf:_AS_BOURNE_COMPATIBLE). if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac fi BIN_SH=xpg4; export BIN_SH # for Tru64 DUALCASE=1; export DUALCASE # for MKS sh # Check that we have a working $echo. if test "X$1" = X--no-reexec; then # Discard the --no-reexec flag, and continue. shift elif test "X$1" = X--fallback-echo; then # Avoid inline document here, it may be left over : elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then # Yippee, $echo works! : else # Restart under the correct shell, and then maybe $echo will work. exec $SHELL "$progpath" --no-reexec ${1+"$@"} fi if test "X$1" = X--fallback-echo; then # used as fallback echo shift cat <&2 $echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 exit $EXIT_FAILURE fi # Global variables. mode=$default_mode nonopt= prev= prevopt= run= show="$echo" show_help= execute_dlfiles= duplicate_deps=no preserve_args= lo2o="s/\\.lo\$/.${objext}/" o2lo="s/\\.${objext}\$/.lo/" extracted_archives= extracted_serial=0 ##################################### # Shell function definitions: # This seems to be the best place for them # func_mktempdir [string] # Make a temporary directory that won't clash with other running # libtool processes, and avoids race conditions if possible. If # given, STRING is the basename for that directory. func_mktempdir () { my_template="${TMPDIR-/tmp}/${1-$progname}" if test "$run" = ":"; then # Return a directory name, but don't create it in dry-run mode my_tmpdir="${my_template}-$$" else # If mktemp works, use that first and foremost my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` if test ! -d "$my_tmpdir"; then # Failing that, at least try and use $RANDOM to avoid a race my_tmpdir="${my_template}-${RANDOM-0}$$" save_mktempdir_umask=`umask` umask 0077 $mkdir "$my_tmpdir" umask $save_mktempdir_umask fi # If we're not in dry-run mode, bomb out on failure test -d "$my_tmpdir" || { $echo "cannot create temporary directory \`$my_tmpdir'" 1>&2 exit $EXIT_FAILURE } fi $echo "X$my_tmpdir" | $Xsed } # func_win32_libid arg # return the library type of file 'arg' # # Need a lot of goo to handle *both* DLLs and import libs # Has to be a shell function in order to 'eat' the argument # that is supplied when $file_magic_command is called. func_win32_libid () { win32_libid_type="unknown" win32_fileres=`file -L $1 2>/dev/null` case $win32_fileres in *ar\ archive\ import\ library*) # definitely import win32_libid_type="x86 archive import" ;; *ar\ archive*) # could be an import, or static if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | \ $EGREP -e 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then win32_nmres=`eval $NM -f posix -A $1 | \ $SED -n -e '1,100{ / I /{ s,.*,import, p q } }'` case $win32_nmres in import*) win32_libid_type="x86 archive import";; *) win32_libid_type="x86 archive static";; esac fi ;; *DLL*) win32_libid_type="x86 DLL" ;; *executable*) # but shell scripts are "executable" too... case $win32_fileres in *MS\ Windows\ PE\ Intel*) win32_libid_type="x86 DLL" ;; esac ;; esac $echo $win32_libid_type } # func_infer_tag arg # Infer tagged configuration to use if any are available and # if one wasn't chosen via the "--tag" command line option. # Only attempt this if the compiler in the base compile # command doesn't match the default compiler. # arg is usually of the form 'gcc ...' func_infer_tag () { if test -n "$available_tags" && test -z "$tagname"; then CC_quoted= for arg in $CC; do case $arg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") arg="\"$arg\"" ;; esac CC_quoted="$CC_quoted $arg" done case $@ in # Blanks in the command may have been stripped by the calling shell, # but not from the CC environment variable when configure was run. " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;; # Blanks at the start of $base_compile will cause this to fail # if we don't check for them as well. *) for z in $available_tags; do if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then # Evaluate the configuration. eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" CC_quoted= for arg in $CC; do # Double-quote args containing other shell metacharacters. case $arg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") arg="\"$arg\"" ;; esac CC_quoted="$CC_quoted $arg" done case "$@ " in " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) # The compiler in the base compile command matches # the one in the tagged configuration. # Assume this is the tagged configuration we want. tagname=$z break ;; esac fi done # If $tagname still isn't set, then no tagged configuration # was found and let the user know that the "--tag" command # line option must be used. if test -z "$tagname"; then $echo "$modename: unable to infer tagged configuration" $echo "$modename: specify a tag with \`--tag'" 1>&2 exit $EXIT_FAILURE # else # $echo "$modename: using $tagname tagged configuration" fi ;; esac fi } # func_extract_an_archive dir oldlib func_extract_an_archive () { f_ex_an_ar_dir="$1"; shift f_ex_an_ar_oldlib="$1" $show "(cd $f_ex_an_ar_dir && $AR x $f_ex_an_ar_oldlib)" $run eval "(cd \$f_ex_an_ar_dir && $AR x \$f_ex_an_ar_oldlib)" || exit $? if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then : else $echo "$modename: ERROR: object name conflicts: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" 1>&2 exit $EXIT_FAILURE fi } # func_extract_archives gentop oldlib ... func_extract_archives () { my_gentop="$1"; shift my_oldlibs=${1+"$@"} my_oldobjs="" my_xlib="" my_xabs="" my_xdir="" my_status="" $show "${rm}r $my_gentop" $run ${rm}r "$my_gentop" $show "$mkdir $my_gentop" $run $mkdir "$my_gentop" my_status=$? if test "$my_status" -ne 0 && test ! -d "$my_gentop"; then exit $my_status fi for my_xlib in $my_oldlibs; do # Extract the objects. case $my_xlib in [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;; *) my_xabs=`pwd`"/$my_xlib" ;; esac my_xlib=`$echo "X$my_xlib" | $Xsed -e 's%^.*/%%'` my_xlib_u=$my_xlib while :; do case " $extracted_archives " in *" $my_xlib_u "*) extracted_serial=`expr $extracted_serial + 1` my_xlib_u=lt$extracted_serial-$my_xlib ;; *) break ;; esac done extracted_archives="$extracted_archives $my_xlib_u" my_xdir="$my_gentop/$my_xlib_u" $show "${rm}r $my_xdir" $run ${rm}r "$my_xdir" $show "$mkdir $my_xdir" $run $mkdir "$my_xdir" exit_status=$? if test "$exit_status" -ne 0 && test ! -d "$my_xdir"; then exit $exit_status fi case $host in *-darwin*) $show "Extracting $my_xabs" # Do not bother doing anything if just a dry run if test -z "$run"; then darwin_orig_dir=`pwd` cd $my_xdir || exit $? darwin_archive=$my_xabs darwin_curdir=`pwd` darwin_base_archive=`$echo "X$darwin_archive" | $Xsed -e 's%^.*/%%'` darwin_arches=`lipo -info "$darwin_archive" 2>/dev/null | $EGREP Architectures 2>/dev/null` if test -n "$darwin_arches"; then darwin_arches=`echo "$darwin_arches" | $SED -e 's/.*are://'` darwin_arch= $show "$darwin_base_archive has multiple architectures $darwin_arches" for darwin_arch in $darwin_arches ; do mkdir -p "unfat-$$/${darwin_base_archive}-${darwin_arch}" lipo -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}" cd "unfat-$$/${darwin_base_archive}-${darwin_arch}" func_extract_an_archive "`pwd`" "${darwin_base_archive}" cd "$darwin_curdir" $rm "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" done # $darwin_arches ## Okay now we have a bunch of thin objects, gotta fatten them up :) darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print| xargs basename | sort -u | $NL2SP` darwin_file= darwin_files= for darwin_file in $darwin_filelist; do darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP` lipo -create -output "$darwin_file" $darwin_files done # $darwin_filelist ${rm}r unfat-$$ cd "$darwin_orig_dir" else cd "$darwin_orig_dir" func_extract_an_archive "$my_xdir" "$my_xabs" fi # $darwin_arches fi # $run ;; *) func_extract_an_archive "$my_xdir" "$my_xabs" ;; esac my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` done func_extract_archives_result="$my_oldobjs" } # End of Shell function definitions ##################################### # Darwin sucks eval std_shrext=\"$shrext_cmds\" disable_libs=no # Parse our command line options once, thoroughly. while test "$#" -gt 0 do arg="$1" shift case $arg in -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;; *) optarg= ;; esac # If the previous option needs an argument, assign it. if test -n "$prev"; then case $prev in execute_dlfiles) execute_dlfiles="$execute_dlfiles $arg" ;; tag) tagname="$arg" preserve_args="${preserve_args}=$arg" # Check whether tagname contains only valid characters case $tagname in *[!-_A-Za-z0-9,/]*) $echo "$progname: invalid tag name: $tagname" 1>&2 exit $EXIT_FAILURE ;; esac case $tagname in CC) # Don't test for the "default" C tag, as we know, it's there, but # not specially marked. ;; *) if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$progpath" > /dev/null; then taglist="$taglist $tagname" # Evaluate the configuration. eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`" else $echo "$progname: ignoring unknown tag $tagname" 1>&2 fi ;; esac ;; *) eval "$prev=\$arg" ;; esac prev= prevopt= continue fi # Have we seen a non-optional argument yet? case $arg in --help) show_help=yes ;; --version) echo "\ $PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." exit $? ;; --config) ${SED} -e '1,/^# ### BEGIN LIBTOOL CONFIG/d' -e '/^# ### END LIBTOOL CONFIG/,$d' $progpath # Now print the configurations for the tags. for tagname in $taglist; do ${SED} -n -e "/^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$/,/^# ### END LIBTOOL TAG CONFIG: $tagname$/p" < "$progpath" done exit $? ;; --debug) $echo "$progname: enabling shell trace mode" set -x preserve_args="$preserve_args $arg" ;; --dry-run | -n) run=: ;; --features) $echo "host: $host" if test "$build_libtool_libs" = yes; then $echo "enable shared libraries" else $echo "disable shared libraries" fi if test "$build_old_libs" = yes; then $echo "enable static libraries" else $echo "disable static libraries" fi exit $? ;; --finish) mode="finish" ;; --mode) prevopt="--mode" prev=mode ;; --mode=*) mode="$optarg" ;; --preserve-dup-deps) duplicate_deps="yes" ;; --quiet | --silent) show=: preserve_args="$preserve_args $arg" ;; --tag) prevopt="--tag" prev=tag preserve_args="$preserve_args --tag" ;; --tag=*) set tag "$optarg" ${1+"$@"} shift prev=tag preserve_args="$preserve_args --tag" ;; -dlopen) prevopt="-dlopen" prev=execute_dlfiles ;; -*) $echo "$modename: unrecognized option \`$arg'" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE ;; *) nonopt="$arg" break ;; esac done if test -n "$prevopt"; then $echo "$modename: option \`$prevopt' requires an argument" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE fi case $disable_libs in no) ;; shared) build_libtool_libs=no build_old_libs=yes ;; static) build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` ;; esac # If this variable is set in any of the actions, the command in it # will be execed at the end. This prevents here-documents from being # left over by shells. exec_cmd= if test -z "$show_help"; then # Infer the operation mode. if test -z "$mode"; then $echo "*** Warning: inferring the mode of operation is deprecated." 1>&2 $echo "*** Future versions of Libtool will require --mode=MODE be specified." 1>&2 case $nonopt in *cc | cc* | *++ | gcc* | *-gcc* | g++* | xlc*) mode=link for arg do case $arg in -c) mode=compile break ;; esac done ;; *db | *dbx | *strace | *truss) mode=execute ;; *install*|cp|mv) mode=install ;; *rm) mode=uninstall ;; *) # If we have no mode, but dlfiles were specified, then do execute mode. test -n "$execute_dlfiles" && mode=execute # Just use the default operation mode. if test -z "$mode"; then if test -n "$nonopt"; then $echo "$modename: warning: cannot infer operation mode from \`$nonopt'" 1>&2 else $echo "$modename: warning: cannot infer operation mode without MODE-ARGS" 1>&2 fi fi ;; esac fi # Only execute mode is allowed to have -dlopen flags. if test -n "$execute_dlfiles" && test "$mode" != execute; then $echo "$modename: unrecognized option \`-dlopen'" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE fi # Change the help message to a mode-specific one. generic_help="$help" help="Try \`$modename --help --mode=$mode' for more information." # These modes are in order of execution frequency so that they run quickly. case $mode in # libtool compile mode compile) modename="$modename: compile" # Get the compilation command and the source file. base_compile= srcfile="$nonopt" # always keep a non-empty value in "srcfile" suppress_opt=yes suppress_output= arg_mode=normal libobj= later= for arg do case $arg_mode in arg ) # do not "continue". Instead, add this to base_compile lastarg="$arg" arg_mode=normal ;; target ) libobj="$arg" arg_mode=normal continue ;; normal ) # Accept any command-line options. case $arg in -o) if test -n "$libobj" ; then $echo "$modename: you cannot specify \`-o' more than once" 1>&2 exit $EXIT_FAILURE fi arg_mode=target continue ;; -static | -prefer-pic | -prefer-non-pic) later="$later $arg" continue ;; -no-suppress) suppress_opt=no continue ;; -Xcompiler) arg_mode=arg # the next one goes into the "base_compile" arg list continue # The current "srcfile" will either be retained or ;; # replaced later. I would guess that would be a bug. -Wc,*) args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"` lastarg= save_ifs="$IFS"; IFS=',' for arg in $args; do IFS="$save_ifs" # Double-quote args containing other shell metacharacters. # Many Bourne shells cannot handle close brackets correctly # in scan sets, so we specify it separately. case $arg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") arg="\"$arg\"" ;; esac lastarg="$lastarg $arg" done IFS="$save_ifs" lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"` # Add the arguments to base_compile. base_compile="$base_compile $lastarg" continue ;; * ) # Accept the current argument as the source file. # The previous "srcfile" becomes the current argument. # lastarg="$srcfile" srcfile="$arg" ;; esac # case $arg ;; esac # case $arg_mode # Aesthetically quote the previous argument. lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"` case $lastarg in # Double-quote args containing other shell metacharacters. # Many Bourne shells cannot handle close brackets correctly # in scan sets, and some SunOS ksh mistreat backslash-escaping # in scan sets (worked around with variable expansion), # and furthermore cannot handle '|' '&' '(' ')' in scan sets # at all, so we specify them separately. *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") lastarg="\"$lastarg\"" ;; esac base_compile="$base_compile $lastarg" done # for arg case $arg_mode in arg) $echo "$modename: you must specify an argument for -Xcompile" exit $EXIT_FAILURE ;; target) $echo "$modename: you must specify a target with \`-o'" 1>&2 exit $EXIT_FAILURE ;; *) # Get the name of the library object. [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'` ;; esac # Recognize several different file suffixes. # If the user specifies -o file.o, it is replaced with file.lo xform='[cCFSifmso]' case $libobj in *.ada) xform=ada ;; *.adb) xform=adb ;; *.ads) xform=ads ;; *.asm) xform=asm ;; *.c++) xform=c++ ;; *.cc) xform=cc ;; *.ii) xform=ii ;; *.class) xform=class ;; *.cpp) xform=cpp ;; *.cxx) xform=cxx ;; *.[fF][09]?) xform=[fF][09]. ;; *.for) xform=for ;; *.java) xform=java ;; *.obj) xform=obj ;; esac libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"` case $libobj in *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;; *) $echo "$modename: cannot determine name of library object from \`$libobj'" 1>&2 exit $EXIT_FAILURE ;; esac func_infer_tag $base_compile for arg in $later; do case $arg in -static) build_old_libs=yes continue ;; -prefer-pic) pic_mode=yes continue ;; -prefer-non-pic) pic_mode=no continue ;; esac done qlibobj=`$echo "X$libobj" | $Xsed -e "$sed_quote_subst"` case $qlibobj in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") qlibobj="\"$qlibobj\"" ;; esac test "X$libobj" != "X$qlibobj" \ && $echo "X$libobj" | grep '[]~#^*{};<>?"'"'"' &()|`$[]' \ && $echo "$modename: libobj name \`$libobj' may not contain shell special characters." objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'` xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'` if test "X$xdir" = "X$obj"; then xdir= else xdir=$xdir/ fi lobj=${xdir}$objdir/$objname if test -z "$base_compile"; then $echo "$modename: you must specify a compilation command" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE fi # Delete any leftover library objects. if test "$build_old_libs" = yes; then removelist="$obj $lobj $libobj ${libobj}T" else removelist="$lobj $libobj ${libobj}T" fi $run $rm $removelist trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15 # On Cygwin there's no "real" PIC flag so we must build both object types case $host_os in cygwin* | mingw* | pw32* | os2*) pic_mode=default ;; esac if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then # non-PIC code in shared libraries is not supported pic_mode=default fi # Calculate the filename of the output object if compiler does # not support -o with -c if test "$compiler_c_o" = no; then output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} lockfile="$output_obj.lock" removelist="$removelist $output_obj $lockfile" trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15 else output_obj= need_locks=no lockfile= fi # Lock this critical section if it is needed # We use this script file to make the link, it avoids creating a new file if test "$need_locks" = yes; then until $run ln "$progpath" "$lockfile" 2>/dev/null; do $show "Waiting for $lockfile to be removed" sleep 2 done elif test "$need_locks" = warn; then if test -f "$lockfile"; then $echo "\ *** ERROR, $lockfile exists and contains: `cat $lockfile 2>/dev/null` This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support \`-c' and \`-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $run $rm $removelist exit $EXIT_FAILURE fi $echo "$srcfile" > "$lockfile" fi if test -n "$fix_srcfile_path"; then eval srcfile=\"$fix_srcfile_path\" fi qsrcfile=`$echo "X$srcfile" | $Xsed -e "$sed_quote_subst"` case $qsrcfile in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") qsrcfile="\"$qsrcfile\"" ;; esac $run $rm "$libobj" "${libobj}T" # Create a libtool object file (analogous to a ".la" file), # but don't create it if we're doing a dry run. test -z "$run" && cat > ${libobj}T </dev/null`" != "X$srcfile"; then $echo "\ *** ERROR, $lockfile contains: `cat $lockfile 2>/dev/null` but it should contain: $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support \`-c' and \`-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $run $rm $removelist exit $EXIT_FAILURE fi # Just move the object if needed, then go on to compile the next one if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then $show "$mv $output_obj $lobj" if $run $mv $output_obj $lobj; then : else error=$? $run $rm $removelist exit $error fi fi # Append the name of the PIC object to the libtool object file. test -z "$run" && cat >> ${libobj}T <> ${libobj}T </dev/null`" != "X$srcfile"; then $echo "\ *** ERROR, $lockfile contains: `cat $lockfile 2>/dev/null` but it should contain: $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support \`-c' and \`-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $run $rm $removelist exit $EXIT_FAILURE fi # Just move the object if needed if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then $show "$mv $output_obj $obj" if $run $mv $output_obj $obj; then : else error=$? $run $rm $removelist exit $error fi fi # Append the name of the non-PIC object the libtool object file. # Only append if the libtool object file exists. test -z "$run" && cat >> ${libobj}T <> ${libobj}T <&2 fi if test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=yes ;; -static) if test -z "$pic_flag" && test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=built ;; -static-libtool-libs) if test -z "$pic_flag" && test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=yes ;; esac build_libtool_libs=no build_old_libs=yes break ;; esac done # See if our shared archives depend on static archives. test -n "$old_archive_from_new_cmds" && build_old_libs=yes # Go through the arguments, transforming them on the way. while test "$#" -gt 0; do arg="$1" shift case $arg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test ;; *) qarg=$arg ;; esac libtool_args="$libtool_args $qarg" # If the previous option needs an argument, assign it. if test -n "$prev"; then case $prev in output) compile_command="$compile_command @OUTPUT@" finalize_command="$finalize_command @OUTPUT@" ;; esac case $prev in dlfiles|dlprefiles) if test "$preload" = no; then # Add the symbol object into the linking commands. compile_command="$compile_command @SYMFILE@" finalize_command="$finalize_command @SYMFILE@" preload=yes fi case $arg in *.la | *.lo) ;; # We handle these cases below. force) if test "$dlself" = no; then dlself=needless export_dynamic=yes fi prev= continue ;; self) if test "$prev" = dlprefiles; then dlself=yes elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then dlself=yes else dlself=needless export_dynamic=yes fi prev= continue ;; *) if test "$prev" = dlfiles; then dlfiles="$dlfiles $arg" else dlprefiles="$dlprefiles $arg" fi prev= continue ;; esac ;; expsyms) export_symbols="$arg" if test ! -f "$arg"; then $echo "$modename: symbol file \`$arg' does not exist" exit $EXIT_FAILURE fi prev= continue ;; expsyms_regex) export_symbols_regex="$arg" prev= continue ;; inst_prefix) inst_prefix_dir="$arg" prev= continue ;; precious_regex) precious_files_regex="$arg" prev= continue ;; release) release="-$arg" prev= continue ;; objectlist) if test -f "$arg"; then save_arg=$arg moreargs= for fil in `cat $save_arg` do # moreargs="$moreargs $fil" arg=$fil # A libtool-controlled object. # Check to see that this really is a libtool object. if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then pic_object= non_pic_object= # Read the .lo file # If there is no directory component, then add one. case $arg in */* | *\\*) . $arg ;; *) . ./$arg ;; esac if test -z "$pic_object" || \ test -z "$non_pic_object" || test "$pic_object" = none && \ test "$non_pic_object" = none; then $echo "$modename: cannot find name of object for \`$arg'" 1>&2 exit $EXIT_FAILURE fi # Extract subdirectory from the argument. xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` if test "X$xdir" = "X$arg"; then xdir= else xdir="$xdir/" fi if test "$pic_object" != none; then # Prepend the subdirectory the object is found in. pic_object="$xdir$pic_object" if test "$prev" = dlfiles; then if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then dlfiles="$dlfiles $pic_object" prev= continue else # If libtool objects are unsupported, then we need to preload. prev=dlprefiles fi fi # CHECK ME: I think I busted this. -Ossama if test "$prev" = dlprefiles; then # Preload the old-style object. dlprefiles="$dlprefiles $pic_object" prev= fi # A PIC object. libobjs="$libobjs $pic_object" arg="$pic_object" fi # Non-PIC object. if test "$non_pic_object" != none; then # Prepend the subdirectory the object is found in. non_pic_object="$xdir$non_pic_object" # A standard non-PIC object non_pic_objects="$non_pic_objects $non_pic_object" if test -z "$pic_object" || test "$pic_object" = none ; then arg="$non_pic_object" fi else # If the PIC object exists, use it instead. # $xdir was prepended to $pic_object above. non_pic_object="$pic_object" non_pic_objects="$non_pic_objects $non_pic_object" fi else # Only an error if not doing a dry-run. if test -z "$run"; then $echo "$modename: \`$arg' is not a valid libtool object" 1>&2 exit $EXIT_FAILURE else # Dry-run case. # Extract subdirectory from the argument. xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` if test "X$xdir" = "X$arg"; then xdir= else xdir="$xdir/" fi pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"` non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"` libobjs="$libobjs $pic_object" non_pic_objects="$non_pic_objects $non_pic_object" fi fi done else $echo "$modename: link input file \`$save_arg' does not exist" exit $EXIT_FAILURE fi arg=$save_arg prev= continue ;; rpath | xrpath) # We need an absolute path. case $arg in [\\/]* | [A-Za-z]:[\\/]*) ;; *) $echo "$modename: only absolute run-paths are allowed" 1>&2 exit $EXIT_FAILURE ;; esac if test "$prev" = rpath; then case "$rpath " in *" $arg "*) ;; *) rpath="$rpath $arg" ;; esac else case "$xrpath " in *" $arg "*) ;; *) xrpath="$xrpath $arg" ;; esac fi prev= continue ;; xcompiler) compiler_flags="$compiler_flags $qarg" prev= compile_command="$compile_command $qarg" finalize_command="$finalize_command $qarg" continue ;; xlinker) linker_flags="$linker_flags $qarg" compiler_flags="$compiler_flags $wl$qarg" prev= compile_command="$compile_command $wl$qarg" finalize_command="$finalize_command $wl$qarg" continue ;; xcclinker) linker_flags="$linker_flags $qarg" compiler_flags="$compiler_flags $qarg" prev= compile_command="$compile_command $qarg" finalize_command="$finalize_command $qarg" continue ;; shrext) shrext_cmds="$arg" prev= continue ;; darwin_framework|darwin_framework_skip) test "$prev" = "darwin_framework" && compiler_flags="$compiler_flags $arg" compile_command="$compile_command $arg" finalize_command="$finalize_command $arg" prev= continue ;; *) eval "$prev=\"\$arg\"" prev= continue ;; esac fi # test -n "$prev" prevarg="$arg" case $arg in -all-static) if test -n "$link_static_flag"; then compile_command="$compile_command $link_static_flag" finalize_command="$finalize_command $link_static_flag" fi continue ;; -allow-undefined) # FIXME: remove this flag sometime in the future. $echo "$modename: \`-allow-undefined' is deprecated because it is the default" 1>&2 continue ;; -avoid-version) avoid_version=yes continue ;; -dlopen) prev=dlfiles continue ;; -dlpreopen) prev=dlprefiles continue ;; -export-dynamic) export_dynamic=yes continue ;; -export-symbols | -export-symbols-regex) if test -n "$export_symbols" || test -n "$export_symbols_regex"; then $echo "$modename: more than one -exported-symbols argument is not allowed" exit $EXIT_FAILURE fi if test "X$arg" = "X-export-symbols"; then prev=expsyms else prev=expsyms_regex fi continue ;; -framework|-arch|-isysroot) case " $CC " in *" ${arg} ${1} "* | *" ${arg} ${1} "*) prev=darwin_framework_skip ;; *) compiler_flags="$compiler_flags $arg" prev=darwin_framework ;; esac compile_command="$compile_command $arg" finalize_command="$finalize_command $arg" continue ;; -inst-prefix-dir) prev=inst_prefix continue ;; # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* # so, if we see these flags be careful not to treat them like -L -L[A-Z][A-Z]*:*) case $with_gcc/$host in no/*-*-irix* | /*-*-irix*) compile_command="$compile_command $arg" finalize_command="$finalize_command $arg" ;; esac continue ;; -L*) dir=`$echo "X$arg" | $Xsed -e 's/^-L//'` # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) absdir=`cd "$dir" && pwd` if test -z "$absdir"; then $echo "$modename: cannot determine absolute directory name of \`$dir'" 1>&2 absdir="$dir" notinst_path="$notinst_path $dir" fi dir="$absdir" ;; esac case "$deplibs " in *" -L$dir "*) ;; *) deplibs="$deplibs -L$dir" lib_search_path="$lib_search_path $dir" ;; esac case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) testbindir=`$echo "X$dir" | $Xsed -e 's*/lib$*/bin*'` case :$dllsearchpath: in *":$dir:"*) ;; *) dllsearchpath="$dllsearchpath:$dir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; *) dllsearchpath="$dllsearchpath:$testbindir";; esac ;; esac continue ;; -l*) if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos*) # These systems don't actually have a C or math library (as such) continue ;; *-*-os2*) # These systems don't actually have a C library (as such) test "X$arg" = "X-lc" && continue ;; *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) # Do not include libc due to us having libc/libc_r. test "X$arg" = "X-lc" && continue ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C and math libraries are in the System framework deplibs="$deplibs -framework System" continue ;; *-*-sco3.2v5* | *-*-sco5v6*) # Causes problems with __ctype test "X$arg" = "X-lc" && continue ;; *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) # Compiler inserts libc in the correct place for threads to work test "X$arg" = "X-lc" && continue ;; esac elif test "X$arg" = "X-lc_r"; then case $host in *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) # Do not include libc_r directly, use -pthread flag. continue ;; esac fi deplibs="$deplibs $arg" continue ;; # Tru64 UNIX uses -model [arg] to determine the layout of C++ # classes, name mangling, and exception handling. -model) compile_command="$compile_command $arg" compiler_flags="$compiler_flags $arg" finalize_command="$finalize_command $arg" prev=xcompiler continue ;; -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) compiler_flags="$compiler_flags $arg" compile_command="$compile_command $arg" finalize_command="$finalize_command $arg" continue ;; -module) module=yes continue ;; # -64, -mips[0-9] enable 64-bit mode on the SGI compiler # -r[0-9][0-9]* specifies the processor on the SGI compiler # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler # +DA*, +DD* enable 64-bit mode on the HP compiler # -q* pass through compiler args for the IBM compiler # -m* pass through architecture-specific compiler args for GCC # -m*, -t[45]*, -txscale* pass through architecture-specific # compiler args for GCC # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC # -F/path gives path to uninstalled frameworks, gcc on darwin # @file GCC response files -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*) # Unknown arguments in both finalize_command and compile_command need # to be aesthetically quoted because they are evaled later. arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` case $arg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") arg="\"$arg\"" ;; esac compile_command="$compile_command $arg" finalize_command="$finalize_command $arg" compiler_flags="$compiler_flags $arg" continue ;; -shrext) prev=shrext continue ;; -no-fast-install) fast_install=no continue ;; -no-install) case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin*) # The PATH hackery in wrapper scripts is required on Windows # and Darwin in order for the loader to find any dlls it needs. $echo "$modename: warning: \`-no-install' is ignored for $host" 1>&2 $echo "$modename: warning: assuming \`-no-fast-install' instead" 1>&2 fast_install=no ;; *) no_install=yes ;; esac continue ;; -no-undefined) allow_undefined=no continue ;; -objectlist) prev=objectlist continue ;; -o) prev=output ;; -precious-files-regex) prev=precious_regex continue ;; -release) prev=release continue ;; -rpath) prev=rpath continue ;; -R) prev=xrpath continue ;; -R*) dir=`$echo "X$arg" | $Xsed -e 's/^-R//'` # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) $echo "$modename: only absolute run-paths are allowed" 1>&2 exit $EXIT_FAILURE ;; esac case "$xrpath " in *" $dir "*) ;; *) xrpath="$xrpath $dir" ;; esac continue ;; -static | -static-libtool-libs) # The effects of -static are defined in a previous loop. # We used to do the same as -all-static on platforms that # didn't have a PIC flag, but the assumption that the effects # would be equivalent was wrong. It would break on at least # Digital Unix and AIX. continue ;; -thread-safe) thread_safe=yes continue ;; -version-info) prev=vinfo continue ;; -version-number) prev=vinfo vinfo_number=yes continue ;; -Wc,*) args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'` arg= save_ifs="$IFS"; IFS=',' for flag in $args; do IFS="$save_ifs" case $flag in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") flag="\"$flag\"" ;; esac arg="$arg $wl$flag" compiler_flags="$compiler_flags $flag" done IFS="$save_ifs" arg=`$echo "X$arg" | $Xsed -e "s/^ //"` ;; -Wl,*) args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'` arg= save_ifs="$IFS"; IFS=',' for flag in $args; do IFS="$save_ifs" case $flag in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") flag="\"$flag\"" ;; esac arg="$arg $wl$flag" compiler_flags="$compiler_flags $wl$flag" linker_flags="$linker_flags $flag" done IFS="$save_ifs" arg=`$echo "X$arg" | $Xsed -e "s/^ //"` ;; -Xcompiler) prev=xcompiler continue ;; -Xlinker) prev=xlinker continue ;; -XCClinker) prev=xcclinker continue ;; # Some other compiler flag. -* | +*) # Unknown arguments in both finalize_command and compile_command need # to be aesthetically quoted because they are evaled later. arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` case $arg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") arg="\"$arg\"" ;; esac ;; *.$objext) # A standard object. objs="$objs $arg" ;; *.lo) # A libtool-controlled object. # Check to see that this really is a libtool object. if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then pic_object= non_pic_object= # Read the .lo file # If there is no directory component, then add one. case $arg in */* | *\\*) . $arg ;; *) . ./$arg ;; esac if test -z "$pic_object" || \ test -z "$non_pic_object" || test "$pic_object" = none && \ test "$non_pic_object" = none; then $echo "$modename: cannot find name of object for \`$arg'" 1>&2 exit $EXIT_FAILURE fi # Extract subdirectory from the argument. xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` if test "X$xdir" = "X$arg"; then xdir= else xdir="$xdir/" fi if test "$pic_object" != none; then # Prepend the subdirectory the object is found in. pic_object="$xdir$pic_object" if test "$prev" = dlfiles; then if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then dlfiles="$dlfiles $pic_object" prev= continue else # If libtool objects are unsupported, then we need to preload. prev=dlprefiles fi fi # CHECK ME: I think I busted this. -Ossama if test "$prev" = dlprefiles; then # Preload the old-style object. dlprefiles="$dlprefiles $pic_object" prev= fi # A PIC object. libobjs="$libobjs $pic_object" arg="$pic_object" fi # Non-PIC object. if test "$non_pic_object" != none; then # Prepend the subdirectory the object is found in. non_pic_object="$xdir$non_pic_object" # A standard non-PIC object non_pic_objects="$non_pic_objects $non_pic_object" if test -z "$pic_object" || test "$pic_object" = none ; then arg="$non_pic_object" fi else # If the PIC object exists, use it instead. # $xdir was prepended to $pic_object above. non_pic_object="$pic_object" non_pic_objects="$non_pic_objects $non_pic_object" fi else # Only an error if not doing a dry-run. if test -z "$run"; then $echo "$modename: \`$arg' is not a valid libtool object" 1>&2 exit $EXIT_FAILURE else # Dry-run case. # Extract subdirectory from the argument. xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` if test "X$xdir" = "X$arg"; then xdir= else xdir="$xdir/" fi pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"` non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"` libobjs="$libobjs $pic_object" non_pic_objects="$non_pic_objects $non_pic_object" fi fi ;; *.$libext) # An archive. deplibs="$deplibs $arg" old_deplibs="$old_deplibs $arg" continue ;; *.la) # A libtool-controlled library. if test "$prev" = dlfiles; then # This library was specified with -dlopen. dlfiles="$dlfiles $arg" prev= elif test "$prev" = dlprefiles; then # The library was specified with -dlpreopen. dlprefiles="$dlprefiles $arg" prev= else deplibs="$deplibs $arg" fi continue ;; # Some other compiler argument. *) # Unknown arguments in both finalize_command and compile_command need # to be aesthetically quoted because they are evaled later. arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` case $arg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") arg="\"$arg\"" ;; esac ;; esac # arg # Now actually substitute the argument into the commands. if test -n "$arg"; then compile_command="$compile_command $arg" finalize_command="$finalize_command $arg" fi done # argument parsing loop if test -n "$prev"; then $echo "$modename: the \`$prevarg' option requires an argument" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE fi if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then eval arg=\"$export_dynamic_flag_spec\" compile_command="$compile_command $arg" finalize_command="$finalize_command $arg" fi oldlibs= # calculate the name of the file, without its directory outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'` libobjs_save="$libobjs" if test -n "$shlibpath_var"; then # get the directories listed in $shlibpath_var eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\` else shlib_search_path= fi eval sys_lib_search_path=\"$sys_lib_search_path_spec\" eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'` if test "X$output_objdir" = "X$output"; then output_objdir="$objdir" else output_objdir="$output_objdir/$objdir" fi # Create the object directory. if test ! -d "$output_objdir"; then $show "$mkdir $output_objdir" $run $mkdir $output_objdir exit_status=$? if test "$exit_status" -ne 0 && test ! -d "$output_objdir"; then exit $exit_status fi fi # Determine the type of output case $output in "") $echo "$modename: you must specify an output file" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE ;; *.$libext) linkmode=oldlib ;; *.lo | *.$objext) linkmode=obj ;; *.la) linkmode=lib ;; *) linkmode=prog ;; # Anything else should be a program. esac case $host in *cygwin* | *mingw* | *pw32*) # don't eliminate duplications in $postdeps and $predeps duplicate_compiler_generated_deps=yes ;; *) duplicate_compiler_generated_deps=$duplicate_deps ;; esac specialdeplibs= libs= # Find all interdependent deplibs by searching for libraries # that are linked more than once (e.g. -la -lb -la) for deplib in $deplibs; do if test "X$duplicate_deps" = "Xyes" ; then case "$libs " in *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; esac fi libs="$libs $deplib" done if test "$linkmode" = lib; then libs="$predeps $libs $compiler_lib_search_path $postdeps" # Compute libraries that are listed more than once in $predeps # $postdeps and mark them as special (i.e., whose duplicates are # not to be eliminated). pre_post_deps= if test "X$duplicate_compiler_generated_deps" = "Xyes" ; then for pre_post_dep in $predeps $postdeps; do case "$pre_post_deps " in *" $pre_post_dep "*) specialdeplibs="$specialdeplibs $pre_post_deps" ;; esac pre_post_deps="$pre_post_deps $pre_post_dep" done fi pre_post_deps= fi deplibs= newdependency_libs= newlib_search_path= need_relink=no # whether we're linking any uninstalled libtool libraries notinst_deplibs= # not-installed libtool libraries case $linkmode in lib) passes="conv link" for file in $dlfiles $dlprefiles; do case $file in *.la) ;; *) $echo "$modename: libraries can \`-dlopen' only libtool libraries: $file" 1>&2 exit $EXIT_FAILURE ;; esac done ;; prog) compile_deplibs= finalize_deplibs= alldeplibs=no newdlfiles= newdlprefiles= passes="conv scan dlopen dlpreopen link" ;; *) passes="conv" ;; esac for pass in $passes; do if test "$linkmode,$pass" = "lib,link" || test "$linkmode,$pass" = "prog,scan"; then libs="$deplibs" deplibs= fi if test "$linkmode" = prog; then case $pass in dlopen) libs="$dlfiles" ;; dlpreopen) libs="$dlprefiles" ;; link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; esac fi if test "$pass" = dlopen; then # Collect dlpreopened libraries save_deplibs="$deplibs" deplibs= fi for deplib in $libs; do lib= found=no case $deplib in -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else compiler_flags="$compiler_flags $deplib" fi continue ;; -l*) if test "$linkmode" != lib && test "$linkmode" != prog; then $echo "$modename: warning: \`-l' is ignored for archives/objects" 1>&2 continue fi name=`$echo "X$deplib" | $Xsed -e 's/^-l//'` for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do for search_ext in .la $std_shrext .so .a; do # Search the libtool library lib="$searchdir/lib${name}${search_ext}" if test -f "$lib"; then if test "$search_ext" = ".la"; then found=yes else found=no fi break 2 fi done done if test "$found" != yes; then # deplib doesn't seem to be a libtool library if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" fi continue else # deplib is a libtool library # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, # We need to do some special things here, and not later. if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then case " $predeps $postdeps " in *" $deplib "*) if (${SED} -e '2q' $lib | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then library_names= old_library= case $lib in */* | *\\*) . $lib ;; *) . ./$lib ;; esac for l in $old_library $library_names; do ll="$l" done if test "X$ll" = "X$old_library" ; then # only static version available found=no ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'` test "X$ladir" = "X$lib" && ladir="." lib=$ladir/$old_library if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" fi continue fi fi ;; *) ;; esac fi fi ;; # -l -L*) case $linkmode in lib) deplibs="$deplib $deplibs" test "$pass" = conv && continue newdependency_libs="$deplib $newdependency_libs" newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'` ;; prog) if test "$pass" = conv; then deplibs="$deplib $deplibs" continue fi if test "$pass" = scan; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" fi newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'` ;; *) $echo "$modename: warning: \`-L' is ignored for archives/objects" 1>&2 ;; esac # linkmode continue ;; # -L -R*) if test "$pass" = link; then dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'` # Make sure the xrpath contains only unique directories. case "$xrpath " in *" $dir "*) ;; *) xrpath="$xrpath $dir" ;; esac fi deplibs="$deplib $deplibs" continue ;; *.la) lib="$deplib" ;; *.$libext) if test "$pass" = conv; then deplibs="$deplib $deplibs" continue fi case $linkmode in lib) valid_a_lib=no case $deplibs_check_method in match_pattern*) set dummy $deplibs_check_method match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` if eval $echo \"$deplib\" 2>/dev/null \ | $SED 10q \ | $EGREP "$match_pattern_regex" > /dev/null; then valid_a_lib=yes fi ;; pass_all) valid_a_lib=yes ;; esac if test "$valid_a_lib" != yes; then $echo $echo "*** Warning: Trying to link with static lib archive $deplib." $echo "*** I have the capability to make that library automatically link in when" $echo "*** you link to this library. But I can only do this if you have a" $echo "*** shared version of the library, which you do not appear to have" $echo "*** because the file extensions .$libext of this argument makes me believe" $echo "*** that it is just a static archive that I should not used here." else $echo $echo "*** Warning: Linking the shared library $output against the" $echo "*** static library $deplib is not portable!" deplibs="$deplib $deplibs" fi continue ;; prog) if test "$pass" != link; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" fi continue ;; esac # linkmode ;; # *.$libext *.lo | *.$objext) if test "$pass" = conv; then deplibs="$deplib $deplibs" elif test "$linkmode" = prog; then if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then # If there is no dlopen support or we're linking statically, # we need to preload. newdlprefiles="$newdlprefiles $deplib" compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else newdlfiles="$newdlfiles $deplib" fi fi continue ;; %DEPLIBS%) alldeplibs=yes continue ;; esac # case $deplib if test "$found" = yes || test -f "$lib"; then : else $echo "$modename: cannot find the library \`$lib' or unhandled argument \`$deplib'" 1>&2 exit $EXIT_FAILURE fi # Check to see that this really is a libtool archive. if (${SED} -e '2q' $lib | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then : else $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 exit $EXIT_FAILURE fi ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'` test "X$ladir" = "X$lib" && ladir="." dlname= dlopen= dlpreopen= libdir= library_names= old_library= # If the library was installed with an old release of libtool, # it will not redefine variables installed, or shouldnotlink installed=yes shouldnotlink=no avoidtemprpath= # Read the .la file case $lib in */* | *\\*) . $lib ;; *) . ./$lib ;; esac if test "$linkmode,$pass" = "lib,link" || test "$linkmode,$pass" = "prog,scan" || { test "$linkmode" != prog && test "$linkmode" != lib; }; then test -n "$dlopen" && dlfiles="$dlfiles $dlopen" test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen" fi if test "$pass" = conv; then # Only check for convenience libraries deplibs="$lib $deplibs" if test -z "$libdir"; then if test -z "$old_library"; then $echo "$modename: cannot find name of link library for \`$lib'" 1>&2 exit $EXIT_FAILURE fi # It is a libtool convenience library, so add in its objects. convenience="$convenience $ladir/$objdir/$old_library" old_convenience="$old_convenience $ladir/$objdir/$old_library" tmp_libs= for deplib in $dependency_libs; do deplibs="$deplib $deplibs" if test "X$duplicate_deps" = "Xyes" ; then case "$tmp_libs " in *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; esac fi tmp_libs="$tmp_libs $deplib" done elif test "$linkmode" != prog && test "$linkmode" != lib; then $echo "$modename: \`$lib' is not a convenience library" 1>&2 exit $EXIT_FAILURE fi continue fi # $pass = conv # Get the name of the library we link against. linklib= for l in $old_library $library_names; do linklib="$l" done if test -z "$linklib"; then $echo "$modename: cannot find name of link library for \`$lib'" 1>&2 exit $EXIT_FAILURE fi # This library was specified with -dlopen. if test "$pass" = dlopen; then if test -z "$libdir"; then $echo "$modename: cannot -dlopen a convenience library: \`$lib'" 1>&2 exit $EXIT_FAILURE fi if test -z "$dlname" || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then # If there is no dlname, no dlopen support or we're linking # statically, we need to preload. We also need to preload any # dependent libraries so libltdl's deplib preloader doesn't # bomb out in the load deplibs phase. dlprefiles="$dlprefiles $lib $dependency_libs" else newdlfiles="$newdlfiles $lib" fi continue fi # $pass = dlopen # We need an absolute path. case $ladir in [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;; *) abs_ladir=`cd "$ladir" && pwd` if test -z "$abs_ladir"; then $echo "$modename: warning: cannot determine absolute directory name of \`$ladir'" 1>&2 $echo "$modename: passing it literally to the linker, although it might fail" 1>&2 abs_ladir="$ladir" fi ;; esac laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` # Find the relevant object directory and library name. if test "X$installed" = Xyes; then if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then $echo "$modename: warning: library \`$lib' was moved." 1>&2 dir="$ladir" absdir="$abs_ladir" libdir="$abs_ladir" else dir="$libdir" absdir="$libdir" fi test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes else if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then dir="$ladir" absdir="$abs_ladir" # Remove this search path later notinst_path="$notinst_path $abs_ladir" else dir="$ladir/$objdir" absdir="$abs_ladir/$objdir" # Remove this search path later notinst_path="$notinst_path $abs_ladir" fi fi # $installed = yes name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` # This library was specified with -dlpreopen. if test "$pass" = dlpreopen; then if test -z "$libdir"; then $echo "$modename: cannot -dlpreopen a convenience library: \`$lib'" 1>&2 exit $EXIT_FAILURE fi # Prefer using a static library (so that no silly _DYNAMIC symbols # are required to link). if test -n "$old_library"; then newdlprefiles="$newdlprefiles $dir/$old_library" # Otherwise, use the dlname, so that lt_dlopen finds it. elif test -n "$dlname"; then newdlprefiles="$newdlprefiles $dir/$dlname" else newdlprefiles="$newdlprefiles $dir/$linklib" fi fi # $pass = dlpreopen if test -z "$libdir"; then # Link the convenience library if test "$linkmode" = lib; then deplibs="$dir/$old_library $deplibs" elif test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$dir/$old_library $compile_deplibs" finalize_deplibs="$dir/$old_library $finalize_deplibs" else deplibs="$lib $deplibs" # used for prog,scan pass fi continue fi if test "$linkmode" = prog && test "$pass" != link; then newlib_search_path="$newlib_search_path $ladir" deplibs="$lib $deplibs" linkalldeplibs=no if test "$link_all_deplibs" != no || test -z "$library_names" || test "$build_libtool_libs" = no; then linkalldeplibs=yes fi tmp_libs= for deplib in $dependency_libs; do case $deplib in -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test esac # Need to link against all dependency_libs? if test "$linkalldeplibs" = yes; then deplibs="$deplib $deplibs" else # Need to hardcode shared library paths # or/and link against static libraries newdependency_libs="$deplib $newdependency_libs" fi if test "X$duplicate_deps" = "Xyes" ; then case "$tmp_libs " in *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; esac fi tmp_libs="$tmp_libs $deplib" done # for deplib continue fi # $linkmode = prog... if test "$linkmode,$pass" = "prog,link"; then if test -n "$library_names" && { { test "$prefer_static_libs" = no || test "$prefer_static_libs,$installed" = "built,yes"; } || test -z "$old_library"; }; then # We need to hardcode the library path if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then # Make sure the rpath contains only unique directories. case "$temp_rpath " in *" $dir "*) ;; *" $absdir "*) ;; *) temp_rpath="$temp_rpath $absdir" ;; esac fi # Hardcode the library path. # Skip directories that are in the system default run-time # search path. case " $sys_lib_dlsearch_path " in *" $absdir "*) ;; *) case "$compile_rpath " in *" $absdir "*) ;; *) compile_rpath="$compile_rpath $absdir" esac ;; esac case " $sys_lib_dlsearch_path " in *" $libdir "*) ;; *) case "$finalize_rpath " in *" $libdir "*) ;; *) finalize_rpath="$finalize_rpath $libdir" esac ;; esac fi # $linkmode,$pass = prog,link... if test "$alldeplibs" = yes && { test "$deplibs_check_method" = pass_all || { test "$build_libtool_libs" = yes && test -n "$library_names"; }; }; then # We only need to search for static libraries continue fi fi link_static=no # Whether the deplib will be linked statically use_static_libs=$prefer_static_libs if test "$use_static_libs" = built && test "$installed" = yes ; then use_static_libs=no fi if test -n "$library_names" && { test "$use_static_libs" = no || test -z "$old_library"; }; then if test "$installed" = no; then notinst_deplibs="$notinst_deplibs $lib" need_relink=yes fi # This is a shared library # Warn about portability, can't link against -module's on # some systems (darwin) if test "$shouldnotlink" = yes && test "$pass" = link ; then $echo if test "$linkmode" = prog; then $echo "*** Warning: Linking the executable $output against the loadable module" else $echo "*** Warning: Linking the shared library $output against the loadable module" fi $echo "*** $linklib is not portable!" fi if test "$linkmode" = lib && test "$hardcode_into_libs" = yes; then # Hardcode the library path. # Skip directories that are in the system default run-time # search path. case " $sys_lib_dlsearch_path " in *" $absdir "*) ;; *) case "$compile_rpath " in *" $absdir "*) ;; *) compile_rpath="$compile_rpath $absdir" esac ;; esac case " $sys_lib_dlsearch_path " in *" $libdir "*) ;; *) case "$finalize_rpath " in *" $libdir "*) ;; *) finalize_rpath="$finalize_rpath $libdir" esac ;; esac fi if test -n "$old_archive_from_expsyms_cmds"; then # figure out the soname set dummy $library_names realname="$2" shift; shift libname=`eval \\$echo \"$libname_spec\"` # use dlname if we got it. it's perfectly good, no? if test -n "$dlname"; then soname="$dlname" elif test -n "$soname_spec"; then # bleh windows case $host in *cygwin* | mingw*) major=`expr $current - $age` versuffix="-$major" ;; esac eval soname=\"$soname_spec\" else soname="$realname" fi # Make a new name for the extract_expsyms_cmds to use soroot="$soname" soname=`$echo $soroot | ${SED} -e 's/^.*\///'` newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a" # If the library has no export list, then create one now if test -f "$output_objdir/$soname-def"; then : else $show "extracting exported symbol list from \`$soname'" save_ifs="$IFS"; IFS='~' cmds=$extract_expsyms_cmds for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" || exit $? done IFS="$save_ifs" fi # Create $newlib if test -f "$output_objdir/$newlib"; then :; else $show "generating import library for \`$soname'" save_ifs="$IFS"; IFS='~' cmds=$old_archive_from_expsyms_cmds for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" || exit $? done IFS="$save_ifs" fi # make sure the library variables are pointing to the new library dir=$output_objdir linklib=$newlib fi # test -n "$old_archive_from_expsyms_cmds" if test "$linkmode" = prog || test "$mode" != relink; then add_shlibpath= add_dir= add= lib_linked=yes case $hardcode_action in immediate | unsupported) if test "$hardcode_direct" = no; then add="$dir/$linklib" case $host in *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;; *-*-sysv4*uw2*) add_dir="-L$dir" ;; *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ *-*-unixware7*) add_dir="-L$dir" ;; *-*-darwin* ) # if the lib is a module then we can not link against # it, someone is ignoring the new warnings I added if /usr/bin/file -L $add 2> /dev/null | $EGREP ": [^:]* bundle" >/dev/null ; then $echo "** Warning, lib $linklib is a module, not a shared library" if test -z "$old_library" ; then $echo $echo "** And there doesn't seem to be a static archive available" $echo "** The link will probably fail, sorry" else add="$dir/$old_library" fi fi esac elif test "$hardcode_minus_L" = no; then case $host in *-*-sunos*) add_shlibpath="$dir" ;; esac add_dir="-L$dir" add="-l$name" elif test "$hardcode_shlibpath_var" = no; then add_shlibpath="$dir" add="-l$name" else lib_linked=no fi ;; relink) if test "$hardcode_direct" = yes; then add="$dir/$linklib" elif test "$hardcode_minus_L" = yes; then add_dir="-L$dir" # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) add_dir="$add_dir -L$inst_prefix_dir$libdir" ;; esac fi add="-l$name" elif test "$hardcode_shlibpath_var" = yes; then add_shlibpath="$dir" add="-l$name" else lib_linked=no fi ;; *) lib_linked=no ;; esac if test "$lib_linked" != yes; then $echo "$modename: configuration error: unsupported hardcode properties" exit $EXIT_FAILURE fi if test -n "$add_shlibpath"; then case :$compile_shlibpath: in *":$add_shlibpath:"*) ;; *) compile_shlibpath="$compile_shlibpath$add_shlibpath:" ;; esac fi if test "$linkmode" = prog; then test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" test -n "$add" && compile_deplibs="$add $compile_deplibs" else test -n "$add_dir" && deplibs="$add_dir $deplibs" test -n "$add" && deplibs="$add $deplibs" if test "$hardcode_direct" != yes && \ test "$hardcode_minus_L" != yes && \ test "$hardcode_shlibpath_var" = yes; then case :$finalize_shlibpath: in *":$libdir:"*) ;; *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; esac fi fi fi if test "$linkmode" = prog || test "$mode" = relink; then add_shlibpath= add_dir= add= # Finalize command for both is simple: just hardcode it. if test "$hardcode_direct" = yes; then add="$libdir/$linklib" elif test "$hardcode_minus_L" = yes; then add_dir="-L$libdir" add="-l$name" elif test "$hardcode_shlibpath_var" = yes; then case :$finalize_shlibpath: in *":$libdir:"*) ;; *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; esac add="-l$name" elif test "$hardcode_automatic" = yes; then if test -n "$inst_prefix_dir" && test -f "$inst_prefix_dir$libdir/$linklib" ; then add="$inst_prefix_dir$libdir/$linklib" else add="$libdir/$linklib" fi else # We cannot seem to hardcode it, guess we'll fake it. add_dir="-L$libdir" # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) add_dir="$add_dir -L$inst_prefix_dir$libdir" ;; esac fi add="-l$name" fi if test "$linkmode" = prog; then test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" test -n "$add" && finalize_deplibs="$add $finalize_deplibs" else test -n "$add_dir" && deplibs="$add_dir $deplibs" test -n "$add" && deplibs="$add $deplibs" fi fi elif test "$linkmode" = prog; then # Here we assume that one of hardcode_direct or hardcode_minus_L # is not unsupported. This is valid on all known static and # shared platforms. if test "$hardcode_direct" != unsupported; then test -n "$old_library" && linklib="$old_library" compile_deplibs="$dir/$linklib $compile_deplibs" finalize_deplibs="$dir/$linklib $finalize_deplibs" else compile_deplibs="-l$name -L$dir $compile_deplibs" finalize_deplibs="-l$name -L$dir $finalize_deplibs" fi elif test "$build_libtool_libs" = yes; then # Not a shared library if test "$deplibs_check_method" != pass_all; then # We're trying link a shared library against a static one # but the system doesn't support it. # Just print a warning and add the library to dependency_libs so # that the program can be linked against the static library. $echo $echo "*** Warning: This system can not link to static lib archive $lib." $echo "*** I have the capability to make that library automatically link in when" $echo "*** you link to this library. But I can only do this if you have a" $echo "*** shared version of the library, which you do not appear to have." if test "$module" = yes; then $echo "*** But as you try to build a module library, libtool will still create " $echo "*** a static module, that should work as long as the dlopening application" $echo "*** is linked with the -dlopen flag to resolve symbols at runtime." if test -z "$global_symbol_pipe"; then $echo $echo "*** However, this would only work if libtool was able to extract symbol" $echo "*** lists from a program, using \`nm' or equivalent, but libtool could" $echo "*** not find such a program. So, this module is probably useless." $echo "*** \`nm' from GNU binutils and a full rebuild may help." fi if test "$build_old_libs" = no; then build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi fi else deplibs="$dir/$old_library $deplibs" link_static=yes fi fi # link shared/static library? if test "$linkmode" = lib; then if test -n "$dependency_libs" && { test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes || test "$link_static" = yes; }; then # Extract -R from dependency_libs temp_deplibs= for libdir in $dependency_libs; do case $libdir in -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'` case " $xrpath " in *" $temp_xrpath "*) ;; *) xrpath="$xrpath $temp_xrpath";; esac;; *) temp_deplibs="$temp_deplibs $libdir";; esac done dependency_libs="$temp_deplibs" fi newlib_search_path="$newlib_search_path $absdir" # Link against this library test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs" # ... and its dependency_libs tmp_libs= for deplib in $dependency_libs; do newdependency_libs="$deplib $newdependency_libs" if test "X$duplicate_deps" = "Xyes" ; then case "$tmp_libs " in *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; esac fi tmp_libs="$tmp_libs $deplib" done if test "$link_all_deplibs" != no; then # Add the search paths of all dependency libraries for deplib in $dependency_libs; do case $deplib in -L*) path="$deplib" ;; *.la) dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'` test "X$dir" = "X$deplib" && dir="." # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;; *) absdir=`cd "$dir" && pwd` if test -z "$absdir"; then $echo "$modename: warning: cannot determine absolute directory name of \`$dir'" 1>&2 absdir="$dir" fi ;; esac if grep "^installed=no" $deplib > /dev/null; then path="$absdir/$objdir" else eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` if test -z "$libdir"; then $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2 exit $EXIT_FAILURE fi if test "$absdir" != "$libdir"; then $echo "$modename: warning: \`$deplib' seems to be moved" 1>&2 fi path="$absdir" fi depdepl= case $host in *-*-darwin*) # we do not want to link against static libs, # but need to link against shared eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` if test -n "$deplibrary_names" ; then for tmp in $deplibrary_names ; do depdepl=$tmp done if test -f "$path/$depdepl" ; then depdepl="$path/$depdepl" fi # do not add paths which are already there case " $newlib_search_path " in *" $path "*) ;; *) newlib_search_path="$newlib_search_path $path";; esac fi path="" ;; *) path="-L$path" ;; esac ;; -l*) case $host in *-*-darwin*) # Again, we only want to link against shared libraries eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"` for tmp in $newlib_search_path ; do if test -f "$tmp/lib$tmp_libs.dylib" ; then eval depdepl="$tmp/lib$tmp_libs.dylib" break fi done path="" ;; *) continue ;; esac ;; *) continue ;; esac case " $deplibs " in *" $path "*) ;; *) deplibs="$path $deplibs" ;; esac case " $deplibs " in *" $depdepl "*) ;; *) deplibs="$depdepl $deplibs" ;; esac done fi # link_all_deplibs != no fi # linkmode = lib done # for deplib in $libs dependency_libs="$newdependency_libs" if test "$pass" = dlpreopen; then # Link the dlpreopened libraries before other libraries for deplib in $save_deplibs; do deplibs="$deplib $deplibs" done fi if test "$pass" != dlopen; then if test "$pass" != conv; then # Make sure lib_search_path contains only unique directories. lib_search_path= for dir in $newlib_search_path; do case "$lib_search_path " in *" $dir "*) ;; *) lib_search_path="$lib_search_path $dir" ;; esac done newlib_search_path= fi if test "$linkmode,$pass" != "prog,link"; then vars="deplibs" else vars="compile_deplibs finalize_deplibs" fi for var in $vars dependency_libs; do # Add libraries to $var in reverse order eval tmp_libs=\"\$$var\" new_libs= for deplib in $tmp_libs; do # FIXME: Pedantically, this is the right thing to do, so # that some nasty dependency loop isn't accidentally # broken: #new_libs="$deplib $new_libs" # Pragmatically, this seems to cause very few problems in # practice: case $deplib in -L*) new_libs="$deplib $new_libs" ;; -R*) ;; *) # And here is the reason: when a library appears more # than once as an explicit dependence of a library, or # is implicitly linked in more than once by the # compiler, it is considered special, and multiple # occurrences thereof are not removed. Compare this # with having the same library being listed as a # dependency of multiple other libraries: in this case, # we know (pedantically, we assume) the library does not # need to be listed more than once, so we keep only the # last copy. This is not always right, but it is rare # enough that we require users that really mean to play # such unportable linking tricks to link the library # using -Wl,-lname, so that libtool does not consider it # for duplicate removal. case " $specialdeplibs " in *" $deplib "*) new_libs="$deplib $new_libs" ;; *) case " $new_libs " in *" $deplib "*) ;; *) new_libs="$deplib $new_libs" ;; esac ;; esac ;; esac done tmp_libs= for deplib in $new_libs; do case $deplib in -L*) case " $tmp_libs " in *" $deplib "*) ;; *) tmp_libs="$tmp_libs $deplib" ;; esac ;; *) tmp_libs="$tmp_libs $deplib" ;; esac done eval $var=\"$tmp_libs\" done # for var fi # Last step: remove runtime libs from dependency_libs # (they stay in deplibs) tmp_libs= for i in $dependency_libs ; do case " $predeps $postdeps $compiler_lib_search_path " in *" $i "*) i="" ;; esac if test -n "$i" ; then tmp_libs="$tmp_libs $i" fi done dependency_libs=$tmp_libs done # for pass if test "$linkmode" = prog; then dlfiles="$newdlfiles" dlprefiles="$newdlprefiles" fi case $linkmode in oldlib) if test -n "$deplibs"; then $echo "$modename: warning: \`-l' and \`-L' are ignored for archives" 1>&2 fi if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then $echo "$modename: warning: \`-dlopen' is ignored for archives" 1>&2 fi if test -n "$rpath"; then $echo "$modename: warning: \`-rpath' is ignored for archives" 1>&2 fi if test -n "$xrpath"; then $echo "$modename: warning: \`-R' is ignored for archives" 1>&2 fi if test -n "$vinfo"; then $echo "$modename: warning: \`-version-info/-version-number' is ignored for archives" 1>&2 fi if test -n "$release"; then $echo "$modename: warning: \`-release' is ignored for archives" 1>&2 fi if test -n "$export_symbols" || test -n "$export_symbols_regex"; then $echo "$modename: warning: \`-export-symbols' is ignored for archives" 1>&2 fi # Now set the variables for building old libraries. build_libtool_libs=no oldlibs="$output" objs="$objs$old_deplibs" ;; lib) # Make sure we only generate libraries of the form `libNAME.la'. case $outputname in lib*) name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` eval shared_ext=\"$shrext_cmds\" eval libname=\"$libname_spec\" ;; *) if test "$module" = no; then $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE fi if test "$need_lib_prefix" != no; then # Add the "lib" prefix for modules if required name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'` eval shared_ext=\"$shrext_cmds\" eval libname=\"$libname_spec\" else libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'` fi ;; esac if test -n "$objs"; then if test "$deplibs_check_method" != pass_all; then $echo "$modename: cannot build libtool library \`$output' from non-libtool objects on this host:$objs" 2>&1 exit $EXIT_FAILURE else $echo $echo "*** Warning: Linking the shared library $output against the non-libtool" $echo "*** objects $objs is not portable!" libobjs="$libobjs $objs" fi fi if test "$dlself" != no; then $echo "$modename: warning: \`-dlopen self' is ignored for libtool libraries" 1>&2 fi set dummy $rpath if test "$#" -gt 2; then $echo "$modename: warning: ignoring multiple \`-rpath's for a libtool library" 1>&2 fi install_libdir="$2" oldlibs= if test -z "$rpath"; then if test "$build_libtool_libs" = yes; then # Building a libtool convenience library. # Some compilers have problems with a `.al' extension so # convenience libraries should have the same extension an # archive normally would. oldlibs="$output_objdir/$libname.$libext $oldlibs" build_libtool_libs=convenience build_old_libs=yes fi if test -n "$vinfo"; then $echo "$modename: warning: \`-version-info/-version-number' is ignored for convenience libraries" 1>&2 fi if test -n "$release"; then $echo "$modename: warning: \`-release' is ignored for convenience libraries" 1>&2 fi else # Parse the version information argument. save_ifs="$IFS"; IFS=':' set dummy $vinfo 0 0 0 IFS="$save_ifs" if test -n "$8"; then $echo "$modename: too many parameters to \`-version-info'" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE fi # convert absolute version numbers to libtool ages # this retains compatibility with .la files and attempts # to make the code below a bit more comprehensible case $vinfo_number in yes) number_major="$2" number_minor="$3" number_revision="$4" # # There are really only two kinds -- those that # use the current revision as the major version # and those that subtract age and use age as # a minor version. But, then there is irix # which has an extra 1 added just for fun # case $version_type in darwin|linux|osf|windows|none) current=`expr $number_major + $number_minor` age="$number_minor" revision="$number_revision" ;; freebsd-aout|freebsd-elf|sunos) current="$number_major" revision="$number_minor" age="0" ;; irix|nonstopux) current=`expr $number_major + $number_minor` age="$number_minor" revision="$number_minor" lt_irix_increment=no ;; esac ;; no) current="$2" revision="$3" age="$4" ;; esac # Check that each of the things are valid numbers. case $current in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) $echo "$modename: CURRENT \`$current' must be a nonnegative integer" 1>&2 $echo "$modename: \`$vinfo' is not valid version information" 1>&2 exit $EXIT_FAILURE ;; esac case $revision in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) $echo "$modename: REVISION \`$revision' must be a nonnegative integer" 1>&2 $echo "$modename: \`$vinfo' is not valid version information" 1>&2 exit $EXIT_FAILURE ;; esac case $age in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) $echo "$modename: AGE \`$age' must be a nonnegative integer" 1>&2 $echo "$modename: \`$vinfo' is not valid version information" 1>&2 exit $EXIT_FAILURE ;; esac if test "$age" -gt "$current"; then $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2 $echo "$modename: \`$vinfo' is not valid version information" 1>&2 exit $EXIT_FAILURE fi # Calculate the version variables. major= versuffix= verstring= case $version_type in none) ;; darwin) # Like Linux, but with the current version available in # verstring for coding it into the library header major=.`expr $current - $age` versuffix="$major.$age.$revision" # Darwin ld doesn't like 0 for these options... minor_current=`expr $current + 1` xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision" verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" ;; freebsd-aout) major=".$current" versuffix=".$current.$revision"; ;; freebsd-elf) major=".$current" versuffix=".$current"; ;; irix | nonstopux) if test "X$lt_irix_increment" = "Xno"; then major=`expr $current - $age` else major=`expr $current - $age + 1` fi case $version_type in nonstopux) verstring_prefix=nonstopux ;; *) verstring_prefix=sgi ;; esac verstring="$verstring_prefix$major.$revision" # Add in all the interfaces that we are compatible with. loop=$revision while test "$loop" -ne 0; do iface=`expr $revision - $loop` loop=`expr $loop - 1` verstring="$verstring_prefix$major.$iface:$verstring" done # Before this point, $major must not contain `.'. major=.$major versuffix="$major.$revision" ;; linux) major=.`expr $current - $age` versuffix="$major.$age.$revision" ;; osf) major=.`expr $current - $age` versuffix=".$current.$age.$revision" verstring="$current.$age.$revision" # Add in all the interfaces that we are compatible with. loop=$age while test "$loop" -ne 0; do iface=`expr $current - $loop` loop=`expr $loop - 1` verstring="$verstring:${iface}.0" done # Make executables depend on our current version. verstring="$verstring:${current}.0" ;; sunos) major=".$current" versuffix=".$current.$revision" ;; windows) # Use '-' rather than '.', since we only want one # extension on DOS 8.3 filesystems. major=`expr $current - $age` versuffix="-$major" ;; *) $echo "$modename: unknown library version type \`$version_type'" 1>&2 $echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 exit $EXIT_FAILURE ;; esac # Clear the version info if we defaulted, and they specified a release. if test -z "$vinfo" && test -n "$release"; then major= case $version_type in darwin) # we can't check for "0.0" in archive_cmds due to quoting # problems, so we reset it completely verstring= ;; *) verstring="0.0" ;; esac if test "$need_version" = no; then versuffix= else versuffix=".0.0" fi fi # Remove version info from name if versioning should be avoided if test "$avoid_version" = yes && test "$need_version" = no; then major= versuffix= verstring="" fi # Check to see if the archive will have undefined symbols. if test "$allow_undefined" = yes; then if test "$allow_undefined_flag" = unsupported; then $echo "$modename: warning: undefined symbols not allowed in $host shared libraries" 1>&2 build_libtool_libs=no build_old_libs=yes fi else # Don't allow undefined symbols. allow_undefined_flag="$no_undefined_flag" fi fi if test "$mode" != relink; then # Remove our outputs, but don't remove object files since they # may have been created when compiling PIC objects. removelist= tempremovelist=`$echo "$output_objdir/*"` for p in $tempremovelist; do case $p in *.$objext) ;; $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*) if test "X$precious_files_regex" != "X"; then if echo $p | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 then continue fi fi removelist="$removelist $p" ;; *) ;; esac done if test -n "$removelist"; then $show "${rm}r $removelist" $run ${rm}r $removelist fi fi # Now set the variables for building old libraries. if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then oldlibs="$oldlibs $output_objdir/$libname.$libext" # Transform .lo files to .o files. oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP` fi # Eliminate all temporary directories. #for path in $notinst_path; do # lib_search_path=`$echo "$lib_search_path " | ${SED} -e "s% $path % %g"` # deplibs=`$echo "$deplibs " | ${SED} -e "s% -L$path % %g"` # dependency_libs=`$echo "$dependency_libs " | ${SED} -e "s% -L$path % %g"` #done if test -n "$xrpath"; then # If the user specified any rpath flags, then add them. temp_xrpath= for libdir in $xrpath; do temp_xrpath="$temp_xrpath -R$libdir" case "$finalize_rpath " in *" $libdir "*) ;; *) finalize_rpath="$finalize_rpath $libdir" ;; esac done if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then dependency_libs="$temp_xrpath $dependency_libs" fi fi # Make sure dlfiles contains only unique files that won't be dlpreopened old_dlfiles="$dlfiles" dlfiles= for lib in $old_dlfiles; do case " $dlprefiles $dlfiles " in *" $lib "*) ;; *) dlfiles="$dlfiles $lib" ;; esac done # Make sure dlprefiles contains only unique files old_dlprefiles="$dlprefiles" dlprefiles= for lib in $old_dlprefiles; do case "$dlprefiles " in *" $lib "*) ;; *) dlprefiles="$dlprefiles $lib" ;; esac done if test "$build_libtool_libs" = yes; then if test -n "$rpath"; then case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos*) # these systems don't actually have a c library (as such)! ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C library is in the System framework deplibs="$deplibs -framework System" ;; *-*-netbsd*) # Don't link with libc until the a.out ld.so is fixed. ;; *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) # Do not include libc due to us having libc/libc_r. ;; *-*-sco3.2v5* | *-*-sco5v6*) # Causes problems with __ctype ;; *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) # Compiler inserts libc in the correct place for threads to work ;; *) # Add libc to deplibs on all other systems if necessary. if test "$build_libtool_need_lc" = "yes"; then deplibs="$deplibs -lc" fi ;; esac fi # Transform deplibs into only deplibs that can be linked in shared. name_save=$name libname_save=$libname release_save=$release versuffix_save=$versuffix major_save=$major # I'm not sure if I'm treating the release correctly. I think # release should show up in the -l (ie -lgmp5) so we don't want to # add it in twice. Is that correct? release="" versuffix="" major="" newdeplibs= droppeddeps=no case $deplibs_check_method in pass_all) # Don't check for shared/static. Everything works. # This might be a little naive. We might want to check # whether the library exists or not. But this is on # osf3 & osf4 and I'm not really sure... Just # implementing what was already the behavior. newdeplibs=$deplibs ;; test_compile) # This code stresses the "libraries are programs" paradigm to its # limits. Maybe even breaks it. We compile a program, linking it # against the deplibs as a proxy for the library. Then we can check # whether they linked in statically or dynamically with ldd. $rm conftest.c cat > conftest.c </dev/null` for potent_lib in $potential_libs; do # Follow soft links. if ls -lLd "$potent_lib" 2>/dev/null \ | grep " -> " >/dev/null; then continue fi # The statement above tries to avoid entering an # endless loop below, in case of cyclic links. # We might still enter an endless loop, since a link # loop can be closed while we follow links, # but so what? potlib="$potent_lib" while test -h "$potlib" 2>/dev/null; do potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` case $potliblink in [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; *) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";; esac done if eval $file_magic_cmd \"\$potlib\" 2>/dev/null \ | ${SED} 10q \ | $EGREP "$file_magic_regex" > /dev/null; then newdeplibs="$newdeplibs $a_deplib" a_deplib="" break 2 fi done done fi if test -n "$a_deplib" ; then droppeddeps=yes $echo $echo "*** Warning: linker path does not have real file for library $a_deplib." $echo "*** I have the capability to make that library automatically link in when" $echo "*** you link to this library. But I can only do this if you have a" $echo "*** shared version of the library, which you do not appear to have" $echo "*** because I did check the linker path looking for a file starting" if test -z "$potlib" ; then $echo "*** with $libname but no candidates were found. (...for file magic test)" else $echo "*** with $libname and none of the candidates passed a file format test" $echo "*** using a file magic. Last file checked: $potlib" fi fi else # Add a -L argument. newdeplibs="$newdeplibs $a_deplib" fi done # Gone through all deplibs. ;; match_pattern*) set dummy $deplibs_check_method match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` for a_deplib in $deplibs; do name=`expr $a_deplib : '-l\(.*\)'` # If $name is empty we are operating on a -L argument. if test -n "$name" && test "$name" != "0"; then if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then case " $predeps $postdeps " in *" $a_deplib "*) newdeplibs="$newdeplibs $a_deplib" a_deplib="" ;; esac fi if test -n "$a_deplib" ; then libname=`eval \\$echo \"$libname_spec\"` for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do potential_libs=`ls $i/$libname[.-]* 2>/dev/null` for potent_lib in $potential_libs; do potlib="$potent_lib" # see symlink-check above in file_magic test if eval $echo \"$potent_lib\" 2>/dev/null \ | ${SED} 10q \ | $EGREP "$match_pattern_regex" > /dev/null; then newdeplibs="$newdeplibs $a_deplib" a_deplib="" break 2 fi done done fi if test -n "$a_deplib" ; then droppeddeps=yes $echo $echo "*** Warning: linker path does not have real file for library $a_deplib." $echo "*** I have the capability to make that library automatically link in when" $echo "*** you link to this library. But I can only do this if you have a" $echo "*** shared version of the library, which you do not appear to have" $echo "*** because I did check the linker path looking for a file starting" if test -z "$potlib" ; then $echo "*** with $libname but no candidates were found. (...for regex pattern test)" else $echo "*** with $libname and none of the candidates passed a file format test" $echo "*** using a regex pattern. Last file checked: $potlib" fi fi else # Add a -L argument. newdeplibs="$newdeplibs $a_deplib" fi done # Gone through all deplibs. ;; none | unknown | *) newdeplibs="" tmp_deplibs=`$echo "X $deplibs" | $Xsed -e 's/ -lc$//' \ -e 's/ -[LR][^ ]*//g'` if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then for i in $predeps $postdeps ; do # can't use Xsed below, because $i might contain '/' tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"` done fi if $echo "X $tmp_deplibs" | $Xsed -e 's/[ ]//g' \ | grep . >/dev/null; then $echo if test "X$deplibs_check_method" = "Xnone"; then $echo "*** Warning: inter-library dependencies are not supported in this platform." else $echo "*** Warning: inter-library dependencies are not known to be supported." fi $echo "*** All declared inter-library dependencies are being dropped." droppeddeps=yes fi ;; esac versuffix=$versuffix_save major=$major_save release=$release_save libname=$libname_save name=$name_save case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library is the System framework newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'` ;; esac if test "$droppeddeps" = yes; then if test "$module" = yes; then $echo $echo "*** Warning: libtool could not satisfy all declared inter-library" $echo "*** dependencies of module $libname. Therefore, libtool will create" $echo "*** a static module, that should work as long as the dlopening" $echo "*** application is linked with the -dlopen flag." if test -z "$global_symbol_pipe"; then $echo $echo "*** However, this would only work if libtool was able to extract symbol" $echo "*** lists from a program, using \`nm' or equivalent, but libtool could" $echo "*** not find such a program. So, this module is probably useless." $echo "*** \`nm' from GNU binutils and a full rebuild may help." fi if test "$build_old_libs" = no; then oldlibs="$output_objdir/$libname.$libext" build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi else $echo "*** The inter-library dependencies that have been dropped here will be" $echo "*** automatically added whenever a program is linked with this library" $echo "*** or is declared to -dlopen it." if test "$allow_undefined" = no; then $echo $echo "*** Since this library must not contain undefined symbols," $echo "*** because either the platform does not support them or" $echo "*** it was explicitly requested with -no-undefined," $echo "*** libtool will only create a static version of it." if test "$build_old_libs" = no; then oldlibs="$output_objdir/$libname.$libext" build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi fi fi fi # Done checking deplibs! deplibs=$newdeplibs fi # move library search paths that coincide with paths to not yet # installed libraries to the beginning of the library search list new_libs= for path in $notinst_path; do case " $new_libs " in *" -L$path/$objdir "*) ;; *) case " $deplibs " in *" -L$path/$objdir "*) new_libs="$new_libs -L$path/$objdir" ;; esac ;; esac done for deplib in $deplibs; do case $deplib in -L*) case " $new_libs " in *" $deplib "*) ;; *) new_libs="$new_libs $deplib" ;; esac ;; *) new_libs="$new_libs $deplib" ;; esac done deplibs="$new_libs" # All the library-specific variables (install_libdir is set above). library_names= old_library= dlname= # Test again, we may have decided not to build it any more if test "$build_libtool_libs" = yes; then if test "$hardcode_into_libs" = yes; then # Hardcode the library paths hardcode_libdirs= dep_rpath= rpath="$finalize_rpath" test "$mode" != relink && rpath="$compile_rpath$rpath" for libdir in $rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs="$libdir" else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" dep_rpath="$dep_rpath $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; *) perm_rpath="$perm_rpath $libdir" ;; esac fi done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir="$hardcode_libdirs" if test -n "$hardcode_libdir_flag_spec_ld"; then case $archive_cmds in *\$LD*) eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\" ;; *) eval dep_rpath=\"$hardcode_libdir_flag_spec\" ;; esac else eval dep_rpath=\"$hardcode_libdir_flag_spec\" fi fi if test -n "$runpath_var" && test -n "$perm_rpath"; then # We should set the runpath_var. rpath= for dir in $perm_rpath; do rpath="$rpath$dir:" done eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" fi test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" fi shlibpath="$finalize_shlibpath" test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath" if test -n "$shlibpath"; then eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" fi # Get the real and link names of the library. eval shared_ext=\"$shrext_cmds\" eval library_names=\"$library_names_spec\" set dummy $library_names realname="$2" shift; shift if test -n "$soname_spec"; then eval soname=\"$soname_spec\" else soname="$realname" fi if test -z "$dlname"; then dlname=$soname fi lib="$output_objdir/$realname" linknames= for link do linknames="$linknames $link" done # Use standard objects if they are pic test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` # Prepare the list of exported symbols if test -z "$export_symbols"; then if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then $show "generating symbol list for \`$libname.la'" export_symbols="$output_objdir/$libname.exp" $run $rm $export_symbols cmds=$export_symbols_cmds save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" if len=`expr "X$cmd" : ".*"` && test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then $show "$cmd" $run eval "$cmd" || exit $? skipped_export=false else # The command line is too long to execute in one step. $show "using reloadable object file for export list..." skipped_export=: # Break out early, otherwise skipped_export may be # set to false by a later but shorter cmd. break fi done IFS="$save_ifs" if test -n "$export_symbols_regex"; then $show "$EGREP -e \"$export_symbols_regex\" \"$export_symbols\" > \"${export_symbols}T\"" $run eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' $show "$mv \"${export_symbols}T\" \"$export_symbols\"" $run eval '$mv "${export_symbols}T" "$export_symbols"' fi fi fi if test -n "$export_symbols" && test -n "$include_expsyms"; then $run eval '$echo "X$include_expsyms" | $SP2NL >> "$export_symbols"' fi tmp_deplibs= for test_deplib in $deplibs; do case " $convenience " in *" $test_deplib "*) ;; *) tmp_deplibs="$tmp_deplibs $test_deplib" ;; esac done deplibs="$tmp_deplibs" if test -n "$convenience"; then if test -n "$whole_archive_flag_spec"; then save_libobjs=$libobjs eval libobjs=\"\$libobjs $whole_archive_flag_spec\" else gentop="$output_objdir/${outputname}x" generated="$generated $gentop" func_extract_archives $gentop $convenience libobjs="$libobjs $func_extract_archives_result" fi fi if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then eval flag=\"$thread_safe_flag_spec\" linker_flags="$linker_flags $flag" fi # Make a backup of the uninstalled library when relinking if test "$mode" = relink; then $run eval '(cd $output_objdir && $rm ${realname}U && $mv $realname ${realname}U)' || exit $? fi # Do each of the archive commands. if test "$module" = yes && test -n "$module_cmds" ; then if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then eval test_cmds=\"$module_expsym_cmds\" cmds=$module_expsym_cmds else eval test_cmds=\"$module_cmds\" cmds=$module_cmds fi else if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then eval test_cmds=\"$archive_expsym_cmds\" cmds=$archive_expsym_cmds else eval test_cmds=\"$archive_cmds\" cmds=$archive_cmds fi fi if test "X$skipped_export" != "X:" && len=`expr "X$test_cmds" : ".*" 2>/dev/null` && test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then : else # The command line is too long to link in one step, link piecewise. $echo "creating reloadable object files..." # Save the value of $output and $libobjs because we want to # use them later. If we have whole_archive_flag_spec, we # want to use save_libobjs as it was before # whole_archive_flag_spec was expanded, because we can't # assume the linker understands whole_archive_flag_spec. # This may have to be revisited, in case too many # convenience libraries get linked in and end up exceeding # the spec. if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then save_libobjs=$libobjs fi save_output=$output output_la=`$echo "X$output" | $Xsed -e "$basename"` # Clear the reloadable object creation command queue and # initialize k to one. test_cmds= concat_cmds= objlist= delfiles= last_robj= k=1 output=$output_objdir/$output_la-${k}.$objext # Loop over the list of objects to be linked. for obj in $save_libobjs do eval test_cmds=\"$reload_cmds $objlist $last_robj\" if test "X$objlist" = X || { len=`expr "X$test_cmds" : ".*" 2>/dev/null` && test "$len" -le "$max_cmd_len"; }; then objlist="$objlist $obj" else # The command $test_cmds is almost too long, add a # command to the queue. if test "$k" -eq 1 ; then # The first file doesn't have a previous command to add. eval concat_cmds=\"$reload_cmds $objlist $last_robj\" else # All subsequent reloadable object files will link in # the last one created. eval concat_cmds=\"\$concat_cmds~$reload_cmds $objlist $last_robj\" fi last_robj=$output_objdir/$output_la-${k}.$objext k=`expr $k + 1` output=$output_objdir/$output_la-${k}.$objext objlist=$obj len=1 fi done # Handle the remaining objects by creating one last # reloadable object file. All subsequent reloadable object # files will link in the last one created. test -z "$concat_cmds" || concat_cmds=$concat_cmds~ eval concat_cmds=\"\${concat_cmds}$reload_cmds $objlist $last_robj\" if ${skipped_export-false}; then $show "generating symbol list for \`$libname.la'" export_symbols="$output_objdir/$libname.exp" $run $rm $export_symbols libobjs=$output # Append the command to create the export file. eval concat_cmds=\"\$concat_cmds~$export_symbols_cmds\" fi # Set up a command to remove the reloadable object files # after they are used. i=0 while test "$i" -lt "$k" do i=`expr $i + 1` delfiles="$delfiles $output_objdir/$output_la-${i}.$objext" done $echo "creating a temporary reloadable object file: $output" # Loop through the commands generated above and execute them. save_ifs="$IFS"; IFS='~' for cmd in $concat_cmds; do IFS="$save_ifs" $show "$cmd" $run eval "$cmd" || exit $? done IFS="$save_ifs" libobjs=$output # Restore the value of output. output=$save_output if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then eval libobjs=\"\$libobjs $whole_archive_flag_spec\" fi # Expand the library linking commands again to reset the # value of $libobjs for piecewise linking. # Do each of the archive commands. if test "$module" = yes && test -n "$module_cmds" ; then if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then cmds=$module_expsym_cmds else cmds=$module_cmds fi else if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then cmds=$archive_expsym_cmds else cmds=$archive_cmds fi fi # Append the command to remove the reloadable object files # to the just-reset $cmds. eval cmds=\"\$cmds~\$rm $delfiles\" fi save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" || { lt_exit=$? # Restore the uninstalled library and exit if test "$mode" = relink; then $run eval '(cd $output_objdir && $rm ${realname}T && $mv ${realname}U $realname)' fi exit $lt_exit } done IFS="$save_ifs" # Restore the uninstalled library and exit if test "$mode" = relink; then $run eval '(cd $output_objdir && $rm ${realname}T && $mv $realname ${realname}T && $mv "$realname"U $realname)' || exit $? if test -n "$convenience"; then if test -z "$whole_archive_flag_spec"; then $show "${rm}r $gentop" $run ${rm}r "$gentop" fi fi exit $EXIT_SUCCESS fi # Create links to the real library. for linkname in $linknames; do if test "$realname" != "$linkname"; then $show "(cd $output_objdir && $rm $linkname && $LN_S $realname $linkname)" $run eval '(cd $output_objdir && $rm $linkname && $LN_S $realname $linkname)' || exit $? fi done # If -module or -export-dynamic was specified, set the dlname. if test "$module" = yes || test "$export_dynamic" = yes; then # On all known operating systems, these are identical. dlname="$soname" fi fi ;; obj) if test -n "$deplibs"; then $echo "$modename: warning: \`-l' and \`-L' are ignored for objects" 1>&2 fi if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then $echo "$modename: warning: \`-dlopen' is ignored for objects" 1>&2 fi if test -n "$rpath"; then $echo "$modename: warning: \`-rpath' is ignored for objects" 1>&2 fi if test -n "$xrpath"; then $echo "$modename: warning: \`-R' is ignored for objects" 1>&2 fi if test -n "$vinfo"; then $echo "$modename: warning: \`-version-info' is ignored for objects" 1>&2 fi if test -n "$release"; then $echo "$modename: warning: \`-release' is ignored for objects" 1>&2 fi case $output in *.lo) if test -n "$objs$old_deplibs"; then $echo "$modename: cannot build library object \`$output' from non-libtool objects" 1>&2 exit $EXIT_FAILURE fi libobj="$output" obj=`$echo "X$output" | $Xsed -e "$lo2o"` ;; *) libobj= obj="$output" ;; esac # Delete the old objects. $run $rm $obj $libobj # Objects from convenience libraries. This assumes # single-version convenience libraries. Whenever we create # different ones for PIC/non-PIC, this we'll have to duplicate # the extraction. reload_conv_objs= gentop= # reload_cmds runs $LD directly, so let us get rid of # -Wl from whole_archive_flag_spec and hope we can get by with # turning comma into space.. wl= if test -n "$convenience"; then if test -n "$whole_archive_flag_spec"; then eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" reload_conv_objs=$reload_objs\ `$echo "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'` else gentop="$output_objdir/${obj}x" generated="$generated $gentop" func_extract_archives $gentop $convenience reload_conv_objs="$reload_objs $func_extract_archives_result" fi fi # Create the old-style object. reload_objs="$objs$old_deplibs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test output="$obj" cmds=$reload_cmds save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" || exit $? done IFS="$save_ifs" # Exit if we aren't doing a library object file. if test -z "$libobj"; then if test -n "$gentop"; then $show "${rm}r $gentop" $run ${rm}r $gentop fi exit $EXIT_SUCCESS fi if test "$build_libtool_libs" != yes; then if test -n "$gentop"; then $show "${rm}r $gentop" $run ${rm}r $gentop fi # Create an invalid libtool object if no PIC, so that we don't # accidentally link it into a program. # $show "echo timestamp > $libobj" # $run eval "echo timestamp > $libobj" || exit $? exit $EXIT_SUCCESS fi if test -n "$pic_flag" || test "$pic_mode" != default; then # Only do commands if we really have different PIC objects. reload_objs="$libobjs $reload_conv_objs" output="$libobj" cmds=$reload_cmds save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" || exit $? done IFS="$save_ifs" fi if test -n "$gentop"; then $show "${rm}r $gentop" $run ${rm}r $gentop fi exit $EXIT_SUCCESS ;; prog) case $host in *cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;; esac if test -n "$vinfo"; then $echo "$modename: warning: \`-version-info' is ignored for programs" 1>&2 fi if test -n "$release"; then $echo "$modename: warning: \`-release' is ignored for programs" 1>&2 fi if test "$preload" = yes; then if test "$dlopen_support" = unknown && test "$dlopen_self" = unknown && test "$dlopen_self_static" = unknown; then $echo "$modename: warning: \`AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support." fi fi case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library is the System framework compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'` finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'` ;; esac case $host in *darwin*) # Don't allow lazy linking, it breaks C++ global constructors if test "$tagname" = CXX ; then compile_command="$compile_command ${wl}-bind_at_load" finalize_command="$finalize_command ${wl}-bind_at_load" fi ;; esac # move library search paths that coincide with paths to not yet # installed libraries to the beginning of the library search list new_libs= for path in $notinst_path; do case " $new_libs " in *" -L$path/$objdir "*) ;; *) case " $compile_deplibs " in *" -L$path/$objdir "*) new_libs="$new_libs -L$path/$objdir" ;; esac ;; esac done for deplib in $compile_deplibs; do case $deplib in -L*) case " $new_libs " in *" $deplib "*) ;; *) new_libs="$new_libs $deplib" ;; esac ;; *) new_libs="$new_libs $deplib" ;; esac done compile_deplibs="$new_libs" compile_command="$compile_command $compile_deplibs" finalize_command="$finalize_command $finalize_deplibs" if test -n "$rpath$xrpath"; then # If the user specified any rpath flags, then add them. for libdir in $rpath $xrpath; do # This is the magic to use -rpath. case "$finalize_rpath " in *" $libdir "*) ;; *) finalize_rpath="$finalize_rpath $libdir" ;; esac done fi # Now hardcode the library paths rpath= hardcode_libdirs= for libdir in $compile_rpath $finalize_rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs="$libdir" else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" rpath="$rpath $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; *) perm_rpath="$perm_rpath $libdir" ;; esac fi case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) testbindir=`$echo "X$libdir" | $Xsed -e 's*/lib$*/bin*'` case :$dllsearchpath: in *":$libdir:"*) ;; *) dllsearchpath="$dllsearchpath:$libdir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; *) dllsearchpath="$dllsearchpath:$testbindir";; esac ;; esac done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir="$hardcode_libdirs" eval rpath=\" $hardcode_libdir_flag_spec\" fi compile_rpath="$rpath" rpath= hardcode_libdirs= for libdir in $finalize_rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs="$libdir" else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" rpath="$rpath $flag" fi elif test -n "$runpath_var"; then case "$finalize_perm_rpath " in *" $libdir "*) ;; *) finalize_perm_rpath="$finalize_perm_rpath $libdir" ;; esac fi done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir="$hardcode_libdirs" eval rpath=\" $hardcode_libdir_flag_spec\" fi finalize_rpath="$rpath" if test -n "$libobjs" && test "$build_old_libs" = yes; then # Transform all the library objects into standard objects. compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` fi dlsyms= if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then if test -n "$NM" && test -n "$global_symbol_pipe"; then dlsyms="${outputname}S.c" else $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2 fi fi if test -n "$dlsyms"; then case $dlsyms in "") ;; *.c) # Discover the nlist of each of the dlfiles. nlist="$output_objdir/${outputname}.nm" $show "$rm $nlist ${nlist}S ${nlist}T" $run $rm "$nlist" "${nlist}S" "${nlist}T" # Parse the name list into a source file. $show "creating $output_objdir/$dlsyms" test -z "$run" && $echo > "$output_objdir/$dlsyms" "\ /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */ /* Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP */ #ifdef __cplusplus extern \"C\" { #endif /* Prevent the only kind of declaration conflicts we can make. */ #define lt_preloaded_symbols some_other_symbol /* External symbol declarations for the compiler. */\ " if test "$dlself" = yes; then $show "generating symbol list for \`$output'" test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist" # Add our own program objects to the symbol list. progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` for arg in $progfiles; do $show "extracting global C symbols from \`$arg'" $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'" done if test -n "$exclude_expsyms"; then $run eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' $run eval '$mv "$nlist"T "$nlist"' fi if test -n "$export_symbols_regex"; then $run eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' $run eval '$mv "$nlist"T "$nlist"' fi # Prepare the list of exported symbols if test -z "$export_symbols"; then export_symbols="$output_objdir/$outputname.exp" $run $rm $export_symbols $run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' case $host in *cygwin* | *mingw* ) $run eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' $run eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' ;; esac else $run eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' $run eval 'grep -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' $run eval 'mv "$nlist"T "$nlist"' case $host in *cygwin* | *mingw* ) $run eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' $run eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' ;; esac fi fi for arg in $dlprefiles; do $show "extracting global C symbols from \`$arg'" name=`$echo "$arg" | ${SED} -e 's%^.*/%%'` $run eval '$echo ": $name " >> "$nlist"' $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'" done if test -z "$run"; then # Make sure we have at least an empty file. test -f "$nlist" || : > "$nlist" if test -n "$exclude_expsyms"; then $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T $mv "$nlist"T "$nlist" fi # Try sorting and uniquifying the output. if grep -v "^: " < "$nlist" | if sort -k 3 /dev/null 2>&1; then sort -k 3 else sort +2 fi | uniq > "$nlist"S; then : else grep -v "^: " < "$nlist" > "$nlist"S fi if test -f "$nlist"S; then eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$dlsyms"' else $echo '/* NONE */' >> "$output_objdir/$dlsyms" fi $echo >> "$output_objdir/$dlsyms" "\ #undef lt_preloaded_symbols #if defined (__STDC__) && __STDC__ # define lt_ptr void * #else # define lt_ptr char * # define const #endif /* The mapping between symbol names and symbols. */ " case $host in *cygwin* | *mingw* ) $echo >> "$output_objdir/$dlsyms" "\ /* DATA imports from DLLs on WIN32 can't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs */ struct { " ;; * ) $echo >> "$output_objdir/$dlsyms" "\ const struct { " ;; esac $echo >> "$output_objdir/$dlsyms" "\ const char *name; lt_ptr address; } lt_preloaded_symbols[] = {\ " eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$dlsyms" $echo >> "$output_objdir/$dlsyms" "\ {0, (lt_ptr) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt_preloaded_symbols; } #endif #ifdef __cplusplus } #endif\ " fi pic_flag_for_symtable= case $host in # compiling the symbol table file with pic_flag works around # a FreeBSD bug that causes programs to crash when -lm is # linked before any other PIC object. But we must not use # pic_flag when linking with -static. The problem exists in # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) case "$compile_command " in *" -static "*) ;; *) pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND";; esac;; *-*-hpux*) case "$compile_command " in *" -static "*) ;; *) pic_flag_for_symtable=" $pic_flag";; esac esac # Now compile the dynamic symbol file. $show "(cd $output_objdir && $LTCC $LTCFLAGS -c$no_builtin_flag$pic_flag_for_symtable \"$dlsyms\")" $run eval '(cd $output_objdir && $LTCC $LTCFLAGS -c$no_builtin_flag$pic_flag_for_symtable "$dlsyms")' || exit $? # Clean up the generated files. $show "$rm $output_objdir/$dlsyms $nlist ${nlist}S ${nlist}T" $run $rm "$output_objdir/$dlsyms" "$nlist" "${nlist}S" "${nlist}T" # Transform the symbol file into the correct name. case $host in *cygwin* | *mingw* ) if test -f "$output_objdir/${outputname}.def" ; then compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${objext}%" | $NL2SP` finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${objext}%" | $NL2SP` else compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP` finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP` fi ;; * ) compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP` finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP` ;; esac ;; *) $echo "$modename: unknown suffix for \`$dlsyms'" 1>&2 exit $EXIT_FAILURE ;; esac else # We keep going just in case the user didn't refer to # lt_preloaded_symbols. The linker will fail if global_symbol_pipe # really was required. # Nullify the symbol file. compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s% @SYMFILE@%%" | $NL2SP` finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s% @SYMFILE@%%" | $NL2SP` fi if test "$need_relink" = no || test "$build_libtool_libs" != yes; then # Replace the output file specification. compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e 's%@OUTPUT@%'"$output"'%g' | $NL2SP` link_command="$compile_command$compile_rpath" # We have no uninstalled library dependencies, so finalize right now. $show "$link_command" $run eval "$link_command" exit_status=$? # Delete the generated files. if test -n "$dlsyms"; then $show "$rm $output_objdir/${outputname}S.${objext}" $run $rm "$output_objdir/${outputname}S.${objext}" fi exit $exit_status fi if test -n "$shlibpath_var"; then # We should set the shlibpath_var rpath= for dir in $temp_rpath; do case $dir in [\\/]* | [A-Za-z]:[\\/]*) # Absolute path. rpath="$rpath$dir:" ;; *) # Relative path: add a thisdir entry. rpath="$rpath\$thisdir/$dir:" ;; esac done temp_rpath="$rpath" fi if test -n "$compile_shlibpath$finalize_shlibpath"; then compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" fi if test -n "$finalize_shlibpath"; then finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" fi compile_var= finalize_var= if test -n "$runpath_var"; then if test -n "$perm_rpath"; then # We should set the runpath_var. rpath= for dir in $perm_rpath; do rpath="$rpath$dir:" done compile_var="$runpath_var=\"$rpath\$$runpath_var\" " fi if test -n "$finalize_perm_rpath"; then # We should set the runpath_var. rpath= for dir in $finalize_perm_rpath; do rpath="$rpath$dir:" done finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " fi fi if test "$no_install" = yes; then # We don't need to create a wrapper script. link_command="$compile_var$compile_command$compile_rpath" # Replace the output file specification. link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` # Delete the old output file. $run $rm $output # Link the executable and exit $show "$link_command" $run eval "$link_command" || exit $? exit $EXIT_SUCCESS fi if test "$hardcode_action" = relink; then # Fast installation is not supported link_command="$compile_var$compile_command$compile_rpath" relink_command="$finalize_var$finalize_command$finalize_rpath" $echo "$modename: warning: this platform does not like uninstalled shared libraries" 1>&2 $echo "$modename: \`$output' will be relinked during installation" 1>&2 else if test "$fast_install" != no; then link_command="$finalize_var$compile_command$finalize_rpath" if test "$fast_install" = yes; then relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $SP2NL | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g' | $NL2SP` else # fast_install is set to needless relink_command= fi else link_command="$compile_var$compile_command$compile_rpath" relink_command="$finalize_var$finalize_command$finalize_rpath" fi fi # Replace the output file specification. link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` # Delete the old output files. $run $rm $output $output_objdir/$outputname $output_objdir/lt-$outputname $show "$link_command" $run eval "$link_command" || exit $? # Now create the wrapper script. $show "creating $output" # Quote the relink command for shipping. if test -n "$relink_command"; then # Preserve any variables that may affect compiler behavior for var in $variables_saved_for_relink; do if eval test -z \"\${$var+set}\"; then relink_command="{ test -z \"\${$var+set}\" || unset $var || { $var=; export $var; }; }; $relink_command" elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"` relink_command="$var=\"$var_value\"; export $var; $relink_command" fi done relink_command="(cd `pwd`; $relink_command)" relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e "$sed_quote_subst" | $NL2SP` fi # Quote $echo for shipping. if test "X$echo" = "X$SHELL $progpath --fallback-echo"; then case $progpath in [\\/]* | [A-Za-z]:[\\/]*) qecho="$SHELL $progpath --fallback-echo";; *) qecho="$SHELL `pwd`/$progpath --fallback-echo";; esac qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"` else qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"` fi # Only actually do things if our run command is non-null. if test -z "$run"; then # win32 will think the script is a binary if it has # a .exe suffix, so we strip it off here. case $output in *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;; esac # test for cygwin because mv fails w/o .exe extensions case $host in *cygwin*) exeext=.exe outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;; *) exeext= ;; esac case $host in *cygwin* | *mingw* ) output_name=`basename $output` output_path=`dirname $output` cwrappersource="$output_path/$objdir/lt-$output_name.c" cwrapper="$output_path/$output_name.exe" $rm $cwrappersource $cwrapper trap "$rm $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 cat > $cwrappersource <> $cwrappersource<<"EOF" #include #include #include #include #include #include #include #include #include #if defined(PATH_MAX) # define LT_PATHMAX PATH_MAX #elif defined(MAXPATHLEN) # define LT_PATHMAX MAXPATHLEN #else # define LT_PATHMAX 1024 #endif #ifndef DIR_SEPARATOR # define DIR_SEPARATOR '/' # define PATH_SEPARATOR ':' #endif #if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \ defined (__OS2__) # define HAVE_DOS_BASED_FILE_SYSTEM # ifndef DIR_SEPARATOR_2 # define DIR_SEPARATOR_2 '\\' # endif # ifndef PATH_SEPARATOR_2 # define PATH_SEPARATOR_2 ';' # endif #endif #ifndef DIR_SEPARATOR_2 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) #else /* DIR_SEPARATOR_2 */ # define IS_DIR_SEPARATOR(ch) \ (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) #endif /* DIR_SEPARATOR_2 */ #ifndef PATH_SEPARATOR_2 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR) #else /* PATH_SEPARATOR_2 */ # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) #endif /* PATH_SEPARATOR_2 */ #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) #define XFREE(stale) do { \ if (stale) { free ((void *) stale); stale = 0; } \ } while (0) /* -DDEBUG is fairly common in CFLAGS. */ #undef DEBUG #if defined DEBUGWRAPPER # define DEBUG(format, ...) fprintf(stderr, format, __VA_ARGS__) #else # define DEBUG(format, ...) #endif const char *program_name = NULL; void * xmalloc (size_t num); char * xstrdup (const char *string); const char * base_name (const char *name); char * find_executable(const char *wrapper); int check_executable(const char *path); char * strendzap(char *str, const char *pat); void lt_fatal (const char *message, ...); int main (int argc, char *argv[]) { char **newargz; int i; program_name = (char *) xstrdup (base_name (argv[0])); DEBUG("(main) argv[0] : %s\n",argv[0]); DEBUG("(main) program_name : %s\n",program_name); newargz = XMALLOC(char *, argc+2); EOF cat >> $cwrappersource <> $cwrappersource <<"EOF" newargz[1] = find_executable(argv[0]); if (newargz[1] == NULL) lt_fatal("Couldn't find %s", argv[0]); DEBUG("(main) found exe at : %s\n",newargz[1]); /* we know the script has the same name, without the .exe */ /* so make sure newargz[1] doesn't end in .exe */ strendzap(newargz[1],".exe"); for (i = 1; i < argc; i++) newargz[i+1] = xstrdup(argv[i]); newargz[argc+1] = NULL; for (i=0; i> $cwrappersource <> $cwrappersource <> $cwrappersource <<"EOF" return 127; } void * xmalloc (size_t num) { void * p = (void *) malloc (num); if (!p) lt_fatal ("Memory exhausted"); return p; } char * xstrdup (const char *string) { return string ? strcpy ((char *) xmalloc (strlen (string) + 1), string) : NULL ; } const char * base_name (const char *name) { const char *base; #if defined (HAVE_DOS_BASED_FILE_SYSTEM) /* Skip over the disk name in MSDOS pathnames. */ if (isalpha ((unsigned char)name[0]) && name[1] == ':') name += 2; #endif for (base = name; *name; name++) if (IS_DIR_SEPARATOR (*name)) base = name + 1; return base; } int check_executable(const char * path) { struct stat st; DEBUG("(check_executable) : %s\n", path ? (*path ? path : "EMPTY!") : "NULL!"); if ((!path) || (!*path)) return 0; if ((stat (path, &st) >= 0) && ( /* MinGW & native WIN32 do not support S_IXOTH or S_IXGRP */ #if defined (S_IXOTH) ((st.st_mode & S_IXOTH) == S_IXOTH) || #endif #if defined (S_IXGRP) ((st.st_mode & S_IXGRP) == S_IXGRP) || #endif ((st.st_mode & S_IXUSR) == S_IXUSR)) ) return 1; else return 0; } /* Searches for the full path of the wrapper. Returns newly allocated full path name if found, NULL otherwise */ char * find_executable (const char* wrapper) { int has_slash = 0; const char* p; const char* p_next; /* static buffer for getcwd */ char tmp[LT_PATHMAX + 1]; int tmp_len; char* concat_name; DEBUG("(find_executable) : %s\n", wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!"); if ((wrapper == NULL) || (*wrapper == '\0')) return NULL; /* Absolute path? */ #if defined (HAVE_DOS_BASED_FILE_SYSTEM) if (isalpha ((unsigned char)wrapper[0]) && wrapper[1] == ':') { concat_name = xstrdup (wrapper); if (check_executable(concat_name)) return concat_name; XFREE(concat_name); } else { #endif if (IS_DIR_SEPARATOR (wrapper[0])) { concat_name = xstrdup (wrapper); if (check_executable(concat_name)) return concat_name; XFREE(concat_name); } #if defined (HAVE_DOS_BASED_FILE_SYSTEM) } #endif for (p = wrapper; *p; p++) if (*p == '/') { has_slash = 1; break; } if (!has_slash) { /* no slashes; search PATH */ const char* path = getenv ("PATH"); if (path != NULL) { for (p = path; *p; p = p_next) { const char* q; size_t p_len; for (q = p; *q; q++) if (IS_PATH_SEPARATOR(*q)) break; p_len = q - p; p_next = (*q == '\0' ? q : q + 1); if (p_len == 0) { /* empty path: current directory */ if (getcwd (tmp, LT_PATHMAX) == NULL) lt_fatal ("getcwd failed"); tmp_len = strlen(tmp); concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1); memcpy (concat_name, tmp, tmp_len); concat_name[tmp_len] = '/'; strcpy (concat_name + tmp_len + 1, wrapper); } else { concat_name = XMALLOC(char, p_len + 1 + strlen(wrapper) + 1); memcpy (concat_name, p, p_len); concat_name[p_len] = '/'; strcpy (concat_name + p_len + 1, wrapper); } if (check_executable(concat_name)) return concat_name; XFREE(concat_name); } } /* not found in PATH; assume curdir */ } /* Relative path | not found in path: prepend cwd */ if (getcwd (tmp, LT_PATHMAX) == NULL) lt_fatal ("getcwd failed"); tmp_len = strlen(tmp); concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1); memcpy (concat_name, tmp, tmp_len); concat_name[tmp_len] = '/'; strcpy (concat_name + tmp_len + 1, wrapper); if (check_executable(concat_name)) return concat_name; XFREE(concat_name); return NULL; } char * strendzap(char *str, const char *pat) { size_t len, patlen; assert(str != NULL); assert(pat != NULL); len = strlen(str); patlen = strlen(pat); if (patlen <= len) { str += len - patlen; if (strcmp(str, pat) == 0) *str = '\0'; } return str; } static void lt_error_core (int exit_status, const char * mode, const char * message, va_list ap) { fprintf (stderr, "%s: %s: ", program_name, mode); vfprintf (stderr, message, ap); fprintf (stderr, ".\n"); if (exit_status >= 0) exit (exit_status); } void lt_fatal (const char *message, ...) { va_list ap; va_start (ap, message); lt_error_core (EXIT_FAILURE, "FATAL", message, ap); va_end (ap); } EOF # we should really use a build-platform specific compiler # here, but OTOH, the wrappers (shell script and this C one) # are only useful if you want to execute the "real" binary. # Since the "real" binary is built for $host, then this # wrapper might as well be built for $host, too. $run $LTCC $LTCFLAGS -s -o $cwrapper $cwrappersource ;; esac $rm $output trap "$rm $output; exit $EXIT_FAILURE" 1 2 15 $echo > $output "\ #! $SHELL # $output - temporary wrapper script for $objdir/$outputname # Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP # # The $output program cannot be directly executed until all the libtool # libraries that it depends on are installed. # # This wrapper script should never be moved out of the build directory. # If it is, it will not operate correctly. # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. Xsed='${SED} -e 1s/^X//' sed_quote_subst='$sed_quote_subst' # Be Bourne compatible (taken from Autoconf:_AS_BOURNE_COMPATIBLE). if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST else case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac fi BIN_SH=xpg4; export BIN_SH # for Tru64 DUALCASE=1; export DUALCASE # for MKS sh # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH relink_command=\"$relink_command\" # This environment variable determines our operation mode. if test \"\$libtool_install_magic\" = \"$magic\"; then # install mode needs the following variable: notinst_deplibs='$notinst_deplibs' else # When we are sourced in execute mode, \$file and \$echo are already set. if test \"\$libtool_execute_magic\" != \"$magic\"; then echo=\"$qecho\" file=\"\$0\" # Make sure echo works. if test \"X\$1\" = X--no-reexec; then # Discard the --no-reexec flag, and continue. shift elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then # Yippee, \$echo works! : else # Restart under the correct shell, and then maybe \$echo will work. exec $SHELL \"\$0\" --no-reexec \${1+\"\$@\"} fi fi\ " $echo >> $output "\ # Find the directory that this script lives in. thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\` test \"x\$thisdir\" = \"x\$file\" && thisdir=. # Follow symbolic links until we get to the real thisdir. file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\` while test -n \"\$file\"; do destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\` # If there was a directory component, then change thisdir. if test \"x\$destdir\" != \"x\$file\"; then case \"\$destdir\" in [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; *) thisdir=\"\$thisdir/\$destdir\" ;; esac fi file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\` file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\` done # Try to get the absolute directory name. absdir=\`cd \"\$thisdir\" && pwd\` test -n \"\$absdir\" && thisdir=\"\$absdir\" " if test "$fast_install" = yes; then $echo >> $output "\ program=lt-'$outputname'$exeext progdir=\"\$thisdir/$objdir\" if test ! -f \"\$progdir/\$program\" || \\ { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ test \"X\$file\" != \"X\$progdir/\$program\"; }; then file=\"\$\$-\$program\" if test ! -d \"\$progdir\"; then $mkdir \"\$progdir\" else $rm \"\$progdir/\$file\" fi" $echo >> $output "\ # relink executable if necessary if test -n \"\$relink_command\"; then if relink_command_output=\`eval \$relink_command 2>&1\`; then : else $echo \"\$relink_command_output\" >&2 $rm \"\$progdir/\$file\" exit $EXIT_FAILURE fi fi $mv \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || { $rm \"\$progdir/\$program\"; $mv \"\$progdir/\$file\" \"\$progdir/\$program\"; } $rm \"\$progdir/\$file\" fi" else $echo >> $output "\ program='$outputname' progdir=\"\$thisdir/$objdir\" " fi $echo >> $output "\ if test -f \"\$progdir/\$program\"; then" # Export our shlibpath_var if we have one. if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then $echo >> $output "\ # Add our own library path to $shlibpath_var $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" # Some systems cannot cope with colon-terminated $shlibpath_var # The second colon is a workaround for a bug in BeOS R4 sed $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\` export $shlibpath_var " fi # fixup the dll searchpath if we need to. if test -n "$dllsearchpath"; then $echo >> $output "\ # Add the dll search path components to the executable PATH PATH=$dllsearchpath:\$PATH " fi $echo >> $output "\ if test \"\$libtool_execute_magic\" != \"$magic\"; then # Run the actual program with our arguments. " case $host in # Backslashes separate directories on plain windows *-*-mingw | *-*-os2*) $echo >> $output "\ exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} " ;; *) $echo >> $output "\ exec \"\$progdir/\$program\" \${1+\"\$@\"} " ;; esac $echo >> $output "\ \$echo \"\$0: cannot exec \$program \$*\" exit $EXIT_FAILURE fi else # The program doesn't exist. \$echo \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2 \$echo \"This script is just a wrapper for \$program.\" 1>&2 $echo \"See the $PACKAGE documentation for more information.\" 1>&2 exit $EXIT_FAILURE fi fi\ " chmod +x $output fi exit $EXIT_SUCCESS ;; esac # See if we need to build an old-fashioned archive. for oldlib in $oldlibs; do if test "$build_libtool_libs" = convenience; then oldobjs="$libobjs_save" addlibs="$convenience" build_libtool_libs=no else if test "$build_libtool_libs" = module; then oldobjs="$libobjs_save" build_libtool_libs=no else oldobjs="$old_deplibs $non_pic_objects" fi addlibs="$old_convenience" fi if test -n "$addlibs"; then gentop="$output_objdir/${outputname}x" generated="$generated $gentop" func_extract_archives $gentop $addlibs oldobjs="$oldobjs $func_extract_archives_result" fi # Do each command in the archive commands. if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then cmds=$old_archive_from_new_cmds else # POSIX demands no paths to be encoded in archives. We have # to avoid creating archives with duplicate basenames if we # might have to extract them afterwards, e.g., when creating a # static archive out of a convenience library, or when linking # the entirety of a libtool archive into another (currently # not supported by libtool). if (for obj in $oldobjs do $echo "X$obj" | $Xsed -e 's%^.*/%%' done | sort | sort -uc >/dev/null 2>&1); then : else $echo "copying selected object files to avoid basename conflicts..." if test -z "$gentop"; then gentop="$output_objdir/${outputname}x" generated="$generated $gentop" $show "${rm}r $gentop" $run ${rm}r "$gentop" $show "$mkdir $gentop" $run $mkdir "$gentop" exit_status=$? if test "$exit_status" -ne 0 && test ! -d "$gentop"; then exit $exit_status fi fi save_oldobjs=$oldobjs oldobjs= counter=1 for obj in $save_oldobjs do objbase=`$echo "X$obj" | $Xsed -e 's%^.*/%%'` case " $oldobjs " in " ") oldobjs=$obj ;; *[\ /]"$objbase "*) while :; do # Make sure we don't pick an alternate name that also # overlaps. newobj=lt$counter-$objbase counter=`expr $counter + 1` case " $oldobjs " in *[\ /]"$newobj "*) ;; *) if test ! -f "$gentop/$newobj"; then break; fi ;; esac done $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" $run ln "$obj" "$gentop/$newobj" || $run cp "$obj" "$gentop/$newobj" oldobjs="$oldobjs $gentop/$newobj" ;; *) oldobjs="$oldobjs $obj" ;; esac done fi eval cmds=\"$old_archive_cmds\" if len=`expr "X$cmds" : ".*"` && test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then cmds=$old_archive_cmds else # the command line is too long to link in one step, link in parts $echo "using piecewise archive linking..." save_RANLIB=$RANLIB RANLIB=: objlist= concat_cmds= save_oldobjs=$oldobjs # Is there a better way of finding the last object in the list? for obj in $save_oldobjs do last_oldobj=$obj done for obj in $save_oldobjs do oldobjs="$objlist $obj" objlist="$objlist $obj" eval test_cmds=\"$old_archive_cmds\" if len=`expr "X$test_cmds" : ".*" 2>/dev/null` && test "$len" -le "$max_cmd_len"; then : else # the above command should be used before it gets too long oldobjs=$objlist if test "$obj" = "$last_oldobj" ; then RANLIB=$save_RANLIB fi test -z "$concat_cmds" || concat_cmds=$concat_cmds~ eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\" objlist= fi done RANLIB=$save_RANLIB oldobjs=$objlist if test "X$oldobjs" = "X" ; then eval cmds=\"\$concat_cmds\" else eval cmds=\"\$concat_cmds~\$old_archive_cmds\" fi fi fi save_ifs="$IFS"; IFS='~' for cmd in $cmds; do eval cmd=\"$cmd\" IFS="$save_ifs" $show "$cmd" $run eval "$cmd" || exit $? done IFS="$save_ifs" done if test -n "$generated"; then $show "${rm}r$generated" $run ${rm}r$generated fi # Now create the libtool archive. case $output in *.la) old_library= test "$build_old_libs" = yes && old_library="$libname.$libext" $show "creating $output" # Preserve any variables that may affect compiler behavior for var in $variables_saved_for_relink; do if eval test -z \"\${$var+set}\"; then relink_command="{ test -z \"\${$var+set}\" || unset $var || { $var=; export $var; }; }; $relink_command" elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"` relink_command="$var=\"$var_value\"; export $var; $relink_command" fi done # Quote the link command for shipping. relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e "$sed_quote_subst" | $NL2SP` if test "$hardcode_automatic" = yes ; then relink_command= fi # Only create the output if not a dry run. if test -z "$run"; then for installed in no yes; do if test "$installed" = yes; then if test -z "$install_libdir"; then break fi output="$output_objdir/$outputname"i # Replace all uninstalled libtool libraries with the installed ones newdependency_libs= for deplib in $dependency_libs; do case $deplib in *.la) name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'` eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` if test -z "$libdir"; then $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2 exit $EXIT_FAILURE fi newdependency_libs="$newdependency_libs $libdir/$name" ;; *) newdependency_libs="$newdependency_libs $deplib" ;; esac done dependency_libs="$newdependency_libs" newdlfiles= for lib in $dlfiles; do name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` if test -z "$libdir"; then $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 exit $EXIT_FAILURE fi newdlfiles="$newdlfiles $libdir/$name" done dlfiles="$newdlfiles" newdlprefiles= for lib in $dlprefiles; do name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` if test -z "$libdir"; then $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 exit $EXIT_FAILURE fi newdlprefiles="$newdlprefiles $libdir/$name" done dlprefiles="$newdlprefiles" else newdlfiles= for lib in $dlfiles; do case $lib in [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; *) abs=`pwd`"/$lib" ;; esac newdlfiles="$newdlfiles $abs" done dlfiles="$newdlfiles" newdlprefiles= for lib in $dlprefiles; do case $lib in [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; *) abs=`pwd`"/$lib" ;; esac newdlprefiles="$newdlprefiles $abs" done dlprefiles="$newdlprefiles" fi $rm $output # place dlname in correct position for cygwin tdlname=$dlname case $host,$output,$installed,$module,$dlname in *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;; esac $echo > $output "\ # $outputname - a libtool library file # Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP # # Please DO NOT delete this file! # It is necessary for linking the library. # The name that we can dlopen(3). dlname='$tdlname' # Names of this library. library_names='$library_names' # The name of the static archive. old_library='$old_library' # Libraries that this one depends upon. dependency_libs='$dependency_libs' # Version information for $libname. current=$current age=$age revision=$revision # Is this an already installed library? installed=$installed # Should we warn about portability when linking against -modules? shouldnotlink=$module # Files to dlopen/dlpreopen dlopen='$dlfiles' dlpreopen='$dlprefiles' # Directory that this library needs to be installed in: libdir='$install_libdir'" if test "$installed" = no && test "$need_relink" = yes; then $echo >> $output "\ relink_command=\"$relink_command\"" fi done fi # Do a symbolic link so that the libtool archive can be found in # LD_LIBRARY_PATH before the program is installed. $show "(cd $output_objdir && $rm $outputname && $LN_S ../$outputname $outputname)" $run eval '(cd $output_objdir && $rm $outputname && $LN_S ../$outputname $outputname)' || exit $? ;; esac exit $EXIT_SUCCESS ;; # libtool install mode install) modename="$modename: install" # There may be an optional sh(1) argument at the beginning of # install_prog (especially on Windows NT). if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh || # Allow the use of GNU shtool's install command. $echo "X$nonopt" | grep shtool > /dev/null; then # Aesthetically quote it. arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"` case $arg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") arg="\"$arg\"" ;; esac install_prog="$arg " arg="$1" shift else install_prog= arg=$nonopt fi # The real first argument should be the name of the installation program. # Aesthetically quote it. arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` case $arg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") arg="\"$arg\"" ;; esac install_prog="$install_prog$arg" # We need to accept at least all the BSD install flags. dest= files= opts= prev= install_type= isdir=no stripme= for arg do if test -n "$dest"; then files="$files $dest" dest=$arg continue fi case $arg in -d) isdir=yes ;; -f) case " $install_prog " in *[\\\ /]cp\ *) ;; *) prev=$arg ;; esac ;; -g | -m | -o) prev=$arg ;; -s) stripme=" -s" continue ;; -*) ;; *) # If the previous option needed an argument, then skip it. if test -n "$prev"; then prev= else dest=$arg continue fi ;; esac # Aesthetically quote the argument. arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` case $arg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") arg="\"$arg\"" ;; esac install_prog="$install_prog $arg" done if test -z "$install_prog"; then $echo "$modename: you must specify an install program" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE fi if test -n "$prev"; then $echo "$modename: the \`$prev' option requires an argument" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE fi if test -z "$files"; then if test -z "$dest"; then $echo "$modename: no file or destination specified" 1>&2 else $echo "$modename: you must specify a destination" 1>&2 fi $echo "$help" 1>&2 exit $EXIT_FAILURE fi # Strip any trailing slash from the destination. dest=`$echo "X$dest" | $Xsed -e 's%/$%%'` # Check to see that the destination is a directory. test -d "$dest" && isdir=yes if test "$isdir" = yes; then destdir="$dest" destname= else destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'` test "X$destdir" = "X$dest" && destdir=. destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'` # Not a directory, so check to see that there is only one file specified. set dummy $files if test "$#" -gt 2; then $echo "$modename: \`$dest' is not a directory" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE fi fi case $destdir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) for file in $files; do case $file in *.lo) ;; *) $echo "$modename: \`$destdir' must be an absolute directory name" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE ;; esac done ;; esac # This variable tells wrapper scripts just to set variables rather # than running their programs. libtool_install_magic="$magic" staticlibs= future_libdirs= current_libdirs= for file in $files; do # Do each installation. case $file in *.$libext) # Do the static libraries later. staticlibs="$staticlibs $file" ;; *.la) # Check to see that this really is a libtool archive. if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then : else $echo "$modename: \`$file' is not a valid libtool archive" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE fi library_names= old_library= relink_command= # If there is no directory component, then add one. case $file in */* | *\\*) . $file ;; *) . ./$file ;; esac # Add the libdir to current_libdirs if it is the destination. if test "X$destdir" = "X$libdir"; then case "$current_libdirs " in *" $libdir "*) ;; *) current_libdirs="$current_libdirs $libdir" ;; esac else # Note the libdir as a future libdir. case "$future_libdirs " in *" $libdir "*) ;; *) future_libdirs="$future_libdirs $libdir" ;; esac fi dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/ test "X$dir" = "X$file/" && dir= dir="$dir$objdir" if test -n "$relink_command"; then # Determine the prefix the user has applied to our future dir. inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"` # Don't allow the user to place us outside of our expected # location b/c this prevents finding dependent libraries that # are installed to the same prefix. # At present, this check doesn't affect windows .dll's that # are installed into $libdir/../bin (currently, that works fine) # but it's something to keep an eye on. if test "$inst_prefix_dir" = "$destdir"; then $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2 exit $EXIT_FAILURE fi if test -n "$inst_prefix_dir"; then # Stick the inst_prefix_dir data into the link command. relink_command=`$echo "$relink_command" | $SP2NL | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%" | $NL2SP` else relink_command=`$echo "$relink_command" | $SP2NL | $SED "s%@inst_prefix_dir@%%" | $NL2SP` fi $echo "$modename: warning: relinking \`$file'" 1>&2 $show "$relink_command" if $run eval "$relink_command"; then : else $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2 exit $EXIT_FAILURE fi fi # See the names of the shared library. set dummy $library_names if test -n "$2"; then realname="$2" shift shift srcname="$realname" test -n "$relink_command" && srcname="$realname"T # Install the shared library and build the symlinks. $show "$install_prog $dir/$srcname $destdir/$realname" $run eval "$install_prog $dir/$srcname $destdir/$realname" || exit $? if test -n "$stripme" && test -n "$striplib"; then $show "$striplib $destdir/$realname" $run eval "$striplib $destdir/$realname" || exit $? fi if test "$#" -gt 0; then # Delete the old symlinks, and create new ones. # Try `ln -sf' first, because the `ln' binary might depend on # the symlink we replace! Solaris /bin/ln does not understand -f, # so we also need to try rm && ln -s. for linkname do if test "$linkname" != "$realname"; then $show "(cd $destdir && { $LN_S -f $realname $linkname || { $rm $linkname && $LN_S $realname $linkname; }; })" $run eval "(cd $destdir && { $LN_S -f $realname $linkname || { $rm $linkname && $LN_S $realname $linkname; }; })" fi done fi # Do each command in the postinstall commands. lib="$destdir/$realname" cmds=$postinstall_cmds save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" || { lt_exit=$? # Restore the uninstalled library and exit if test "$mode" = relink; then $run eval '(cd $output_objdir && $rm ${realname}T && $mv ${realname}U $realname)' fi exit $lt_exit } done IFS="$save_ifs" fi # Install the pseudo-library for information purposes. name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` instname="$dir/$name"i $show "$install_prog $instname $destdir/$name" $run eval "$install_prog $instname $destdir/$name" || exit $? # Maybe install the static library, too. test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" ;; *.lo) # Install (i.e. copy) a libtool object. # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then destfile="$destdir/$destname" else destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'` destfile="$destdir/$destfile" fi # Deduce the name of the destination old-style object file. case $destfile in *.lo) staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"` ;; *.$objext) staticdest="$destfile" destfile= ;; *) $echo "$modename: cannot copy a libtool object to \`$destfile'" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE ;; esac # Install the libtool object if requested. if test -n "$destfile"; then $show "$install_prog $file $destfile" $run eval "$install_prog $file $destfile" || exit $? fi # Install the old object if enabled. if test "$build_old_libs" = yes; then # Deduce the name of the old-style object file. staticobj=`$echo "X$file" | $Xsed -e "$lo2o"` $show "$install_prog $staticobj $staticdest" $run eval "$install_prog \$staticobj \$staticdest" || exit $? fi exit $EXIT_SUCCESS ;; *) # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then destfile="$destdir/$destname" else destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'` destfile="$destdir/$destfile" fi # If the file is missing, and there is a .exe on the end, strip it # because it is most likely a libtool script we actually want to # install stripped_ext="" case $file in *.exe) if test ! -f "$file"; then file=`$echo $file|${SED} 's,.exe$,,'` stripped_ext=".exe" fi ;; esac # Do a test to see if this is really a libtool program. case $host in *cygwin*|*mingw*) wrapper=`$echo $file | ${SED} -e 's,.exe$,,'` ;; *) wrapper=$file ;; esac if (${SED} -e '4q' $wrapper | grep "^# Generated by .*$PACKAGE")>/dev/null 2>&1; then notinst_deplibs= relink_command= # Note that it is not necessary on cygwin/mingw to append a dot to # foo even if both foo and FILE.exe exist: automatic-append-.exe # behavior happens only for exec(3), not for open(2)! Also, sourcing # `FILE.' does not work on cygwin managed mounts. # # If there is no directory component, then add one. case $wrapper in */* | *\\*) . ${wrapper} ;; *) . ./${wrapper} ;; esac # Check the variables that should have been set. if test -z "$notinst_deplibs"; then $echo "$modename: invalid libtool wrapper script \`$wrapper'" 1>&2 exit $EXIT_FAILURE fi finalize=yes for lib in $notinst_deplibs; do # Check to see that each library is installed. libdir= if test -f "$lib"; then # If there is no directory component, then add one. case $lib in */* | *\\*) . $lib ;; *) . ./$lib ;; esac fi libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test if test -n "$libdir" && test ! -f "$libfile"; then $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2 finalize=no fi done relink_command= # Note that it is not necessary on cygwin/mingw to append a dot to # foo even if both foo and FILE.exe exist: automatic-append-.exe # behavior happens only for exec(3), not for open(2)! Also, sourcing # `FILE.' does not work on cygwin managed mounts. # # If there is no directory component, then add one. case $wrapper in */* | *\\*) . ${wrapper} ;; *) . ./${wrapper} ;; esac outputname= if test "$fast_install" = no && test -n "$relink_command"; then if test "$finalize" = yes && test -z "$run"; then tmpdir=`func_mktempdir` file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'` outputname="$tmpdir/$file" # Replace the output file specification. relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g' | $NL2SP` $show "$relink_command" if $run eval "$relink_command"; then : else $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2 ${rm}r "$tmpdir" continue fi file="$outputname" else $echo "$modename: warning: cannot relink \`$file'" 1>&2 fi else # Install the binary that we compiled earlier. file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"` fi fi # remove .exe since cygwin /usr/bin/install will append another # one anyway case $install_prog,$host in */usr/bin/install*,*cygwin*) case $file:$destfile in *.exe:*.exe) # this is ok ;; *.exe:*) destfile=$destfile.exe ;; *:*.exe) destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'` ;; esac ;; esac $show "$install_prog$stripme $file $destfile" $run eval "$install_prog\$stripme \$file \$destfile" || exit $? test -n "$outputname" && ${rm}r "$tmpdir" ;; esac done for file in $staticlibs; do name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` # Set up the ranlib parameters. oldlib="$destdir/$name" $show "$install_prog $file $oldlib" $run eval "$install_prog \$file \$oldlib" || exit $? if test -n "$stripme" && test -n "$old_striplib"; then $show "$old_striplib $oldlib" $run eval "$old_striplib $oldlib" || exit $? fi # Do each command in the postinstall commands. cmds=$old_postinstall_cmds save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" || exit $? done IFS="$save_ifs" done if test -n "$future_libdirs"; then $echo "$modename: warning: remember to run \`$progname --finish$future_libdirs'" 1>&2 fi if test -n "$current_libdirs"; then # Maybe just do a dry run. test -n "$run" && current_libdirs=" -n$current_libdirs" exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' else exit $EXIT_SUCCESS fi ;; # libtool finish mode finish) modename="$modename: finish" libdirs="$nonopt" admincmds= if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then for dir do libdirs="$libdirs $dir" done for libdir in $libdirs; do if test -n "$finish_cmds"; then # Do each command in the finish commands. cmds=$finish_cmds save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" || admincmds="$admincmds $cmd" done IFS="$save_ifs" fi if test -n "$finish_eval"; then # Do the single finish_eval. eval cmds=\"$finish_eval\" $run eval "$cmds" || admincmds="$admincmds $cmds" fi done fi # Exit here if they wanted silent mode. test "$show" = : && exit $EXIT_SUCCESS $echo "X----------------------------------------------------------------------" | $Xsed $echo "Libraries have been installed in:" for libdir in $libdirs; do $echo " $libdir" done $echo $echo "If you ever happen to want to link against installed libraries" $echo "in a given directory, LIBDIR, you must either use libtool, and" $echo "specify the full pathname of the library, or use the \`-LLIBDIR'" $echo "flag during linking and do at least one of the following:" if test -n "$shlibpath_var"; then $echo " - add LIBDIR to the \`$shlibpath_var' environment variable" $echo " during execution" fi if test -n "$runpath_var"; then $echo " - add LIBDIR to the \`$runpath_var' environment variable" $echo " during linking" fi if test -n "$hardcode_libdir_flag_spec"; then libdir=LIBDIR eval flag=\"$hardcode_libdir_flag_spec\" $echo " - use the \`$flag' linker flag" fi if test -n "$admincmds"; then $echo " - have your system administrator run these commands:$admincmds" fi if test -f /etc/ld.so.conf; then $echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" fi $echo $echo "See any operating system documentation about shared libraries for" $echo "more information, such as the ld(1) and ld.so(8) manual pages." $echo "X----------------------------------------------------------------------" | $Xsed exit $EXIT_SUCCESS ;; # libtool execute mode execute) modename="$modename: execute" # The first argument is the command name. cmd="$nonopt" if test -z "$cmd"; then $echo "$modename: you must specify a COMMAND" 1>&2 $echo "$help" exit $EXIT_FAILURE fi # Handle -dlopen flags immediately. for file in $execute_dlfiles; do if test ! -f "$file"; then $echo "$modename: \`$file' is not a file" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE fi dir= case $file in *.la) # Check to see that this really is a libtool archive. if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then : else $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE fi # Read the libtool library. dlname= library_names= # If there is no directory component, then add one. case $file in */* | *\\*) . $file ;; *) . ./$file ;; esac # Skip this library if it cannot be dlopened. if test -z "$dlname"; then # Warn if it was a shared library. test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'" continue fi dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` test "X$dir" = "X$file" && dir=. if test -f "$dir/$objdir/$dlname"; then dir="$dir/$objdir" else if test ! -f "$dir/$dlname"; then $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2 exit $EXIT_FAILURE fi fi ;; *.lo) # Just add the directory containing the .lo file. dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` test "X$dir" = "X$file" && dir=. ;; *) $echo "$modename: warning \`-dlopen' is ignored for non-libtool libraries and objects" 1>&2 continue ;; esac # Get the absolute pathname. absdir=`cd "$dir" && pwd` test -n "$absdir" && dir="$absdir" # Now add the directory to shlibpath_var. if eval "test -z \"\$$shlibpath_var\""; then eval "$shlibpath_var=\"\$dir\"" else eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" fi done # This variable tells wrapper scripts just to set shlibpath_var # rather than running their programs. libtool_execute_magic="$magic" # Check if any of the arguments is a wrapper script. args= for file do case $file in -*) ;; *) # Do a test to see if this is really a libtool program. if (${SED} -e '4q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then # If there is no directory component, then add one. case $file in */* | *\\*) . $file ;; *) . ./$file ;; esac # Transform arg to wrapped name. file="$progdir/$program" fi ;; esac # Quote arguments (to preserve shell metacharacters). file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"` args="$args \"$file\"" done if test -z "$run"; then if test -n "$shlibpath_var"; then # Export the shlibpath_var. eval "export $shlibpath_var" fi # Restore saved environment variables for lt_var in LANG LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES do eval "if test \"\${save_$lt_var+set}\" = set; then $lt_var=\$save_$lt_var; export $lt_var fi" done # Now prepare to actually exec the command. exec_cmd="\$cmd$args" else # Display what would be done. if test -n "$shlibpath_var"; then eval "\$echo \"\$shlibpath_var=\$$shlibpath_var\"" $echo "export $shlibpath_var" fi $echo "$cmd$args" exit $EXIT_SUCCESS fi ;; # libtool clean and uninstall mode clean | uninstall) modename="$modename: $mode" rm="$nonopt" files= rmforce= exit_status=0 # This variable tells wrapper scripts just to set variables rather # than running their programs. libtool_install_magic="$magic" for arg do case $arg in -f) rm="$rm $arg"; rmforce=yes ;; -*) rm="$rm $arg" ;; *) files="$files $arg" ;; esac done if test -z "$rm"; then $echo "$modename: you must specify an RM program" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE fi rmdirs= origobjdir="$objdir" for file in $files; do dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` if test "X$dir" = "X$file"; then dir=. objdir="$origobjdir" else objdir="$dir/$origobjdir" fi name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` test "$mode" = uninstall && objdir="$dir" # Remember objdir for removal later, being careful to avoid duplicates if test "$mode" = clean; then case " $rmdirs " in *" $objdir "*) ;; *) rmdirs="$rmdirs $objdir" ;; esac fi # Don't error if the file doesn't exist and rm -f was used. if (test -L "$file") >/dev/null 2>&1 \ || (test -h "$file") >/dev/null 2>&1 \ || test -f "$file"; then : elif test -d "$file"; then exit_status=1 continue elif test "$rmforce" = yes; then continue fi rmfiles="$file" case $name in *.la) # Possibly a libtool archive, so verify it. if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then . $dir/$name # Delete the libtool libraries and symlinks. for n in $library_names; do rmfiles="$rmfiles $objdir/$n" done test -n "$old_library" && rmfiles="$rmfiles $objdir/$old_library" case "$mode" in clean) case " $library_names " in # " " in the beginning catches empty $dlname *" $dlname "*) ;; *) rmfiles="$rmfiles $objdir/$dlname" ;; esac test -n "$libdir" && rmfiles="$rmfiles $objdir/$name $objdir/${name}i" ;; uninstall) if test -n "$library_names"; then # Do each command in the postuninstall commands. cmds=$postuninstall_cmds save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" if test "$?" -ne 0 && test "$rmforce" != yes; then exit_status=1 fi done IFS="$save_ifs" fi if test -n "$old_library"; then # Do each command in the old_postuninstall commands. cmds=$old_postuninstall_cmds save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" if test "$?" -ne 0 && test "$rmforce" != yes; then exit_status=1 fi done IFS="$save_ifs" fi # FIXME: should reinstall the best remaining shared library. ;; esac fi ;; *.lo) # Possibly a libtool object, so verify it. if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then # Read the .lo file . $dir/$name # Add PIC object to the list of files to remove. if test -n "$pic_object" \ && test "$pic_object" != none; then rmfiles="$rmfiles $dir/$pic_object" fi # Add non-PIC object to the list of files to remove. if test -n "$non_pic_object" \ && test "$non_pic_object" != none; then rmfiles="$rmfiles $dir/$non_pic_object" fi fi ;; *) if test "$mode" = clean ; then noexename=$name case $file in *.exe) file=`$echo $file|${SED} 's,.exe$,,'` noexename=`$echo $name|${SED} 's,.exe$,,'` # $file with .exe has already been added to rmfiles, # add $file without .exe rmfiles="$rmfiles $file" ;; esac # Do a test to see if this is a libtool program. if (${SED} -e '4q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then relink_command= . $dir/$noexename # note $name still contains .exe if it was in $file originally # as does the version of $file that was added into $rmfiles rmfiles="$rmfiles $objdir/$name $objdir/${name}S.${objext}" if test "$fast_install" = yes && test -n "$relink_command"; then rmfiles="$rmfiles $objdir/lt-$name" fi if test "X$noexename" != "X$name" ; then rmfiles="$rmfiles $objdir/lt-${noexename}.c" fi fi fi ;; esac $show "$rm $rmfiles" $run $rm $rmfiles || exit_status=1 done objdir="$origobjdir" # Try to remove the ${objdir}s in the directories where we deleted files for dir in $rmdirs; do if test -d "$dir"; then $show "rmdir $dir" $run rmdir $dir >/dev/null 2>&1 fi done exit $exit_status ;; "") $echo "$modename: you must specify a MODE" 1>&2 $echo "$generic_help" 1>&2 exit $EXIT_FAILURE ;; esac if test -z "$exec_cmd"; then $echo "$modename: invalid operation mode \`$mode'" 1>&2 $echo "$generic_help" 1>&2 exit $EXIT_FAILURE fi fi # test -z "$show_help" if test -n "$exec_cmd"; then eval exec $exec_cmd exit $EXIT_FAILURE fi # We need to display help for each of the modes. case $mode in "") $echo \ "Usage: $modename [OPTION]... [MODE-ARG]... Provide generalized library-building support services. --config show all configuration variables --debug enable verbose shell tracing -n, --dry-run display commands without modifying any files --features display basic configuration information and exit --finish same as \`--mode=finish' --help display this help message and exit --mode=MODE use operation mode MODE [default=inferred from MODE-ARGS] --quiet same as \`--silent' --silent don't print informational messages --tag=TAG use configuration variables from tag TAG --version print version information MODE must be one of the following: clean remove files from the build directory compile compile a source file into a libtool object execute automatically set library path, then run a program finish complete the installation of libtool libraries install install libraries or executables link create a library or an executable uninstall remove libraries from an installed directory MODE-ARGS vary depending on the MODE. Try \`$modename --help --mode=MODE' for a more detailed description of MODE. Report bugs to ." exit $EXIT_SUCCESS ;; clean) $echo \ "Usage: $modename [OPTION]... --mode=clean RM [RM-OPTION]... FILE... Remove files from the build directory. RM is the name of the program to use to delete files associated with each FILE (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed to RM. If FILE is a libtool library, object or program, all the files associated with it are deleted. Otherwise, only FILE itself is deleted using RM." ;; compile) $echo \ "Usage: $modename [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE Compile a source file into a libtool library object. This mode accepts the following additional options: -o OUTPUT-FILE set the output file name to OUTPUT-FILE -prefer-pic try to building PIC objects only -prefer-non-pic try to building non-PIC objects only -static always build a \`.o' file suitable for static linking COMPILE-COMMAND is a command to be used in creating a \`standard' object file from the given SOURCEFILE. The output file name is determined by removing the directory component from SOURCEFILE, then substituting the C source code suffix \`.c' with the library object suffix, \`.lo'." ;; execute) $echo \ "Usage: $modename [OPTION]... --mode=execute COMMAND [ARGS]... Automatically set library path, then run a program. This mode accepts the following additional options: -dlopen FILE add the directory containing FILE to the library path This mode sets the library path environment variable according to \`-dlopen' flags. If any of the ARGS are libtool executable wrappers, then they are translated into their corresponding uninstalled binary, and any of their required library directories are added to the library path. Then, COMMAND is executed, with ARGS as arguments." ;; finish) $echo \ "Usage: $modename [OPTION]... --mode=finish [LIBDIR]... Complete the installation of libtool libraries. Each LIBDIR is a directory that contains libtool libraries. The commands that this mode executes may require superuser privileges. Use the \`--dry-run' option if you just want to see what would be executed." ;; install) $echo \ "Usage: $modename [OPTION]... --mode=install INSTALL-COMMAND... Install executables or libraries. INSTALL-COMMAND is the installation command. The first component should be either the \`install' or \`cp' program. The rest of the components are interpreted as arguments to that command (only BSD-compatible install options are recognized)." ;; link) $echo \ "Usage: $modename [OPTION]... --mode=link LINK-COMMAND... Link object files or libraries together to form another library, or to create an executable program. LINK-COMMAND is a command using the C compiler that you would use to create a program from several object files. The following components of LINK-COMMAND are treated specially: -all-static do not do any dynamic linking at all -avoid-version do not add a version suffix if possible -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) -export-symbols SYMFILE try to export only the symbols listed in SYMFILE -export-symbols-regex REGEX try to export only the symbols matching REGEX -LLIBDIR search LIBDIR for required installed libraries -lNAME OUTPUT-FILE requires the installed library libNAME -module build a library that can dlopened -no-fast-install disable the fast-install mode -no-install link a not-installable executable -no-undefined declare that a library does not refer to external symbols -o OUTPUT-FILE create OUTPUT-FILE from the specified objects -objectlist FILE Use a list of object files found in FILE to specify objects -precious-files-regex REGEX don't remove output files matching REGEX -release RELEASE specify package release information -rpath LIBDIR the created library will eventually be installed in LIBDIR -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries -static do not do any dynamic linking of uninstalled libtool libraries -static-libtool-libs do not do any dynamic linking of libtool libraries -version-info CURRENT[:REVISION[:AGE]] specify library version info [each variable defaults to 0] All other options (arguments beginning with \`-') are ignored. Every other argument is treated as a filename. Files ending in \`.la' are treated as uninstalled libtool libraries, other files are standard or library object files. If the OUTPUT-FILE ends in \`.la', then a libtool library is created, only library objects (\`.lo' files) may be specified, and \`-rpath' is required, except when creating a convenience library. If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created using \`ar' and \`ranlib', or on Windows using \`lib'. If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file is created, otherwise an executable program is created." ;; uninstall) $echo \ "Usage: $modename [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... Remove libraries from an installation directory. RM is the name of the program to use to delete files associated with each FILE (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed to RM. If FILE is a libtool library, all the files associated with it are deleted. Otherwise, only FILE itself is deleted using RM." ;; *) $echo "$modename: invalid operation mode \`$mode'" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE ;; esac $echo $echo "Try \`$modename --help' for more information about other modes." exit $? # The TAGs below are defined such that we never get into a situation # in which we disable both kinds of libraries. Given conflicting # choices, we go for a static library, that is the most portable, # since we can't tell whether shared libraries were disabled because # the user asked for that or because the platform doesn't support # them. This is particularly important on AIX, because we don't # support having both static and shared libraries enabled at the same # time on that platform, so we default to a shared-only configuration. # If a disable-shared tag is given, we'll fallback to a static-only # configuration. But we'll never go from static-only to shared-only. # ### BEGIN LIBTOOL TAG CONFIG: disable-shared disable_libs=shared # ### END LIBTOOL TAG CONFIG: disable-shared # ### BEGIN LIBTOOL TAG CONFIG: disable-static disable_libs=static # ### END LIBTOOL TAG CONFIG: disable-static # Local Variables: # mode:shell-script # sh-indentation:2 # End: libuser-0.56.9.dfsg.1.orig/INSTALL0000644000175000017500000002231010656605223014424 0ustar ghegheInstallation Instructions ************************* Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, 2006 Free Software Foundation, Inc. This file is free documentation; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. Basic Installation ================== Briefly, the shell commands `./configure; make; make install' should configure, build, and install this package. The following more-detailed instructions are generic; see the `README' file for instructions specific to this package. The `configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile' in each directory of the package. It may also create one or more `.h' files containing system-dependent definitions. Finally, it creates a shell script `config.status' that you can run in the future to recreate the current configuration, and a file `config.log' containing compiler output (useful mainly for debugging `configure'). It can also use an optional file (typically called `config.cache' and enabled with `--cache-file=config.cache' or simply `-C') that saves the results of its tests to speed up reconfiguring. Caching is disabled by default to prevent problems with accidental use of stale cache files. If you need to do unusual things to compile the package, please try to figure out how `configure' could check whether to do them, and mail diffs or instructions to the address given in the `README' so they can be considered for the next release. If you are using the cache, and at some point `config.cache' contains results you don't want to keep, you may remove or edit it. The file `configure.ac' (or `configure.in') is used to create `configure' by a program called `autoconf'. You need `configure.ac' if you want to change it or regenerate `configure' using a newer version of `autoconf'. The simplest way to compile this package is: 1. `cd' to the directory containing the package's source code and type `./configure' to configure the package for your system. Running `configure' might take a while. While running, it prints some messages telling which features it is checking for. 2. Type `make' to compile the package. 3. Optionally, type `make check' to run any self-tests that come with the package. 4. Type `make install' to install the programs and any data files and documentation. 5. You can remove the program binaries and object files from the source code directory by typing `make clean'. To also remove the files that `configure' created (so you can compile the package for a different kind of computer), type `make distclean'. There is also a `make maintainer-clean' target, but that is intended mainly for the package's developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution. Compilers and Options ===================== Some systems require unusual options for compilation or linking that the `configure' script does not know about. Run `./configure --help' for details on some of the pertinent environment variables. You can give `configure' initial values for configuration parameters by setting variables in the command line or in the environment. Here is an example: ./configure CC=c99 CFLAGS=-g LIBS=-lposix *Note Defining Variables::, for more details. Compiling For Multiple Architectures ==================================== You can compile the package for more than one kind of computer at the same time, by placing the object files for each architecture in their own directory. To do this, you can use GNU `make'. `cd' to the directory where you want the object files and executables to go and run the `configure' script. `configure' automatically checks for the source code in the directory that `configure' is in and in `..'. With a non-GNU `make', it is safer to compile the package for one architecture at a time in the source code directory. After you have installed the package for one architecture, use `make distclean' before reconfiguring for another architecture. Installation Names ================== By default, `make install' installs the package's commands under `/usr/local/bin', include files under `/usr/local/include', etc. You can specify an installation prefix other than `/usr/local' by giving `configure' the option `--prefix=PREFIX'. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you pass the option `--exec-prefix=PREFIX' to `configure', the package uses PREFIX as the prefix for installing programs and libraries. Documentation and other data files still use the regular prefix. In addition, if you use an unusual directory layout you can give options like `--bindir=DIR' to specify different values for particular kinds of files. Run `configure --help' for a list of the directories you can set and what kinds of files go in them. If the package supports it, you can cause programs to be installed with an extra prefix or suffix on their names by giving `configure' the option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. Optional Features ================= Some packages pay attention to `--enable-FEATURE' options to `configure', where FEATURE indicates an optional part of the package. They may also pay attention to `--with-PACKAGE' options, where PACKAGE is something like `gnu-as' or `x' (for the X Window System). The `README' should mention any `--enable-' and `--with-' options that the package recognizes. For packages that use the X Window System, `configure' can usually find the X include and library files automatically, but if it doesn't, you can use the `configure' options `--x-includes=DIR' and `--x-libraries=DIR' to specify their locations. Specifying the System Type ========================== There may be some features `configure' cannot figure out automatically, but needs to determine by the type of machine the package will run on. Usually, assuming the package is built to be run on the _same_ architectures, `configure' can figure that out, but if it prints a message saying it cannot guess the machine type, give it the `--build=TYPE' option. TYPE can either be a short name for the system type, such as `sun4', or a canonical name which has the form: CPU-COMPANY-SYSTEM where SYSTEM can have one of these forms: OS KERNEL-OS See the file `config.sub' for the possible values of each field. If `config.sub' isn't included in this package, then this package doesn't need to know the machine type. If you are _building_ compiler tools for cross-compiling, you should use the option `--target=TYPE' to select the type of system they will produce code for. If you want to _use_ a cross compiler, that generates code for a platform different from the build platform, you should specify the "host" platform (i.e., that on which the generated programs will eventually be run) with `--host=TYPE'. Sharing Defaults ================ If you want to set default values for `configure' scripts to share, you can create a site shell script called `config.site' that gives default values for variables like `CC', `cache_file', and `prefix'. `configure' looks for `PREFIX/share/config.site' if it exists, then `PREFIX/etc/config.site' if it exists. Or, you can set the `CONFIG_SITE' environment variable to the location of the site script. A warning: not all `configure' scripts look for a site script. Defining Variables ================== Variables not defined in a site shell script can be set in the environment passed to `configure'. However, some packages may run configure again during the build, and the customized values of these variables may be lost. In order to avoid this problem, you should set them in the `configure' command line, using `VAR=value'. For example: ./configure CC=/usr/local2/bin/gcc causes the specified `gcc' to be used as the C compiler (unless it is overridden in the site shell script). Unfortunately, this technique does not work for `CONFIG_SHELL' due to an Autoconf bug. Until the bug is fixed you can use this workaround: CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash `configure' Invocation ====================== `configure' recognizes the following options to control how it operates. `--help' `-h' Print a summary of the options to `configure', and exit. `--version' `-V' Print the version of Autoconf used to generate the `configure' script, and exit. `--cache-file=FILE' Enable the cache: use and save the results of the tests in FILE, traditionally `config.cache'. FILE defaults to `/dev/null' to disable caching. `--config-cache' `-C' Alias for `--cache-file=config.cache'. `--quiet' `--silent' `-q' Do not print messages saying which checks are being made. To suppress all normal output, redirect it to `/dev/null' (any error messages will still be shown). `--srcdir=DIR' Look for the package's source code in directory DIR. Usually `configure' can determine that directory automatically. `configure' also accepts some other, not widely useful, options. Run `configure --help' for more details. libuser-0.56.9.dfsg.1.orig/config.h.in0000644000175000017500000000566710777230717015444 0ustar gheghe/* config.h.in. Generated from configure.in by autoheader. */ /* Define to 1 if translation of program messages to the user's native language is requested. */ #undef ENABLE_NLS /* Stay away from deprecated glib functionality. */ #undef G_DISABLE_DEPRECATED /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the CoreFoundation framework. */ #undef HAVE_CFLOCALECOPYCURRENT /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in the CoreFoundation framework. */ #undef HAVE_CFPREFERENCESCOPYAPPVALUE /* Define if the GNU dcgettext() function is already present or preinstalled. */ #undef HAVE_DCGETTEXT /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H /* Define if the GNU gettext() function is already present or preinstalled. */ #undef HAVE_GETTEXT /* Define if you have the iconv() function. */ #undef HAVE_ICONV /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the `sasl_user_exists' function. */ #undef HAVE_SASL_USER_EXISTS /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Define to 1 if you have the `__secure_getenv' function. */ #undef HAVE___SECURE_GETENV /* Define to 1 if your C compiler doesn't accept -c and -o together. */ #undef NO_MINUS_C_MINUS_O /* Name of package */ #undef PACKAGE /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Version number of package */ #undef VERSION /* Define to 1 to use SELinux extensions */ #undef WITH_SELINUX /* Define to empty if `const' does not conform to ANSI C. */ #undef const /* Define to `int' if doesn't define. */ #undef gid_t /* Define to `int' if does not define. */ #undef mode_t /* Define to `long int' if does not define. */ #undef off_t /* Define to `unsigned int' if does not define. */ #undef size_t /* Define to `int' if doesn't define. */ #undef uid_t libuser-0.56.9.dfsg.1.orig/libuser.pc.in0000644000175000017500000000044510777230701015775 0ustar ghegheprefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ Name: libuser Description: A user and group account administration library. Version: @VERSION@ Libs: -L${libdir} -luser @CRYPT_LIBS@ Requires: glib-2.0 gobject-2.0 gmodule-no-export-2.0 Cflags: -I${includedir} libuser-0.56.9.dfsg.1.orig/configure.in0000644000175000017500000001001610777230701015703 0ustar ghegheAC_INIT([libuser], [0.56.9]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_SRCDIR([lib/user.c]) AC_CONFIG_AUX_DIR([admin]) AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects -Wall]) AC_PROG_CC AM_PROG_CC_C_O AC_CHECK_PROG([YACC], [bison -y], [bison -y], [:]) AC_ISC_POSIX AC_DISABLE_STATIC AC_PROG_LIBTOOL PKG_CHECK_MODULES(GLIB,[glib-2.0 gmodule-no-export-2.0]) PKG_CHECK_MODULES(GOBJECT,[glib-2.0 gobject-2.0]) PKG_CHECK_MODULES(GMODULE,[glib-2.0 gmodule-no-export-2.0 gobject-2.0]) AC_DEFINE(G_DISABLE_DEPRECATED,, [Stay away from deprecated glib functionality.]) AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION([0.14.6]) LIBSAVE="$LIBS" AC_SEARCH_LIBS([crypt], [crypt]) CRYPT_LIBS="$LIBS" LIBS="$LIBSAVE" AC_SUBST(CRYPT_LIBS) AC_ARG_WITH([popt], AS_HELP_STRING([--with-popt=DIR], [use popt headers and libraries under DIR]), [if test "x$withval" != x -a "x$withval" != xyes -a "x$withval" != xno -a \ "x$withval" != x/usr ; then CPPFLAGS="$CPPFLAGS -I$popt/include" LDFLAGS="$LDFLAGS -L$popt/lib" fi]) AC_ARG_WITH([ldap], AS_HELP_STRING([--with-ldap=DIR], [use OpenLDAP 2.x headers and libraries under DIR]), [if test "x$withval" != x -a "x$withval" != xno ; then ldap=$withval else ldap=no fi ],ldap=no) build_ldap=no if test x$ldap != xno ; then LIBSAVE="$LIBS" if test x$ldap != xyes -a x$ldap != x/usr ; then CPPFLAGS="$CPPFLAGS -I$ldap/include" LDFLAGS="$LDFLAGS -L$ldap/lib" fi AC_SEARCH_LIBS([ldap_sasl_interactive_bind_s], [ldap]) AC_CHECK_FUNC(ldap_sasl_interactive_bind_s,[ AC_CHECK_FUNC(ldap_set_option,[ AC_CHECK_FUNC(ldap_start_tls_s,[ AC_CHECK_FUNC(ldap_modify_ext_s,[ AC_CHECK_FUNC(ldap_delete_ext_s,[ build_ldap=yes])])])])]) LIBS="$LIBSAVE" fi AM_CONDITIONAL([LDAP], [test $build_ldap = yes]) AC_ARG_WITH([sasl], AS_HELP_STRING([--with-sasl=DIR], [use Cyrus SASL headers and libraries under DIR]), [if test "x$withval" != x -a "x$withval" != xno ; then sasl=$withval else sasl=no fi ],sasl=no) build_sasl=no if test x$sasl != xno ; then LIBSAVE="$LIBS" if test x$sasl != xyes -a x$sasl != x/usr ; then CPPFLAGS="$CPPFLAGS -I$sasl/include" LDFLAGS="$LDFLAGS -L$sasl/lib" fi AC_SEARCH_LIBS([sasl_setpass], [sasl2], [build_sasl=yes]) AC_CHECK_FUNCS_ONCE([sasl_user_exists]) LIBS="$LIBSAVE" fi AM_CONDITIONAL([SASL], [test $build_sasl = yes]) AC_ARG_WITH([python], AS_HELP_STRING([--with-python], [build Python modules (default is YES)]), [], [with_python=yes]) AM_CONDITIONAL([WITH_PYTHON], [test $with_python != no]) if test $with_python != no ; then AM_PATH_PYTHON fi AC_ARG_WITH([selinux], AS_HELP_STRING([--with-selinux], [work with SELinux extensions (default is NO)]), [selinux=$withval], [selinux=no]) if test "x$selinux" != xno ; then SELINUX_LIBS=-lselinux AC_DEFINE([WITH_SELINUX], [1], [Define to 1 to use SELinux extensions]) fi AC_SUBST(SELINUX_LIBS) AC_C_CONST AC_TYPE_UID_T AC_TYPE_MODE_T AC_TYPE_OFF_T AC_TYPE_SIZE_T AC_CHECK_FUNCS_ONCE([__secure_getenv]) # Modify CFLAGS after all tests are run (some of them could fail because # of the -Werror). if test "$GCC" = yes ; then AC_CACHE_CHECK([for available GCC warning flags], [mitr_cv_prog_gcc_warnings], [mitr_cv_prog_gcc_warnings="" for i in -Wall -Wcast-align -Wmissing-noreturn -Wnested-externs dnl -Wpointer-arith -Wstrict-prototypes -Wundef; do oldcflags=$CFLAGS CFLAGS="$CFLAGS $i" AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [])], [mitr_cv_prog_gcc_warnings="$mitr_cv_prog_gcc_warnings $i"]) CFLAGS=$oldcflags done]) CFLAGS="$CFLAGS $mitr_cv_prog_gcc_warnings" AC_MSG_CHECKING([whether we should use -Werror]) AC_ARG_ENABLE([Werror], AS_HELP_STRING([--enable-Werror], [use -Werror if compiling with gcc (default is NO)]), [], enable_Werror=no) if test "x$enable_Werror" != xno; then CFLAGS="$CFLAGS -Werror" fi AC_MSG_RESULT([$enable_Werror]) fi GTK_DOC_CHECK dnl Does not even compile AM_CONDITIONAL([KRB5], [false]) AC_CONFIG_FILES([Makefile po/Makefile.in docs/Makefile docs/reference/Makefile libuser.pc]) AC_OUTPUT libuser-0.56.9.dfsg.1.orig/apps/0000755000175000017500000000000010777230755014350 5ustar gheghelibuser-0.56.9.dfsg.1.orig/apps/lgroupmod.10000644000175000017500000000526610777230701016442 0ustar gheghe.\" A man page for lgroupmod .\" Copyright (C) 2005 Red Hat, Inc. .\" .\" This is free software; you can redistribute it and/or modify it under .\" the terms of the GNU Library General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or .\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, but .\" WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU .\" General Public License for more details. .\" .\" You should have received a copy of the GNU Library General Public .\" License along with this program; if not, write to the Free Software .\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. .\" .\" Author: Miloslav Trmac .TH lgroupmod 1 "Jan 11 2005" libuser .SH NAME lgroupmod \- Modify an user group .SH SYNOPSIS lgroupmod [\fIOPTION\fR]... \fIgroup\fR .SH DESCRIPTION Modifies the user group with name \fIgroup\fR. .SH OPTIONS .TP \fB\-A\fR, \fB\-\-admin-add\fR=\fIlist\fR Add users in comma-separated \fIlist\fR among \fIgroup\fR's administrators. .TP \fB\-a\fR, \fB\-\-admin-remove\fR=\fIlist\fR Remove users in comma-separated \fIlist\fR from \fIgroup\fR's administrators. Removing users that are not currently among \fIgroup\fR's administrators silently succeeds. .TP \fB\-g\fR, \fB\-\-gid\fR=\fIgid\fR Change \fIgroup\fR's group ID to \fIgid\fR. .TP \fB\-i\fR, \fB\-\-interactive\fR Ask all questions when connecting to the user database, even if default answers are set up in .B libuser configuration. .TP \fB\-L\fR, \fB\-\-lock\fR Lock \fIgroup\fR. This prevents users from using the group password with .BR newgrp (1) to become a member of \fIgroup\fR. .TP \fB\-M\fR, \fB\-\-member-add\fR=\fIlist\fR Add users in comma-separated \fIlist\fR among \fIgroup\fR's members. .TP \fB\-m\fR, \fB\-\-member-remove\fR=\fIlist\fR Remove users in comma-separated \fIlist\fR from \fIgroup\fR's members. Removing users that are not currently among \fIgroup\fR's members silently succeeds. .TP \fB\-n\fR, \fB\-\-name\fR=\fIname\fR Rename \fIgroup\fR to \fIname\fR. .TP \fB\-P\fR, \fB\-\-plainpassword\fR=\fIpassword\fR Set \fIgroup\fR's password to \fIpassword\fR. Note that the password can be viewed while running .BR lgroupmod using tools such as .BR ps (1)\fR. .TP \fB\-p\fR, \fB\-\-password\fR=\fIencrypted\fR Set \fIgroup\fR's password to the password represented by the hash \fIencrypted\fR. Note that the hash can be viewed while running .BR lgroupmod using tools such as .BR ps (1)\fR. .TP \fB\-U\fR, \fB\-\-unlock\fR Unlock \fIgroup\fR. .SH EXIT STATUS The exit status is 0 on success, nonzero on error. libuser-0.56.9.dfsg.1.orig/apps/lgroupdel.c0000644000175000017500000000511410777230701016501 0ustar gheghe/* * Copyright (C) 2000-2002 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include "../lib/user.h" #include "apputil.h" int main(int argc, const char **argv) { struct lu_context *ctx; struct lu_ent *ent; struct lu_error *error = NULL; const char *group; int interactive = FALSE; int c; poptContext popt; struct poptOption options[] = { {"interactive", 'i', POPT_ARG_NONE, &interactive, 0, "prompt for all information", NULL}, POPT_AUTOHELP POPT_TABLEEND }; /* Set up for i18n. */ bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); setlocale(LC_ALL, ""); /* Parse arguments. */ popt = poptGetContext("lgroupdel", argc, argv, options, 0); poptSetOtherOptionHelp(popt, _("[OPTION...] group")); c = poptGetNextOpt(popt); if (c != -1) { fprintf(stderr, _("Error parsing arguments: %s.\n"), poptStrerror(c)); poptPrintUsage(popt, stderr, 0); exit(1); } group = poptGetArg(popt); /* The caller has to specify a group name. */ if (group == NULL) { fprintf(stderr, _("No group name specified.\n")); poptPrintUsage(popt, stderr, 0); return 1; } /* Start up the library. */ ctx = lu_start(NULL, 0, NULL, NULL, interactive ? lu_prompt_console : lu_prompt_console_quiet, NULL, &error); if (ctx == NULL) { fprintf(stderr, _("Error initializing %s: %s.\n"), PACKAGE, lu_strerror(error)); return 1; } /* Look up the group structure. */ ent = lu_ent_new(); if (lu_group_lookup_name(ctx, group, ent, &error) == FALSE) { fprintf(stderr, _("Group %s does not exist.\n"), group); return 2; } /* Delete the group. */ if (lu_group_delete(ctx, ent, &error) == FALSE) { fprintf(stderr, _("Group %s could not be deleted: %s\n"), group, lu_strerror(error)); return 3; } lu_hup_nscd(); lu_ent_free(ent); lu_end(ctx); return 0; } libuser-0.56.9.dfsg.1.orig/apps/lchsh.c0000644000175000017500000001026410777230701015607 0ustar gheghe/* * Copyright (C) 2001,2002, 2004, 2006 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include #include #include "../lib/user.h" #include "apputil.h" int main(int argc, const char **argv) { const char *user; struct lu_context *ctx; struct lu_error *error = NULL; struct lu_ent *ent; GValueArray *values; int interactive = FALSE; int c; poptContext popt; struct poptOption options[] = { {"interactive", 'i', POPT_ARG_NONE, &interactive, 0, "prompt for all information", NULL}, POPT_AUTOHELP POPT_TABLEEND }; /* Set up i18n. */ bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); setlocale(LC_ALL, ""); /* Parse arguments. */ popt = poptGetContext("lchsh", argc, argv, options, 0); poptSetOtherOptionHelp(popt, _("[OPTION...] [user]")); c = poptGetNextOpt(popt); if (c != -1) { fprintf(stderr, _("Error parsing arguments: %s.\n"), poptStrerror(c)); poptPrintUsage(popt, stderr, 0); exit(1); } user = poptGetArg(popt); /* If no user was specified, or we're setuid, force the user name to * be that of the current user. */ if ((user == NULL) || (geteuid() != getuid())) { struct passwd *pwd; pwd = getpwuid(getuid()); if (pwd != NULL) { user = g_strdup(pwd->pw_name); } else { fprintf(stderr, _("No user name specified, no name for " "uid %d.\n"), getuid()); poptPrintUsage(popt, stderr, 0); exit(1); } } /* Authenticate the user if we need to. */ lu_authenticate_unprivileged(user, "chsh"); /* Give the user some idea of what's going on. */ g_print(_("Changing shell for %s.\n"), user); /* Start up the library. */ ctx = lu_start(user, lu_user, NULL, NULL, interactive ? lu_prompt_console : lu_prompt_console_quiet, NULL, &error); if (ctx == NULL) { fprintf(stderr, _("Error initializing %s: %s.\n"), PACKAGE, lu_strerror(error)); return 1; } /* Look up this user's record. */ ent = lu_ent_new(); if (lu_user_lookup_name(ctx, user, ent, &error) == FALSE) { fprintf(stderr, _("User %s does not exist.\n"), user); exit(1); } /* Read the user's shell. */ values = lu_ent_get(ent, LU_LOGINSHELL); if (values != NULL) { struct lu_prompt prompts[1]; GValue *value, val; value = g_value_array_get_nth(values, 0); /* Fill in the prompt structure using the user's shell. */ memset(prompts, 0, sizeof(prompts)); prompts[0].key = "lchfn/shell"; prompts[0].prompt = N_("New Shell"); prompts[0].domain = PACKAGE; prompts[0].visible = TRUE; prompts[0].default_value = lu_value_strdup(value); /* Prompt for a new shell. */ if (lu_prompt_console(prompts, G_N_ELEMENTS(prompts), NULL, &error) == FALSE) { fprintf(stderr, _("Shell not changed: %s\n"), lu_strerror(error)); return 1; } /* Modify the in-memory structure's shell attribute. */ memset(&val, 0, sizeof(val)); g_value_init(&val, G_TYPE_STRING); g_value_set_string(&val, prompts[0].value); if (prompts[0].free_value != NULL) { prompts[0].free_value(prompts[0].value); prompts[0].value = NULL; } lu_ent_clear(ent, LU_LOGINSHELL); lu_ent_add(ent, LU_LOGINSHELL, &val); /* Modify the user's record in the information store. */ if (lu_user_modify(ctx, ent, &error)) { g_print(_("Shell changed.\n")); lu_hup_nscd(); } else { fprintf(stderr, _("Shell not changed: %s\n"), lu_strerror(error)); return 1; } g_value_unset(&val); } lu_ent_free(ent); lu_end(ctx); return 0; } libuser-0.56.9.dfsg.1.orig/apps/lgroupdel.10000644000175000017500000000237310777230701016423 0ustar gheghe.\" A man page for lgroupdel .\" Copyright (C) 2005 Red Hat, Inc. .\" .\" This is free software; you can redistribute it and/or modify it under .\" the terms of the GNU Library General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or .\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, but .\" WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU .\" General Public License for more details. .\" .\" You should have received a copy of the GNU Library General Public .\" License along with this program; if not, write to the Free Software .\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. .\" .\" Author: Miloslav Trmac .TH lgroupdel 1 "Jan 11 2005" libuser .SH NAME lgroupdel \- Delete an user group .SH SYNOPSIS lgroupdel [\fIOPTION\fR]... \fIgroup\fR .SH DESCRIPTION Deletes the user group with name \fIgroup\fR. .SH OPTIONS .TP \fB\-i\fR, \fB\-\-interactive\fR Ask all questions when connecting to the user database, even if default answers are set up in .B libuser configuration. .SH EXIT STATUS The exit status is 0 on success, nonzero on error. libuser-0.56.9.dfsg.1.orig/apps/luserdel.c0000644000175000017500000001025310777230701016323 0ustar gheghe/* * Copyright (C) 2000-2002, 2004 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include #include #include "../lib/user.h" #include "apputil.h" int main(int argc, const char **argv) { struct lu_context *ctx; struct lu_ent *ent; struct lu_error *error = NULL; GValueArray *values; GValue *value; const char *user, *tmp; int interactive = FALSE; int remove_home = 0, dont_remove_group = 0; int c; poptContext popt; struct poptOption options[] = { {"interactive", 'i', POPT_ARG_NONE, &interactive, 0, "prompt for all information", NULL}, {"dontremovegroup", 'G', POPT_ARG_NONE, &dont_remove_group, 0, "don't remove the user's private group, if the user has one", NULL}, {"removehome", 'r', POPT_ARG_NONE, &remove_home, 0, "remove the user's home directory", NULL}, POPT_AUTOHELP POPT_TABLEEND }; bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); setlocale(LC_ALL, ""); popt = poptGetContext("luserdel", argc, argv, options, 0); poptSetOtherOptionHelp(popt, _("[OPTION...] user")); c = poptGetNextOpt(popt); if (c != -1) { fprintf(stderr, _("Error parsing arguments: %s.\n"), poptStrerror(c)); poptPrintUsage(popt, stderr, 0); exit(1); } user = poptGetArg(popt); if (user == NULL) { fprintf(stderr, _("No user name specified.\n")); poptPrintUsage(popt, stderr, 0); return 1; } ctx = lu_start(NULL, 0, NULL, NULL, interactive ? lu_prompt_console : lu_prompt_console_quiet, NULL, &error); if (ctx == NULL) { fprintf(stderr, _("Error initializing %s: %s.\n"), PACKAGE, lu_strerror(error)); return 1; } ent = lu_ent_new(); if (lu_user_lookup_name(ctx, user, ent, &error) == FALSE) { fprintf(stderr, _("User %s does not exist.\n"), user); return 2; } if (lu_user_delete(ctx, ent, &error) == FALSE) { fprintf(stderr, _("User %s could not be deleted: %s.\n"), user, lu_strerror(error)); return 3; } lu_hup_nscd(); if (!dont_remove_group) { values = lu_ent_get(ent, LU_GIDNUMBER); if (values == NULL) { fprintf(stderr, _("%s did not have a gid number.\n"), user); return 4; } else { gid_t gid; value = g_value_array_get_nth(values, 0); gid = lu_value_get_id(value); g_assert(gid != LU_VALUE_INVALID_ID); if (lu_group_lookup_id(ctx, gid, ent, &error) == FALSE){ fprintf(stderr, _("No group with GID %jd " "exists, not removing.\n"), (intmax_t)gid); return 5; } values = lu_ent_get(ent, LU_GROUPNAME); if (values == NULL) { fprintf(stderr, _("Group with GID %jd did not " "have a group name.\n"), (intmax_t)gid); return 6; } value = g_value_array_get_nth(values, 0); tmp = g_value_get_string(value); if (strcmp(tmp, user) == 0) { if (lu_group_delete(ctx, ent, &error) == FALSE){ fprintf(stderr, _("Group %s could not " "be deleted: %s.\n"), tmp, lu_strerror(error)); return 7; } } } } lu_hup_nscd(); if (remove_home) { values = lu_ent_get(ent, LU_HOMEDIRECTORY); if (values == NULL) { fprintf(stderr, _("%s did not have a home " "directory.\n"), user); return 8; } else { value = g_value_array_get_nth(values, 0); tmp = g_value_get_string(value); if (lu_homedir_remove(tmp, &error) == FALSE) { fprintf(stderr, _("Error removing %s: %s.\n"), tmp, lu_strerror(error)); return 9; } } } lu_ent_free(ent); lu_end(ctx); return 0; } libuser-0.56.9.dfsg.1.orig/apps/luserdel.10000644000175000017500000000277110777230701016247 0ustar gheghe.\" A man page for luserdel .\" Copyright (C) 2005 Red Hat, Inc. .\" .\" This is free software; you can redistribute it and/or modify it under .\" the terms of the GNU Library General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or .\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, but .\" WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU .\" General Public License for more details. .\" .\" You should have received a copy of the GNU Library General Public .\" License along with this program; if not, write to the Free Software .\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. .\" .\" Author: Miloslav Trmac .TH luserdel 1 "Jan 13 2005" libuser .SH NAME luserdel \- Delete an user .SH SYNOPSIS luserdel [\fIOPTION\fR]... \fIuser\fR .SH DESCRIPTION Deletes the user with name \fIuser\fR. .SH OPTIONS .TP \fB\-G\fR, \fB\-\-dontremovegroup\fR By default the user's primary group is removed if it has group name \fIuser\fR (user's private group). This option disables this behavior. .TP \fB\-i\fR, \fB\-\-interactive\fR Ask all questions when connecting to the user database, even if default answers are set up in .B libuser configuration. .TP \fB\-r\fR, \fB\-\-removehome\fR Remove user's home directory after deleting the user. .SH EXIT STATUS The exit status is 0 on success, nonzero on error. libuser-0.56.9.dfsg.1.orig/apps/luseradd.10000644000175000017500000000706310777230701016232 0ustar gheghe.\" A man page for luseradd .\" Copyright (C) 2005 Red Hat, Inc. .\" .\" This is free software; you can redistribute it and/or modify it under .\" the terms of the GNU Library General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or .\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, but .\" WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU .\" General Public License for more details. .\" .\" You should have received a copy of the GNU Library General Public .\" License along with this program; if not, write to the Free Software .\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. .\" .\" Author: Miloslav Trmac .TH luseradd 1 "Jan 12 2005" libuser .SH NAME luseradd \- Add an user .SH SYNOPSIS luseradd [\fIOPTION\fR]... \fIuser\fR .SH DESCRIPTION Adds an user with name \fIuser\fR. .SH OPTIONS .TP \fB\-c\fR, \fB\-\-gecos\fR=\fIgecos\fR Set the \f[SM]GECOS\fR field to \fIgecos\fR. The \f[SM]GECOS\fR field is traditionally used to store user's real name and other information. .TP \fB\-d\fR, \fB\-\-directory\fR=\fIdirectory\fR Set user's home directory to \fIdirectory\fR. If this option is not present, a default specified by .B libuser configuration is used. .TP \fB\-g\fR, \fB\-\-gid\fR=\fIgroup\fR Set user's primary group to \fIgroup\fR. \fIgroup\fR can either be a group ID of an existing group, or a group name; if \fIgroup\fR is a group name and the group does not exist, it is created. If the \fB\-\-gid\fR option is not specified, the default group name is \fIuser\fR. .TP \fB\-i\fR, \fB\-\-interactive\fR Ask all questions when connecting to the user database, even if default answers are set up in .B libuser configuration. .TP \fB\-k\fR, \fB\-\-skeleton\fR=\fIdirectory\fR Populate the newly created user's home directory with a copy of \fIdirectory\fR. If this option is not present, a default directory specified by .B libuser configuration, or \fB/etc/skel\fR if .B libuser configuration does not specify a default, is used. .TP \fB\-M\fR, \fB\-\-nocreatehome\fR Don't create a home directory and a mail spool for the newly created user. .TP \fB\-n\fR, \fB\-\-nocreategroup\fR If a group is not specified using \fB\-g\fR, use group name "users" instead of \fIuser\fR. Note that despite the name of the option, the group will still be created if it does not exist. .TP \fB\-P\fR, \fB\-\-plainpassword\fR=\fIpassword\fR Set \fIuser\fR's password to \fIpassword\fR. Note that the password can be viewed while running .BR luseradd using tools such as .BR ps (1)\fR. .TP \fB\-p\fR, \fB\-\-password\fR=\fIencrypted\fR Set \fIuser\fR's password to the password represented by the hash \fIencrypted\fR. Note that the hash can be viewed while running .BR luseradd using tools such as .BR ps (1)\fR. .TP \fB\-r\fR, \fB\-\-reserved\fR The user is a system user. Users that are not marked as system user usually have automatically selected user IDs above a certain value (500 by default). This information is also passed to the .B libuser backends. This option implies the \fB\-M\fR option. .TP \fB\-s\fR, \fB\-\-shell\fR=\fIshell\fR Set user's login shell to \fIshell\fR. If this option is not present, a default specified by .B libuser configuration is used. .TP \fB\-u\fR, \fB\-\-uid\fR=\fIuid\fR Use user ID \fIuid\fR for the newly created user. An user ID is selected automatically if this option is not present. .SH EXIT STATUS The exit status is 0 on success, nonzero on error. libuser-0.56.9.dfsg.1.orig/apps/lusermod.c0000644000175000017500000002504310777230701016341 0ustar gheghe/* * Copyright (C) 2000-2002, 2004 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include #include #include #include "../lib/user_private.h" #include "apputil.h" int main(int argc, const char **argv) { const char *userPassword = NULL, *cryptedUserPassword = NULL, *uid = NULL, *old_uid, *user, *gecos = NULL, *oldHomeDirectory, *homeDirectory = NULL, *loginShell = NULL, *gid_number_str = NULL, *uid_number_str = NULL; uid_t uidNumber = LU_VALUE_INVALID_ID; gid_t gidNumber = LU_VALUE_INVALID_ID; struct lu_context *ctx; struct lu_ent *ent; struct lu_error *error = NULL; GValueArray *values, *groups = NULL; GValue *value, val; int change, move_home = FALSE, lock = FALSE, unlock = FALSE; int interactive = FALSE; int c; poptContext popt; struct poptOption options[] = { {"interactive", 'i', POPT_ARG_NONE, &interactive, 0, "prompt for all information", NULL}, {"gecos", 'c', POPT_ARG_STRING, &gecos, 0, "GECOS information", "STRING"}, {"directory", 'd', POPT_ARG_STRING, &homeDirectory, 0, "home directory", "STRING"}, {"movedirectory", 'm', POPT_ARG_NONE, &move_home, 0, "move home directory contents", NULL}, {"shell", 's', POPT_ARG_STRING, &loginShell, 0, "set shell for user", "STRING"}, {"uid", 'u', POPT_ARG_STRING, &uid_number_str, 0, "set UID for user", "NUM"}, {"gid", 'g', POPT_ARG_STRING, &gid_number_str, 0, "set primary GID for user", "NUM"}, {"login", 'l', POPT_ARG_STRING, &uid, 0, "change login name for user", "STRING"}, {"plainpassword", 'P', POPT_ARG_STRING, &userPassword, 0, "plaintext password for the user", "STRING"}, {"password", 'p', POPT_ARG_STRING, &cryptedUserPassword, 0, "pre-hashed password for the user", "STRING"}, {"lock", 'L', POPT_ARG_NONE, &lock, 0, "lock account", NULL}, {"unlock", 'U', POPT_ARG_NONE, &unlock, 0, "unlock account", NULL}, POPT_AUTOHELP POPT_TABLEEND }; /* Set up i18n. */ bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); setlocale(LC_ALL, ""); /* Start up the library. */ popt = poptGetContext("lusermod", argc, argv, options, 0); poptSetOtherOptionHelp(popt, _("[OPTION...] user")); c = poptGetNextOpt(popt); if (c != -1) { fprintf(stderr, _("Error parsing arguments: %s.\n"), poptStrerror(c)); poptPrintUsage(popt, stderr, 0); exit(1); } /* We need to have been passed a user name on the command-line. We * could just delete some randomly-selected victim^H^H^H^H^H^Huser, * but that would probably upset most system administrators. */ user = poptGetArg(popt); if (user == NULL) { fprintf(stderr, _("No user name specified.\n")); poptPrintUsage(popt, stderr, 0); return 1; } if (gid_number_str != NULL) { intmax_t val; char *p; errno = 0; val = strtoimax(gid_number_str, &p, 10); if (errno != 0 || *p != 0 || p == gid_number_str || (gid_t)val != val) { fprintf(stderr, _("Invalid group ID %s\n"), gid_number_str); poptPrintUsage(popt, stderr, 0); return 1; } gidNumber = val; } if (uid_number_str != NULL) { intmax_t val; char *p; errno = 0; val = strtoimax(uid_number_str, &p, 10); if (errno != 0 || *p != 0 || p == uid_number_str || (uid_t)val != val) { fprintf(stderr, _("Invalid user ID %s\n"), uid_number_str); poptPrintUsage(popt, stderr, 0); return 1; } uidNumber = val; } /* Start up the library. */ ctx = lu_start(NULL, 0, NULL, NULL, interactive ? lu_prompt_console : lu_prompt_console_quiet, NULL, &error); if (ctx == NULL) { fprintf(stderr, _("Error initializing %s: %s.\n"), PACKAGE, lu_strerror(error)); return 1; } /* Sanity-check arguments. */ if (lock && unlock) { fprintf(stderr, _("Both -L and -U specified.\n")); return 2; } /* Look up the user's record. */ ent = lu_ent_new(); if (lu_user_lookup_name(ctx, user, ent, &error) == FALSE) { fprintf(stderr, _("User %s does not exist.\n"), user); return 3; } /* If the user's password needs to be changed, try to change it. */ if (userPassword != NULL) { if (lu_user_setpass(ctx, ent, userPassword, FALSE, &error) == FALSE) { fprintf(stderr, _("Failed to set password for user %s: %s.\n"), user, lu_strerror(error)); return 5; } } /* If we need to change a user's crypted password, try to change it, * though it might fail if an underlying mechanism doesn't support * using them. */ if (cryptedUserPassword != NULL) { if (lu_user_setpass(ctx, ent, cryptedUserPassword, TRUE, &error) == FALSE) { fprintf(stderr, _("Failed to set password for user %s: %s.\n"), user, lu_strerror(error)); return 6; } } /* If we need to lock/unlock the user's account, do that. */ if (lock) { if (lu_user_lock(ctx, ent, &error) == FALSE) { fprintf(stderr, _("User %s could not be locked: %s.\n"), user, lu_strerror(error)); return 7; } } if (unlock) { if (lu_user_unlock(ctx, ent, &error) == FALSE) { fprintf(stderr, _("User %s could not be unlocked: %s.\n"), user, lu_strerror(error)); return 8; } } /* Determine if we actually need to change anything. */ change = uid || gecos || homeDirectory || loginShell || uidNumber != LU_VALUE_INVALID_ID || gidNumber != LU_VALUE_INVALID_ID; /* Change the user's UID and GID. */ memset(&val, 0, sizeof(val)); if (uidNumber != LU_VALUE_INVALID_ID) { lu_value_init_set_id(&val, uidNumber); lu_ent_clear(ent, LU_UIDNUMBER); lu_ent_add(ent, LU_UIDNUMBER, &val); g_value_unset(&val); } if (gidNumber != LU_VALUE_INVALID_ID) { struct lu_ent *group_ent; group_ent = lu_ent_new(); if (lu_group_lookup_id(ctx, gidNumber, group_ent, &error) == FALSE) { fprintf(stderr, _("Warning: Group with ID %jd does not " "exist.\n"), (intmax_t)gidNumber); if (error != NULL) lu_error_free(&error); } lu_ent_free(group_ent); lu_value_init_set_id(&val, gidNumber); lu_ent_clear(ent, LU_GIDNUMBER); lu_ent_add(ent, LU_GIDNUMBER, &val); g_value_unset(&val); } /* Change the user's shell and GECOS information. */ g_value_init(&val, G_TYPE_STRING); if (loginShell != NULL) { g_value_set_string(&val, loginShell); lu_ent_clear(ent, LU_LOGINSHELL); lu_ent_add(ent, LU_LOGINSHELL, &val); } if (gecos != NULL) { g_value_set_string(&val, gecos); lu_ent_clear(ent, LU_GECOS); lu_ent_add(ent, LU_GECOS, &val); } /* If the user changed names or home directories, we need to keep track * of the old values. */ old_uid = NULL; if (uid != NULL) { values = lu_ent_get(ent, LU_USERNAME); value = g_value_array_get_nth(values, 0); old_uid = lu_value_strdup(value); g_value_set_string(&val, uid); lu_ent_clear(ent, LU_USERNAME); lu_ent_add(ent, LU_USERNAME, &val); groups = lu_groups_enumerate_by_user(ctx, old_uid, &error); if (error) lu_error_free(&error); } oldHomeDirectory = NULL; if (homeDirectory != NULL) { values = lu_ent_get(ent, LU_HOMEDIRECTORY); value = g_value_array_get_nth(values, 0); oldHomeDirectory = lu_value_strdup(value); g_value_set_string(&val, homeDirectory); lu_ent_clear(ent, LU_HOMEDIRECTORY); lu_ent_add(ent, LU_HOMEDIRECTORY, &val); } g_value_unset(&val); /* If we need to change anything about the user, do it. */ if (change && (lu_user_modify(ctx, ent, &error) == FALSE)) { fprintf(stderr, _("User %s could not be modified: %s.\n"), user, lu_strerror(error)); return 9; } lu_hup_nscd(); /* If the user's name changed, we need to update supplemental * group membership information. */ if (change && (old_uid != NULL)) { size_t i; for (i = 0; (groups != NULL) && (i < groups->n_values); i++) { struct lu_ent *group; const char *username, *groupname; GValueArray *members, *admins; size_t j; /* Get the name of this group. */ value = g_value_array_get_nth(groups, i); groupname = g_value_get_string(value); /* Look up the group. */ members = admins = NULL; group = lu_ent_new(); if (lu_group_lookup_name(ctx, groupname, group, &error)) { /* Get a list of the group's members. */ members = lu_ent_get(group, LU_MEMBERNAME); admins = lu_ent_get(group, LU_ADMINISTRATORNAME); } /* Search for this user in the member list. */ for (j = 0; (members != NULL) && (j < members->n_values); j++) { value = g_value_array_get_nth(members, j); username = g_value_get_string(value); /* If it holds the user's old name, then * set its value to the new name. */ if (strcmp(old_uid, username) == 0) { /* Modifies the entity in-place. */ g_value_set_string(value, uid); break; } } /* Do the same for the administrator list. */ for (j = 0; (admins != NULL) && (j < admins->n_values); j++) { value = g_value_array_get_nth(admins, j); username = g_value_get_string(value); /* If it holds the user's old name, then * set its value to the new name. */ if (strcmp(old_uid, username) == 0) { /* Modifies the entity in-place. */ g_value_set_string(value, uid); break; } } /* Save the changes to the group. */ if (lu_group_modify(ctx, group, &error) == FALSE) fprintf(stderr, _("Group %s could not be " "modified: %s.\n"), groupname, lu_strerror(error)); lu_ent_free(group); } lu_hup_nscd(); } /* If we need to move the user's directory, we do that now. */ if (change && move_home) { if (oldHomeDirectory == NULL) { fprintf(stderr, _("No old home directory for %s.\n"), user); return 10; } if (homeDirectory == NULL) { fprintf(stderr, _("No new home directory for %s.\n"), user); return 11; } if (lu_homedir_move(oldHomeDirectory, homeDirectory, &error) == FALSE) { fprintf(stderr, _("Error moving %s to %s: %s.\n"), oldHomeDirectory, homeDirectory, lu_strerror(error)); return 12; } } lu_ent_free(ent); lu_end(ctx); return 0; } libuser-0.56.9.dfsg.1.orig/apps/apputil.h0000644000175000017500000000310510777230701016165 0ustar gheghe/* * Copyright (C) 2000-2002 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef apputil_h #define apputil_h #include #include "../lib/user.h" #ifndef _ #define _(String) gettext(String) #endif #ifndef N_ #define N_(String) (String) #endif gboolean lu_homedir_populate(struct lu_context *ctx, const char *skel, const char *directory, uid_t owner, gid_t group, mode_t mode, struct lu_error **error) G_GNUC_INTERNAL; gboolean lu_homedir_move(const char *oldhome, const char *directory, struct lu_error **error) G_GNUC_INTERNAL; gboolean lu_homedir_remove(const char *directory, struct lu_error **error) G_GNUC_INTERNAL; void lu_authenticate_unprivileged(const char *user, const char *appname) G_GNUC_INTERNAL; void lu_hup_nscd(void) G_GNUC_INTERNAL; gboolean lu_mailspool_create_remove(struct lu_context *ctx, struct lu_ent *ent, gboolean action) G_GNUC_INTERNAL; #endif libuser-0.56.9.dfsg.1.orig/apps/lgroupmod.c0000644000175000017500000002060610777230701016517 0ustar gheghe/* * Copyright (C) 2000-2002, 2004 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include #include #include #include "../lib/user_private.h" #include "apputil.h" int main(int argc, const char **argv) { const char *userPassword = NULL, *cryptedUserPassword = NULL, *gid = NULL, *addAdmins = NULL, *remAdmins = NULL, *addMembers = NULL, *remMembers = NULL, *group, *gid_number_str = NULL; char **admins, **members; gid_t gidNumber = LU_VALUE_INVALID_ID; gid_t oldGidNumber = LU_VALUE_INVALID_ID; struct lu_context *ctx; struct lu_ent *ent; struct lu_error *error = NULL; GValueArray *values = NULL, *users = NULL; GValue *value, val; int change = FALSE, lock = FALSE, unlock = FALSE; int interactive = FALSE; int c; poptContext popt; struct poptOption options[] = { {"interactive", 'i', POPT_ARG_NONE, &interactive, 0, "prompt for all information", NULL}, {"gid", 'g', POPT_ARG_STRING, &gid_number_str, 0, "gid to change group to", "NUM"}, {"name", 'n', POPT_ARG_STRING, &gid, 0, "change group to have given name", "NAME"}, {"plainpassword", 'P', POPT_ARG_STRING, &userPassword, 0, "plaintext password for use with group", "STRING"}, {"password", 'p', POPT_ARG_STRING, &cryptedUserPassword, 0, "pre-hashed password for use with group", "STRING"}, {"admin-add", 'A', POPT_ARG_STRING, &addAdmins, 0, "list of administrators to add", "STRING"}, {"admin-remove", 'a', POPT_ARG_STRING, &remAdmins, 0, "list of administrators to remove", "STRING"}, {"member-add", 'M', POPT_ARG_STRING, &addMembers, 0, "list of group members to add", "STRING"}, {"member-remove", 'm', POPT_ARG_STRING, &remMembers, 0, "list of group members to remove", "STRING"}, {"lock", 'L', POPT_ARG_NONE, &lock, 0, "lock group", NULL}, {"unlock", 'U', POPT_ARG_NONE, &unlock, 0, "unlock group", NULL}, POPT_AUTOHELP POPT_TABLEEND }; bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); setlocale(LC_ALL, ""); popt = poptGetContext("lgroupmod", argc, argv, options, 0); poptSetOtherOptionHelp(popt, _("[OPTION...] group")); c = poptGetNextOpt(popt); if (c != -1) { fprintf(stderr, _("Error parsing arguments: %s.\n"), poptStrerror(c)); poptPrintUsage(popt, stderr, 0); exit(1); } group = poptGetArg(popt); if (group == NULL) { fprintf(stderr, _("No group name specified.\n")); poptPrintUsage(popt, stderr, 0); return 1; } if (gid_number_str != NULL) { intmax_t val; char *p; errno = 0; val = strtoimax(gid_number_str, &p, 10); if (errno != 0 || *p != 0 || p == gid_number_str || (gid_t)val != val) { fprintf(stderr, _("Invalid group ID %s\n"), gid_number_str); poptPrintUsage(popt, stderr, 0); return 1; } gidNumber = val; } ctx = lu_start(NULL, 0, NULL, NULL, interactive ? lu_prompt_console : lu_prompt_console_quiet, NULL, &error); if (ctx == NULL) { fprintf(stderr, _("Error initializing %s: %s.\n"), PACKAGE, lu_strerror(error)); return 1; } if (lock && unlock) { fprintf(stderr, _("Both -L and -U specified.\n")); return 2; } ent = lu_ent_new(); if (lu_group_lookup_name(ctx, group, ent, &error) == FALSE) { fprintf(stderr, _("Group %s does not exist.\n"), group); return 3; } if (userPassword) { if (lu_group_setpass(ctx, ent, userPassword, FALSE, &error) == FALSE) { fprintf(stderr, _("Failed to set password for group " "%s: %s\n"), group, lu_strerror(error)); return 4; } } if (cryptedUserPassword) { if (lu_group_setpass(ctx, ent, cryptedUserPassword, TRUE, &error) == FALSE) { fprintf(stderr, _("Failed to set password for group " "%s: %s\n"), group, lu_strerror(error)); return 5; } } if (lock) { if (lu_group_lock(ctx, ent, &error) == FALSE) { fprintf(stderr, _("Group %s could not be locked: %s\n"), group, lu_strerror(error)); return 6; } } if (unlock) { if (lu_group_unlock(ctx, ent, &error) == FALSE) { fprintf(stderr, _("Group %s could not be unlocked: %s\n"), group, lu_strerror(error)); return 7; } } change = gid || addAdmins || remAdmins || addMembers || remMembers; if (gid != NULL) { values = lu_ent_get(ent, LU_GROUPNAME); lu_ent_clear(ent, LU_GROUPNAME); if (values) { memset(&val, 0, sizeof(val)); g_value_init(&val, G_TYPE_STRING); g_value_set_string(&val, gid); lu_ent_add(ent, LU_GROUPNAME, &val); g_value_unset(&val); } else gid = group; } else gid = group; if (addAdmins) { memset(&val, 0, sizeof(val)); g_value_init(&val, G_TYPE_STRING); admins = g_strsplit(addAdmins, ",", 0); if (admins) { for (c = 0; admins && admins[c]; c++) { g_value_set_string(&val, admins[c]); lu_ent_add(ent, LU_ADMINISTRATORNAME, &val); g_value_reset(&val); } lu_hup_nscd(); g_strfreev(admins); } g_value_unset(&val); } if (remAdmins) { memset(&val, 0, sizeof(val)); g_value_init(&val, G_TYPE_STRING); admins = g_strsplit(remAdmins, ",", 0); if (admins) { for (c = 0; admins && admins[c]; c++) { g_value_set_string(&val, admins[c]); lu_ent_del(ent, LU_ADMINISTRATORNAME, &val); g_value_reset(&val); } lu_hup_nscd(); g_strfreev(admins); } g_value_unset(&val); } if (addMembers) { memset(&val, 0, sizeof(val)); g_value_init(&val, G_TYPE_STRING); members = g_strsplit(addMembers, ",", 0); if (members) { for (c = 0; members && members[c]; c++) { g_value_set_string(&val, members[c]); lu_ent_add(ent, LU_MEMBERNAME, &val); g_value_reset(&val); } lu_hup_nscd(); g_strfreev(members); } g_value_unset(&val); } if (remMembers) { memset(&val, 0, sizeof(val)); g_value_init(&val, G_TYPE_STRING); members = g_strsplit(remMembers, ",", 0); if (members) { for (c = 0; members && members[c]; c++) { g_value_set_string(&val, members[c]); lu_ent_del(ent, LU_MEMBERNAME, &val); g_value_reset(&val); } lu_hup_nscd(); g_strfreev(members); } g_value_unset(&val); } if (change && lu_group_modify(ctx, ent, &error) == FALSE) { fprintf(stderr, _("Group %s could not be modified: %s\n"), group, lu_strerror(error)); return 8; } if (gidNumber != LU_VALUE_INVALID_ID) { users = lu_users_enumerate_by_group(ctx, gid, &error); values = lu_ent_get(ent, LU_GIDNUMBER); if (values) { value = g_value_array_get_nth(values, 0); oldGidNumber = lu_value_get_id(value); g_assert(oldGidNumber != LU_VALUE_INVALID_ID); } memset(&val, 0, sizeof(val)); lu_value_init_set_id(&val, gidNumber); lu_ent_clear(ent, LU_GIDNUMBER); lu_ent_add(ent, LU_GIDNUMBER, &val); g_value_unset(&val); if (error != NULL) lu_error_free(&error); if (lu_group_modify(ctx, ent, &error) == FALSE) { fprintf(stderr, _("Group %s could not be modified: %s\n"), group, lu_strerror(error)); return 8; } } lu_hup_nscd(); lu_ent_free(ent); if (oldGidNumber != LU_VALUE_INVALID_ID && gidNumber != LU_VALUE_INVALID_ID && users != NULL) { size_t i; ent = lu_ent_new(); memset(&val, 0, sizeof(val)); lu_value_init_set_id(&val, gidNumber); for (i = 0; i < users->n_values; i++) { const char *tmp; value = g_value_array_get_nth(users, i); tmp = g_value_get_string(value); if (lu_user_lookup_name (ctx, tmp, ent, &error)) { values = lu_ent_get(ent, LU_GIDNUMBER); if (values && lu_value_get_id(g_value_array_get_nth(values, 0)) == oldGidNumber) { lu_ent_clear(ent, LU_GIDNUMBER); lu_ent_add(ent, LU_GIDNUMBER, &val); lu_user_modify(ctx, ent, &error); if (error != NULL) lu_error_free(&error); lu_hup_nscd(); } } } g_value_unset(&val); lu_ent_free(ent); } lu_end(ctx); return 0; } libuser-0.56.9.dfsg.1.orig/apps/lchage.10000644000175000017500000000437010777230701015650 0ustar gheghe.\" A man page for lchage .\" Copyright (C) 2005 Red Hat, Inc. .\" .\" This is free software; you can redistribute it and/or modify it under .\" the terms of the GNU Library General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or .\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, but .\" WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU .\" General Public License for more details. .\" .\" You should have received a copy of the GNU Library General Public .\" License along with this program; if not, write to the Free Software .\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. .\" .\" Author: Miloslav Trmac .TH lchage 1 "Jan 12 2005" libuser .SH NAME lchage \- Display or change user password policy .SH SYNOPSIS lchage [\fIOPTION\fR]... \fIuser\fR .SH DESCRIPTION Displays or allows changing password policy of \fIuser\fR. .SH OPTIONS .TP \fB\-d\fR, \fB\-\-date\fR=\fIdays\fR Set the date of last password change to \fIdays\fR after Jan 1 1970. .TP \fB\-E\fR, \fB\-\-expire\fR=\fIdays\fR Set the account expiration date to \fIdays\fR after Jan 1 1970. Set \fIdays\fR to -1 to disable account expiration. .TP \fB\-i\fR, \fB\-\-interactive\fR Ask all questions when connecting to the user database, even if default answers are set up in .B libuser configuration. .TP \fB\-I\fR, \fB\-\-inactive\fR=\fIdays\fR Disable the account after \fIdays\fR after password expires (after the user user is required to change the password). .TP \fB\-l\fR, \fB\-\-list\fR Only list current \fIuser\fR's policy and make no changes. .TP \fB\-m\fR, \fB\-\-mindays\fR=\fIdays\fR Require at least \fIdays\fR days between password changes. Set \fIdays\fR to 0 to disable this checking. .TP \fB\-M\fR, \fB\-\-maxdays\fR=\fIdays\fR Require changing the password after \fIdays\fR since last password change. Set \fIdays\fR to 99999 to disable this checking. .TP \fB\-W\fR, \fB\-\-warndays\fR=\fIdays\fR Start warning the user \fIdays\fR before password expires (before the user is required to change the password). .SH EXIT STATUS The exit status is 0 on success, nonzero on error. libuser-0.56.9.dfsg.1.orig/apps/lpasswd.c0000644000175000017500000001315510777230701016165 0ustar gheghe/* * Copyright (C) 2000-2002 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include #include #include #include "../lib/user.h" #include "apputil.h" int main(int argc, const char **argv) { struct lu_context *ctx; struct lu_ent *ent; struct lu_error *error = NULL; char *password = NULL, *cryptedPassword = NULL; const char *user; int c; int plain_fd = -1, crypted_fd = -1; int interactive = 0, groupflag = 0; poptContext popt; gboolean is_crypted; struct poptOption options[] = { {"interactive", 'i', POPT_ARG_NONE, &interactive, 0, "prompt for all information", NULL}, {"group", 'g', POPT_ARG_NONE, &groupflag, 0, "set group password instead of user password", NULL}, {"plainpassword", 'P', POPT_ARG_STRING, &password, 0, "new plain password", NULL}, {"password", 'p', POPT_ARG_STRING, &cryptedPassword, 0, "new crypted password", NULL}, {"plainpassword-fd", 'F', POPT_ARG_INT, &plain_fd, 0, "read new plain password from given descriptor", NULL}, {"password-fd", 'f', POPT_ARG_INT, &crypted_fd, 0, "read new crypted password from given descriptor", NULL}, POPT_AUTOHELP POPT_TABLEEND }; bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); setlocale(LC_ALL, ""); popt = poptGetContext("lpasswd", argc, argv, options, 0); poptSetOtherOptionHelp(popt, _("[OPTION...] user")); c = poptGetNextOpt(popt); if (c != -1) { fprintf(stderr, _("Error parsing arguments: %s.\n"), poptStrerror(c)); poptPrintUsage(popt, stderr, 0); exit(1); } user = poptGetArg(popt); if ((user == NULL) || (geteuid() != getuid())) { struct passwd *pwd; pwd = getpwuid(getuid()); if (pwd != NULL) { fprintf(stderr, _("Changing password for %s.\n"), user = strdup(pwd->pw_name)); } else { fprintf(stderr, _("No user name specified.\n")); poptPrintUsage(popt, stderr, 0); return 1; } } lu_authenticate_unprivileged(user, "passwd"); ctx = lu_start(user, groupflag ? lu_group : lu_user, NULL, NULL, interactive ? lu_prompt_console : lu_prompt_console_quiet, NULL, &error); if (ctx == NULL) { fprintf(stderr, _("Error initializing %s: %s.\n"), PACKAGE, lu_strerror(error)); return 1; } if ((password == NULL) && (cryptedPassword == NULL) && (plain_fd == -1) && (crypted_fd == -1)) { do { struct lu_prompt prompts[2]; memset(&prompts, 0, sizeof(prompts)); prompts[0].key = "lpasswd/password1"; prompts[0].prompt = N_("New password"); prompts[0].domain = PACKAGE; prompts[1].key = "lpasswd/password2"; prompts[1].prompt = N_("New password (confirm)"); prompts[1].domain = PACKAGE; if (lu_prompt_console(prompts, G_N_ELEMENTS(prompts), NULL, &error)) { if (prompts[0].value && strlen(prompts[0].value) && prompts[1].value && strlen(prompts[1].value)) { if (strcmp(prompts[0].value, prompts[1].value) == 0) { password = g_strdup(prompts[0].value); prompts[0].free_value(prompts[0].value); prompts[1].free_value(prompts[1].value); } else { fprintf(stderr, _("Passwords " "do not match, try " "again.\n")); } } else { fprintf(stderr, _("Password change " "canceled.\n")); return 1; } } if (error) { lu_error_free(&error); } } while (password == NULL); } ent = lu_ent_new(); if (!groupflag) { if (lu_user_lookup_name(ctx, user, ent, &error) == FALSE) { fprintf(stderr, _("User %s does not exist.\n"), user); return 2; } } else { if (lu_group_lookup_name(ctx, user, ent, &error) == FALSE) { fprintf(stderr, _("Group %s does not exist.\n"), user); return 2; } } if (plain_fd != -1) { char buf[LINE_MAX + 1]; int i; i = read(plain_fd, buf, sizeof(buf) - 1); while ((i > 0) && ((buf[i - 1] == '\r') || (buf[i - 1] == '\n'))) i--; buf[i] = '\0'; password = g_strdup(buf); is_crypted = FALSE; } else if (crypted_fd != -1) { char buf[LINE_MAX + 1]; int i; i = read(crypted_fd, buf, sizeof(buf) - 1); while ((i > 0) && ((buf[i - 1] == '\r') || (buf[i - 1] == '\n'))) i--; buf[i] = '\0'; password = g_strdup(buf); is_crypted = TRUE; } else if (cryptedPassword != NULL) { password = g_strdup(cryptedPassword); is_crypted = TRUE; } else { is_crypted = FALSE; /* the password variable is already set */ } if (!groupflag) { if (lu_user_setpass(ctx, ent, password, is_crypted, &error) == FALSE) { fprintf(stderr, _("Error setting password for user " "%s: %s.\n"), user, lu_strerror(error)); return 3; } } else { if (lu_group_setpass(ctx, ent, password, is_crypted, &error) == FALSE) { fprintf(stderr, _("Error setting password for group " "%s: %s.\n"), user, lu_strerror(error)); return 3; } } lu_ent_free(ent); lu_end(ctx); fprintf(stderr, _("Password changed.\n")); return 0; } libuser-0.56.9.dfsg.1.orig/apps/lid.10000644000175000017500000000337510777230701015201 0ustar gheghe.\" A man page for lid .\" Copyright (C) 2005, 2007 Red Hat, Inc. .\" .\" This is free software; you can redistribute it and/or modify it under .\" the terms of the GNU Library General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or .\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, but .\" WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU .\" General Public License for more details. .\" .\" You should have received a copy of the GNU Library General Public .\" License along with this program; if not, write to the Free Software .\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. .\" .\" Author: Miloslav Trmac .TH lid 1 "Dec 6 2007" libuser .SH NAME lid \- Display user's groups or group's users .SH SYNOPSIS lid [\fIOPTION\fR]... [\fIname\fR] .SH DESCRIPTION Displays information about groups containing user \fIname\fR, or users contained in group \fIname\fR. By default .B lid lists groups containing user \fIname\fR, or groups containing the invoking user if \fIname\fR is not specified; the mode of operation can be changed using the \fB\-g\fR option. .SH OPTIONS .TP \fB\-g\fR, \fB\-\-group\fR List users in a group \fIname\fR, or in the invoking user's primary group if \fIname\fR is not specified. .TP \fB\-i\fR, \fB\-\-interactive\fR Ask all questions when connecting to the user database, even if default answers are set up in .B libuser configuration. .TP \fB\-n\fR, \fB\-\-onlynames\fR List only group or user names. By default the corresponging user or group IDs are listed too. .SH EXIT STATUS The exit status is 0 on success, 1 on error. libuser-0.56.9.dfsg.1.orig/apps/lid.c0000644000175000017500000001113010777230701015247 0ustar gheghe/* * Copyright (C) 2001, 2002, 2004, 2006 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include #include #include "../lib/user.h" #include "apputil.h" static void do_id (struct lu_context *ctx, const char *name, int nameonly, GValueArray *(*enumerate) (lu_context_t *, const char *, lu_error_t **), gboolean (*lookup) (lu_context_t *, const char *, struct lu_ent *, lu_error_t **), const char *id_attribute, const char *id_descr) { GValueArray *values; struct lu_error *error; error = NULL; values = enumerate(ctx, name, &error); if (error != NULL) { fprintf(stderr, _("Error looking up %s: %s\n"), name, lu_strerror(error)); lu_error_free(&error); exit(1); } if (values != NULL) { struct lu_ent *ent; size_t i; ent = lu_ent_new(); for (i = 0; i < values->n_values; i++) { GValue *value; const char *found; value = g_value_array_get_nth(values, i); found = g_value_get_string(value); if (!nameonly && lookup(ctx, found, ent, &error)) { GValueArray *attrs; attrs = lu_ent_get(ent, id_attribute); if (attrs != NULL) { id_t id; value = g_value_array_get_nth(attrs, 0); id = lu_value_get_id(value); g_print(" %s(%s=%jd)\n", found, id_descr, (intmax_t)id); } else g_print(" %s\n", found); } else { if (error != NULL) lu_error_free(&error); g_print(" %s\n", found); } lu_ent_clear_all(ent); } lu_ent_free(ent); g_value_array_free(values); } } int main(int argc, const char **argv) { const char *name; struct lu_context *ctx; struct lu_error *error = NULL; int interactive = FALSE; int groupflag = FALSE, nameonly = FALSE; int c; poptContext popt; struct poptOption options[] = { {"interactive", 'i', POPT_ARG_NONE, &interactive, 0, "prompt for all information", NULL}, {"group", 'g', POPT_ARG_NONE, &groupflag, 0, "list members of a named group instead of the group " "memberships for the named user", NULL}, {"onlynames", 'n', POPT_ARG_NONE, &nameonly, 0, "only list membership information by name, and not UID/GID", NULL}, POPT_AUTOHELP POPT_TABLEEND }; bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); setlocale(LC_ALL, ""); popt = poptGetContext("lid", argc, argv, options, 0); poptSetOtherOptionHelp(popt, _("[OPTION...] user")); c = poptGetNextOpt(popt); if (c != -1) { fprintf(stderr, _("Error parsing arguments: %s.\n"), poptStrerror(c)); poptPrintUsage(popt, stderr, 0); exit(1); } name = poptGetArg(popt); if (name == NULL) { if (groupflag) { struct group *grp; grp = getgrgid(getgid()); if (grp != NULL) { fprintf(stderr, _("No group name specified, " "using %s.\n"), grp->gr_name); name = g_strdup(grp->gr_name); } else { fprintf(stderr, _("No group name specified, " "no name for gid %d.\n"), getgid()); poptPrintUsage(popt, stderr, 0); exit(1); } } else { struct passwd *pwd; pwd = getpwuid(getuid()); if (pwd != NULL) { fprintf(stderr, _("No user name specified, " "using %s.\n"), pwd->pw_name); name = g_strdup(pwd->pw_name); } else { fprintf(stderr, _("No user name specified, " "no name for uid %d.\n"), getuid()); poptPrintUsage(popt, stderr, 0); exit(1); } } } ctx = lu_start(name, groupflag ? lu_user : lu_group, NULL, NULL, interactive ? lu_prompt_console : lu_prompt_console_quiet, NULL, &error); if (ctx == NULL) { fprintf(stderr, _("Error initializing %s: %s.\n"), PACKAGE, lu_strerror(error)); return 1; } if (groupflag) do_id(ctx, name, nameonly, lu_users_enumerate_by_group, lu_user_lookup_name, LU_UIDNUMBER, "uid"); else do_id(ctx, name, nameonly, lu_groups_enumerate_by_user, lu_group_lookup_name, LU_GIDNUMBER, "gid"); lu_end(ctx); return 0; } libuser-0.56.9.dfsg.1.orig/apps/lchage.c0000644000175000017500000001720510777230701015733 0ustar gheghe/* * Copyright (C) 2000-2002, 2004 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include #include #include #include #include #include "../lib/user.h" #include "apputil.h" #define INVALID_LONG LONG_MIN /* Parse the first element of a (non-NULL, non-empty) value array for a count * of days in G_TYPE_LONG, and return the value. If the array is invalid, * return the default of -1. */ static glong read_ndays(GValueArray *array) { GValue *value; value = g_value_array_get_nth(array, 0); if (value != NULL) { g_assert(G_VALUE_HOLDS_LONG(value)); return g_value_get_long(value); } else return -1; } /* Format a count of days into a string that's intelligible to a user. */ static void date_to_string(glong n_days, char *buf, size_t len) { if ((n_days >= 0) && (n_days < 99999)) { GDate *date; date = g_date_new_dmy(1, G_DATE_JANUARY, 1970); g_date_add_days(date, n_days); g_date_strftime(buf, len, "%x", date); g_date_free(date); } } int main(int argc, const char **argv) { long shadowMin = INVALID_LONG, shadowMax = INVALID_LONG, shadowLastChange = INVALID_LONG, shadowInactive = INVALID_LONG, shadowExpire = INVALID_LONG, shadowWarning = INVALID_LONG; const char *user; struct lu_context *ctx; struct lu_ent *ent; struct lu_error *error = NULL; int interactive = FALSE; int list_only = FALSE; int c; poptContext popt; struct poptOption options[] = { {"interactive", 'i', POPT_ARG_NONE, &interactive, 0, "prompt for all information", NULL}, {"list", 'l', POPT_ARG_NONE, &list_only, 0, "list aging parameters for the user", NULL}, {"mindays", 'm', POPT_ARG_LONG, &shadowMin, 0, "minimum days between password changes", "NUM"}, {"maxdays", 'M', POPT_ARG_LONG, &shadowMax, 0, "maximum days between password changes", "NUM"}, {"date", 'd', POPT_ARG_LONG, &shadowLastChange, 0, "date of last password change, relative to days since " "1/1/70", "NUM"}, {"inactive", 'I', POPT_ARG_LONG, &shadowInactive, 0, "number of days after expiration date when account " "is considered inactive", "NUM"}, {"expire", 'E', POPT_ARG_LONG, &shadowExpire, 0, "password expiration date", "NUM"}, {"warndays", 'W', POPT_ARG_LONG, &shadowWarning, 0, "days before expiration to begin warning user", "NUM"}, POPT_AUTOHELP POPT_TABLEEND }; /* Set up i18n. */ bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); setlocale(LC_ALL, ""); /* Parse arguments. */ popt = poptGetContext("lchage", argc, argv, options, 0); poptSetOtherOptionHelp(popt, _("[OPTION...] user")); c = poptGetNextOpt(popt); if (c != -1) { fprintf(stderr, _("Error parsing arguments: %s.\n"), poptStrerror(c)); poptPrintUsage(popt, stderr, 0); exit(1); } user = poptGetArg(popt); /* We need exactly one argument, and that's the user's name. */ if (user == NULL) { fprintf(stderr, _("No user name specified.\n")); poptPrintUsage(popt, stderr, 0); return 1; } /* Start up the library. */ ctx = lu_start(user, lu_user, NULL, NULL, interactive ? lu_prompt_console : lu_prompt_console_quiet, NULL, &error); if (ctx == NULL) { fprintf(stderr, _("Error initializing %s: %s.\n"), PACKAGE, lu_strerror(error)); return 1; } ent = lu_ent_new(); /* Look up information about the user. */ if (lu_user_lookup_name(ctx, user, ent, &error) == FALSE) { fprintf(stderr, _("User %s does not exist.\n"), user); return 2; } if (list_only) { char buf[LINE_MAX]; GValueArray *values, *values2, *values3; /* Just print out what we can find out, in a format similar * to the chage(1) utility from the shadow suite. */ if (lu_user_islocked(ctx, ent, &error)) { printf(_("Account is locked.\n")); } else { printf(_("Account is not locked.\n")); } values = lu_ent_get(ent, LU_SHADOWMIN); if (values != NULL) printf(_("Minimum:\t%ld\n"), read_ndays(values)); values = lu_ent_get(ent, LU_SHADOWMAX); if (values != NULL) printf(_("Maximum:\t%ld\n"), read_ndays(values)); values = lu_ent_get(ent, LU_SHADOWWARNING); if (values != NULL) printf(_("Warning:\t%ld\n"), read_ndays(values)); values = lu_ent_get(ent, LU_SHADOWINACTIVE); if (values != NULL) printf(_("Inactive:\t%ld\n"), read_ndays(values)); values = lu_ent_get(ent, LU_SHADOWLASTCHANGE); if (values != NULL) { strcpy(buf, _("Never")); date_to_string(read_ndays(values), buf, sizeof(buf)); printf(_("Last Change:\t%s\n"), buf); } values2 = lu_ent_get(ent, LU_SHADOWMAX); if (values != NULL && values2 != NULL) { strcpy(buf, _("Never")); date_to_string(read_ndays(values) + read_ndays(values2), buf, sizeof(buf)); printf(_("Password Expires:\t%s\n"), buf); } values3 = lu_ent_get(ent, LU_SHADOWINACTIVE); if (values != NULL && values2 != NULL && values3 != NULL) { strcpy(buf, _("Never")); date_to_string(read_ndays(values) + read_ndays(values2) + read_ndays(values3), buf, sizeof(buf)); printf(_("Password Inactive:\t%s\n"), buf); } values = lu_ent_get(ent, LU_SHADOWEXPIRE); if (values != NULL) { strcpy(buf, _("Never")); date_to_string(read_ndays(values), buf, sizeof(buf)); printf(_("Account Expires:\t%s\n"), buf); } } else { GValue value; /* Set values using parameters given on the command-line. */ memset(&value, 0, sizeof(value)); g_value_init(&value, G_TYPE_LONG); if (shadowLastChange != INVALID_LONG) { g_value_set_long(&value, shadowLastChange); lu_ent_clear(ent, LU_SHADOWLASTCHANGE); lu_ent_add(ent, LU_SHADOWLASTCHANGE, &value); g_value_reset(&value); } if (shadowMin != INVALID_LONG) { g_value_set_long(&value, shadowMin); lu_ent_clear(ent, LU_SHADOWMIN); lu_ent_add(ent, LU_SHADOWMIN, &value); g_value_reset(&value); } if (shadowMax != INVALID_LONG) { g_value_set_long(&value, shadowMax); lu_ent_clear(ent, LU_SHADOWMAX); lu_ent_add(ent, LU_SHADOWMAX, &value); g_value_reset(&value); } if (shadowWarning != INVALID_LONG) { g_value_set_long(&value, shadowWarning); lu_ent_clear(ent, LU_SHADOWWARNING); lu_ent_add(ent, LU_SHADOWWARNING, &value); g_value_reset(&value); } if (shadowInactive != INVALID_LONG) { g_value_set_long(&value, shadowInactive); lu_ent_clear(ent, LU_SHADOWINACTIVE); lu_ent_add(ent, LU_SHADOWINACTIVE, &value); g_value_reset(&value); } if (shadowExpire != INVALID_LONG) { g_value_set_long(&value, shadowExpire); lu_ent_clear(ent, LU_SHADOWEXPIRE); lu_ent_add(ent, LU_SHADOWEXPIRE, &value); g_value_reset(&value); } g_value_unset(&value); /* Now actually modify the user's data in the system * information store. */ if (lu_user_modify(ctx, ent, &error) == FALSE) { fprintf(stderr, _("Failed to modify aging information for %s: " "%s\n"), user, lu_strerror(error)); return 3; } lu_hup_nscd(); } lu_ent_free(ent); lu_end(ctx); return 0; } libuser-0.56.9.dfsg.1.orig/apps/lusermod.10000644000175000017500000000531510777230701016257 0ustar gheghe.\" A man page for lusermod .\" Copyright (C) 2005, 2008 Red Hat, Inc. .\" .\" This is free software; you can redistribute it and/or modify it under .\" the terms of the GNU Library General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or .\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, but .\" WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU .\" General Public License for more details. .\" .\" You should have received a copy of the GNU Library General Public .\" License along with this program; if not, write to the Free Software .\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. .\" .\" Author: Miloslav Trmac .TH lusermod 1 "Feb 27 2008" libuser .SH NAME lusermod \- Modify an user .SH SYNOPSIS lusermod [\fIOPTION\fR]... \fIuser\fR .SH DESCRIPTION Modifies the user with name \fIuser\fR. .SH OPTIONS .TP \fB\-c\fR, \fB\-\-gecos\fR=\fIgecos\fR Set \fIuser\fR's \f[SM]GECOS\fR field to \fIgecos\fR. The \f[SM]GECOS\fR field is traditionally used to store user's real name and other information. .TP \fB\-d\fR, \fB\-\-directory\fR=\fIdirectory\fR Set \fIuser\fR's home directory to \fIdirectory\fR. .TP \fB\-g\fR, \fB\-\-gid\fR=\fIgid\fR Change \fIuser\fR's primary group ID to \fIgid\fR. If group with ID .I gid does not exist, a warning is printed, but the operation is performed anyway. .TP \fB\-i\fR, \fB\-\-interactive\fR Ask all questions when connecting to the user database, even if default answers are set up in .B libuser configuration. .TP \fB\-L\fR, \fB\-\-lock\fR Lock \fIuser\fR's account. This prevents logging in using \fIuser\fR's password. .TP \fB\-l\fR, \fB\-\-login\fR=\fIname\fR Rename \fIuser\fR to \fIname\fR. .TP \fB\-m\fR, \fB\-\-movedirectory\fR After changing \fIuser\fR's home directory (using the \fB\-d\fR option), move the old home directory to the new location. .TP \fB\-P\fR, \fB\-\-plainpassword\fR=\fIpassword\fR Set \fIuser\fR's password to \fIpassword\fR. Note that the password can be viewed while running .BR lusermod using tools such as .BR ps (1)\fR. .TP \fB\-p\fR, \fB\-\-password\fR=\fIencrypted\fR Set \fIuser\fR's password to the password represented by the hash \fIencrypted\fR. Note that the hash can be viewed while running .BR lusermod using tools such as .BR ps (1)\fR. .TP \fB\-s\fR, \fB\-\-shell\fR=\fIshell\fR Set \fIuser\fR's login shell to \fIshell\fR. .TP \fB\-U\fR, \fB\-\-unlock\fR Unlock \fIuser\fR's account. .TP \fB\-u\fR, \fB\-\-uid\fR=\fIuid\fR Change \fIuser\fR's user ID to \fIuid\fR. .SH EXIT STATUS The exit status is 0 on success, nonzero on error. libuser-0.56.9.dfsg.1.orig/apps/lgroupadd.c0000644000175000017500000000701410777230701016466 0ustar gheghe/* * Copyright (C) 2000-2002, 2004 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include #include #include #include "../lib/user_private.h" #include "apputil.h" int main(int argc, const char **argv) { const char *name, *gid_number_str = NULL; gid_t gidNumber = LU_VALUE_INVALID_ID; struct lu_context *ctx; struct lu_ent *ent; struct lu_error *error = NULL; int interactive = FALSE; int system_account = FALSE; int c; poptContext popt; struct poptOption options[] = { {"interactive", 'i', POPT_ARG_NONE, &interactive, 0, "prompt for all information", NULL}, {"gid", 'g', POPT_ARG_STRING, &gid_number_str, 0, "gid to force for new group", "NUM"}, {"reserved", 'r', POPT_ARG_NONE, &system_account, 0, "make this a system group", NULL}, POPT_AUTOHELP POPT_TABLEEND }; /* Set up i18n. */ bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); setlocale(LC_ALL, ""); /* Parse arguments. */ popt = poptGetContext("lgroupadd", argc, argv, options, 0); poptSetOtherOptionHelp(popt, _("[OPTION...] group")); c = poptGetNextOpt(popt); if (c != -1) { fprintf(stderr, _("Error parsing arguments: %s.\n"), poptStrerror(c)); poptPrintUsage(popt, stderr, 0); exit(1); } name = poptGetArg(popt); /* We require a group name to be specified. */ if (name == NULL) { fprintf(stderr, _("No group name specified.\n")); poptPrintUsage(popt, stderr, 0); return 1; } if (gid_number_str != NULL) { intmax_t val; char *p; errno = 0; val = strtoimax(gid_number_str, &p, 10); if (errno != 0 || *p != 0 || p == gid_number_str || (gid_t)val != val) { fprintf(stderr, _("Invalid group ID %s\n"), gid_number_str); poptPrintUsage(popt, stderr, 0); return 1; } gidNumber = val; } /* Start up the library. */ ctx = lu_start(NULL, 0, NULL, NULL, interactive ? lu_prompt_console : lu_prompt_console_quiet, NULL, &error); if (ctx == NULL) { fprintf(stderr, _("Error initializing %s: %s.\n"), PACKAGE, lu_strerror(error)); return 1; } /* Create a group entity object holding sensible defaults for a * new group. */ ent = lu_ent_new(); lu_group_default(ctx, name, system_account, ent); /* If the user specified a particular GID number, override the * default. */ if (gidNumber != LU_VALUE_INVALID_ID) { GValue value; memset(&value, 0, sizeof(value)); lu_value_init_set_id(&value, gidNumber); lu_ent_clear(ent, LU_GIDNUMBER); lu_ent_add(ent, LU_GIDNUMBER, &value); g_value_unset(&value); } /* Try to create the group. */ if (lu_group_add(ctx, ent, &error) == FALSE) { fprintf(stderr, _("Group creation failed: %s\n"), lu_strerror(error)); return 2; } lu_hup_nscd(); lu_ent_free(ent); lu_end(ctx); return 0; } libuser-0.56.9.dfsg.1.orig/apps/lnewusers.10000644000175000017500000000512010777230701016446 0ustar gheghe.\" A man page for lnewusers .\" Copyright (C) 2005 Red Hat, Inc. .\" .\" This is free software; you can redistribute it and/or modify it under .\" the terms of the GNU Library General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or .\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, but .\" WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU .\" General Public License for more details. .\" .\" You should have received a copy of the GNU Library General Public .\" License along with this program; if not, write to the Free Software .\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. .\" .\" Author: Miloslav Trmac .TH lnewusers 1 "Jan 12 2005" libuser .SH NAME lnewusers \- Create new user accounts .SH SYNOPSIS lnewusers [\fIOPTION\fR]... .SH DESCRIPTION Creates new user accounts using data read from standard input. The input data consits of lines, each line has 7 colon-separated fields: .IP "User Name" .IP "Plaintext Password" .IP "User ID" .B lnewusers refuses to create users with user ID 0 (the \fBroot\fR user ID). .IP Group If this field is a valid group ID, it is interpreted as a group ID, otherwise as a group name. If the field is empty, a group name equal to user name is used. If the specified group does not exist, it is automatically created. If the group is specified with a group ID, the created group has group name equal to the user name. .IP \f[SM]GECOS\fR The \f[SM]GECOS\fR field is traditionally used to store user's real name and other information. .IP Home Directory If this field is empty, a default specified by .B libuser configuration, or \fB/home/\fIusername\fR if .B libuser configuration does not specify a default, is used. .IP Login Shell If this field is empty, a default specified by .B libuser configuration is used. .PP Errors in user specifications are reported and processing continues on the next line. .SH OPTIONS .TP \fB\-f\fR, \fB\-\-file\fR=\fIfile\fR Read account data from \fIfile\fR instead of standard input. .TP \fB\-i\fR, \fB\-\-interactive\fR Ask all questions when connecting to the user database, even if default answers are set up in .B libuser configuration. .TP \fB\-M\fR, \fB\-\-nocreatehome\fR Don't create home directories. .TP \fB\-n\fR, \fB\-\-nocreatemail\fR Don't create mail spool files. .SH EXIT STATUS The exit status is 0 on success, nonzero on fatal error. Errors in user specifications are not reflected in the exit status. libuser-0.56.9.dfsg.1.orig/apps/luseradd.c0000644000175000017500000002266010777230701016314 0ustar gheghe/* * Copyright (C) 2000-2002, 2004, 2006 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include #include #include #include "../lib/user_private.h" #include "apputil.h" int main(int argc, const char **argv) { const char *userPassword = NULL, *cryptedUserPassword = NULL, *gecos = NULL, *homeDirectory = NULL, *loginShell = NULL, *skeleton = NULL, *name, *gid = NULL, *uid_number_str = NULL; struct lu_context *ctx; struct lu_ent *ent, *groupEnt; struct lu_error *error = NULL; uid_t uidNumber = LU_VALUE_INVALID_ID; gid_t gidNumber = LU_VALUE_INVALID_ID; GValueArray *values; GValue *value, val; int dont_create_group = FALSE, dont_create_home = FALSE, system_account = FALSE, interactive = FALSE, create_group; int c; intmax_t imax; char *p; poptContext popt; struct poptOption options[] = { {"interactive", 'i', POPT_ARG_NONE, &interactive, 0, "prompt for all information", NULL}, {"reserved", 'r', POPT_ARG_NONE, &system_account, 0, "make this a system user", NULL}, {"gecos", 'c', POPT_ARG_STRING, &gecos, 0, "GECOS information for new user", "STRING"}, {"directory", 'd', POPT_ARG_STRING, &homeDirectory, 0, "home directory for new user", "STRING"}, {"skeleton", 'k', POPT_ARG_STRING, &skeleton, 0, "directory with files for the new user", "STRING"}, {"shell", 's', POPT_ARG_STRING, &loginShell, 0, "shell for new user", "STRING"}, {"uid", 'u', POPT_ARG_STRING, &uid_number_str, 0, "uid for new user", "NUM"}, {"gid", 'g', POPT_ARG_STRING, &gid, 0, "gid for new user", NULL}, {"nocreatehome", 'M', POPT_ARG_NONE, &dont_create_home, 0, "don't create home directory for user", NULL}, {"nocreategroup", 'n', POPT_ARG_NONE, &dont_create_group, 0, "don't create group with same name as user", NULL}, {"plainpassword", 'P', POPT_ARG_STRING, &userPassword, 0, "plaintext password for use with group", "STRING"}, {"password", 'p', POPT_ARG_STRING, &cryptedUserPassword, 0, "pre-hashed password for use with group", "STRING"}, POPT_AUTOHELP POPT_TABLEEND }; /* Initialize i18n. */ bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); setlocale(LC_ALL, ""); /* Parse command-line arguments. */ popt = poptGetContext("luseradd", argc, argv, options, 0); poptSetOtherOptionHelp(popt, _("[OPTION...] user")); c = poptGetNextOpt(popt); if (c != -1) { fprintf(stderr, _("Error parsing arguments: %s.\n"), poptStrerror(c)); poptPrintUsage(popt, stderr, 0); exit(1); } /* Force certain flags one way or another. */ if (system_account) { dont_create_home = TRUE; } /* We require at least the user's name (I suppose we could just * make one up, but that could get weird). */ name = poptGetArg(popt); if (name == NULL) { fprintf(stderr, _("No user name specified.\n")); poptPrintUsage(popt, stderr, 0); return 1; } if (uid_number_str != NULL) { errno = 0; imax = strtoimax(uid_number_str, &p, 10); if (errno != 0 || *p != 0 || p == uid_number_str || (uid_t)imax != imax) { fprintf(stderr, _("Invalid user ID %s\n"), uid_number_str); poptPrintUsage(popt, stderr, 0); return 1; } uidNumber = imax; } /* Initialize the library. */ ctx = lu_start(NULL, 0, NULL, NULL, interactive ? lu_prompt_console : lu_prompt_console_quiet, NULL, &error); if (ctx == NULL) { fprintf(stderr, _("Error initializing %s: %s.\n"), PACKAGE, lu_strerror(error)); return 1; } /* Select a group name for the user to be in. */ if (gid == NULL) { if (dont_create_group) { gid = "users"; } else { gid = name; } } /* Try to convert the given GID to a number. */ groupEnt = lu_ent_new(); errno = 0; imax = strtoimax(gid, &p, 10); if (errno == 0 && *p == 0 && p != gid && (gid_t)imax == imax) gidNumber = imax; else /* It's not a number, so it's a group name. */ gidNumber = LU_VALUE_INVALID_ID; /* Check if the group exists. */ if (gidNumber == LU_VALUE_INVALID_ID) { if (lu_group_lookup_name(ctx, gid, groupEnt, &error)) { /* Retrieve the group's GID. */ values = lu_ent_get(groupEnt, LU_GIDNUMBER); value = g_value_array_get_nth(values, 0); gidNumber = lu_value_get_id(value); g_assert(gidNumber != LU_VALUE_INVALID_ID); create_group = FALSE; } else { /* No such group, we need to create one. */ create_group = TRUE; } } else { if (lu_group_lookup_id(ctx, gidNumber, groupEnt, &error)) { create_group = FALSE; } else { fprintf(stderr, _("Group %jd does not exist\n"), (intmax_t)gidNumber); return 1; } } if (create_group) { if (error) { lu_error_free(&error); } /* Create the group template. */ lu_group_default(ctx, gid, FALSE, groupEnt); /* Replace the GID with the forced one, if we need to. */ if (gidNumber != LU_VALUE_INVALID_ID) { memset(&val, 0, sizeof(val)); lu_value_init_set_id(&val, gidNumber); lu_ent_clear(groupEnt, LU_GIDNUMBER); lu_ent_add(groupEnt, LU_GIDNUMBER, &val); g_value_unset(&val); } /* Try to add the group. */ if (lu_group_add(ctx, groupEnt, &error)) { lu_hup_nscd(); } else { /* Aargh! Abandon all hope. */ fprintf(stderr, _("Error creating group `%s': %s\n"), gid, lu_strerror(error)); if (error) { lu_error_free(&error); } lu_end(ctx); return 1; } } /* Retrieve the group ID. */ values = lu_ent_get(groupEnt, LU_GIDNUMBER); if (values == NULL) { fprintf(stderr, _("Error creating group `%s': %s\n"), gid, lu_strerror(error)); if (error) { lu_error_free(&error); } lu_end(ctx); return 1; } value = g_value_array_get_nth(values, 0); gidNumber = lu_value_get_id(value); g_assert(gidNumber != LU_VALUE_INVALID_ID); /* Create the user record. */ ent = lu_ent_new(); lu_user_default(ctx, name, system_account, ent); /* Modify the default UID if we had one passed in. */ memset(&val, 0, sizeof(val)); if (uidNumber != LU_VALUE_INVALID_ID) { lu_value_init_set_id(&val, uidNumber); lu_ent_clear(ent, LU_UIDNUMBER); lu_ent_add(ent, LU_UIDNUMBER, &val); g_value_unset(&val); } /* Use the GID we've created, or the one which was passed in. */ if (gidNumber != LU_VALUE_INVALID_ID) { lu_value_init_set_id(&val, gidNumber); lu_ent_clear(ent, LU_GIDNUMBER); lu_ent_add(ent, LU_GIDNUMBER, &val); g_value_unset(&val); } /* Modify the default GECOS if we had one passed in. */ g_value_init(&val, G_TYPE_STRING); if (gecos != NULL) { g_value_set_string(&val, gecos); lu_ent_clear(ent, LU_GECOS); lu_ent_add(ent, LU_GECOS, &val); } /* Modify the default GID if we had one passed in. */ if (homeDirectory != NULL) { g_value_set_string(&val, homeDirectory); lu_ent_clear(ent, LU_HOMEDIRECTORY); lu_ent_add(ent, LU_HOMEDIRECTORY, &val); } /* Modify the default login shell if we had one passed in. */ if (loginShell != NULL) { g_value_set_string(&val, loginShell); lu_ent_clear(ent, LU_LOGINSHELL); lu_ent_add(ent, LU_LOGINSHELL, &val); } g_value_unset(&val); /* Moment-of-truth time. */ if (lu_user_add(ctx, ent, &error) == FALSE) { fprintf(stderr, _("Account creation failed: %s.\n"), lu_strerror(error)); return 3; } lu_hup_nscd(); if (userPassword != NULL) { if (lu_user_setpass(ctx, ent, userPassword, FALSE, &error) == FALSE) { fprintf(stderr, _("Error setting password for user " "%s: %s.\n"), name, lu_strerror(error)); return 3; } } if (cryptedUserPassword != NULL) { if (lu_user_setpass(ctx, ent, cryptedUserPassword, TRUE, &error) == FALSE) { fprintf(stderr, _("Error setting password for user " "%s: %s.\n"), name, lu_strerror(error)); return 3; } } /* If we don't have the the don't-create-home flag, create the user's * home directory. */ if (!dont_create_home) { /* Read the user's UID. */ values = lu_ent_get(ent, LU_UIDNUMBER); value = g_value_array_get_nth(values, 0); uidNumber = lu_value_get_id(value); g_assert(uidNumber != LU_VALUE_INVALID_ID); /* Read the user's GID. */ values = lu_ent_get(ent, LU_GIDNUMBER); value = g_value_array_get_nth(values, 0); gidNumber = lu_value_get_id(value); g_assert(gidNumber != LU_VALUE_INVALID_ID); /* Read the user's home directory. */ values = lu_ent_get(ent, LU_HOMEDIRECTORY); value = g_value_array_get_nth(values, 0); homeDirectory = g_value_get_string(value); if (lu_homedir_populate(ctx, skeleton, homeDirectory, uidNumber, gidNumber, 0700, &error) == FALSE) { fprintf(stderr, _("Error creating %s: %s.\n"), homeDirectory, lu_strerror(error)); return 7; } /* Create a mail spool for the user. */ if (lu_mailspool_create_remove(ctx, ent, TRUE) != TRUE) { fprintf(stderr, _("Error creating mail spool.\n")); return 8; } } lu_ent_free(ent); lu_end(ctx); return 0; } libuser-0.56.9.dfsg.1.orig/apps/lchfn.c0000644000175000017500000002061710777230701015603 0ustar gheghe/* * Copyright (C) 2001, 2002, 2004, 2006 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include #include #include "../lib/user.h" #include "apputil.h" #define NAME_KEY "lchfn/name" #define SURNAME_KEY "lchfn/surname" #define GIVENNAME_KEY "lchfn/givenname" #define OFFICE_KEY "lchfn/office" #define OFFICEPHONE_KEY "lchfn/officephone" #define HOMEPHONE_KEY "lchfn/homephone" #define EMAIL_KEY "lchfn/email" int main(int argc, const char **argv) { const char *user, *gecos; const char *name, *office, *officephone, *homephone; struct lu_context *ctx; struct lu_error *error = NULL; struct lu_ent *ent; GValueArray *values; GValue *value, val; int interactive = FALSE; int c; struct lu_prompt prompts[7]; poptContext popt; struct poptOption options[] = { {"interactive", 'i', POPT_ARG_NONE, &interactive, 0, "prompt for all information", NULL}, POPT_AUTOHELP POPT_TABLEEND }; char **fields; size_t fields_len; size_t pcount, i; /* Set up i18n. */ bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); setlocale(LC_ALL, ""); /* Parse command-line arguments. */ popt = poptGetContext("lchfn", argc, argv, options, 0); poptSetOtherOptionHelp(popt, _("[OPTION...] [user]")); c = poptGetNextOpt(popt); if (c != -1) { fprintf(stderr, _("Error parsing arguments: %s.\n"), poptStrerror(c)); poptPrintUsage(popt, stderr, 0); exit(1); } user = poptGetArg(popt); /* If no user name was specified, or we're running in a setuid * environment, force the user name to be the current user. */ if ((user == NULL) || (geteuid() != getuid())) { struct passwd *pwd; pwd = getpwuid(getuid()); if (pwd != NULL) { user = g_strdup(pwd->pw_name); } else { fprintf(stderr, _("No user name specified, no name " "for uid %d.\n"), getuid()); poptPrintUsage(popt, stderr, 0); exit(1); } } /* Authenticate the user to the "chfn" service. */ lu_authenticate_unprivileged(user, "chfn"); /* Give the user some idea of what's going on. */ g_print(_("Changing finger information for %s.\n"), user); /* Start up the library. */ ctx = lu_start(user, lu_user, NULL, NULL, interactive ? lu_prompt_console : lu_prompt_console_quiet, NULL, &error); if (ctx == NULL) { fprintf(stderr, _("Error initializing %s: %s.\n"), PACKAGE, lu_strerror(error)); return 1; } /* Look up the user's information. */ ent = lu_ent_new(); if (lu_user_lookup_name(ctx, user, ent, &error) == FALSE) { fprintf(stderr, _("User %s does not exist.\n"), user); exit(1); } /* Read the user's GECOS information. */ values = lu_ent_get(ent, LU_GECOS); if (values != NULL) { value = g_value_array_get_nth(values, 0); gecos = lu_value_strdup(value); } else { gecos = ""; } /* Split the gecos into the prompt structures. */ fields = g_strsplit(gecos, ",", G_N_ELEMENTS(prompts)); /* Count the number of fields we got. */ fields_len = g_strv_length(fields); /* Fill out the prompt structures. */ memset(prompts, 0, sizeof(prompts)); pcount = 0; /* The first prompt is for the full name. */ name = (fields_len > 0) ? fields[0] : NULL; prompts[pcount].key = NAME_KEY; prompts[pcount].prompt = N_("Full Name"); prompts[pcount].domain = PACKAGE; prompts[pcount].visible = TRUE; prompts[pcount].default_value = name; pcount++; /* If we have it, prompt for the user's surname. */ values = lu_ent_get(ent, LU_SN); if (values != NULL) { const char *sn; value = g_value_array_get_nth(values, 0); sn = lu_value_strdup(value); prompts[pcount].key = SURNAME_KEY; prompts[pcount].prompt = N_("Surname"); prompts[pcount].domain = PACKAGE; prompts[pcount].visible = TRUE; prompts[pcount].default_value = sn; pcount++; } /* If we have it, prompt for the user's givenname. */ values = lu_ent_get(ent, LU_GIVENNAME); if (values != NULL) { const char *gn; value = g_value_array_get_nth(values, 0); gn = lu_value_strdup(value); prompts[pcount].key = GIVENNAME_KEY; prompts[pcount].prompt = N_("Given Name"); prompts[pcount].domain = PACKAGE; prompts[pcount].visible = TRUE; prompts[pcount].default_value = gn; pcount++; } /* Prompt for the user's office number. */ office = (fields_len > 1) ? fields[1] : NULL; prompts[pcount].key = OFFICE_KEY; prompts[pcount].prompt = N_("Office"); prompts[pcount].domain = PACKAGE; prompts[pcount].visible = TRUE; prompts[pcount].default_value = office; pcount++; /* Prompt for the user's office telephone number. */ officephone = (fields_len > 2) ? fields[2] : NULL; prompts[pcount].key = OFFICEPHONE_KEY; prompts[pcount].prompt = N_("Office Phone"); prompts[pcount].domain = PACKAGE; prompts[pcount].visible = TRUE; prompts[pcount].default_value = officephone; pcount++; /* Prompt for the user's home telephone number. */ homephone = (fields_len > 3) ? fields[3] : NULL; prompts[pcount].key = HOMEPHONE_KEY; prompts[pcount].prompt = N_("Home Phone"); prompts[pcount].domain = PACKAGE; prompts[pcount].visible = TRUE; prompts[pcount].default_value = homephone; pcount++; /* If we have it, prompt for the user's email. */ values = lu_ent_get(ent, LU_EMAIL); if (values != NULL) { const char *email; value = g_value_array_get_nth(values, 0); email = lu_value_strdup(value); prompts[pcount].key = EMAIL_KEY; prompts[pcount].prompt = N_("E-Mail Address"); prompts[pcount].domain = PACKAGE; prompts[pcount].visible = TRUE; prompts[pcount].default_value = email; pcount++; } /* Sanity check. */ g_assert(pcount <= G_N_ELEMENTS(prompts)); /* Ask the user for new values. */ if (lu_prompt_console(prompts, pcount, NULL, &error) == FALSE) { fprintf(stderr, _("Finger information not changed: input error.\n")); exit(1); } /* Initialize the temporary value variable. */ memset(&val, 0, sizeof(val)); g_value_init(&val, G_TYPE_STRING); /* Now iterate over the answers and figure things out. */ for (i = 0; i < pcount; i++) { const char *filtered; if (prompts[i].value == NULL) { filtered = ""; } else if (strcmp(prompts[i].value, ".") == 0) { filtered = ""; } else { filtered = prompts[i].value; } g_value_set_string(&val, filtered); #define ATTR__(KEY, EXTRA, ATTR) \ if (strcmp(prompts[i].key, KEY) == 0) { \ EXTRA; \ lu_ent_clear(ent, ATTR); \ if (strlen(filtered) > 0) \ lu_ent_add(ent, ATTR, &val); \ } #define ATTR(KEY, ATTR_) ATTR__(KEY, , ATTR_) #define NAMED_ATTR(KEY, NAME, ATTR_) ATTR__(KEY, NAME = filtered, ATTR_) NAMED_ATTR(NAME_KEY, name, LU_COMMONNAME); ATTR(SURNAME_KEY, LU_SN); ATTR(GIVENNAME_KEY, LU_GIVENNAME); NAMED_ATTR(OFFICE_KEY, office, LU_ROOMNUMBER); NAMED_ATTR(OFFICEPHONE_KEY, officephone, LU_TELEPHONENUMBER); NAMED_ATTR(HOMEPHONE_KEY, homephone, LU_HOMEPHONE); ATTR(EMAIL_KEY, LU_EMAIL); #undef NAMED_ATTR #undef ATTR #undef ATTR__ } g_value_reset(&val); /* Build a new gecos string. */ gecos = g_strjoin(",", name ?: "", office ?: "", officephone ?: "", homephone ?: "", NULL); /* Now we can free the answers. */ for (i = 0; i < pcount; i++) { if (prompts[i].value != NULL) { if (prompts[i].free_value != NULL) { prompts[i].free_value(prompts[i].value); prompts[i].value = NULL; } } } /* Set the GECOS attribute. */ g_value_set_string(&val, gecos); lu_ent_clear(ent, LU_GECOS); lu_ent_add(ent, LU_GECOS, &val); g_value_reset(&val); /* Try to save our changes. */ if (lu_user_modify(ctx, ent, &error)) { g_print(_("Finger information changed.\n")); lu_hup_nscd(); } else { fprintf(stderr, _("Finger information not changed: %s.\n"), lu_strerror(error)); return 1; } g_value_unset(&val); g_strfreev(fields); lu_ent_free(ent); lu_end(ctx); return 0; } libuser-0.56.9.dfsg.1.orig/apps/lchfn.10000644000175000017500000000333510777230701015517 0ustar gheghe.\" A man page for lchfn .\" Copyright (C) 2004 Red Hat, Inc. .\" .\" This is free software; you can redistribute it and/or modify it under .\" the terms of the GNU Library General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or .\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, but .\" WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU .\" General Public License for more details. .\" .\" You should have received a copy of the GNU Library General Public .\" License along with this program; if not, write to the Free Software .\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. .\" .\" Author: Miloslav Trmac .TH lchfn 1 "Sep 20 2004" libuser .SH NAME lchfn \- Change finger information .SH SYNOPSIS lchfn [\fIOPTION\fR]... [\fIuser\fR] .SH DESCRIPTION Displays and allows changing information about \fIuser\fR that is available using the .BR finger (1) command (usually stored in the "gecos" field of \fI/etc/passwd\fR). If the \fIuser\fR argument is not provided, username of the invoking user is used; the \fIuser\fR argument is ignored if .B lchfn is run set-uid to a different user. Entering an empty string (by pressing Enter) at a prompt is interpreted as accepting a default value; to erase an attribute (or to use an empty string as the attribute value), enter a single dot character. .SH OPTIONS .TP \fB\-i\fR, \fB\-\-interactive\fR Ask all questions when connecting to the user database, even if default answers are set up in .B libuser configuration. .SH EXIT STATUS The exit status is 0 on success, 1 on error. libuser-0.56.9.dfsg.1.orig/apps/lchsh.10000644000175000017500000000307210777230701015524 0ustar gheghe.\" A man page for lchsh .\" Copyright (C) 2004 Red Hat, Inc. .\" .\" This is free software; you can redistribute it and/or modify it under .\" the terms of the GNU Library General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or .\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, but .\" WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU .\" General Public License for more details. .\" .\" You should have received a copy of the GNU Library General Public .\" License along with this program; if not, write to the Free Software .\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. .\" .\" Author: Miloslav Trmac .TH lchsh 1 "Sep 20 2004" libuser .SH NAME lchsh \- Change login shell .SH SYNOPSIS lchsh [\fIOPTION\fR]... [\fIuser\fR] .SH DESCRIPTION Displays and allows changing login shell of \fIuser\fR. If the \fIuser\fR argument is not provided, username of the invoking user is used; the \fIuser\fR argument is ignored if .B lchsh is run set-uid to a different user. Entering an empty string (by pressing Enter) at the "New Shell" prompt is interpreted as accepting the current value. .SH OPTIONS .TP \fB\-i\fR, \fB\-\-interactive\fR Ask all questions when connecting to the user database, even if default answers are set up in .B libuser configuration. .SH EXIT STATUS The exit status is 0 on success, 1 on error. .SH BUGS .B lchsh ignores \fI/etc/shells\fR. libuser-0.56.9.dfsg.1.orig/apps/lnewusers.c0000644000175000017500000002173710777230701016544 0ustar gheghe/* * Copyright (C) 2001, 2002, 2004, 2006 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include #include #include "../lib/user.h" #include "apputil.h" int main(int argc, const char **argv) { struct lu_context *ctx; struct lu_error *error = NULL; struct lu_ent *ent, *groupEnt; int interactive = FALSE, nocreatehome = FALSE, nocreatemail = FALSE; int c; char *file = NULL; FILE *fp = stdin; char buf[LINE_MAX]; poptContext popt; struct poptOption options[] = { {"interactive", 'i', POPT_ARG_NONE, &interactive, 0, "prompt for all information", NULL}, {"file", 'f', POPT_ARG_STRING, &file, 0, "file with user information records", "STDIN"}, {"nocreatehome", 'M', POPT_ARG_NONE, &nocreatehome, 0, "don't create home directories", NULL}, {"nocreatemail", 'n', POPT_ARG_NONE, &nocreatemail, 0, "don't create mail spools", NULL}, POPT_AUTOHELP POPT_TABLEEND }; /* Initialize i18n support. */ bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); setlocale(LC_ALL, ""); /* Parse arguments. */ popt = poptGetContext("lnewusers", argc, argv, options, 0); poptSetOtherOptionHelp(popt, _("[OPTION...]")); c = poptGetNextOpt(popt); if (c != -1) { fprintf(stderr, _("Error parsing arguments: %s.\n"), poptStrerror(c)); poptPrintUsage(popt, stderr, 0); exit(1); } /* Start up the library. */ ctx = lu_start(NULL, lu_user, NULL, NULL, interactive ? lu_prompt_console : lu_prompt_console_quiet, NULL, &error); if (ctx == NULL) { fprintf(stderr, _("Error initializing %s: %s.\n"), PACKAGE, lu_strerror(error)); return 1; } /* Open the file we're going to look at. */ if (file != NULL) { fp = fopen(file, "r"); if (fp == NULL) { fprintf(stderr, _("Error opening `%s': %s.\n"), file, strerror(errno)); return 2; } } else { fp = stdin; } ent = lu_ent_new(); groupEnt = lu_ent_new(); while (fgets(buf, sizeof(buf), fp)) { int creategroup; char **fields, *homedir, *gidstring, *p; intmax_t imax; uid_t uid; gid_t gid; GValueArray *values; GValue *value, val; /* Strip off the end-of-line terminators. */ p = strchr(buf, '\r'); if (p != NULL) *p = '\0'; p = strchr(buf, '\n'); if (p != NULL) *p = '\0'; /* Make sure the line splits into *exactly* seven fields. */ fields = g_strsplit(buf, ":", 7); if (g_strv_length(fields) != 7) { fprintf(stderr, _("Error creating account for `%s': line " "improperly formatted.\n"), buf); g_strfreev(fields); continue; } errno = 0; imax = strtoimax(fields[2], &p, 10); if (errno != 0 || *p != 0 || p == fields[2] || (uid_t)imax != imax) { g_print(_("Invalid user ID %s\n"), fields[2]); g_strfreev(fields); continue; } /* Sorry, but we're bastards here. No root accounts. */ uid = imax; if (uid == 0) { g_print(_("Refusing to create account with UID 0.\n")); g_strfreev(fields); continue; } /* Try to figure out if the field is the name of a group, or * a gid. If it's just empty, make it the same as the user's * name. FIXME: provide some way to set a default other than * the user's own name, like "users" or something. */ if (strlen(fields[3]) > 0) { gidstring = fields[3]; } else { gidstring = fields[0]; } /* Try to convert the field to a number. */ errno = 0; imax = strtoimax(gidstring, &p, 10); gid = LU_VALUE_INVALID_ID; if (errno != 0 || *p != '\0' || p == gidstring || (gid_t)imax != imax) { /* It's not a number, so it's a group name -- * see if it's being used. */ if (lu_group_lookup_name(ctx, gidstring, ent, &error)) { /* Retrieve the group's GID. */ values = lu_ent_get(ent, LU_GIDNUMBER); if (values != NULL) { value = g_value_array_get_nth(values, 0); gid = lu_value_get_id(value); g_assert(gid != LU_VALUE_INVALID_ID); } creategroup = FALSE; } else { /* Mark that we need to create a group for the * user to be in. */ creategroup = TRUE; } } else { /* It's a group number -- see if it's being used. */ gid = imax; if (lu_group_lookup_id(ctx, gid, ent, &error)) { /* Retrieve the group's GID. */ values = lu_ent_get(ent, LU_GIDNUMBER); if (values != NULL) { value = g_value_array_get_nth(values, 0); gid = lu_value_get_id(value); g_assert(gid != LU_VALUE_INVALID_ID); } creategroup = FALSE; } else { /* Mark that we need to create a group for the * user to be in. */ creategroup = TRUE; } } /* If we need to create a group, create a template group and * try to apply what the user has asked us to. */ if (creategroup) { /* If we got a GID, then we need to use the user's name, * otherwise we need to use the default group name. */ if (gid != LU_VALUE_INVALID_ID) { lu_group_default(ctx, fields[0], FALSE, ent); memset(&val, 0, sizeof(val)); lu_value_init_set_id(&val, gid); lu_ent_clear(ent, LU_GIDNUMBER); lu_ent_add(ent, LU_GIDNUMBER, &val); g_value_unset(&val); } else { lu_group_default(ctx, gidstring, FALSE, ent); } /* Try to create the group, and if it works, get its * GID, which we need to give to this user. */ if (lu_group_add(ctx, ent, &error)) { values = lu_ent_get(ent, LU_GIDNUMBER); value = g_value_array_get_nth(values, 0); gid = lu_value_get_id(value); g_assert(gid != LU_VALUE_INVALID_ID); } else { /* Aargh! Abandon all hope. */ fprintf(stderr, _("Error creating group for `%s' with " "GID %jd: %s\n"), fields[0], imax, lu_strerror(error)); g_strfreev(fields); continue; } } /* Create a new user record, and set the user's primary GID. */ lu_user_default(ctx, fields[0], FALSE, ent); memset(&val, 0, sizeof(val)); lu_value_init_set_id(&val, uid); lu_ent_clear(ent, LU_UIDNUMBER); lu_ent_add(ent, LU_UIDNUMBER, &val); g_value_unset(&val); lu_value_init_set_id(&val, gid); lu_ent_clear(ent, LU_GIDNUMBER); lu_ent_add(ent, LU_GIDNUMBER, &val); g_value_unset(&val); /* Set other fields if we've got them. */ memset(&val, 0, sizeof(val)); g_value_init(&val, G_TYPE_STRING); if (strlen(fields[4]) > 0) { g_value_set_string(&val, fields[4]); lu_ent_clear(ent, LU_GECOS); lu_ent_add(ent, LU_GECOS, &val); } if (strlen(fields[5]) > 0) { homedir = g_strdup(fields[5]); g_value_set_string(&val, homedir); lu_ent_clear(ent, LU_HOMEDIRECTORY); lu_ent_add(ent, LU_HOMEDIRECTORY, &val); } else { values = lu_ent_get(ent, LU_HOMEDIRECTORY); if (values != NULL) { value = g_value_array_get_nth(values, 0); homedir = g_strdup(g_value_get_string(value)); } else homedir = g_strconcat("/home/", fields[0], (const gchar *)NULL); } if (strlen(fields[6]) > 0) { g_value_set_string(&val, fields[6]); lu_ent_clear(ent, LU_LOGINSHELL); lu_ent_add(ent, LU_LOGINSHELL, &val); } g_value_unset(&val); /* Now try to add the user's account. */ if (lu_user_add(ctx, ent, &error)) { lu_hup_nscd(); if (!lu_user_setpass(ctx, ent, fields[1], FALSE, &error)) { fprintf(stderr, _("Error setting initial password for " "%s: %s\n"), fields[0], lu_strerror(error)); if (error) { lu_error_free(&error); } } /* Unless the nocreatehomedirs flag was given, attempt * to create the user's home directory. */ if (!nocreatehome) { if (lu_homedir_populate(ctx, NULL, homedir, uid, gid, 0700, &error) == FALSE) { fprintf(stderr, _("Error creating home " "directory for %s: %s\n"), fields[0], lu_strerror(error)); if (error) { lu_error_free(&error); } } } /* Unless the nocreatemail flag was given, give the * user a mail spool. */ if (!nocreatemail) { if (!lu_mailspool_create_remove(ctx, ent, TRUE)) fprintf(stderr, _("Error creating mail spool " "for %s.\n"), fields[0]); } } else { fprintf(stderr, _("Error creating user account for %s: %s\n"), fields[0], lu_strerror(error)); if (error) { lu_error_free(&error); } } g_free(homedir); g_strfreev(fields); lu_ent_clear_all(ent); lu_ent_clear_all(groupEnt); } lu_ent_free(ent); lu_end(ctx); return 0; } libuser-0.56.9.dfsg.1.orig/apps/apputil.c0000644000175000017500000004741110777230701016170 0ustar gheghe/* * Copyright (C) 2000-2002, 2004, 2005, 2006, 2007 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #ifdef WITH_SELINUX #include #include #include #include #endif #include "../lib/error.h" #include "../lib/user.h" #include "../lib/user_private.h" #include "apputil.h" #ifdef WITH_SELINUX static int check_access(const char *chuser, access_vector_t access) { int status; security_context_t user_context; status = -1; if (getprevcon(&user_context) == 0) { context_t c; const char *user; c = context_new(user_context); user = context_user_get(c); if (strcmp(chuser, user) == 0) status = 0; else { struct av_decision avd; int retval; retval = security_compute_av(user_context, user_context, SECCLASS_PASSWD, access, &avd); if (retval == 0 && (avd.allowed & access) == access) status = 0; } context_free(c); freecon(user_context); } return status; } #endif /* Copy the "src" directory to "dest", setting all ownerships as given, and setting the mode of the top-level directory as given. The group ID of the copied files is preserved if it is nonzero. If keep_contexts, preserve SELinux contexts in files under dest; use matchpathcon otherwise. Note that keep_contexts does NOT affect the context of dest; the caller must perform an explicit setfscreatecon() before calling lu_homedir_copy() to set the context of dest. The SELinux fscreate context is on return from this function is unspecified. */ static gboolean lu_homedir_copy(const char *src, const char *dest, uid_t owner, gid_t group, mode_t mode, gboolean keep_contexts, struct lu_error **error) { struct dirent *ent; DIR *dir; int ifd, ofd; gboolean ret = FALSE; LU_ERROR_CHECK(error); if (*dest != '/') { lu_error_new(error, lu_error_generic, _("Home directory path `%s' is not absolute"), dest); goto err; } dir = opendir(src); if (dir == NULL) { lu_error_new(error, lu_error_generic, _("Error reading `%s': %s"), src, strerror(errno)); goto err; } /* Create the top-level directory. */ if (mkdir(dest, mode) == -1 && errno != EEXIST) { lu_error_new(error, lu_error_generic, _("Error creating `%s': %s"), dest, strerror(errno)); goto err_dir; } /* Set the ownership on the top-level directory. */ if (chown(dest, owner, group) == -1 && errno != EPERM) { lu_error_new(error, lu_error_generic, _("Error changing owner of `%s': %s"), dest, strerror(errno)); goto err_dir; } while ((ent = readdir(dir)) != NULL) { char srcpath[PATH_MAX], path[PATH_MAX], buf[PATH_MAX]; struct stat st; struct utimbuf timebuf; /* Iterate through each item in the directory. */ /* Skip over self and parent hard links. */ if (strcmp(ent->d_name, ".") == 0) { continue; } if (strcmp(ent->d_name, "..") == 0) { continue; } /* Build the path of the source file or directory and its corresponding member in the new tree. */ snprintf(srcpath, sizeof(srcpath), "%s/%s", src, ent->d_name); snprintf(path, sizeof(path), "%s/%s", dest, ent->d_name); /* What we do next depends on the type of entry we're * looking at. */ if (lstat(srcpath, &st) != 0) continue; if (keep_contexts != 0) { if (!lu_util_fscreate_from_file(srcpath, error)) goto err_dir; } else if (!lu_util_fscreate_for_path(path, st.st_mode & S_IFMT, error)) goto err_dir; /* We always want to preserve atime/mtime. */ timebuf.actime = st.st_atime; timebuf.modtime = st.st_mtime; /* If it's a directory, descend into it. */ if (S_ISDIR(st.st_mode)) { if (!lu_homedir_copy(srcpath, path, owner, st.st_gid ?: group, st.st_mode, keep_contexts, error)) /* Aargh! Fail up. */ goto err_dir; /* Set the date on the directory. */ utime(path, &timebuf); continue; } /* If it's a symlink, duplicate it. */ if (S_ISLNK(st.st_mode)) { ssize_t len; len = readlink(srcpath, buf, sizeof(buf) - 1); if (len == -1) { lu_error_new(error, lu_error_generic, _("Error reading `%s': %s"), srcpath, strerror(errno)); goto err_dir; } buf[len] = '\0'; if (symlink(buf, path) == -1) { if (errno == EEXIST) continue; lu_error_new(error, lu_error_generic, _("Error creating `%s': %s"), path, strerror(errno)); goto err_dir; } if (lchown(path, owner, st.st_gid ?: group) == -1 && errno != EPERM && errno != EOPNOTSUPP) { lu_error_new(error, lu_error_generic, _("Error changing owner of `%s': " "%s"), dest, strerror(errno)); goto err_dir; } utime(path, &timebuf); continue; } /* If it's a regular file, copy it. */ if (S_ISREG(st.st_mode)) { off_t offset; /* Open both the input and output files. If we fail to do either, we have to give up. */ ifd = open(srcpath, O_RDONLY); if (ifd == -1) { lu_error_new(error, lu_error_open, _("Error reading `%s': %s"), srcpath, strerror(errno)); goto err_dir; } ofd = open(path, O_EXCL | O_CREAT | O_WRONLY, st.st_mode); if (ofd == -1) { if (errno == EEXIST) { close(ifd); continue; } lu_error_new(error, lu_error_open, _("Error writing `%s': %s"), path, strerror(errno)); goto err_ifd; } /* Now just copy the data. */ for (;;) { ssize_t left; char *p; left = read(ifd, &buf, sizeof(buf)); if (left == -1) { if (errno == EINTR) continue; lu_error_new(error, lu_error_read, _("Error reading `%s': " "%s"), srcpath, strerror(errno)); goto err_ofd; } if (left == 0) break; p = buf; while (left > 0) { ssize_t out; out = write(ofd, p, left); if (out == -1) { if (errno == EINTR) continue; lu_error_new(error, lu_error_write, _("Error writing " "`%s': %s"), path, strerror(errno)); goto err_ofd; } p += out; left -= out; } } /* Close the files. */ offset = lseek(ofd, 0, SEEK_CUR); if (offset != ((off_t) -1)) { if (ftruncate(ofd, offset) == -1) { lu_error_new(error, lu_error_generic, _("Error writing `%s': " "%s"), path, strerror(errno)); goto err_ofd; } } close (ifd); close (ofd); /* Set the ownership and timestamp on the new file. */ if (chown(path, owner, st.st_gid ?: group) == -1 && errno != EPERM) { lu_error_new(error, lu_error_generic, _("Error changing owner of `%s': " "%s"), dest, strerror(errno)); goto err_dir; } utime(path, &timebuf); continue; } /* Note that we don't copy device specials. */ } ret = TRUE; goto err_dir; err_ifd: close(ifd); err_ofd: close(ofd); err_dir: closedir(dir); err: return ret; } /* Populate a user's home directory, copying data from a named skeleton directory (or default if skeleton is NULL), setting all ownerships as given, and setting the mode of the top-level directory as given. */ gboolean lu_homedir_populate(struct lu_context *ctx, const char *skeleton, const char *directory, uid_t owner, gid_t group, mode_t mode, struct lu_error **error) { lu_security_context_t fscreate; gboolean ret; if (skeleton == NULL) skeleton = lu_cfg_read_single(ctx, "defaults/skeleton", "/etc/skel"); ret = FALSE; if (!lu_util_fscreate_save(&fscreate, error)) goto err; if (!lu_util_fscreate_for_path(directory, S_IFDIR, error)) goto err_fscreate; ret = lu_homedir_copy(skeleton, directory, owner, group, mode, 0, error); err_fscreate: lu_util_fscreate_restore(fscreate); err: return ret; } /* Recursively remove a user's home (or really, any) directory. */ gboolean lu_homedir_remove(const char *directory, struct lu_error ** error) { struct dirent *ent; DIR *dir; LU_ERROR_CHECK(error); /* Open the directory. This catches the case that it's already gone. */ dir = opendir(directory); if (dir == NULL) { lu_error_new(error, lu_error_generic, _("Error removing `%s': %s"), directory, strerror(errno)); return FALSE; } /* Iterate over all of its contents. */ while ((ent = readdir(dir)) != NULL) { struct stat st; char path[PATH_MAX]; /* Skip over the self and parent hard links. */ if (strcmp(ent->d_name, ".") == 0) { continue; } if (strcmp(ent->d_name, "..") == 0) { continue; } /* Generate the full path of the next victim. */ snprintf(path, sizeof(path), "%s/%s", directory, ent->d_name); /* What we do next depends on whether or not the next item to * remove is a directory. */ if (lstat(path, &st) != -1) { if (S_ISDIR(st.st_mode)) { /* We decend into subdirectories... */ if (lu_homedir_remove(path, error) == FALSE) { closedir(dir); return FALSE; } } else { /* ... and unlink everything else. */ if (unlink(path) == -1) { lu_error_new(error, lu_error_generic, _("Error removing " "`%s': %s"), path, strerror (errno)); closedir(dir); return FALSE; } } } } closedir(dir); /* As a final step, remove the directory itself. */ if (rmdir(directory) == -1) { lu_error_new(error, lu_error_generic, _("Error removing `%s': %s"), directory, strerror(errno)); return FALSE; } return TRUE; } /* Move a directory from one place to another. */ gboolean lu_homedir_move(const char *oldhome, const char *newhome, struct lu_error ** error) { struct stat st; lu_security_context_t fscreate; LU_ERROR_CHECK(error); /* If the directory exists... */ if (stat(oldhome, &st) != 0) goto err; if (!lu_util_fscreate_save(&fscreate, error)) goto err; if (!lu_util_fscreate_from_file(oldhome, error)) goto err_fscreate; /* ... and we can copy it ... */ if (!lu_homedir_copy(oldhome, newhome, st.st_uid, st.st_gid, st.st_mode, 1, error)) goto err_fscreate; lu_util_fscreate_restore(fscreate); /* ... remove the old one. */ return lu_homedir_remove(oldhome, error); err_fscreate: lu_util_fscreate_restore(fscreate); err: return FALSE; } #if 0 /* Concatenate a string onto another string on the heap. */ static char * lu_strconcat(char *existing, const char *appendee) { if (existing == NULL) { existing = g_strdup(appendee); } else { char *tmp; tmp = g_strconcat(existing, appendee, NULL); g_free(existing); existing = tmp; } return existing; } struct conv_data { lu_prompt_fn *prompt; gpointer callback_data; }; /* PAM callback information. */ static int lu_converse(int num_msg, const struct pam_message **msg, struct pam_response **resp, void *appdata_ptr) { struct conv_data *data = appdata_ptr; struct lu_prompt prompts[num_msg]; struct lu_error *error = NULL; struct pam_response *responses; char *pending = NULL, *p; int i; memset(&prompts, 0, sizeof(prompts)); /* Convert the PAM prompts to our own prompter type. */ for (i = 0; i < num_msg; i++) { switch ((*msg)[i].msg_style) { case PAM_PROMPT_ECHO_ON: /* Append this text to any pending output text * we already have. */ prompts[i].prompt = lu_strconcat(pending, (*msg)[i].msg); p = strrchr(prompts[i].prompt, ':'); if (p != NULL) { *p = '\0'; } prompts[i].visible = TRUE; pending = NULL; break; case PAM_PROMPT_ECHO_OFF: /* Append this text to any pending output text * we already have. */ prompts[i].prompt = lu_strconcat(pending, (*msg)[i].msg); p = strrchr(prompts[i].prompt, ':'); if (p != NULL) { *p = '\0'; } prompts[i].visible = FALSE; pending = NULL; break; default: /* Make this pending output text. */ pending = lu_strconcat(pending, (*msg)[i].msg); break; } } g_free(pending); /* Discards trailing PAM_ERROR_MSG or PAM_TEXT_INFO */ /* Prompt the user. */ if (data->prompt(prompts, num_msg, data->callback_data, &error)) { /* Allocate room for responses. This memory will be * freed by the calling application, so use malloc() instead * of g_malloc() and friends. */ responses = calloc(num_msg, sizeof(*responses)); if (responses == NULL) return PAM_BUF_ERR; /* Transcribe the responses into the PAM structure. */ for (i = 0; i < num_msg; i++) { /* Set the response code and text (if we have text), * and free the prompt text. */ responses[i].resp_retcode = PAM_SUCCESS; if (prompts[i].value != NULL) { responses[i].resp = strdup(prompts[i].value); prompts[i].free_value(prompts[i].value); } g_free((gpointer) prompts[i].prompt); } /* Set the return pointer. */ *resp = responses; } if (error != NULL) { lu_error_free(&error); } return PAM_CONV_ERR; } #endif /* Authenticate the user if the invoking user is not privileged. If * authentication fails, exit immediately. */ void lu_authenticate_unprivileged(const char *user, const char *appname) { pam_handle_t *pamh; struct pam_conv conv; const void *puser; int ret; #if 0 struct conv_data data; /* Don't bother if none of the modules makes use of elevated * privileges. */ if (lu_uses_elevated_privileges(ctx) == FALSE) { /* Great! We can drop privileges. */ if (setegid(getgid()) == -1) { fprintf(stderr, _("Failed to drop privileges.\n")); goto err; } if (seteuid(getuid()) == -1) { fprintf(stderr, _("Failed to drop privileges.\n")); goto err; } return; } /* Get the address of the glue conversation function. */ lu_get_prompter(ctx, &data.prompt, &data.callback_data); if (data.prompt == NULL) { fprintf(stderr, _("Internal error.\n")); goto err; } conv.conv = lu_converse; conv.appdata_ptr = &data; #endif conv.conv = misc_conv; conv.appdata_ptr = NULL; #ifdef WITH_SELINUX if (is_selinux_enabled() > 0) { /* FIXME: PASSWD_CHSH, PASSWD_PASSWD ? */ if (getuid() == 0 && check_access(user, PASSWD__CHFN) != 0) { security_context_t user_context; if (getprevcon(&user_context) < 0) user_context = NULL; /* FIXME: "change the finger info?" */ fprintf(stderr, _("%s is not authorized to change the finger " "info of %s\n"), user_context ? user_context : _("Unknown user context"), user); if (user_context != NULL) freecon(user_context); goto err; } /* FIXME: is this right for lpasswd? */ if (!lu_util_fscreate_from_file("/etc/passwd", NULL)) { fprintf(stderr, _("Can't set default context for " "/etc/passwd\n")); goto err; } } #endif /* Start up PAM. */ if (pam_start(appname, user, &conv, &pamh) != PAM_SUCCESS) { fprintf(stderr, _("Error initializing PAM.\n")); goto err; } /* Use PAM to authenticate the user. */ ret = pam_authenticate(pamh, 0); if (ret != PAM_SUCCESS) { if (pam_get_item(pamh, PAM_USER, &puser) != PAM_SUCCESS || puser == NULL) puser = user; fprintf(stderr, _("Authentication failed for %s.\n"), (const char *)puser); goto err_pam; } /* Make sure we authenticated the user we wanted to authenticate. */ ret = pam_get_item(pamh, PAM_USER, &puser); if (ret != PAM_SUCCESS) { fprintf(stderr, _("Internal PAM error `%s'.\n"), pam_strerror(pamh, ret)); goto err_pam; } if (puser == NULL) { fprintf(stderr, _("Unknown user authenticated.\n")); goto err_pam; } if (strcmp(puser, user) != 0) { fprintf(stderr, _("User mismatch.\n")); goto err_pam; } /* Check if the user is allowed to run this program. */ ret = pam_acct_mgmt(pamh, 0); if (ret != PAM_SUCCESS) { if (pam_get_item(pamh, PAM_USER, &puser) != PAM_SUCCESS || puser == NULL) puser = user; fprintf(stderr, _("Authentication failed for %s.\n"), (const char *)puser); goto err_pam; } /* Clean up -- we're done. */ pam_end(pamh, PAM_SUCCESS); return; err_pam: pam_end(pamh, ret); err: exit(1); } /* Send nscd an arbitrary signal. */ static void lu_signal_nscd(int signum) { FILE *fp; /* If it's running, then its PID is in this file. Open it. */ if ((fp = fopen("/var/run/nscd.pid", "r")) != NULL) { char buf[LINE_MAX]; /* Read the PID. */ memset(buf, 0, sizeof(buf)); /* If the PID is sane, send it a signal. */ if (fgets(buf, sizeof(buf), fp) != NULL && strlen(buf) > 0) { pid_t pid = atol(buf); if (pid != 0) { kill(pid, signum); } } fclose(fp); } } /* Send nscd a SIGHUP. */ void lu_hup_nscd() { lu_signal_nscd(SIGHUP); } /* Create a mail spool for the user. */ gboolean lu_mailspool_create_remove(struct lu_context *ctx, struct lu_ent *ent, gboolean action) { GValueArray *array; GValue *value; const char *spooldir; uid_t uid; gid_t gid; char *p, *username; struct lu_ent *groupEnt; struct lu_error *error = NULL; /* Find the GID of the owner of the file. */ gid = LU_VALUE_INVALID_ID; groupEnt = lu_ent_new(); if (lu_group_lookup_name(ctx, "mail", groupEnt, &error)) { array = lu_ent_get(groupEnt, LU_GIDNUMBER); if (array != NULL) { value = g_value_array_get_nth(array, 0); gid = lu_value_get_id(value); } } if (error != NULL) lu_error_free(&error); lu_ent_free(groupEnt); /* Er, okay. Check with libc. */ if (gid == LU_VALUE_INVALID_ID) { struct group grp, *err; char buf[LINE_MAX * 4]; if ((getgrnam_r("mail", &grp, buf, sizeof(buf), &err) == 0) && (err == &grp)) { gid = grp.gr_gid; } } /* Aiieee. Use the user's group. */ if (gid == LU_VALUE_INVALID_ID) { array = lu_ent_get(ent, LU_GIDNUMBER); if (array != NULL) { value = g_value_array_get_nth(array, 0); gid = lu_value_get_id(value); } } g_return_val_if_fail(gid != LU_VALUE_INVALID_ID, FALSE); /* Now get the user's UID. */ uid = LU_VALUE_INVALID_ID; array = lu_ent_get(ent, LU_UIDNUMBER); if (array != NULL) { value = g_value_array_get_nth(array, 0); uid = lu_value_get_id(value); } g_return_val_if_fail(uid != LU_VALUE_INVALID_ID, FALSE); /* Now get the user's login. */ username = NULL; array = lu_ent_get(ent, LU_USERNAME); if (array != NULL) { value = g_value_array_get_nth(array, 0); username = lu_value_strdup(value); } g_return_val_if_fail(username != NULL, FALSE); /* Get the location of the spool directory. */ spooldir = lu_cfg_read_single(ctx, "defaults/mailspooldir", "/var/mail"); /* That wasn't that hard. Now we just need to create the file. */ p = g_strconcat(spooldir, "/", username, (const gchar *)NULL); g_free(username); if (action) { int fd; fd = open(p, O_WRONLY | O_CREAT, 0); if (fd != -1) { gboolean res = TRUE; if (fchown(fd, uid, gid) == -1) res = FALSE; if (fchmod(fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP) == -1) res = FALSE; close(fd); g_free(p); return res; } } else { if (unlink(p) == 0) { g_free(p); return TRUE; } if (errno == ENOENT) { g_free(p); return TRUE; } } g_free(p); return FALSE; } libuser-0.56.9.dfsg.1.orig/apps/lgroupadd.10000644000175000017500000000322510777230701016404 0ustar gheghe.\" A man page for lgroupadd .\" Copyright (C) 2005 Red Hat, Inc. .\" .\" This is free software; you can redistribute it and/or modify it under .\" the terms of the GNU Library General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or .\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, but .\" WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU .\" General Public License for more details. .\" .\" You should have received a copy of the GNU Library General Public .\" License along with this program; if not, write to the Free Software .\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. .\" .\" Author: Miloslav Trmac .TH lgroupadd 1 "Jan 11 2005" libuser .SH NAME lgroupadd \- Add an user group .SH SYNOPSIS lgroupadd [\fIOPTION\fR]... \fIgroup\fR .SH DESCRIPTION Adds a new user group with name \fIgroup\fR. .SH OPTIONS .TP \fB\-g\fR, \fB\-\-gid\fR=\fIgid\fR Use group ID \fIgid\fR for the newly created group. A group ID is selected automatically if this option is not present. .TP \fB\-i\fR, \fB\-\-interactive\fR Ask all questions when connecting to the user database, even if default answers are set up in .B libuser configuration. .TP \fB\-r\fR, \fB\-\-reserved\fR The group is a system group. Groups that are not marked as system groups usually have automatically selected group IDs above a certain value (500 by default). This information is also passed to the .B libuser backends. .SH EXIT STATUS The exit status is 0 on success, nonzero on error. libuser-0.56.9.dfsg.1.orig/apps/lpasswd.10000644000175000017500000000450110777230701016076 0ustar gheghe.\" A man page for lpasswd .\" Copyright (C) 2005 Red Hat, Inc. .\" .\" This is free software; you can redistribute it and/or modify it under .\" the terms of the GNU Library General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or .\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, but .\" WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU .\" General Public License for more details. .\" .\" You should have received a copy of the GNU Library General Public .\" License along with this program; if not, write to the Free Software .\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. .\" .\" Author: Miloslav Trmac .TH lpasswd 1 "Jan 12 2005" libuser .SH NAME lpasswd \- Change group or user password .SH SYNOPSIS lpasswd [\fIOPTION\fR]... [\fIname\fR] .SH DESCRIPTION Changes password of user or group \fIname\fR. If the \fIname\fR argument is not provided, username of the invoking user is used; the \fIname\fR argument is ignored if .B lpasswd is run set-uid to a different user. Entering an empty password (by pressing Enter) aborts the password setting operation. .SH OPTIONS .TP \fB\-F\fR, \fB\-\-plainpassword-fd\fR=\fIfd\fR Read password from file descriptor \fIfd\fR, terminated by end of file, \fB'\\r'\fR or \fB'\\n'\fR. .TP \fB\-f\fR, \fB\-\-password-fd\fR=\fIfd\fR Read password hash from file descriptor \fIfd\fR, terminated by end of file, \fB'\\r'\fR or \fB'\\n'\fR. .TP \fB\-g\fR, \fB\-\-group\fR Change password of group \fIname\fR. By default the password of user \fIname\fR is changed. .TP \fB\-i\fR, \fB\-\-interactive\fR Ask all questions when connecting to the user database, even if default answers are set up in .B libuser configuration. .TP \fB\-P\fR, \fB\-\-plainpassword\fR=\fIpassword\fR Set the password to \fIpassword\fR. Note that the password can be viewed while running .BR lpasswd using tools such as .BR ps (1)\fR. .TP \fB\-p\fR, \fB\-\-password\fR=\fIencrypted\fR Set the password to the password represented by the hash \fIencrypted\fR. Note that the hash can be viewed while running .BR lpasswd using tools such as .BR ps (1)\fR. .SH EXIT STATUS The exit status is 0 on success, nonzero on error. libuser-0.56.9.dfsg.1.orig/ChangeLog0000644000175000017500000017530610777230701015162 0ustar gheghe2008-04-09 Miloslav Trmač * configure.in: Version 0.56.9. * NEWS: Update. * po/LINGUAS: Add as. 2008-03-25 Miloslav Trmač * apps/lpasswd.1 (DESCRIPTION): Fix another pasto. 2008-02-27 Miloslav Trmač * apps/lusermod.c (main): Warn if the new GID does not refer to an existing group. * apps/lusermod.1: Document that --gid may output a warning if the group does not exist. Resolves libuser #1. * tests/utils_group * tests/utils_gshadow * tests/utils_passwd * tests/utils_shadow * tests/utils_test: Test usermod -g outputs a warning if the specified group does not exist. 2008-02-26 Miloslav Trmač * apps/lpasswd.1 (SYNOPSIS): Fix a pasto. * apps/luseradd.1 (NAME): Fix. Bugs reported by Miloš Malík . 2008-02-23 Miloslav Trmač * configure.in: Version 0.56.8. * NEWS: Update. * Makefile.am (EXTRA_DIST): Add tests/config_import2.conf.in, tests/config_login2.defs, tests/pwhash.conf.in, tests/pwhash.py and tests/pwhash_test. * All relevant source files: Use <> for #including config.h, in particular do not use "../config.h", which can refer to a file outside the build directory. Remove #ifdef HAVE_CONFIG_H, we know that is true. * Makefile.am (HGTAG): Replace CVSTAG. (force-tag, tag, archive): Update to use Mercurial. * all files: Remove CVS keywords. * README: Point to the home page hosted at fedoraproject.org. 2008-02-16 Miloslav Trmač * po/POTFILES.in: Add missing lib/misc.c. * docs/libuser.conf.5.in: Fix a typo. 2008-01-11 Miloslav Trmač * tests/pwhash_test: Fix description. 2008-01-09 Miloslav Trmač * configure.in: Version 0.56.7. * NEWS: Update. * Makefile.am (lib_libuser_la_LDFLAGS): Update version info. * lib/common.c: New file, moving most code from modules/default.-c. (lu_common_user_default, lu_common_group_default) (lu_common_suser_default, lu_common_sgroup_default): Make public. * lib/user_private.h (LU_COMMON_DEFAULT_PASSWORD) (LU_COMMON_DEFAULT_SHADOW_PASSWORD, LU_COMMON_DEFAULT_SHELL): New definitions, moved from modules/default.-c. (lu_common_user_default, lu_common_group_default) (lu_common_suser_default, lu_common_sgroup_default) (lu_util_default_salt_specifier): New declarations. * lib/util.c (HASH_ROUNDS_MIN, HASH_ROUNDS_MAX) (parse_hash_rounds, select_hash_rounds): Move from modules/default.-c. (lu_util_default_salt_specifier): Move from modules/default.-c. Use a lu_context * instead of lu_module *. All users changed. (lu_make_crypted): Use HASH_ROUNDS_MAX. * modules/default.-c: Remove. All users changed. * Makefile.am (pkginclude_HEADERS): Remove modules/default.-c. (lib_libuser_la_SOURCES): Add lib/common.c. (modules_libuser_files_la_CPPFLAGS) (modules_libuser_shadow_la_CPPFLAGS) (modules_libuser_krb5_la_CPPFLAGS) (modules_libuser_ldap_la_CPPFLAGS) (modules_libuser_sasldb_la_CPPFLAGS): Remove. 2008-01-08 Miloslav Trmač * po/sr@latin.po: Rename from po/sr@Latn.po * po/LINGUAS: Update. * docs/libuser.conf.5.in: Document SHA support. * tests/pwhash.conf.in * tests/pwhash.py: New files * tests/pwhash_test: New test. * Makefile.am (TESTS): Add tests/pwhash_test. * tests/config_import2.conf.in * tests/config_login2.defs: New files. * tests/config_login.defs: Add SHA_CRYPT_MIN_ROUNDS and SHA_CRYPT_MAX_ROUNDS. * tests/config_override.conf.in: Add hash_rounds_min and hash_rounds_max. * tests/config_test.sh: Create libuser_import2.conf. * tests/config_test.c (main): Add tests for hash_rounds_min and hash_rounds_max. Test ENCRYPT_METHOD and MD5_CRYPT_ENAB interaction. * lib/config.c (struct handle_login_defs_key_data): New definition. (handle_login_defs_key): Expect struct handle_login_defs_key_data * instead of struct config_config *. Handle ENCRYPT_METHOD, SHA_CRYPT_MIN_ROUNDS, SHA_CRYPT_MAX_ROUNDS. Only use MD5_CRYPT_ENAB if ENCRYPT_METHOD is not defined. (import_login_defs): Pass struct handle_login_defs_key_data * to handle_login_defs_key(). * lib/util.c (salt_type_info): New member sha_rounds. Add SHA256 and SHA512 entries. (lu_make_crypted): Add support for SHA rounds specification. * modules/default.-c (HASH_ROUNDS_MIN, HASH_ROUNDS_MAX): New macros. (lu_common_parse_hash_rounds, lu_common_select_hash_rounds): New functions. (lu_common_default_salt_specifier): Add support for sha256 and sha512. Add support for configurable number of hashing rounds. Return a newly allocated string. All callers changed. 2008-01-07 Miloslav Trmač * tests/files_test.py (Tests.testUserSetpass1) (Tests.testUserSetpass2, Tests.testUserSetpass3) (Tests.testGroupSetpass1, Tests.testGroupSetpass2) (Tests.testGroupSetpass3): Don't assume the password salt is 11 characters long. 2007-12-06 Miloslav Trmač * apps/lid.1: Fix grammar. 2007-11-14 Miloslav Trmač * lib/util.c (lu_util_lock_obtain): Fix setting l_type. 2007-10-30 Miloslav Trmač * lib/util.c (lu_util_fscreate_restore) [WITH_SELINUX]: Fix use of uninitialized data when SELinux is disabled. 2007-10-25 Miloslav Trmač * configure.in: Version 0.56.6. * NEWS: Update. * Makefile.am (lib_libuser_la_LDFLAGS): Update revision. * docs/Makefile.am (CLEANFILES): Add sgml/libuser-1.html and sgml/libuser-2.html. * Makefile.am (modules_libuser_files_la_LDFLAGS) (modules_libuser_shadow_la_LDFLAGS) (modules_libuser_krb5_la_LDFLAGS) (modules_libuser_ldap_la_LDFLAGS) (modules_libuser_sasldb_la_LDFLAGS) (python_libusermodule_la_LDFLAGS): Don't use -export-dynamic, that option is defined only for executables. * apps/apputil.c (lu_homedir_copy, lu_homedir_populate) (lu_homedir_move): Set up / preserve SELinux file contexts when creating / copying home directories. * lib/user_private.h (lu_security_context_t, lu_util_fscreate_save) (lu_util_fscreate_restore, lu_util_fscreate_from_file) (lu_util_fscreate_for_path): New declarations. * lib/util.c (lu_util_fscreate_save, lu_util_fscreate_restore) (lu_util_fscreate_from_file, lu_util_fscreate_for_path): New functions. * modules/files.c (set_default_context, reset_default_context): Remove. (generic_add, generic_mod, generic_del, generic_lock) (generic_setpass): Use lu_util_fscreate_save(), lu_util_fscreate_from_file() and lu_util_fscreate_restore() instead of set_default_context() and reset_default_context(). (This fixes a possible leak of prev_context). * apps/apputil.c (setup_default_context): Remove. (lu_authenticate_unprivileged): Use lu_util_fscreate_from_file() instead of setup_default_context(). * Makefile.am (lib_libuser_la_LDFLAGS): Link to SELINUX_LIBS. (modules_libuser_files_la_LDFLAGS) (modules_libuser_shadow_la_LDFLAGS): Don't link to SELINUX_LIBS directly. * docs/Makefile.am (CLEANFILES): Add sgml/libuser.html and sgml/libuser.txt. (clean-local): Remove. 2007-10-11 Miloslav Trmač * configure.in: Version 0.56.5. * NEWS: Update. * po/LINGUAS: Add kn, ro, te. * tests/files_test.py (workdir): New variable. (Tests.testUserAdd4, Tests.testUserAdd5): New tests. * tests/files_test: Pass workdir to files_test.py. * apps/apputil.c (lu_homedir_copy): Report an error if the destination (home directory) is a relative path. * python/admin.c (libuser_admin_add_user): Don't ignore a raised exception before creating a mail spool. Create an exception object if creating a mail spool fails. Beautify. (libuser_admin_delete_user): Create an exception object if removing a mail spool fails. Beautify. 2007-09-25 Miloslav Trmač * tests/ldap_test.py (Tests.testUserMod4): Test empty modifications. * modules/ldap.c (dump_mods): Handle NULL mods. (lu_ldap_set): Do not call ldap_modify_ext_s() when no attributes need to be modified, to avoid spurious errors on Fedora Directory Server. Beautify. 2007-09-10 Miloslav Trmač * lib/modules.c (load_one_module): Use G_MODULE_BIND_LOCAL. 2007-06-15 Miloslav Trmač * configure.in: Version 0.56.4. * NEWS: Update. * Makefile.am (lib_libuser_la_LDFLAGS): Update revision. * tests/files_test.py (Tests.testUserSetpass1) (Tests.testUserRemovepass) * tests/ldap_test.py (Tests.testUserSetpass1) (Tests.testUserRemovepass1): Test LU_SHADOWLASTCHANGE is updated. * modules/files.c (lu_shadow_user_setpass) (lu_shadow_group_setpass, lu_shadow_user_removepass) (lu_shadow_group_removepass): Remove redundant lu_util_update_shadow_last_change() calls. * lib/user.c (lu_user_setpass, lu_user_removepass): Save the modified LU_SHADOWLASTCHANGE value. (lu_group_setpass, lu_group_removepass): Don't update LU_SHADOWLASTCHANGE, the field is valid only for user entities. 2007-06-09 Miloslav Trmač * configure.in: Version 0.56.3. * NEWS: Update. * modules/ldap.c (struct lu_ldap_context): New member sasl_mechanism. (interact): Return "" to SASL_CB_GETREALM. Shorten variable names for better formating, simplify a bit. (bind_server): Use context->sasl_mechanism. Replace contradictory LDAP_SASL_INTERACTIVE | LDAP_SASL_QUIET by LDAP_SASL_AUTOMATIC. (lu_ldap_close_module): Free sasl_mechanism. (libuser_ldap_init): Default ldap/user to "". Allow specifying SASL bind mechanism as "sasl/MECHANISM". * docs/libuser.conf.5.in: Update bindtype documentation. Original patch by Simo Sorce . 2007-04-28 Miloslav Trmač * configure.in * Makefile.am: Use features available in autoconf 2.61. 2007-04-19 Miloslav Trmac * configure.in: Version 0.56.2. * NEWS: Update. * po/LINGUAS: Add bs. Remove languages with no translated strings. 2007-03-16 Miloslav Trmac * libuser.conf: Remove all krb5 module references to avoid the slightest possibility of giving an impression that the krb5 module might work. 2007-03-02 Miloslav Trmac * po/no.po: Remove, obsoleted by nb.po. * po/LINGUAS: Remove no. 2007-02-23 Miloslav Trmac * configure.in: Version 0.56.1. * NEWS: Update. * tests/files_test.py (Tests.testUserSetpass3) (Tests.testGroupLookupName2, Tests.testGroupSetpass3): Simplify the lambda expression. * modules/files.c (suffix_passwd, suffix_shadow, suffix_group) (suffix_gshadow): New variables. (generic_lookup, generic_add, generic_mod, generic_del, generic_lock) (generic_is_locked, generic_setpass, lu_files_enumerate) (lu_files_users_enumerate_by_group, lu_files_groups_enumerate_by_user) (lu_files_enumerate_full, lu_files_uses_elevated_privileges) (lu_shadow_uses_elevated_privileges, libuser_shadow_init): Use suffix_* instead of separate "/" and copy&pasted basenames. All users changed. * modules/files.c (lu_files_uses_elevated_privileges) (lu_shadow_uses_elevated_privileges): Fix incorrect conversion from g_strdup_printf (). * modules/files.c (SHADOW_MODULE_NAME): New macro. (ent_has_shadow): New function. (generic_setpass): Only silently ignore known shadow markers, and replace invalid shadow markers by "x"; both only if a shadow entry exists. (libuser_shadow_init): Use SHADOW_MODULE_NAME. * tests/files_test.py (Tests.testUserSetpass1): Rename from testUserSetpass. (Tests.testGroupSetpass1): Rename from testGroupSetpass. (Tests.testUserSetpass2, tests.testUserSetpass3) (Tests.testGroupSetpass2, tests.testGroupSetpass3): New tests. * tests/files_test: Update file contents. 2007-02-17 Miloslav Trmac * configure.in: Version 0.56. * Makefile.am (lib_libuser_la_LDFLAGS): Update revision. * NEWS: Update. * configure.in (AM_INIT_AUTOMAKE): Use dist-bzip2. * Makefile (archive): Use the bzip2 tarball. * tests/files_test.py (Tests.testUserLookupName3) (Tests.testUserDefault, Tests.testGroupLookupName3) (Tests.testGroupDefault): New tests. * tests/files_test: Update file contents. * apps/apputil.c (lu_mailspool_create_remove) * apps/lnewusers.c (main) * lib/user.c (lu_default_int) * modules/files.c (lu_files_user_lookup_id) (lu_shadow_user_lookup_id, lu_files_group_lookup_id) (lu_shadow_group_lookup_id, generic_del) * modules/ldap.c (lu_ldap_base, lu_ldap_user_lookup_id) (lu_ldap_group_lookup_id, lu_ldap_handle_lock) (lu_ldap_users_enumerate_by_group): Don't use g_strdup_printf () when a simpler alternative can be used. * lib/error.c (lu_error_new): Don't use lu_strerror () result as a format string. Beautify. * apps/lchage.c (read_ndays): Assume the value is a G_TYPE_LONG. Return a g_type_long. All callers updated. (date_to_string): Use glong for n_days. * lib/user.c (lu_default_int) * modules/ldap.c (lu_ldap_lookup): Use lu_value_init_set_attr_from_string (). Report invalid values. * tests/ldap_test.py (Tests.testUserAdd2): Use correct value types. * docs/reference/tmpl/entity.sgml: Document the value types used for entities. * lib/config.c (handle_default_useradd_key): Try harder to eliminate the possibility of date overflow. 2007-02-16 Miloslav Trmac * apps/lid.c (do_id): Avoid an unnecessary lu_value_strdup (). * lib/util.c (salt_type_info): Use char[] instead of char * and reorder fields within the structure to eliminate run-time relocations and save some space. * docs/reference/tmpl/error.sgml: Add missing parameter documentation. * lib/user.c (lu_user_setpass, lu_user_removepass) (lu_group_setpass, lu_group_removepass, lu_default_int): Use lu_util_update_shadow_last_change (). * lib/util.c (lu_util_shadow_current_date): Return the number of days as an integer. Clean up. (lu_util_update_shadow_last_change): Move from ... * modules/files.c (set_shadow_last_change): ... here. All callers updated. * lib/internal.h (lu_util_shadow_current_date): Update prototype. Move declaration from... * lib/user_private.h (lu_util_shadow_current_date): ... here. (lu_util_update_shadow_last_change): New declaration. (LU_MODULE_VERSION): Bump. * lib/user.c (replace_all): New function, based on a part of lu_default_int (). (lu_default_int): Perform substitutions one by one instead of precomputing a list of them. 2007-02-15 Miloslav Trmac * lib/user.c (run_list): Avoid unnecessary g_value_dup_string (). * lib/entity.c (lu_ent_dump): Remove output of value types that are not expected to appear. (lu_ent_add_module): Only copy the module name if it is not already present in ent->modules. * modules/files.c (line_read): Simplify and clean up. (generic_del): Use memmove for copying strings that overlap. Clean up the code a bit. * apps/lnewusers.c (main) * lib/prompt.c (lu_prompt_console): Eliminate duplicate strchr () calls. * lib/entity.c (lu_ent_del_int): Use lu_values_equal () instead of g_strdup_value_contents (), which is intended for human-readable debugging dumps. * lib/entity.c (lu_ent_dump_attributes): Split from lu_ent_dump_attributes (). Show something for unsupported value types. 2007-01-06 Jeremy Katz * python/misc.c (libuser_prompt_destroy): Use PyObject_DEL since we allocated with PyObject_NEW (#220679) * python/ent.c (libuser_entity_destroy): Likewise. * python/admin.c (libuser_admin_destroy): Likewise. 2006-12-14 Miloslav Trmac * python/admin.c (AdminType) * python/ent.c (libuser_entity_mapping_methods, EntityType) * python/misc.c (PromptType): Remove casts, use comments to indicate struct members. * python/admin.c (libuser_admin_setattr) (libuser_admin_get_first_unused_id, libuser_admin_get_first_unused_gid) (libuser_admin_new): Add manual casts to conform to PyCFunctionWithKeywords. (libuser_admin_get_first_unused_id_type): Remove unnecessary variable. (libuser_admin_methods) [getUserShells]: Use METH_NOARGS. * python/common.h (lenfunc): Remove definition. (libuser_admin_new, libuser_prompt_new, libuser_get_user_shells): Update prototypes. * python/ent.c (libuser_entity_destroy, libuser_entity_getattr) (libuser_entity_setattr, libuser_entity_length) (libuser_entity_get_item, libuser_entity_set_item): Add manual casts to conform to method types. (libuser_entity_getattrlist, libuser_entity_module) (libuser_entity_clear_all, libuser_entity_revert): Use METH_NOARGS. (libuser_entity_get, libuser_entity_add, libuser_entity_set) (libuser_entity_clear) (libuser_entity_has_key): Add manual casts to conform to PyCFunction. (libuser_entity_methods) [getattrlist, keys, clear_all, revert] [modules]: Use METH_NOARGS. [has_key, get, clear, set, add]: Remove casts. * python/libusermodule.c (libuser_get_user_shells): Use METH_NOARGS. (libuser_methods) [prompt, get_user_shells, PROMPT, getUserShells]: Use METH_NOARGS. * python/misc.c (libuser_prompt_destroy, libuser_prompt_getattr) (libuser_prompt_setattr, libuser_prompt_print): Add manual casts to conform to method types. (libuser_prompt_new): Use METH_NOARGS. * python/admin.c (libuser_admin_new) * python/misc.c (libuser_prompt_new): Remove redundant declarations. 2006-12-10 Miloslav Trmac * configure.in (AM_GNU_GETTEXT_VERSION): Use gettext-0.14.6. * configure.in: Version 0.55. * NEWS: Update. * autogen.sh * Makefile.am (EXTRA_MANS, pkginclude_HEADERS, dist_noinst_SCRIPTS) [QUOTA] (noinst_PROGRAMS, lib_LTLIBRARIES, pyexec_LTLIBRARIES) * configure.in * docs/reference/libuser-docs.sgml * docs/reference/libuser-sections.txt * python/modules.txt: Remove the quota library and Python module. * docs/reference/tmpl/quota.sgml * lib/userquota.3 * lib/userquota.c * lib/userquota.h * python/quota-script * python/quotamodule.c * samples/quotaq.c: Removed files. * python/admin.c (libuser_admin_setattr) (libuser_admin_lookup_user_name, libuser_admin_lookup_user_id) (libuser_admin_lookup_group_name, libuser_admin_lookup_group_id) (libuser_admin_do_wrap, libuser_admin_wrap_boolean) (libuser_admin_setpass, libuser_admin_create_home) (libuser_admin_remove_home, libuser_admin_move_home) (libuser_admin_create_remove_mail, libuser_admin_add_user) (libuser_admin_delete_user) (libuser_admin_get_first_unused_id_type, libuser_admin_new) * python/ent.c (libuser_entity_add, libuser_entity_set) (libuser_entity_clear, libuser_entity_clear_all) (libuser_entity_revert, libuser_entity_has_key) * python/misc.c (libuser_admin_prompt, libuser_prompt_getattr): * python/quotamodule.c (quotamodule_set, quotamodule_on) (quotamodule_off): Replace all trivial uses of Py_BuildValue (). * python/misc.c (libuser_admin_prompt, libuser_prompt_setattr): Remove an unnecessary use of typeof. * apps/apputil.c (lu_converse): Use calloc () instead of malloc () and memset (). * python/common.h (Py_ssize_t, lenfunc): New definitions. * python/ent.c (libuser_entity_setattr, libuser_entity_set) (libuser_entity_length, libuser_entity_set_item): Use Py_ssize_t. (libuser_entity_mapping_methods): Use lenfunc. * python/misc.c (libuser_admin_python_prompter, libuser_admin_prompt): Use Py_ssize_t. * python/quotamodule.c (Py_ssize_t): New definition. (quotamodule_set): Use Py_ssize_t. 2006-11-02 Miloslav Trmac * configure.in: Version 0.54.8. * Makefile.am (lib_libuser_la_LDFLAGS): Update revision. * NEWS: Update. * lib/config.c (handle_default_useradd_key): Import HOME. * docs/libuser.conf.5.in: Document HOME is imported from default/useradd. * tests/config_default_useradd * tests/config_override.conf.in * tests/config_test.c (main): Test import of HOME. 2006-09-25 Miloslav Trmac * configure.in: Version 0.54.7. * NEWS: Update. * po/LINGUAS: Add el, ml and or. 2006-05-01 Miloslav Trmac * configure.in: Version 0.54.6. * Makefile.am (lib_libuser_la_LDFLAGS): Update revision. * NEWS: Update. * apps/lchsh.c (main): Provide a more verbose error message. * apps/apputil.c (lu_homedir_copy): Split from lu_homedir_populate. Reformat a bit. (lu_homedir_populate): New parameter ctx. Default skeleton to defaults/skeleton. All users updated to pass NULL instead of reading the config value. * apps/apputil.h (lu_homedir_populate): Update prototype. * python/admin.c (libuser_admin_add_user): New keyword parameter "skeleton". * python/modules.txt: Document new addUser parameter. 2006-03-12 Miloslav Trmac * modules/ldap.c (get_ent_mods): Remove unused parameter module. * lib/getdate.y: Quiesce some warnings. * lib/config.c (read_file): Make type conversion explicit, assuming sizeof (off_t) >= sizeof (size_t). 2006-03-06 Miloslav Trmac * python/admin.c (libuser_admin_enumerate_users) (libuser_admin_enumerate_groups) (libuser_admin_enumerate_users_by_group) (libuser_admin_enumerate_groups_by_user): Don't attempt to g_value_array_free(NULL). * lib/user.c (extract_id, extract_name): Don't warn if the attribute has no value, leave it to the caller. (lu_refresh_int): Don't unnecessarily call extract_id(). Don't attempt to refresh an entity without name. (convert_user_name_to_id, convert_group_name_to_id): Report errors when the entity can't be found or has no ID. (ent_has_name_and_id): New function. (lu_dispatch): Report more detailed errors on insufficiently filled entities, also fixing a memory leak. Use constants for unused sdata, ldata parameters. * lib/user.c (lu_dispatch): Use g_assert_not_reached(). * apps/lid.c (do_id): Report lookup error. Exit with status 1 on error. * apps/lchsh.c (main): Report error on prompting. Exit with status 1 on error. * apps/lchfn.c (main): Exit with status 1 on error. * apps/apputil.c (lu_mailspool_create_remove): Fix memory leak. 2006-03-05 Miloslav Trmac * modules/files.c (parse_generic): Fix crash if the last field is empty. (lu_files_enumerate_full): Don't return empty data if the input line is invalid. Match only the user name against the supplied pattern. * tests/files_test.py (Tests.testUsersEnumerateFull3) (Tests.testGroupsEnumerateFull3): New tests. 2006-02-21 Miloslav Trmac * lib/getdate.y: Add missing #include. Define YYENABLE_NLS to avoid -Wundef. * configure.in: Version 0.54.5. * NEWS: Update. * configure.in: Use newer gettext. * docs/libuser.conf.5.in: Remove @pkglibdir@ references to avoid multilib conflicts. * docs/Makefile.am (libuser.conf.5): Stop replacing @pkglibdir@. * modules/sasldb.c (lu_sasldb_close_module): Fix invalid aliasing. 2006-02-13 Miloslav Trmac * po/LINGUAS: Add my. * configure.in: Version 0.54.4. * NEWS: Update. * Makefile.am (lib_libuser_la_LDFLAGS): Update revision. 2006-01-31 Miloslav Trmac * configure.in (WITH_PYTHON): New conditional. * Makefile.am (pyexec_LTLIBRARIES, pyexec_LTLIBRARIES): Only use if WITH_PYTHON. Based on a patch by Dan Yefimov . * lib/scache.c (get_keys): Fix C99-ism, patch by Dan Yefimov . 2005-12-20 Miloslav Trmac * po/LINGUAS: Add hy, sr and sr@Latn. 2005-12-02 Miloslav Trmac * configure.in: Version 0.54.3. * NEWS: Update. * apps/lpasswd.c (main): Determine user name before attempting to autenticate a NULL user. 2005-11-12 Miloslav Trmac * modules/krb5.c (lu_krb5_user_add) * modules/ldap.c (lu_ldap_handle_lock, lu_ldap_setpass): Use g_str_has_prefix () where appropriate. 2005-11-11 Miloslav Trmac * configure.in: Version 0.54.2. * NEWS: Update. * Makefile.am (lib_libuser_la_LDFLAGS): Update revision. * modules/ldap.c (close_server, connect_server, bind_server) (lu_ldap_ent_to_dn, lu_ldap_lookup, lu_ldap_fudge_objectclasses) (lu_ldap_is_locked, lu_ldap_setpass, lu_ldap_user_enumerate): Avoid functions deprecated by openldap. (objectclass_present, lu_ldap_needed_objectclasses): Use BerValue's instead of strings. All callers updated. (free_needed_objectclasses): New function. * configure.in: Remove checks for no longer used deprecated openldap functions. (lu_ldap_close_module): Use close_server (). (lu_ldap_set, lu_ldap_del, lu_ldap_handle_lock, lu_ldap_is_locked) (lu_ldap_setpass, connect_server, bind_server): Replace empty LDAP control vectors by NULL. 2005-10-11 Miloslav Trmac * configure.in: Version 0.54.1. * Makefile.am (lib_libuser_la_LDFLAGS): Update revision. * libuser.pc.in (Requires) * configure.in: Use gmodule-no-export-2.0. * libuser.conf: Rename from libuser.conf.in, hardcode @sysconfdir@ to /etc. * Makefile.am: Ship libuser.conf instead of libuser.conf.in. * libuser.conf.in: Update to import values from shadow where possible. * NEWS: Update. 2005-10-10 Miloslav Trmac * tests/config_default_useradd, testes/config_import.conf.in, tests/config_login.defs, tests/config_override.conf.in: New files. * tests/config_test.sh: Generate three config files, pass $workdir to config_test instead of setting LIBUSER_CONF. * tests/config_test.c (start): Split from main (). Set LIBUSER_CONF. (verify_var): Abstract from main (). (main): Test configuration import from shadow. * Makefile.am (EXTRA_DIST): Distribute the new test components. * lib/config.c (handle_login_defs_key): Fix pasto. Don't use the first member of conv[] over and over. 2005-10-09 Miloslav Trmac * Most functions: Move variables to inntermost scope, remove unnecessary initializers. * modules/ldap.c (struct lu_ldap_context): New members user_branch, group_branch. (libuser_ldap_init): Initialize user_branch, group_branch. (lu_ldap_base, lu_ldap_ent_to_dn, lu_ldap_lookup, lu_ldap_set) (lu_ldap_del, lu_ldap_handle_lock, lu_ldap_is_locked, lu_ldap_setpass) (lu_ldap_enumerate): Replace the configKey and def parameters by branch. All callers changed to use struct lu_ldap_context members. (lu_ldap_ent_to_dn): Rename variable branch to base. (lu_ldap_base): Don't access module before asserting it is non-NULL. Fix checking of empty branch. (lu_ldap_ent_to_dn): Remove unused variable base. Map namingAttr to LDAP only once. (libuser_ldap_init): Fix memory leak. * modules/ldap.c (LU_LDAP_USER, LU_LDAP_GROUP, LU_LDAP_SHADOW): Remove. (ldap_attribute_map): Replace applicability by type. (lu_ldap_lookup): Replace applicability by type. All callers changed. * modules/ldap.c (lu_ldap_base, lu_ldap_lookup, lu_ldap_set) (lu_ldap_del, lu_ldap_handle_lock, lu_ldap_is_locked, lu_ldap_setpass): Remove handling of NULL which can't ever trigger. * modules/ldap.c (lu_ldap_user_lookup_name, lu_ldap_user_lookup_id) (lu_ldap_group_lookup_name, lu_ldap_group_looup_id, getn_ent_adds) (lu_ldap_is_locked, lu_ldap_setpass, lu_ldap_users_enumerate) (lu_ldap_users_enumerate_full, lu_ldap_groups_enumerate) (lu_ldap_groups_enumerate_full, lu_ldap_users_enumerate_by_group) (lu_ldap_gropus_enumerate_by_user): Hardcode constant results of map_to_ldap (). * docs/libuser.conf.5.in: New file. * docs/Makefile.am: Ship and install libuser.conf.5. 2005-10-07 Miloslav Trmac * lib/config.c (destroy_section): Split from lu_cfg_done(). (gather_values): Removed function. (lu_cfg_done): Don't build a temporary list of sections to free. (lu_cfg_read_single): Don't unnecessarily cache the default value. * config.c (key_add_cached): Split from lu_cfg_init (). (key_defined, key_add, handle_login_defs_key, import_login_defs) (handle_default_useradd_key, import_default_useradd): New functions. (lu_cfg_init): Handle import/login_defs and import/default_useradd. * configure.in (YACC): New check. * Makefile.am (lib_libuser_la_SOURCES): Add lib/getdate.y. * lib/getdate.y: New file, copied from shadow and made reentrant. * lib/internal.h: Declare lu_get_date (). Remove dependencies on other headers. * lib/modules.c (load_one_module): Split from lu_modules_load. Fix leaks. (lu_modules_load): Keep the *modules unchanged on failure. (lu_module_unload): Simplify. * lib/user.c (lu_start): Allocate ctx->scache before lu_cfg_init (). Fix leaks. (lu_end): Remove unnecessary NULL checks. * tests/ldap_test: Allow more time for slapd initialization. 2005-10-01 Miloslav Trmac * lib/config.c (process_line): Cast arguments of isspace () to unsigned char. * apps/apputil.c: Remove unnecessary #include . * lib/config.c (process_line): Split from lu_cfg_init (). Handle very large files and EINTR from read (). Fix FD leak on fstat () failure. Don't prezero the buffer. * lib/config.c (process_line): Fix accesses before the allocated array. Add some microoptimizations. 2005-09-30 Miloslav Trmac * modules/default.-c (salt_initializer_des, salt_initializer_md5) (salt_initializer_blowfish): Remove unnecessary variables, fold values in lu_common_default_salt_specifier (). 2005-09-29 Miloslav Trmac * modules/files.c (libuser_shadow_init): Avoid useless runtime computation. * modules/files.c (lu_files_uses_elevated_privileges): Hardcode "/etc" as default, like other functions. * Makefile.am (modules_libuser_files_la_CPPFLAGS) (modules_libuser_shadow_la_CPPFLAGS): Don't define SYSCONFDIR. (modules_libuser_files_la_CPPFLAGS): Define SYSCONFDIR directly. (SYSCONFDIR): Remove definition. 2005-09-14 Miloslav Trmac * apps/apputil.c (lu_authenticate_unprivileged): Correctly handle pam_get_item () failures. 2005-09-13 Miloslav Trmac * configure.in: Version 0.54. * Makefile.am (lib_libuser_la_LDFLAGS): Update revision. * NEWS: Update. * apps/apputil.h * lib/internal.h: Add G_GNUC_INTERNAL to all declarations. * lib/util.c (lu_strv_len): Remove. * lib/user_private.h (lu_strv_len): Remove declaration. * lib/user.c (lu_default_int): Replace lu_str_case_equal () with its contents. * lib/util.c (lu_str_case_equal, lu_str_equal) (lu_account_name_is_valid): Remove unused functions (not exported in public header files). * lib/internal.h (lu-str_case_equal, lu_str_equal) (lu_account_name_is_valid: Remove declarations. * apps/apputil.c (lu_strconcat): Comment out like its only user. * apps/apputil.h (lu_strconcat): Remove declaration. * lib/internal.h: Merge lib/modules.h and lib/util.h. * lib/user_private.h: Move internal interfaces to internal.h. * Makefile.am (lib_libuser_la_SOURCES) * docs/reference/Makefile.am (IGNORE_HFILES) * lib/config.c * lib/entity.c * lib/misc.c * lib/modules.c * lib/scache.c * lib/user.c * modules/krb5.c: Update. 2005-09-12 Miloslav Trmac * apps/apputil.c (lu_converse) * apps/lnewusers.c (main) * lib/error.c (lu_error_free) * python/misc.c (libuser_prompt_setattr): Remove conditionals around g_free () or g_strfreev (). * apps/lchfn.c (main) * apps/lnewusers.c (main) * lib/util.c (lu_strv_len) * modules/files.c (parse_generic): Use g_strv_length (). * lib/user_private.h (lu_strv_len): Mark as deprecated. * apps/apputil.c (lu_converse): Actually use the "pending" messages. * lib/entity.c (quark_from_attribute): Use g_ascii_strdown (). * modules/files.c (struct format_specifier): Remove member position, assume position == index + 1. (format_passwd, format_group, format_shadow, format_gshadow) (parse_generic, format_generic, generic_mod): Update. * lib/entity.c (lu_ent_add_int) * modules.files.c (format_generic, generic_mod): Beautify. * modules/files.c (generic_mod): Simplify name extraction. * modules/files.c (format_field): New function. (format_generic, generic_mod): Use format_field (). * lib/entity.c (quark_from_attribute): New function. (lu_ent_get_int, lu_ent_clear_int, lu_ent_set_int, lu_ent_add_int): Use quark_from_attribute (). * modules/files.c (generic_mod): Fix crash when attribute is missing. * tests/files_test.py (Tests.testUserMod4): New test. * modules/files.c (parse_generic): Use size_t for field index. * apps/lchage.c (read_ndays): Assume array != NULL && array->n_values > 0. Beautify. * lib/user.c (merge_ent_array_duplicates) * modules/files.c (generic_is_locked) * modules/ldap.c (lu_ldap_lookup, get_ent_adds): Beautify. * apps/lchage.c (main) * apps/lchsh.c (main) * apps/luserdel.c (main) * lib/user.c (lu_dispatch) * modules/files.c (lu_shadow_user_lookup_id, lu_shadow_group_lookup_id) (format_generic): Simplify conditions based on the guarantee below. * docs/reference/tmpl/entity.sgml: Document that attribute values have always at least one value. * lib/entity.c (lu_ent_set_int, lu_ent_del_int): Remove the attribute if there are no values. 2005-06-08 Miloslav Trmac * configure.in: Version 0.53.8. * NEWS: Update. * tests/ldap_test: Remove temporary debugging modification. * lib/user.c (lu_name_allowed, INVALID_NAME_CHARS): Permit "portable" user and group names as defined by SUSv3, plus trailing $. * tests/files_test.py (Tests.testUserAddPrep): New test. * lib/error.h: Use G_GNUC_PRINTF. * python/debug.h (FIXME): Remove unused definition. 2005-06-04 Miloslav Trmac * autogen.sh: Don't set CFLAGS, we don't run configure any more. * configure.in: Use gettext 0.14.3. * tests/ldap_test: Really use tests/ldaprc. 2005-05-20 Miloslav Trmac * autogen.sh: Document the full set of testing flags. Remove hardcoded paths (used to be necessary to workaround parsing paths in configure). * configure.in, Makefile.am: Don't attempt to parse paths in configure, let (make) expand the variables. * libuser.conf.in: Don't use both @scdir@ and @sysconfdir@. * tests/config_test.sh: New file. * tests/config.conf: Rename from tests/config.conf.in. Define defaults/moduledir to point to the build directory. * tests/config_test.c: Don't define LIBUSER_CONF, it is defined by the wrapper script now. * configure.in: Remove many unnecessary tests, simplify others. Fix checking for __secure_getenv(). * Makefile.am: Hardcode variables with only a single possible value * configure.in: Disable building of static libraries. * Makefile.am: Don't remove *.{a,la} of plugins. 2005-04-30 Miloslav Trmac * configure.in: Version 0.53.7. * NEWS: Update. * configure.in: Remove unused GETTEXT_PACKAGE definition. * po/LINGUAS: New file, moved from ALL_LINGUAS in configure.in. Add missing languages (bn_IN, en_GB, et, fi, gu, he, id, ka, ku, lo, mr, si, sq, ur). 2005-04-24 Miloslav Trmac * configure.in: Version 0.53.6. * NEWS: Update. * Makefile.am: Don't ship test/config_test in distribution tarball. * autogen.sh: Don't automatically run configure. * Makefile.am: Update. * tests/config_test.c, tests/config.conf: New files. * Makefile.am: Add tests/config_test.c and tests/config.conf. * lib/config.c (lu_cfg_init): Don't ignore keys with empty values. * lib/config.c (struct config_config): Store the configuration in parsed form, not only the text of the config file. (lu_cfg_init): Parse the configuration only at initialization time. (lu_cfg_done): Update. (lu_cfg_read, lu_cfg_read_keys): Use the paresd configuration. (compare_section_names, compare_key_string, gather_values): New functions. 2005-04-15 Miloslav Trmac * configure.in: Version 0.53.5. * NEWS: Update. * tests/files_test.py (Tests.testUserEnumerate1): Rename from testUserEnumerate. (Tests.testGroupsEnumerate1): Rename from testGroupsEnumerate. (Tests.testUsersEnumerateFull1): Rename from testUsersEnumerateFull. Simplify. (Tests.testGroupsEnumerateFull1): Rename from testGroupsEnumerateFull. Simplify. (Tests.testUsersEnumerateByGroup3): Simplify. (Tests.testUserEnumerate2, Tests.testUsersEnumerateByGroup4) (Tests.testUsersEnumerateFull2, Tests.testGroupsEnumerate2) (Tests.testGroupsEnumerateByUser4, Tests.testGroupsEnumerateFull2): New tests. * modules/files.c (lu_files_enumerate) (lu_files_users_enumerate_by_group) (lu_files_groups_enumerate_by_user, lu_files_enumerate_full): Skip nss_compat lines (starting with '+' or '-'). * tests/files_test: Update initial file contents. * apps/apputil.c: Remove unnecessary include. * configure.in: Use AM_PATH_PYTHON instead of --with-python-version. * Makefile.am (pythonexecdir): Replace by pyexecdir. (DISTCHECK_CONFIGURE_FLAGS): Remove --with-python-version. (PYTHON_CPPFLAGS): New definition. 2005-04-06 Miloslav Trmac * configure.in: Version 0.53.4. * NEWS: Update. 2005-04-06 Miloslav Trmac * modules/ldap.c (ldap_attribute_map): Fix "cn" objectclass. (lu_ldap_needed_objectclasses): Don't add "account" objectclass if it is already present. (lu_ldap_fudge_objectclasses): Add debugging output. 2005-03-05 Miloslav Trmac * configure.in: Version 0.53.3. * NEWS: Update. 2005-03-04 Miloslav Trmac * apps/apputil.c (lu_homedir_populate, lu_signal_nscd) (lu_mailspool_create_remove) * modules/files.c (lu_files_create_backup, generic_add, generic_del): Add more error checking. * modules/ldap.c: Include Cyrus SASL v2 header file. * modules/krb5.c (lu_krb5_user_add, lu_krb5_user_mod) (lu_krb5_user_del, lu_krb5_user_do_lock, lu_krb5_user_islocked) (lu_krb5_user_setpass): Fix checking of lu_ent magic. * docs/reference/libuser-sections.txt: Add lu_values_equal. * docs/reference/tmpl/value.sgml: Document lu_values_equal (). 2005-01-17 Miloslav Trmac * configure.in: Version 0.53.2. * NEWS: Update. * tests/utils_test * tests/utils.conf.in * tests/utils_group * tests/utils_gshadow * tests/utils_passwd * tests/utils_shadow: New files. * Makefile.am: Add tests/utils_test. * apps/lgroupmod.c (main): Fix ignoring of other changes when one of -p, -P, -L, -U is used. Fix group ID changes (look up group members in the original group, and only after applying other member list modifications; don't change primary group ID for users that have a different primary group). * apps/lgroupmod.1: Fix typo. * apps/lnewusers.c (main): Don't use "users" if the input specifies a nonexistent group name. Use the specified user ID. * apps/lnewusers.1: Update. * apps/luseradd.c (main): Actually implement -p and -P. * apps/lusermod.c (main): Fix ignoring of other changes when one of -p, -P, -L, -U is used. 2005-01-15 Miloslav Trmac * apps/lchage.1 * apps/lgroupadd.1 * apps/lgroupdel.1 * apps/lgroupmod.1 * apps/lid.1 * apps/lnewusers.1 * apps/lpasswd.1 * apps/luseradd.1 * apps/luserdel.1 * apps/lusermod.1: New files. * Makefile.am: Add new man pages. * apps/lchage.c (main): Fix cut-and-paste error in -E and -W. * apps/lpasswd.c (main): Make sure the password is always '\0'-terminated. * apps/luseradd.c (main): Exit if a new group can't be created. 2004-12-13 Miloslav Trmac * configure.in: Version 0.53.1. * NEWS: Update. * python/libusermodule.c (initlibuser): Export UT_NAMESIZE from . * pythone/modules.txt: Document UT_NAMESIZE. 2004-11-14 Miloslav Trmac * configure.in: Version 0.53. * NEWS: Update. * docs/reference/libuser-sections.txt * docs/reference/tmpl/user.sgml: Document lu_user_unlock_nonempty () and lu_group_unlock_nonempty (). * tests/files_test.py (Tests.testUserUnlockNonempty1) (Tests.testUserUnlockNonempty2, Tests.testUserUnlockNonempty3) (Tests.testGroupUnlockNonempty1, Tests.testGroupUnlockNonempty2) (Tests.testGroupUnlockNonempty3) * tests/ldap_test.py (Tests.testUserUnlockNonempty1) (Tests.testUserUnlockNonempty2, Tests.testUserUnlockNonempty3) (Tests.testGroupUnlockNonempty1, Tests.testGroupUnlockNonempty2) (Tests.testGroupUnlockNonempty3): Add tests for lu_user_unlock_nonempty () * modules/files.c (reset_default_context): Don't report error in restoring default context, there is no way to handle them anyway. * python/admin.c (libuser_admin_unlock_user) (libuser_admin_unlock_group): Allow calling lu_user_unlock_nonempty () and lu_group_unlock_nonempty (). * python/modules.txt: Document unlockUser nad unlockGroup changes. * tests/files_test.py (Tests.testUserUnlock3) (Tests.testGroupUnlock3) * tests/ldap_test.py (Tests.testUserUnlock3) (Tests.testGroupUnlock2): Test that empty password fields can be unlocked. * modules/ldap.c (enum lock_op): New definition. (lu_ldap_handle_lock): Use enum lock_op. All callers changed. (lu_ldap_user_unlock_nonempty, lu_ldap_group_unlock_nonempty) (libuser_ldap_init): Handle user_unlock_nonempty and group_unlock_nonempty. * modules/files.c (enum lock_op): New definition. (lock_process): Use enum lock_op, return error status. (generic_lock): Use enum lock_op. All callers changed. (lu_files_user_unlock_nonempty, lu_files_group_unlock_nonempty) (lu_shadow_user_unlock_nonempty, lu_shadow_group_unlock_nonempty) (libuser_files_init, libuser_shadow_init): Handle user_unlock_nonempty and group_unlock_nonempty. * modules/sasldb.c (lu_sasldb_user_unlock_nonempty) (lu_sasldb_group_unlock_nonempty, libuser_sasldb_init): Define user_unlock_nonempty and group_unlock_nonempty stubs. * lib/error.h (lu_error_unlock_empty): New definition. * lib/error.c (lu_strerror, lu_error_is_error): Handle lu_error_unlock_empty. * lib/user_private.h (LU_MODULE_VERSION): Bump. (struct lu_module): New members user_unlock_nonempty, group_unlock_nonempty. * lib/modules.c (lu_modules_load): Handle new struct lu_module members. * lib/user.c (lu_user_unlock_nonempty, lu_group_unlock_nonempty): New functions. (lu_dispatch_id): New values user_unlock_nonempty, group_unlock_nonempty. (run_single, run_list, lu_dispatch): Handle new lu_dispatch_id values. * lib/user.h: Add declarations. * NEWS: Update. * tests/files_test.py (Tests.testUserLock1, Tests.testUserLock2) (Tests.testUserUnlock1, Tests.testUserUnlock2) (Tests.testUserIslocked1, Tests.testUserIslocked2) (Tests.testUserSetpass, Tests.testUserRemovepass) (Tests.testGroupLock1, Tests.testGroupLock2) (Tests.testGroupUnlock1, Tests.testGroupUnlock2) (Tests.testGroupIsLocked1, Tests.testGroupIsLocked2) (Tests.testGroupSetpass, Tests.testGroupRemovepass): Test the functions don't change the non-shadow password fields. * modules/files.c (generic_setpass): Allow setting a shadow password even if the current shadow password is invalid. All callers updated. * apps/luseradd.c (main): Don't attempt to create a user group if --gid specifies a numerical ID of a non-existing group. * apps/lnewusers.c (main): Fix handling of empty home directory field. * apps/lusermod.c (main): Make copies of entity values that get destroyed by lu_user_modify (). Get a list of groups an user is in before renaming the user. Don't reuse 'ent' for group entitites. * NEWS: Update. 2004-11-13 Miloslav Trmac * modules/files.c (struct format specifier): New member def_if_empty. (format_passwd, format_group, format_shadow, format_gshadow): Update. (parse_generic): Check for def_if_empty. * apps/lgroupadd.c (main) * apps/lgroupmod.c (main) * apps/lchage.c (read_ndays) * apps/lnewusers.c (main) * apps/luseradd.c (main) * apps/lusermod.c (main) * lib/misc.c (lu_value_get_id) * lib/user.c (lu_default_int) * modules/files.c (parse_field) * modules/ldap.c (lu_ldap_lookup) * samples/lookup.c (main): Check strto* () for error yet more properly. * tests/files.conf.in, tests/files_test, tests/files_test.py: New files. * Makefile.am: Add tests/files_test. (EXTRA_DIST): Don't change values depending on whether LDAP is used. * modules/files.c (libuser_files_init, libuser_shadow_init): Allow using the modules as non-root if explicitly requested. 2004-11-09 Miloslav Trmac * tests/ldap_test.py (Tests.testUserLookupId) (Tests.testGroupLookupId): Test large ID values. (Tests.testUserAdd4, Tests.testUserMod3, Tests.testGroupAdd3) (Tests.testGroupMod3): New tests. * apps/lusermod.c (main): Fix user renaming in groups where the user is a member or administrator. * python/ent.c (libuser_convert_to_value): Handle whole id_t range. * python/ent.c (libuser_convert_to_value): Report Python exception instead of aborting. Return success/failure status. (libuser_entity_setattr, libuser_entity_add, libuser_entity_set) (libuser_entity_set_item): Handle errors reported by libuser_convert_to_value(). * python/ent.c (convert_value_array_pylist): Handle G_TYPE_INT64. * python/admin.c (lubser_admin_lookup_user_id) (libuser_admin_lookup_group_id, libuser_admin_create_home) (libuser_admin_get_first_unused_id_type): Handle whole uid_t/gid_t range. 2004-11-08 Miloslav Trmac * lib/user.c (lu_default_int): Use id_t. * lib/user.c (lu_get_first_unused_id): Change the interface to use id_t. Don't allow (id_t)-1. * lib/user_private.h: Update prototype. * modules/files.c (format_passwd, format_group): Use G_TYPE_INVALID for id_t. (parse_field): Handle G_TYPE_INVALID. * modules/files.c (parse_field): New function, split from parse_generic (). Don't interpret input as octal or hexadecimal numbers. (parse_generic): Use parse_field (). * modules/ldap.c (lu_ldap_lookup): Convert id_t values to numbers, not strings. Don't interpret input as octal or hexadecimal numbers. * samples/lookup.c (main): Handle whole id_t range. * lib/user.c (lu_default_int): Convert id_t values to numbers, not strings. Don't interpret input as octal or hexadecimal numbers. * lub/user.c (lu_default_int): Handle whole range of uid_t/gid_t in '%u' substitution. * lib/user.c (lu_default_int): Remove copy-and-pasted usage of idkeystring as a generic fallback. * lib/user.c (lu_default_int): Handle whole ID range. * lib/user.c (compare_strings): Replace compare_ints (). (merge_ent_array_duplicates): Use lu_value_strdup () instead of poking in GValues. * modules/ldap.c (value_compare): Removed function. * lib/entity.c (lu_ent_add_int) * lib/user.c (remove_duplicate_values) * modules/ldap.c (arrays_equal, get_ent_mods): Use lu_values_equal (). * lib/misc.c (lu_values_equal): New function. * lib/user.h: Add declaration. * apps/lgroupmod.c (main) * apps/lgroupadd.c (main) * apps/luseradd.c (main) * apps/lusermod.c (main): Handle whole gid_t/uid_t range for '--gid' and '--uid', respectively. 2004-11-07 Miloslav Trmac * apps/apputil.h (INVALID): Removed definition. * apps/apputil.c (lu_mailspool_create_remove) * apps/lgroupadd.c (main) * apps/lgroupmod.c (main) * apps/lnewusers.c (main) * apps/luseradd.c (main) * apps/lusermod.c (main): Use LU_VALUE_INVALID_ID to indicate unknown value. * lib/user.c (INVALID): Removed definition. (extract_id, convert_user_name_to_id, convert_group_name_to_id): Return LU_VALUE_INVALID_ID on failure. All callers changed. (lu_dispatch): Use LU_VALUE_INVALID_ID to indicate unknown value. All callers changed. * samples/testuser.c (dump_attribute): Handle G_TYPE_INT64. * modules/ldap.c (lu_ldap_user_lookup_id): Handle whole uid_t range. (lu_ldap_group_lookup_id, lu_ldap_users_enumerate_by_group): Handle whole gid_t range. * modules/files.c (lu_files_user_lookup_id) (lu_shadow_user_lookup_id): Handle whole uid_t range. (lu_files_group_lookup_id, lu_shadow_group_lookup_id) (lu_files_users_enumerate_by_group): Handle whole gid_t range. * lib/user.c (run_single, run_list): Use id_t for ldata. All callers changed. (convert_user_name_to_id): Return uid_t. (convert_group_name_to_id): Return gid_t. * lib/entity.c (lu_ent_dump): Handle G_TYPE_INT64. * apps/luserdel.c (main): Handle whole gid_t range. * apps/luseradd.c (main): Handle whole gid_t range. * apps/lnewusers.c (main): Handle whole uid_t/gid_t range, don't ignore invalid values. * apps/lchage.c (read_ndays): Handle G_TYPE_INT64. * apps/apputil.c (lu_mailspool_create_remove) * apps/lgroupmod.c (main) * apps/lnewusers.c (main) * apps/luseradd.c (main) * apps/luserdel.c (main) * modules/ldap.c (lu_ldap_groups_enumerate_by_user): Use lu_value_get_id (). * docs/reference/tmpl/value.sgml: New file. * lib/misc.c (lu_value_get_id): New function. * lib/user.h: Add declaration. (LU_VALUE_INVALID_ID): New macro. * apps/lgroupadd.c (main) * apps/lgroupmod.c (main) * apps/lnewusers.c (main) * apps/luseradd.c (main) * apps/lusermod.c (main) * lib/user.c (lu_default_int): Use lu_value_init_set_id (). * lib/misc.c (lu_value_init_set_id): New function. * lib/user.h: Add declaration. * lib/misc.c (lu_value_strdup): Handle G_TYPE_INT64. * lib/misc.c (lu_strdup_value): Rename to lu_value_strdup (). All callers changed. * lib/user.h: Rename declaration. * apps/lchage.c (read_ndays) * apps/lnewusers.c (main) * apps/luseradd.c (main) * lib/user.c (lu_default_int) * modules/files.c (parse_generic) * modules/ldap.c (lu_ldap_lookup) (lu_ldap_groups_enumerate_by_user): Properly check strtol () for error. 2004-11-05 Miloslav Trmac * modules/files.c (generic_lock, generic_is_locked, generic_setpass) * apps/lchfn.c (main): Use lu_strdup_value (). * modules/files.c (generic_is_locked): Fix memory leak. 2004-11-04 Miloslav Trmac * modules/ldap.c (get_ent_adds, get_ent_mods, lu_ldap_set) (lu_ldap_del, lu_ldap_handle_lock, lu_ldap_is_locked) (lu_ldap_setpass): Use lu_strdup_value () instead of value_as_string (). (value_as_string): Removed function. * modules/sasldb.c (lu_sasldb_user_munge, lu_sasldb_user_is_locked): Use lu_strdup_value (). 2004-11-03 Miloslav Trmac * apps/apputil.c (lu_mailspool_create_remove) * apps/lchfn.c (main) * apps/lchsh.c (main) * apps/lid.c (main) * modules/files.c (lu_shadow_user_lookup_id, lu_shadow_group_lookup_id) (format_generic, generic_mod, generic_del): Use lu_strdup_value (). * lib/misc.c (lu_strdup_value): New function. * lib/user.h: Add declaration. * docs/reference/tmpl/entity.sgml * docs/reference/libuser-sections.txt: Document lu_strdup_value (). 2004-11-02 Miloslav Trmac * configure.in: Version 0.52.6. * NEWS: Update. 2004-11-01 Miloslav Trmac * modules/sasldb.c (lu_sasldb_user_lookup_name, lu_sasldb_user_munge) (lu_sasldb_user_is_locked): Remove assertions on possible error codes, undocumented codes happen too. * modules/sasldb.c (libuser_sasldb_init): Fix self-describing module name. * modules/sasldb.c (lu_sasldb_user_removepass) (lu_sasldb_group_removepass): New functions (libuser_sasldb_init): Set the user_removepass and group_removepass handlers. * lib/modules.c (lu_modules_load): Don't close a NULL handle. * modules/sasldb.c (lu_sasldb_user_add): Return TRUE on success. * configure.in * modules/sasldb.c (lu_sasldb_user_lookup_name, lu_sasldb_user_munge) (libuser_sasldb_init): Use Cyrus SASL v2. * modules/ldap.c (bind_server): Don't attempt to bind using NULL bind DN. * modules/ldap.c (bind_server): Report at least the first encountered bind error. 2004-10-30 Miloslav Trmac * apps/lchfn.c (main) * apps/lchsh.c (main) * apps/lnewusers.c (main) * samples/enum.c (main) * samples/testuser.c (main): Output error messages on stderr. * apps/lchfn.c (main): Exit if specified user does not exist. * apps/lnewusers.c (main): Don't attempt to act on improperly formatted lines. * po/POTFILES.in: Add missing files. * modules/ldap.c (lu_ldap_set, lu_ldap_del): Remove superfluous '\n' and '.\n' at message ends. * apps/lgroupadd.c (main) * apps/lgroupdel.c (main) * apps/lgroupmod.c (main) * apps/lchage.c (main) * apps/lchfn.c (main) * apps/lchsh.c (main) * apps/lid.c (main) * apps/lnewusers.c (main) * apps/luseradd.c (main) * apps/luserdel.c (main) * apps/lusermod.c (main) * python/admin.c (libuser_admin_do_wrap, libuser_admin_setpass): * samples/enum.c (main): * samples/homedir.c (main): * samples/lookup.c (main): * samples/testuser.c (main): Use lu_strerror () instead of (error ? error->string : _("unknown error")). Report error cause in more error messages. * apps/lchsh.c (main): Report error if shell was not changed. * modules/ldap.c (lu_ldap_set, lu_ldap_handle_lock) (lu_ldap_setpass) * modules/files.c (set_default_context, reset_default_context) (generic_setpass) * lib/config.c (lu_cfg_init) * apps/apputil.c (lu_authenticate_unprivileged): Mark strings for translation. * lib/util.c (lu_util_line_get_matchingx): Fix memory leak. 2004-10-14 Miloslav Trmac * lib/error.h (LU_ERROR_CHECK): Add missing '\n'. 2004-10-11 Miloslav Trmac * configure.in: Version 0.52.5. * NEWS: Update. * python/admin.c (libuser_admin_add_user) (libuser_admin_modify_user) (libuser_admin_delete_user): Fix memory leak. * python/admin.c (libuser_admin_add_user) (libuser_admin_delete_user): Fix reference counting. * python/modules.txt: Fix modifyUser documentation about not creating home directory by default. * python/admin.c (libuser_admin_modify_user): Pass original entity to libuser_admin_move_home(). 2004-10-10 Miloslav Trmac * configure.in: Version 0.52.4. * NEWS: Update. * python/misc.c (libuser_prompt_destroy): Fix memory leak. (libuser_admin_python_prompter): Properly copy struct libuser_prompt to avoid double free(). * python/admin.c (libuser_admin_enumerate_users) (libuser_admin_enumerate_groups) (libuser_admin_enumerate_users_by_group) (libuser_admin_enumerate_groups_by_user): Fix memory leaks. * python/admin.c (libuser_admin_enumerate_users_full) (libuser_admin_enumerate_groups_full) (libuser_admin_enumerate_users_by_group_full) (libuser_admin_enumerate_groups_by_user_full) * python/ent.c (convert_value_array_pylist) (libuser_entity_getattrlist): * python/libusermodule.c (libuser_get_user_shells): * python/misc.c (libuser_admin_python_prompter): Fix memory leaks. 2004-10-09 Miloslav Trmac * lib/entity.c (lu_ent_free): Fix memory leak. * modules/files.c (generic_add): Fix memory leak. * lib/user.c (merge_ent_array_duplicates): Remove fflush (from debugging?). * modules/files.c (lu_files_enumerate_full): Fix memory leak. 2004-09-29 Miloslav Trmac * configure.in: Version 0.52.3. * NEWS: Update. * Makefile.am: Readd -D_LIBUSER_MODULE for modules. 2004-09-28 Miloslav Trmac * configure.in: Version 0.52.2. * NEWS: Update. * modules/ldap.c (lu_ldap_set): Beautify debug messages. * modules/ldap.c (connect_server): Allow ldap URIs, don't require TLS for servers specified by URIs. * docs/sgml/libuser.sgml: Document URI support. 2004-09-27 Miloslav Trmac * configure.in: Version 0.52.1. * NEWS: Update. * modules/files.c (set_default_context): Make sure *prev_context is always initialized. 2004-09-27 Miloslav Trmac * configure.in: Version 0.52. * autogen.sh: Create the `admin' subdirectory if needed. * Makefile.am (CVSTAG): Fix definition. * Makefile.am (archive): Ship with formatted documentation. * configure.in: Define AC_CONFIG_AUX_DIR. * configure.in: Remove various unneeded parts. * configure.in, Makefile.am: Use automake conditionals instead of MODULES. * Makefile.am (TESTS): Define only if LDAP. * Makefile.am: Use AM_CPPFLAGS to eliminate the most redundant lines. * Makefile.am (uninstall-local): Fix typo. * Makefile.am: Link exactly with needed libraries. * docs/sgml/Makefile.am: Merge with docs/Makefile.am. * Makefile.am (CVSTAG): Define portably. * configure.in: Use new-style AC_INIT and AM_INIT_AUTOMAKE. Set automake options `subdir-objects' and `-Wall'. * modules/ldap.c (lu_ldap_lookup): Silence gcc warning. * apps/Makefile.am, lib/Makefile.am, modules/Makefile.am, samples/Makefile.am: Merge with top-level Makefile.am. * apps/lchage.c, apps/lchfn.c, apps/lgroupadd.c, apps/lgroupdel.c, apps/lgroupmod.c, apps/lid.c, apps/lnewusers.c, apps/lpasswd.c, apps/luseradd.c, apps/luserdel.c, apps/lusermod.c, samples/enum.c, python/admin.c, python/ent.c, python/misc.c, python/libusermodule.c, python/quotamodule.c, samples/field.c, samples/homedir.c, samples/lookup.c, samples/quotaq.c, samples/prompt.c, samples/testuser.c: Change path of config.h. * NEWS: Update. * tests/ldap_test.py (Tests.testUserDel, Tests.testUserLock1) (Tests.testUserLock2, Tests.testUserUnlock1) (Tests.testUserUnlock2, Tests.testUserIslocked1) (Tests.testUserIslocked2, Tests.testUserSetpass1) (Tests.testUserSetpass2, Tests.testUserSetpass3) (Tests.testUserRemovepass1, Tests.testUserRemovepass2) (Tests.testUserRemovepass3, Tests.testUsersEnumerate) (Tests.testUsersEnumerateByGroup1) (Tests.testUsersEnumerateByGroup2) (Tests.testUsersEnumerateByGroup3, Tests.testUsersEnumerateFull) (Tests.testGroupLookupName, Tests.testGroupLookupId) (Tests.testGroupAdd1, Tests.testGroupAdd2, Tests.testGroupMod1) (Tests.testGroupMod2, Tests.testGroupDel, Tests.testGroupLock1) (Tests.testGroupLock2, Tests.testGroupUnlock1) (Tests.testGroupUnlock2, Tests.testGroupIsLocked1) (Tests.testGroupIsLocked2, Tests.testGroupSetpass1) (Tests.testGroupSetpass2, Tests.testGroupSetpass3) (Tests.testGroupRemovepass1, Tests.testGroupRemovepass2) (Tests.testGroupRemovepass3, Tests.testGroupsEnumerate) (Tests.testGroupsEnumerateByUser1) (Tests.testGroupsEnumerateByUser2) (Tests.testGroupsEnumerateByUser3, Tests.testGroupsEnumerateFull): New tests. * tests/ldap_test.py (Tests.testUserAdd2, Tests.testUserMod2): Update for final password entity model. * modules/ldap.c (lu_ldap_is_locked): Remove unneeded parameter `type'. All callers changed. * tests/ldap_test: Clean up after running the tests. * tests/ldap_test.py: Workaround openssl's inability to handle repeated library loading and unloading. * modules/ldap.c (lu_ldap_groups_enumerate_by_user): Don't consider all string representations of numbers invalid. (lu_ldap_groups_enumerate_by_user): Don't free data owned by the entity. * lib/user.c (run_single): Don't run user_removepass when group_removepass is wanted. * modules/ldap.c (lu_ldap_group_removepass): Implement. * modules/ldap.c (lu_ldap_is_locked): Use LU_GROUPPASSWORD and POSIXGROUP for groups. * modules/ldap.c (lu_ldap_setpass): Don't attempt to remove the attribute if it does not exist. (lu_ldap_setpass): Use LU_GROUPPASSWORD for groups. * modules/ldap.c (lu_ldap_handle_lock): Use LU_GROUPPASSWORD for groups. * modules/ldap.c (ldap_attribute_map): Remove LU_SHADOWPASSWORD. (get_ent_adds): Skip LU_SHADOWPASSWORD. It should be completely ignored now. * python/libusermodule.c (initlibuser): Fix libuser.GROUPPASSWORD. 2004-09-26 Miloslav Trmac * lib/user.c (lu_end): Fix memory leak. * modules/ldap.c (lu_ldap_ent_to_dn): Remove parameter `applicability'. All callers changed. * modules/ldap.c (lu_ldap_fudge_objectclasses): Use the mod_values macro. (ldap_attribute_map): Make members point to constant strings. Casts added to users where needed. (lu_ldap_user_attributes, lu_ldap_group_attributes): Make it a constant array of constant strings. (libuser_ldap_init): Store converted pointers to data that will be eventually freed as part of the context. (lu_ldap_lookup): Use mapped_user_attributes, mapped_group_attributes. (map_from_ldap): Remove. (lu_ldap_close_module): Free mapped_user_attributes, mapped_group_attributes. 2004-09-25 Miloslav Trmac * modules/ldap.c (lu_ldap_needed_objectclasses): s/User/Entity/g (lu_ldap_needed_objectclasses): Fix debugging printout. (lu_ldap_needed_objectclasses): Ignore attributes not applicable to given entity type. * modules/ldap.c (ldap_attribute_map): Remove mapping for LU_ADMINISTRATORNAME. (SHADOWGROUP): Remove. * python/admin.c (libuser_admin_removepass_user) (libuser_admin_removepass_group): Throw exception on error. * modules/ldap.c (lu_ldap_user_removepass): Implement. * modules/ldap.c (lu_ldap_is_locked): Fix memory leak. (lu_ldap_is_locked): Map libuser attribute names to LDAP names. * modules/ldap.c (lu_ldap_setpass): Initialize addvalues[0] and rmvalues[0] even if the original password is already encrypted. (lu_ldap_setpass): Map libuser attribute names to LDAP names. (lu_ldap_setpass): Remove (maybe all) values before adding new values. (lu_ldap_setpass): Fix memory leak. * modules/ldap.c (lu_ldap_handle_lock): Don't skip LU_CRYPTED twice. (lu_ldap_handle_lock): Fix memory leaks. (lu_ldap_handle_lock): Don't remove and add the same value. (lu_ldap_handle_lock): Avoid unnecessary g_malloc0()/g_free() pair. (lu_ldap_handle_lock): Don't drop LU_CRYPTED when unlocking unlocked account. (lu_ldap_handle_lock): Don't lock locked accounts again. * modules/ldap.c (lu_ldap_user_attributes): Drop LU_SHADOWPASSWORD. (get_ent_adds): Drop LU_SHADOWPASSWORD, not LU_USERPASSWORD. * modules/ldap.c (lu_ldap_set): Remove parameter `attributes'. All callers changed. 2004-09-24 Miloslav Trmac * configure.in: Version 0.51.12. * Makefile.am: Remove the spec file and "release" tagging from CVS, rework the spec file a bit. * configure.in: Don't create libuser.spec. * NEWS: Move data from libuser.spec.in. * libuser.spec.in: Remove. * tests/ldap.conf.in, tests/ldaprc, tests/ldap_skel.ldif, tests/ldap_test.py, tests/slapd.conf.in: New files * Makefile.am (TESTS, EXTRA_DIST): Use and distribute tests. * python/ent.c (libuser_entity_set): Don't both return success and indicate error at the same time. * python/ent.c (libuser_entity_set_item): Don't clear the entity if the new value has invalid type. * modules/files.c (generic_lookup): Fix memory leak. * python/ent.c (libuser_convert_to_value): Fix memory leak. * modules/ldap.c (get_ent_mods, lu_ldap_set): Special-case entry renaming. (lu_ldap_set): Fix desired RDN computation in rename. * modules/ldap.c (lu_ldap_set): Use the original name when looking up the DN of an entry that is being renamed. 2004-09-23 Miloslav Trmac * configure.in: Version 0.51.11. * libuser.conf.in: Avoid mentioning /usr/lib* in config file. 2004-09-21 Miloslav Trmac * modules/ldap.c (lu_ldap_set): New parameter `add'. All callers changed. * modules/ldap.c (get_ent_mods): Simplify somewhat. * modules/ldap.c (objectclass_present, lu_ldap_needed_objectclasses) (get_ent_adds): Split and customize/fix from lu_ldap_fudge_objectclasses (). (lu_ldap_fudge_objectclasses): Use lu_ldap_needed_objectclasses (). * modules/ldap.c (ACCOUNT): New macro. (SHADOWACCOUNT): Define as "shadowAccount" again. * modules/ldap.c (ldap_attribute_map): Remove unused member `ldap_attribute_key'. * modules/ldap.c (lu_ldap_user_lookup_name, lu_ldap_user_lookup_id): Add LU_LDAP_SHADOW to `applicability' argument. * python/libusermodule.c (initlibuser): Add missing attribute names. 2004-09-19 Miloslav Trmac * python/admin.c (libuser_admin_setattr): Fix reference counting. 2004-09-18 Miloslav Trmac * python/misc.c (libuser_admin_python_prompter, libuser_admin_prompt): Fix reference counting. * modules/ldap.c (libuser_ldap_init): Don't set error when it was already set. 2004-09-17 Miloslav Trmac * modules/ldap.c (value_compare): Make sense of comparison same for longs and strings. * modules/ldap.c (lu_ldap_ent_to_dn, libuser_ldap_init): Fix memory leaks. * modules/ldap.c (libuser_ldap_init, bind_server): Respect bind_simple and bind_sasl. 2004-09-20 Miloslav Trmac * apps/lchfn.1, apps/lchsh.1: New files. * apps/Makefile.am (dist_man_MANS): Distribute new man pages. libuser-0.56.9.dfsg.1.orig/TODO0000644000175000017500000000324010777230701014063 0ustar ghegheEasy: * Make krb5 module return a suitable error when it's only passed crypted passwords ("this password is already hashed -- it is of no use to me"). * Workalikes for various apps on other OSs: http://docs.sun.com/ab2/coll.40.6/REFMAN1/@Ab2PageView/169291 http://docs.sun.com/ab2/coll.40.6/REFMAN1/@Ab2PageView/64438 http://docs.sun.com/ab2/coll.40.6/REFMAN1/@Ab2PageView/64530 http://www.uwsg.iu.edu/usail/man/solaris/logins.1.html Medium: * Add the -o option to luseradd/lusermod/lgroupadd/lgroupmod (bad idea?) * Create variants of the apps that are hard-coded to use files only, for use in batch environments like post-package-install, or maybe add a --local flag, which will be interpreted as "shadow files"/"files".... * Add a shadowGroup schema file if RFC 2307bis doesn't include one, or ask Luke about adding one, and document what we expect an LDAP directory to have in order for the ldap module to not get confused (for now, that's the RFC 2307 schema + inetOrgPerson + TLS). * Make the LDAP module check the server schema for allowed object classes and attributes for new user additions and so on; right now it's kind of a crap shoot to see if the server will reject an operation due to a schema error. Hard: * Figure out how to reconcile lckpwdf() and fcntl() locking when the files being locked may not even be the system's main files. * Write a RADIUS back-end. * Write an NIS or NIS+ back-end using yppasswd.x in glibc, or maybe using the routines declared in /usr/include/rpcsvc/libnis.h * Write a libdbi or ODBC back-end. * Write a hesiod back-end. * Implement an lgpasswd command for local group administration by the group's administrators. libuser-0.56.9.dfsg.1.orig/configure0000755000175000017500000304763310777230717015332 0ustar gheghe#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for libuser 0.56.9. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## --------------------- ## ## M4sh Initialization. ## ## --------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac fi # PATH needs CR # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then echo "#! /bin/sh" >conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi # Support unset when possible. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then as_unset=unset else as_unset=false fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) as_nl=' ' IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. case $0 in *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 { (exit 1); exit 1; } fi # Work around bugs in pre-3.0 UWIN ksh. for as_var in ENV MAIL MAILPATH do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. for as_var in \ LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ LC_TELEPHONE LC_TIME do if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then eval $as_var=C; export $as_var else ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var fi done # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi # Name of the executable. as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # CDPATH. $as_unset CDPATH if test "x$CONFIG_SHELL" = x; then if (eval ":") 2>/dev/null; then as_have_required=yes else as_have_required=no fi if test $as_have_required = yes && (eval ": (as_func_return () { (exit \$1) } as_func_success () { as_func_return 0 } as_func_failure () { as_func_return 1 } as_func_ret_success () { return 0 } as_func_ret_failure () { return 1 } exitcode=0 if as_func_success; then : else exitcode=1 echo as_func_success failed. fi if as_func_failure; then exitcode=1 echo as_func_failure succeeded. fi if as_func_ret_success; then : else exitcode=1 echo as_func_ret_success failed. fi if as_func_ret_failure; then exitcode=1 echo as_func_ret_failure succeeded. fi if ( set x; as_func_ret_success y && test x = \"\$1\" ); then : else exitcode=1 echo positional parameters were not saved. fi test \$exitcode = 0) || { (exit 1); exit 1; } ( as_lineno_1=\$LINENO as_lineno_2=\$LINENO test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } ") 2> /dev/null; then : else as_candidate_shells= as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. case $as_dir in /*) for as_base in sh bash ksh sh5; do as_candidate_shells="$as_candidate_shells $as_dir/$as_base" done;; esac done IFS=$as_save_IFS for as_shell in $as_candidate_shells $SHELL; do # Try only shells that exist, to save several forks. if { test -f "$as_shell" || test -f "$as_shell.exe"; } && { ("$as_shell") 2> /dev/null <<\_ASEOF if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac fi : _ASEOF }; then CONFIG_SHELL=$as_shell as_have_required=yes if { "$as_shell" 2> /dev/null <<\_ASEOF if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac fi : (as_func_return () { (exit $1) } as_func_success () { as_func_return 0 } as_func_failure () { as_func_return 1 } as_func_ret_success () { return 0 } as_func_ret_failure () { return 1 } exitcode=0 if as_func_success; then : else exitcode=1 echo as_func_success failed. fi if as_func_failure; then exitcode=1 echo as_func_failure succeeded. fi if as_func_ret_success; then : else exitcode=1 echo as_func_ret_success failed. fi if as_func_ret_failure; then exitcode=1 echo as_func_ret_failure succeeded. fi if ( set x; as_func_ret_success y && test x = "$1" ); then : else exitcode=1 echo positional parameters were not saved. fi test $exitcode = 0) || { (exit 1); exit 1; } ( as_lineno_1=$LINENO as_lineno_2=$LINENO test "x$as_lineno_1" != "x$as_lineno_2" && test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } _ASEOF }; then break fi fi done if test "x$CONFIG_SHELL" != x; then for as_var in BASH_ENV ENV do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var done export CONFIG_SHELL exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} fi if test $as_have_required = no; then echo This script requires a shell more modern than all the echo shells that I found on your system. Please install a echo modern shell, or manually run the script under such a echo shell if you do have one. { (exit 1); exit 1; } fi fi fi (eval "as_func_return () { (exit \$1) } as_func_success () { as_func_return 0 } as_func_failure () { as_func_return 1 } as_func_ret_success () { return 0 } as_func_ret_failure () { return 1 } exitcode=0 if as_func_success; then : else exitcode=1 echo as_func_success failed. fi if as_func_failure; then exitcode=1 echo as_func_failure succeeded. fi if as_func_ret_success; then : else exitcode=1 echo as_func_ret_success failed. fi if as_func_ret_failure; then exitcode=1 echo as_func_ret_failure succeeded. fi if ( set x; as_func_ret_success y && test x = \"\$1\" ); then : else exitcode=1 echo positional parameters were not saved. fi test \$exitcode = 0") || { echo No shell found that supports shell functions. echo Please tell autoconf@gnu.org about your system, echo including any error possibly output before this echo message } as_lineno_1=$LINENO as_lineno_2=$LINENO test "x$as_lineno_1" != "x$as_lineno_2" && test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { # Create $as_me.lineno as a copy of $as_myself, but with $LINENO # uniformly replaced by the line number. The first 'sed' inserts a # line-number line after each line using $LINENO; the second 'sed' # does the real work. The second script uses 'N' to pair each # line-number line with the line containing $LINENO, and appends # trailing '-' during substitution so that $LINENO is not a special # case at line end. # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the # scripts with optimization help from Paolo Bonzini. Blame Lee # E. McMahon (1931-1989) for sed's syntax. :-) sed -n ' p /[$]LINENO/= ' <$as_myself | sed ' s/[$]LINENO.*/&-/ t lineno b :lineno N :loop s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 { (exit 1); exit 1; }; } # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). . "./$as_me.lineno" # Exit status is that of the last command. exit } if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in -n*) case `echo 'x\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. *) ECHO_C='\c';; esac;; *) ECHO_N='-n';; esac if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir fi echo >conf$$.file if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -p'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -p' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -p' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p=: else test -d ./-p && rmdir ./-p as_mkdir_p=false fi if test -x / >/dev/null 2>&1; then as_test_x='test -x' else if ls -dL / >/dev/null 2>&1; then as_ls_L_option=L else as_ls_L_option= fi as_test_x=' eval sh -c '\'' if test -d "$1"; then test -d "$1/."; else case $1 in -*)set "./$1";; esac; case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in ???[sx]*):;;*)false;;esac;fi '\'' sh ' fi as_executable_p=$as_test_x # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" # Check that we are running under the correct shell. SHELL=${CONFIG_SHELL-/bin/sh} case X$ECHO in X*--fallback-echo) # Remove one level of quotation (which was required for Make). ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','` ;; esac echo=${ECHO-echo} if test "X$1" = X--no-reexec; then # Discard the --no-reexec flag, and continue. shift elif test "X$1" = X--fallback-echo; then # Avoid inline document here, it may be left over : elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then # Yippee, $echo works! : else # Restart under the correct shell. exec $SHELL "$0" --no-reexec ${1+"$@"} fi if test "X$1" = X--fallback-echo; then # used as fallback echo shift cat </dev/null 2>&1 && unset CDPATH if test -z "$ECHO"; then if test "X${echo_test_string+set}" != Xset; then # find a string as large as possible, as long as the shell can cope with it for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... if (echo_test_string=`eval $cmd`) 2>/dev/null && echo_test_string=`eval $cmd` && (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null then break fi done fi if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then : else # The Solaris, AIX, and Digital Unix default echo programs unquote # backslashes. This makes it impossible to quote backslashes using # echo "$something" | sed 's/\\/\\\\/g' # # So, first we look for a working echo in the user's PATH. lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for dir in $PATH /usr/ucb; do IFS="$lt_save_ifs" if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then echo="$dir/echo" break fi done IFS="$lt_save_ifs" if test "X$echo" = Xecho; then # We didn't find a better echo, so look for alternatives. if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then # This shell has a builtin print -r that does the trick. echo='print -r' elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) && test "X$CONFIG_SHELL" != X/bin/ksh; then # If we have ksh, try running configure again with it. ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} export ORIGINAL_CONFIG_SHELL CONFIG_SHELL=/bin/ksh export CONFIG_SHELL exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"} else # Try using printf. echo='printf %s\n' if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then # Cool, printf works : elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && test "X$echo_testing_string" = 'X\t' && echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL export CONFIG_SHELL SHELL="$CONFIG_SHELL" export SHELL echo="$CONFIG_SHELL $0 --fallback-echo" elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && test "X$echo_testing_string" = 'X\t' && echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then echo="$CONFIG_SHELL $0 --fallback-echo" else # maybe with a smaller string... prev=: for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null then break fi prev="$cmd" done if test "$prev" != 'sed 50q "$0"'; then echo_test_string=`eval $prev` export echo_test_string exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"} else # Oops. We lost completely, so just stick with echo. echo=echo fi fi fi fi fi fi # Copy echo and quote the copy suitably for passing to libtool from # the Makefile, instead of quoting the original, which is used later. ECHO=$echo if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo" fi tagnames=${tagnames+${tagnames},}CXX tagnames=${tagnames+${tagnames},}F77 exec 7<&0 &1 # Name of the host. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` # # Initializations. # ac_default_prefix=/usr/local ac_clean_files= ac_config_libobj_dir=. LIBOBJS= cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='libuser' PACKAGE_TARNAME='libuser' PACKAGE_VERSION='0.56.9' PACKAGE_STRING='libuser 0.56.9' PACKAGE_BUGREPORT='' ac_unique_file="lib/user.c" # Factoring default headers for most tests. ac_includes_default="\ #include #ifdef HAVE_SYS_TYPES_H # include #endif #ifdef HAVE_SYS_STAT_H # include #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif" ac_func_list= ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datarootdir datadir sysconfdir sharedstatedir localstatedir includedir oldincludedir docdir infodir htmldir dvidir pdfdir psdir libdir localedir mandir DEFS ECHO_C ECHO_N ECHO_T LIBS build_alias host_alias target_alias INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA am__isrc CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE YACC build build_cpu build_vendor build_os host host_cpu host_vendor host_os SED GREP EGREP LN_S ECHO AR RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL PKG_CONFIG GLIB_CFLAGS GLIB_LIBS GOBJECT_CFLAGS GOBJECT_LIBS GMODULE_CFLAGS GMODULE_LIBS MKINSTALLDIRS USE_NLS MSGFMT GMSGFMT XGETTEXT MSGMERGE INTL_MACOSX_LIBS LIBICONV LTLIBICONV INTLLIBS LIBINTL LTLIBINTL POSUB CRYPT_LIBS LDAP_TRUE LDAP_FALSE SASL_TRUE SASL_FALSE WITH_PYTHON_TRUE WITH_PYTHON_FALSE PYTHON PYTHON_VERSION PYTHON_PREFIX PYTHON_EXEC_PREFIX PYTHON_PLATFORM pythondir pkgpythondir pyexecdir pkgpyexecdir SELINUX_LIBS HTML_DIR GTKDOC_CHECK ENABLE_GTK_DOC_TRUE ENABLE_GTK_DOC_FALSE GTK_DOC_USE_LIBTOOL_TRUE GTK_DOC_USE_LIBTOOL_FALSE KRB5_TRUE KRB5_FALSE LIBOBJS LTLIBOBJS' ac_subst_files='' ac_precious_vars='build_alias host_alias target_alias CC CFLAGS LDFLAGS LIBS CPPFLAGS CPP CXX CXXFLAGS CCC CXXCPP F77 FFLAGS PKG_CONFIG GLIB_CFLAGS GLIB_LIBS GOBJECT_CFLAGS GOBJECT_LIBS GMODULE_CFLAGS GMODULE_LIBS' # Initialize some variables set by options. ac_init_help= ac_init_version=false # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null exec_prefix=NONE no_create= no_recursion= prefix=NONE program_prefix=NONE program_suffix=NONE program_transform_name=s,x,x, silent= site= srcdir= verbose= x_includes=NONE x_libraries=NONE # Installation directory options. # These are left unexpanded so users can "make install exec_prefix=/foo" # and all the variables that are supposed to be based on exec_prefix # by default will actually change. # Use braces instead of parens because sh, perl, etc. also accept them. # (The list follows the same order as the GNU Coding Standards.) bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' datarootdir='${prefix}/share' datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' infodir='${datarootdir}/info' htmldir='${docdir}' dvidir='${docdir}' pdfdir='${docdir}' psdir='${docdir}' libdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' mandir='${datarootdir}/man' ac_prev= ac_dashdash= for ac_option do # If the previous option needs an argument, assign it. if test -n "$ac_prev"; then eval $ac_prev=\$ac_option ac_prev= continue fi case $ac_option in *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; *) ac_optarg=yes ;; esac # Accept the important Cygnus configure options, so we can diagnose typos. case $ac_dashdash$ac_option in --) ac_dashdash=yes ;; -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) bindir=$ac_optarg ;; -build | --build | --buil | --bui | --bu) ac_prev=build_alias ;; -build=* | --build=* | --buil=* | --bui=* | --bu=*) build_alias=$ac_optarg ;; -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) cache_file=$ac_optarg ;; --config-cache | -C) cache_file=config.cache ;; -datadir | --datadir | --datadi | --datad) ac_prev=datadir ;; -datadir=* | --datadir=* | --datadi=* | --datad=*) datadir=$ac_optarg ;; -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ | --dataroo | --dataro | --datar) ac_prev=datarootdir ;; -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) datarootdir=$ac_optarg ;; -disable-* | --disable-*) ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid feature name: $ac_feature" >&2 { (exit 1); exit 1; }; } ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` eval enable_$ac_feature=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) docdir=$ac_optarg ;; -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) ac_prev=dvidir ;; -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) dvidir=$ac_optarg ;; -enable-* | --enable-*) ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid feature name: $ac_feature" >&2 { (exit 1); exit 1; }; } ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` eval enable_$ac_feature=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | --exec | --exe | --ex) ac_prev=exec_prefix ;; -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | --exec=* | --exe=* | --ex=*) exec_prefix=$ac_optarg ;; -gas | --gas | --ga | --g) # Obsolete; use --with-gas. with_gas=yes ;; -help | --help | --hel | --he | -h) ac_init_help=long ;; -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) ac_init_help=recursive ;; -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) ac_init_help=short ;; -host | --host | --hos | --ho) ac_prev=host_alias ;; -host=* | --host=* | --hos=* | --ho=*) host_alias=$ac_optarg ;; -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) ac_prev=htmldir ;; -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | --ht=*) htmldir=$ac_optarg ;; -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) ac_prev=includedir ;; -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | --includ=* | --inclu=* | --incl=* | --inc=*) includedir=$ac_optarg ;; -infodir | --infodir | --infodi | --infod | --info | --inf) ac_prev=infodir ;; -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) infodir=$ac_optarg ;; -libdir | --libdir | --libdi | --libd) ac_prev=libdir ;; -libdir=* | --libdir=* | --libdi=* | --libd=*) libdir=$ac_optarg ;; -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | --libexe | --libex | --libe) ac_prev=libexecdir ;; -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | --libexe=* | --libex=* | --libe=*) libexecdir=$ac_optarg ;; -localedir | --localedir | --localedi | --localed | --locale) ac_prev=localedir ;; -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) localedir=$ac_optarg ;; -localstatedir | --localstatedir | --localstatedi | --localstated \ | --localstate | --localstat | --localsta | --localst | --locals) ac_prev=localstatedir ;; -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) localstatedir=$ac_optarg ;; -mandir | --mandir | --mandi | --mand | --man | --ma | --m) ac_prev=mandir ;; -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) mandir=$ac_optarg ;; -nfp | --nfp | --nf) # Obsolete; use --without-fp. with_fp=no ;; -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | --no-cr | --no-c | -n) no_create=yes ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) no_recursion=yes ;; -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | --oldin | --oldi | --old | --ol | --o) ac_prev=oldincludedir ;; -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) oldincludedir=$ac_optarg ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) prefix=$ac_optarg ;; -program-prefix | --program-prefix | --program-prefi | --program-pref \ | --program-pre | --program-pr | --program-p) ac_prev=program_prefix ;; -program-prefix=* | --program-prefix=* | --program-prefi=* \ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) program_prefix=$ac_optarg ;; -program-suffix | --program-suffix | --program-suffi | --program-suff \ | --program-suf | --program-su | --program-s) ac_prev=program_suffix ;; -program-suffix=* | --program-suffix=* | --program-suffi=* \ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) program_suffix=$ac_optarg ;; -program-transform-name | --program-transform-name \ | --program-transform-nam | --program-transform-na \ | --program-transform-n | --program-transform- \ | --program-transform | --program-transfor \ | --program-transfo | --program-transf \ | --program-trans | --program-tran \ | --progr-tra | --program-tr | --program-t) ac_prev=program_transform_name ;; -program-transform-name=* | --program-transform-name=* \ | --program-transform-nam=* | --program-transform-na=* \ | --program-transform-n=* | --program-transform-=* \ | --program-transform=* | --program-transfor=* \ | --program-transfo=* | --program-transf=* \ | --program-trans=* | --program-tran=* \ | --progr-tra=* | --program-tr=* | --program-t=*) program_transform_name=$ac_optarg ;; -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) ac_prev=pdfdir ;; -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) pdfdir=$ac_optarg ;; -psdir | --psdir | --psdi | --psd | --ps) ac_prev=psdir ;; -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) psdir=$ac_optarg ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | --sbi=* | --sb=*) sbindir=$ac_optarg ;; -sharedstatedir | --sharedstatedir | --sharedstatedi \ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | --sharedst | --shareds | --shared | --share | --shar \ | --sha | --sh) ac_prev=sharedstatedir ;; -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | --sha=* | --sh=*) sharedstatedir=$ac_optarg ;; -site | --site | --sit) ac_prev=site ;; -site=* | --site=* | --sit=*) site=$ac_optarg ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) srcdir=$ac_optarg ;; -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | --syscon | --sysco | --sysc | --sys | --sy) ac_prev=sysconfdir ;; -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) sysconfdir=$ac_optarg ;; -target | --target | --targe | --targ | --tar | --ta | --t) ac_prev=target_alias ;; -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) target_alias=$ac_optarg ;; -v | -verbose | --verbose | --verbos | --verbo | --verb) verbose=yes ;; -version | --version | --versio | --versi | --vers | -V) ac_init_version=: ;; -with-* | --with-*) ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid package name: $ac_package" >&2 { (exit 1); exit 1; }; } ac_package=`echo $ac_package | sed 's/[-.]/_/g'` eval with_$ac_package=\$ac_optarg ;; -without-* | --without-*) ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid package name: $ac_package" >&2 { (exit 1); exit 1; }; } ac_package=`echo $ac_package | sed 's/[-.]/_/g'` eval with_$ac_package=no ;; --x) # Obsolete; use --with-x. with_x=yes ;; -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | --x-incl | --x-inc | --x-in | --x-i) ac_prev=x_includes ;; -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) x_includes=$ac_optarg ;; -x-libraries | --x-libraries | --x-librarie | --x-librari \ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) ac_prev=x_libraries ;; -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; -*) { echo "$as_me: error: unrecognized option: $ac_option Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 { (exit 1); exit 1; }; } eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} ;; esac done if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` { echo "$as_me: error: missing argument to $ac_option" >&2 { (exit 1); exit 1; }; } fi # Be sure to have absolute directory names. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir do eval ac_val=\$$ac_var case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 { (exit 1); exit 1; }; } done # There might be people who depend on the old broken behavior: `$host' # used to hold the argument of --host etc. # FIXME: To remove some day. build=$build_alias host=$host_alias target=$target_alias # FIXME: To remove some day. if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used." >&2 elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi fi ac_tool_prefix= test -n "$host_alias" && ac_tool_prefix=$host_alias- test "$silent" = yes && exec 6>/dev/null ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || { echo "$as_me: error: Working directory cannot be determined" >&2 { (exit 1); exit 1; }; } test "X$ac_ls_di" = "X$ac_pwd_ls_di" || { echo "$as_me: error: pwd does not report name of working directory" >&2 { (exit 1); exit 1; }; } # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. ac_confdir=`$as_dirname -- "$0" || $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$0" : 'X\(//\)[^/]' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || echo X"$0" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` srcdir=$ac_confdir if test ! -r "$srcdir/$ac_unique_file"; then srcdir=.. fi else ac_srcdir_defaulted=no fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 { (exit 1); exit 1; }; } fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 { (exit 1); exit 1; }; } pwd)` # When building in place, set srcdir=. if test "$ac_abs_confdir" = "$ac_pwd"; then srcdir=. fi # Remove unnecessary trailing slashes from srcdir. # Double slashes in file names in object file debugging info # mess up M-x gdb in Emacs. case $srcdir in */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; esac for ac_var in $ac_precious_vars; do eval ac_env_${ac_var}_set=\${${ac_var}+set} eval ac_env_${ac_var}_value=\$${ac_var} eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} eval ac_cv_env_${ac_var}_value=\$${ac_var} done # # Report the --help message. # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures libuser 0.56.9 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit -q, --quiet, --silent do not print \`checking...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for \`--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or \`..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify an installation prefix other than \`$ac_default_prefix' using \`--prefix', for instance \`--prefix=\$HOME'. For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] --datadir=DIR read-only architecture-independent data [DATAROOTDIR] --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root [DATAROOTDIR/doc/libuser] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF Program names: --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names System types: --build=BUILD configure for building on BUILD [guessed] --host=HOST cross-compile to build programs to run on HOST [BUILD] _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in short | recursive ) echo "Configuration of libuser 0.56.9:";; esac cat <<\_ACEOF Optional Features: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors --enable-static[=PKGS] build static libraries [default=no] --enable-shared[=PKGS] build shared libraries [default=yes] --enable-fast-install[=PKGS] optimize for fast installation [default=yes] --disable-libtool-lock avoid locking (might break parallel builds) --disable-nls do not use Native Language Support --disable-rpath do not hardcode runtime library paths --enable-Werror use -Werror if compiling with gcc (default is NO) --enable-gtk-doc use gtk-doc to build documentation [default=no] Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-pic try to use only PIC/non-PIC objects [default=use both] --with-tags[=TAGS] include additional configurations [automatic] --with-gnu-ld assume the C compiler uses GNU ld default=no --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib --without-libiconv-prefix don't search for libiconv in includedir and libdir --with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib --without-libintl-prefix don't search for libintl in includedir and libdir --with-popt=DIR use popt headers and libraries under DIR --with-ldap=DIR use OpenLDAP 2.x headers and libraries under DIR --with-sasl=DIR use Cyrus SASL headers and libraries under DIR --with-python build Python modules (default is YES) --with-selinux work with SELinux extensions (default is NO) --with-html-dir=PATH path to installed docs Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory LIBS libraries to pass to the linker, e.g. -l CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I if you have headers in a nonstandard directory CPP C preprocessor CXX C++ compiler command CXXFLAGS C++ compiler flags CXXCPP C++ preprocessor F77 Fortran 77 compiler command FFLAGS Fortran 77 compiler flags PKG_CONFIG path to pkg-config utility GLIB_CFLAGS C compiler flags for GLIB, overriding pkg-config GLIB_LIBS linker flags for GLIB, overriding pkg-config GOBJECT_CFLAGS C compiler flags for GOBJECT, overriding pkg-config GOBJECT_LIBS linker flags for GOBJECT, overriding pkg-config GMODULE_CFLAGS C compiler flags for GMODULE, overriding pkg-config GMODULE_LIBS linker flags for GMODULE, overriding pkg-config Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. _ACEOF ac_status=$? fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue test -d "$ac_dir" || continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cd "$ac_dir" || { ac_status=$?; continue; } # Check for guested configure. if test -f "$ac_srcdir/configure.gnu"; then echo && $SHELL "$ac_srcdir/configure.gnu" --help=recursive elif test -f "$ac_srcdir/configure"; then echo && $SHELL "$ac_srcdir/configure" --help=recursive else echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF libuser configure 0.56.9 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit fi cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by libuser $as_me 0.56.9, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ _ACEOF exec 5>>config.log { cat <<_ASUNAME ## --------- ## ## Platform. ## ## --------- ## hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` _ASUNAME as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. echo "PATH: $as_dir" done IFS=$as_save_IFS } >&5 cat >&5 <<_ACEOF ## ----------- ## ## Core tests. ## ## ----------- ## _ACEOF # Keep a trace of the command line. # Strip out --no-create and --no-recursion so they do not pile up. # Strip out --silent because we don't want to record it for future runs. # Also quote any args containing shell meta-characters. # Make two passes to allow for proper duplicate-argument suppression. ac_configure_args= ac_configure_args0= ac_configure_args1= ac_must_keep_next=false for ac_pass in 1 2 do for ac_arg do case $ac_arg in -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 2) ac_configure_args1="$ac_configure_args1 '$ac_arg'" if test $ac_must_keep_next = true; then ac_must_keep_next=false # Got value, back to normal. else case $ac_arg in *=* | --config-cache | -C | -disable-* | --disable-* \ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | -with-* | --with-* | -without-* | --without-* | --x) case "$ac_configure_args0 " in "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; esac ;; -* ) ac_must_keep_next=true ;; esac fi ac_configure_args="$ac_configure_args '$ac_arg'" ;; esac done done $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there # would cause problems or look ugly. # WARNING: Use '\'' to represent an apostrophe within the trap. # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. trap 'exit_status=$? # Save into config.log some information that might help in debugging. { echo cat <<\_ASBOX ## ---------------- ## ## Cache variables. ## ## ---------------- ## _ASBOX echo # The following way of writing the cache mishandles newlines in values, ( for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( *) $as_unset $ac_var ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( *${as_nl}ac_space=\ *) sed -n \ "s/'\''/'\''\\\\'\'''\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" ;; #( *) sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) echo cat <<\_ASBOX ## ----------------- ## ## Output variables. ## ## ----------------- ## _ASBOX echo for ac_var in $ac_subst_vars do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac echo "$ac_var='\''$ac_val'\''" done | sort echo if test -n "$ac_subst_files"; then cat <<\_ASBOX ## ------------------- ## ## File substitutions. ## ## ------------------- ## _ASBOX echo for ac_var in $ac_subst_files do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac echo "$ac_var='\''$ac_val'\''" done | sort echo fi if test -s confdefs.h; then cat <<\_ASBOX ## ----------- ## ## confdefs.h. ## ## ----------- ## _ASBOX echo cat confdefs.h echo fi test "$ac_signal" != 0 && echo "$as_me: caught signal $ac_signal" echo "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 for ac_signal in 1 2 13 15; do trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal done ac_signal=0 # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -f -r conftest* confdefs.h # Predefined preprocessor variables. cat >>confdefs.h <<_ACEOF #define PACKAGE_NAME "$PACKAGE_NAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_TARNAME "$PACKAGE_TARNAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_VERSION "$PACKAGE_VERSION" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_STRING "$PACKAGE_STRING" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" _ACEOF # Let the site file select an alternate cache file if it wants to. # Prefer explicitly selected file to automatically selected ones. if test -n "$CONFIG_SITE"; then set x "$CONFIG_SITE" elif test "x$prefix" != xNONE; then set x "$prefix/share/config.site" "$prefix/etc/config.site" else set x "$ac_default_prefix/share/config.site" \ "$ac_default_prefix/etc/config.site" fi shift for ac_site_file do if test -r "$ac_site_file"; then { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" fi done if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special # files actually), so we avoid doing that. if test -f "$cache_file"; then { echo "$as_me:$LINENO: loading cache $cache_file" >&5 echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else { echo "$as_me:$LINENO: creating cache $cache_file" >&5 echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi ac_func_list="$ac_func_list sasl_user_exists" ac_func_list="$ac_func_list __secure_getenv" # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false for ac_var in $ac_precious_vars; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set eval ac_old_val=\$ac_cv_env_${ac_var}_value eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 echo "$as_me: former value: $ac_old_val" >&2;} { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 echo "$as_me: current value: $ac_new_val" >&2;} ac_cache_corrupted=: fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; esac fi done if $ac_cache_corrupted; then { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 echo "$as_me: error: changes in the environment can compromise the build" >&2;} { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} { (exit 1); exit 1; }; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_config_headers="$ac_config_headers config.h" ac_aux_dir= for ac_dir in admin "$srcdir"/admin; do if test -f "$ac_dir/install-sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" break elif test -f "$ac_dir/install.sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install.sh -c" break elif test -f "$ac_dir/shtool"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/shtool install -c" break fi done if test -z "$ac_aux_dir"; then { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in admin \"$srcdir\"/admin" >&5 echo "$as_me: error: cannot find install-sh or install.sh in admin \"$srcdir\"/admin" >&2;} { (exit 1); exit 1; }; } fi # These three variables are undocumented and unsupported, # and are intended to be withdrawn in a future Autoconf release. # They can cause serious problems if a builder's source tree is in a directory # whose full name contains unusual characters. ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. am__api_version='1.10' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: # SysV /etc/install, /usr/sbin/install # SunOS /usr/etc/install # IRIX /sbin/install # AIX /bin/install # AmigaOS /C/install, which installs bootblocks on floppy discs # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. # Account for people who put trailing slashes in PATH elements. case $as_dir/ in ./ | .// | /cC/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. # Don't use installbsd from OSF since it installs stuff as root # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. : elif test $ac_prog = install && grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # program-specific install script used by HP pwplus--don't use. : else ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" break 3 fi fi done done ;; esac done IFS=$as_save_IFS fi if test "${ac_cv_path_install+set}" = set; then INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. Don't cache a # value for INSTALL within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. INSTALL=$ac_install_sh fi fi { echo "$as_me:$LINENO: result: $INSTALL" >&5 echo "${ECHO_T}$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' { echo "$as_me:$LINENO: checking whether build environment is sane" >&5 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } # Just in case sleep 1 echo timestamp > conftest.file # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` if test "$*" = "X"; then # -L didn't work. set X `ls -t $srcdir/configure conftest.file` fi rm -f conftest.file if test "$*" != "X $srcdir/configure conftest.file" \ && test "$*" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken alias in your environment" >&5 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken alias in your environment" >&2;} { (exit 1); exit 1; }; } fi test "$2" = conftest.file ) then # Ok. : else { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! Check your system clock" >&5 echo "$as_me: error: newly created file is older than distributed files! Check your system clock" >&2;} { (exit 1); exit 1; }; } fi { echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6; } test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && program_transform_name="s&\$&$program_suffix&;$program_transform_name" # Double any \ or $. echo might interpret backslashes. # By default was `s,x,x', remove it if useless. cat <<\_ACEOF >conftest.sed s/[\\$]/&&/g;s/;s,x,x,$// _ACEOF program_transform_name=`echo $program_transform_name | sed -f conftest.sed` rm -f conftest.sed # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" # Use eval to expand $SHELL if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " else am_missing_run= { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} fi { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; } if test -z "$MKDIR_P"; then if test "${ac_cv_path_mkdir+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in mkdir gmkdir; do for ac_exec_ext in '' $ac_executable_extensions; do { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 'mkdir (GNU coreutils) '* | \ 'mkdir (coreutils) '* | \ 'mkdir (fileutils) '4.1*) ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext break 3;; esac done done done IFS=$as_save_IFS fi if test "${ac_cv_path_mkdir+set}" = set; then MKDIR_P="$ac_cv_path_mkdir -p" else # As a last resort, use the slow shell script. Don't cache a # value for MKDIR_P within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. test -d ./--version && rmdir ./--version MKDIR_P="$ac_install_sh -d" fi fi { echo "$as_me:$LINENO: result: $MKDIR_P" >&5 echo "${ECHO_T}$MKDIR_P" >&6; } mkdir_p="$MKDIR_P" case $mkdir_p in [\\/$]* | ?:[\\/]*) ;; */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; esac for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_AWK+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AWK="$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then { echo "$as_me:$LINENO: result: $AWK" >&5 echo "${ECHO_T}$AWK" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi test -n "$AWK" && break done { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF # GNU make sometimes prints "make[1]: Entering...", which would confuse us. case `${MAKE-make} -f conftest.make 2>/dev/null` in *@@@%%%=?*=@@@%%%*) eval ac_cv_prog_make_${ac_make}_set=yes;; *) eval ac_cv_prog_make_${ac_make}_set=no;; esac rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then { echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6; } SET_MAKE= else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." am__isrc=' -I$(srcdir)' # test to see if srcdir already configured if test -f $srcdir/config.status; then { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} { (exit 1); exit 1; }; } fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi # Define the identity of the package. PACKAGE='libuser' VERSION='0.56.9' cat >>confdefs.h <<_ACEOF #define PACKAGE "$PACKAGE" _ACEOF cat >>confdefs.h <<_ACEOF #define VERSION "$VERSION" _ACEOF # Some tools Automake needs. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} # Installed binaries are usually stripped using `strip' when the user # run `make install-strip'. However `strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the `STRIP' environment variable to overrule this program. if test "$cross_compiling" != no; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_STRIP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { echo "$as_me:$LINENO: result: $STRIP" >&5 echo "${ECHO_T}$STRIP" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_STRIP="strip" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 echo "${ECHO_T}$ac_ct_STRIP" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" # We need awk for the "check" target. The system "awk" is bad on # some platforms. # Always define AMTAR for backward compatibility. AMTAR=${AMTAR-"${am_missing_run}tar"} am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}gcc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { echo "$as_me:$LINENO: result: $CC" >&5 echo "${ECHO_T}$CC" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="gcc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}cc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { echo "$as_me:$LINENO: result: $CC" >&5 echo "${ECHO_T}$CC" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { echo "$as_me:$LINENO: result: $CC" >&5 echo "${ECHO_T}$CC" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { echo "$as_me:$LINENO: result: $CC" >&5 echo "${ECHO_T}$CC" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&5 echo "$as_me: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } # Provide some information about the compiler. echo "$as_me:$LINENO: checking for C compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` { (ac_try="$ac_compiler --version >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compiler --version >&5") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -v >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compiler -v >&5") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -V >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compiler -V >&5") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` # # List of possible output files, starting from the most likely. # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) # only as a last resort. b.out is created by i960 compilers. ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' # # The IRIX 6 linker writes into existing files which may not be # executable, retaining their permissions. Remove them first so a # subsequent execution test works. ac_rmfiles= for ac_file in $ac_files do case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done rm -f $ac_rmfiles if { (ac_try="$ac_link_default" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link_default") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' # in a Makefile. We should not override ac_cv_exeext if it was cached, # so that the user can short-circuit this test for compilers unknown to # Autoconf. for ac_file in $ac_files '' do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most # certainly right. break;; *.* ) if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; then :; else ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fi # We set ac_cv_exeext here because the later test for it is not # safe: cross compilers may not add the suffix if given an `-o' # argument, so we may need to know it at that point already. # Even if this section looks crufty: it has the advantage of # actually working. break;; * ) break;; esac done test "$ac_cv_exeext" = no && ac_cv_exeext= else ac_file='' fi { echo "$as_me:$LINENO: result: $ac_file" >&5 echo "${ECHO_T}$ac_file" >&6; } if test -z "$ac_file"; then echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { echo "$as_me:$LINENO: error: C compiler cannot create executables See \`config.log' for more details." >&5 echo "$as_me: error: C compiler cannot create executables See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } fi ac_exeext=$ac_cv_exeext # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 # If not cross compiling, check that we can run a simple program. if test "$cross_compiling" != yes; then if { ac_try='./$ac_file' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_try") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else { { echo "$as_me:$LINENO: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details." >&5 echo "$as_me: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi fi fi { echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6; } rm -f a.out a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } { echo "$as_me:$LINENO: result: $cross_compiling" >&5 echo "${ECHO_T}$cross_compiling" >&6; } { echo "$as_me:$LINENO: checking for suffix of executables" >&5 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will # work properly (i.e., refer to `conftest.exe'), while it won't with # `rm'. for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link See \`config.log' for more details." >&5 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi rm -f conftest$ac_cv_exeext { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 echo "${ECHO_T}$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT { echo "$as_me:$LINENO: checking for suffix of object files" >&5 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } if test "${ac_cv_objext+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.o conftest.obj if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile See \`config.log' for more details." >&5 echo "$as_me: error: cannot compute suffix of object files: cannot compile See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 echo "${ECHO_T}$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } if test "${ac_cv_c_compiler_gnu+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_compiler_gnu=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } GCC=`test $ac_compiler_gnu = yes && echo yes` ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } if test "${ac_cv_prog_cc_g+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_g=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 CFLAGS="" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_g=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } if test "${ac_cv_prog_cc_c89+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) 'x' int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_c89=$ac_arg else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) { echo "$as_me:$LINENO: result: none needed" >&5 echo "${ECHO_T}none needed" >&6; } ;; xno) { echo "$as_me:$LINENO: result: unsupported" >&5 echo "${ECHO_T}unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; esac ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo done .PHONY: am__doit END # If we don't find an include directive, just comment out the code. { echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; } am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # We grep out `Entering directory' and `Leaving directory' # messages which can occur if `w' ends up in MAKEFLAGS. # In particular we don't look at `^make:' because GNU make might # be invoked under some other name (usually "gmake"), in which # case it prints its new name instead of `make'. if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then am__include=include am__quote= _am_result=GNU fi # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then am__include=.include am__quote="\"" _am_result=BSD fi fi { echo "$as_me:$LINENO: result: $_am_result" >&5 echo "${ECHO_T}$_am_result" >&6; } rm -f confinc confmf # Check whether --enable-dependency-tracking was given. if test "${enable_dependency_tracking+set}" = set; then enableval=$enable_dependency_tracking; fi if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= AMDEP_FALSE='#' else AMDEP_TRUE='#' AMDEP_FALSE= fi depcc="$CC" am_compiler_list= { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with # Solaris 8's {/usr,}/bin/sh. touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf case $depmode in nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; none) break ;; esac # We check with `-c' and `-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle `-M -o', and we need to detect this. if depmode=$depmode \ source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none fi fi { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi if test "x$CC" != xcc; then { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5 echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; } else { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5 echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; } fi set dummy $CC; ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF # Make sure it works both with $CC and with simple cc. # We do the test twice because some compilers refuse to overwrite an # existing .o file with -o, though they will create one. ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5' rm -f conftest2.* if { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_try") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -f conftest2.$ac_objext && { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_try") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then eval ac_cv_prog_cc_${ac_cc}_c_o=yes if test "x$CC" != xcc; then # Test first that cc exists at all. if { ac_try='cc -c conftest.$ac_ext >&5' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_try") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5' rm -f conftest2.* if { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_try") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -f conftest2.$ac_objext && { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_try") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # cc works too. : else # cc exists but doesn't like -o. eval ac_cv_prog_cc_${ac_cc}_c_o=no fi fi fi else eval ac_cv_prog_cc_${ac_cc}_c_o=no fi rm -f core conftest* fi if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then { echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } cat >>confdefs.h <<\_ACEOF #define NO_MINUS_C_MINUS_O 1 _ACEOF fi # FIXME: we rely on the cache variable name because # there is no other way. set dummy $CC ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi # Extract the first word of "bison -y", so it can be a program name with args. set dummy bison -y; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_YACC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$YACC"; then ac_cv_prog_YACC="$YACC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_YACC="bison -y" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_prog_YACC" && ac_cv_prog_YACC=":" fi fi YACC=$ac_cv_prog_YACC if test -n "$YACC"; then { echo "$as_me:$LINENO: result: $YACC" >&5 echo "${ECHO_T}$YACC" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi { echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5 echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&6; } if test "${ac_cv_lib_cposix_strerror+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lcposix $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char strerror (); int main () { return strerror (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then ac_cv_lib_cposix_strerror=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_cposix_strerror=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5 echo "${ECHO_T}$ac_cv_lib_cposix_strerror" >&6; } if test $ac_cv_lib_cposix_strerror = yes; then LIBS="$LIBS -lcposix" fi # Check whether --enable-static was given. if test "${enable_static+set}" = set; then enableval=$enable_static; p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS="$lt_save_ifs" ;; esac else enable_static=no fi # Check whether --enable-shared was given. if test "${enable_shared+set}" = set; then enableval=$enable_shared; p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS="$lt_save_ifs" ;; esac else enable_shared=yes fi # Check whether --enable-fast-install was given. if test "${enable_fast_install+set}" = set; then enableval=$enable_fast_install; p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS="$lt_save_ifs" ;; esac else enable_fast_install=yes fi # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} { (exit 1); exit 1; }; } { echo "$as_me:$LINENO: checking build system type" >&5 echo $ECHO_N "checking build system type... $ECHO_C" >&6; } if test "${ac_cv_build+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_build_alias=$build_alias test "x$ac_build_alias" = x && ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` test "x$ac_build_alias" = x && { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} { (exit 1); exit 1; }; } ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} { (exit 1); exit 1; }; } fi { echo "$as_me:$LINENO: result: $ac_cv_build" >&5 echo "${ECHO_T}$ac_cv_build" >&6; } case $ac_cv_build in *-*-*) ;; *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 echo "$as_me: error: invalid value of canonical build" >&2;} { (exit 1); exit 1; }; };; esac build=$ac_cv_build ac_save_IFS=$IFS; IFS='-' set x $ac_cv_build shift build_cpu=$1 build_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: build_os=$* IFS=$ac_save_IFS case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac { echo "$as_me:$LINENO: checking host system type" >&5 echo $ECHO_N "checking host system type... $ECHO_C" >&6; } if test "${ac_cv_host+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test "x$host_alias" = x; then ac_cv_host=$ac_cv_build else ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} { (exit 1); exit 1; }; } fi fi { echo "$as_me:$LINENO: result: $ac_cv_host" >&5 echo "${ECHO_T}$ac_cv_host" >&6; } case $ac_cv_host in *-*-*) ;; *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 echo "$as_me: error: invalid value of canonical host" >&2;} { (exit 1); exit 1; }; };; esac host=$ac_cv_host ac_save_IFS=$IFS; IFS='-' set x $ac_cv_host shift host_cpu=$1 host_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: host_os=$* IFS=$ac_save_IFS case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac { echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; } if test "${lt_cv_path_SED+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else # Loop through the user's path and test for sed and gsed. # Then use that list of sed's as ones to test for truncation. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for lt_ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$lt_ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$lt_ac_prog$ac_exec_ext"; }; then lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" fi done done done IFS=$as_save_IFS lt_ac_max=0 lt_ac_count=0 # Add /usr/xpg4/bin/sed as it is typically found on Solaris # along with /bin/sed that truncates output. for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do test ! -f $lt_ac_sed && continue cat /dev/null > conftest.in lt_ac_count=0 echo $ECHO_N "0123456789$ECHO_C" >conftest.in # Check for GNU sed and select it if it is found. if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then lt_cv_path_SED=$lt_ac_sed break fi while true; do cat conftest.in conftest.in >conftest.tmp mv conftest.tmp conftest.in cp conftest.in conftest.nl echo >>conftest.nl $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break cmp -s conftest.out conftest.nl || break # 10000 chars as input seems more than enough test $lt_ac_count -gt 10 && break lt_ac_count=`expr $lt_ac_count + 1` if test $lt_ac_count -gt $lt_ac_max; then lt_ac_max=$lt_ac_count lt_cv_path_SED=$lt_ac_sed fi done done fi SED=$lt_cv_path_SED { echo "$as_me:$LINENO: result: $SED" >&5 echo "${ECHO_T}$SED" >&6; } { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } if test "${ac_cv_path_GREP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else # Extract the first word of "grep ggrep" to use in msg output if test -z "$GREP"; then set dummy grep ggrep; ac_prog_name=$2 if test "${ac_cv_path_GREP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_path_GREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in grep ggrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue # Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; *) ac_count=0 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" echo 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break ac_count=`expr $ac_count + 1` if test $ac_count -gt ${ac_path_GREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_GREP_found && break 3 done done done IFS=$as_save_IFS fi GREP="$ac_cv_path_GREP" if test -z "$GREP"; then { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} { (exit 1); exit 1; }; } fi else ac_cv_path_GREP=$GREP fi fi { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 echo "${ECHO_T}$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" { echo "$as_me:$LINENO: checking for egrep" >&5 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } if test "${ac_cv_path_EGREP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else # Extract the first word of "egrep" to use in msg output if test -z "$EGREP"; then set dummy egrep; ac_prog_name=$2 if test "${ac_cv_path_EGREP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_path_EGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in egrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue # Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" echo 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break ac_count=`expr $ac_count + 1` if test $ac_count -gt ${ac_path_EGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_EGREP_found && break 3 done done done IFS=$as_save_IFS fi EGREP="$ac_cv_path_EGREP" if test -z "$EGREP"; then { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} { (exit 1); exit 1; }; } fi else ac_cv_path_EGREP=$EGREP fi fi fi { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" # Check whether --with-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes else with_gnu_ld=no fi ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. { echo "$as_me:$LINENO: checking for ld used by $CC" >&5 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [\\/]* | ?:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the pathname of ld ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then { echo "$as_me:$LINENO: checking for GNU ld" >&5 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; } else { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; } fi if test "${lt_cv_path_LD+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -z "$LD"; then lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &5 echo "${ECHO_T}$LD" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} { (exit 1); exit 1; }; } { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; } if test "${lt_cv_prog_gnu_ld+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else # I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 &5 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; } with_gnu_ld=$lt_cv_prog_gnu_ld { echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; } if test "${lt_cv_ld_reload_flag+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_cv_ld_reload_flag='-r' fi { echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; } reload_flag=$lt_cv_ld_reload_flag case $reload_flag in "" | " "*) ;; *) reload_flag=" $reload_flag" ;; esac reload_cmds='$LD$reload_flag -o $output$reload_objs' case $host_os in darwin*) if test "$GCC" = yes; then reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' else reload_cmds='$LD$reload_flag -o $output$reload_objs' fi ;; esac { echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6; } if test "${lt_cv_path_NM+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM="$NM" else lt_nm_to_check="${ac_tool_prefix}nm" if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. tmp_nm="$ac_dir/$lt_tmp_nm" if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then # Check to see if the nm accepts a BSD-compat flag. # Adding the `sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in */dev/null* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS="$lt_save_ifs" done test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm fi fi { echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5 echo "${ECHO_T}$lt_cv_path_NM" >&6; } NM="$lt_cv_path_NM" { echo "$as_me:$LINENO: checking whether ln -s works" >&5 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; } LN_S=$as_ln_s if test "$LN_S" = "ln -s"; then { echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6; } else { echo "$as_me:$LINENO: result: no, using $LN_S" >&5 echo "${ECHO_T}no, using $LN_S" >&6; } fi { echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5 echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; } if test "${lt_cv_deplibs_check_method+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_deplibs_check_method='unknown' # Need to set the preceding variable on all platforms that support # interlibrary dependencies. # 'none' -- dependencies not supported. # `unknown' -- same as none, but documents that we really don't know. # 'pass_all' -- all dependencies passed with no checks. # 'test_compile' -- check by making test program. # 'file_magic [[regex]]' -- check by looking for files in library path # which responds to the $file_magic_cmd with a given extended regex. # If you have `file' or equivalent on your system and you're not sure # whether `pass_all' will *always* work, you probably want this one. case $host_os in aix4* | aix5*) lt_cv_deplibs_check_method=pass_all ;; beos*) lt_cv_deplibs_check_method=pass_all ;; bsdi[45]*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' lt_cv_file_magic_cmd='/usr/bin/file -L' lt_cv_file_magic_test_file=/shlib/libc.so ;; cygwin*) # func_win32_libid is a shell function defined in ltmain.sh lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' ;; mingw* | pw32*) # Base MSYS/MinGW do not provide the 'file' command needed by # func_win32_libid shell function, so use a weaker test based on 'objdump', # unless we find 'file', for example because we are cross-compiling. if ( file / ) >/dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; gnu*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]' lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac ;; interix[3-9]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' ;; irix5* | irix6* | nonstopux*) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac lt_cv_deplibs_check_method=pass_all ;; # This must be Linux ELF. linux* | k*bsd*-gnu) lt_cv_deplibs_check_method=pass_all ;; netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; nto-qnx*) lt_cv_deplibs_check_method=unknown ;; openbsd*) if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' fi ;; osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; rdos*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.3*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; pc) lt_cv_deplibs_check_method=pass_all ;; esac ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; esac fi { echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; } file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # Check whether --enable-libtool-lock was given. if test "${enable_libtool_lock+set}" = set; then enableval=$enable_libtool_lock; fi test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE="32" ;; *ELF-64*) HPUX_IA64_MODE="64" ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out which ABI we are using. echo '#line 4630 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then if test "$lt_cv_prog_gnu_ld" = yes; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ s390*-*linux*|sparc*-*linux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; ppc64-*linux*|powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) LD="${LD-ld} -m elf_s390" ;; sparc64-*linux*) LD="${LD-ld} -m elf32_sparc" ;; esac ;; *64-bit*) libsuff=64 case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_x86_64_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; ppc*-*linux*|powerpc*-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -belf" { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; } if test "${lt_cv_cc_needs_belf+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then lt_cv_cc_needs_belf=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 lt_cv_cc_needs_belf=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu fi { echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; } if test x"$lt_cv_cc_needs_belf" != x"yes"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS="$SAVE_CFLAGS" fi ;; sparc*-*solaris*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) LD="${LD-ld} -m elf64_sparc" ;; *) LD="${LD-ld} -64" ;; esac ;; esac fi rm -rf conftest* ;; esac need_locks="$enable_libtool_lock" ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if test "${ac_cv_prog_CPP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" do ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. continue fi rm -f conftest.err conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then # Broken: success on invalid input. continue else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then break fi done ac_cv_prog_CPP=$CPP fi CPP=$ac_cv_prog_CPP else ac_cv_prog_CPP=$CPP fi { echo "$as_me:$LINENO: result: $CPP" >&5 echo "${ECHO_T}$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. continue fi rm -f conftest.err conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then # Broken: success on invalid input. continue else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details." >&5 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } if test "${ac_cv_header_stdc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include #include #include #include int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_header_stdc=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_header_stdc=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "memchr" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "free" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. if test "$cross_compiling" = yes; then : else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include #include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #else # define ISLOWER(c) \ (('a' <= (c) && (c) <= 'i') \ || ('j' <= (c) && (c) <= 'r') \ || ('s' <= (c) && (c) <= 'z')) # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) #endif #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) int main () { int i; for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) return 2; return 0; } _ACEOF rm -f conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_try") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else echo "$as_me: program exited with status $ac_status" >&5 echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_header_stdc=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 echo "${ECHO_T}$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then cat >>confdefs.h <<\_ACEOF #define STDC_HEADERS 1 _ACEOF fi # On IRIX 5.3, sys/types and inttypes.h are conflicting. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` { echo "$as_me:$LINENO: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default #include <$ac_header> _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then eval "$as_ac_Header=yes" else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Header=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi ac_res=`eval echo '${'$as_ac_Header'}'` { echo "$as_me:$LINENO: result: $ac_res" >&5 echo "${ECHO_T}$ac_res" >&6; } if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<_ACEOF #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done for ac_header in dlfcn.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then { echo "$as_me:$LINENO: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 fi ac_res=`eval echo '${'$as_ac_Header'}'` { echo "$as_me:$LINENO: result: $ac_res" >&5 echo "${ECHO_T}$ac_res" >&6; } else # Is the header compilable? { echo "$as_me:$LINENO: checking $ac_header usability" >&5 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default #include <$ac_header> _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 echo "${ECHO_T}$ac_header_compiler" >&6; } # Is the header present? { echo "$as_me:$LINENO: checking $ac_header presence" >&5 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include <$ac_header> _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 echo "${ECHO_T}$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ;; esac { echo "$as_me:$LINENO: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi ac_res=`eval echo '${'$as_ac_Header'}'` { echo "$as_me:$LINENO: result: $ac_res" >&5 echo "${ECHO_T}$ac_res" >&6; } fi if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<_ACEOF #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu if test -z "$CXX"; then if test -n "$CCC"; then CXX=$CCC else if test -n "$ac_tool_prefix"; then for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CXX+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CXX"; then ac_cv_prog_CXX="$CXX" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CXX=$ac_cv_prog_CXX if test -n "$CXX"; then { echo "$as_me:$LINENO: result: $CXX" >&5 echo "${ECHO_T}$CXX" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi test -n "$CXX" && break done fi if test -z "$CXX"; then ac_ct_CXX=$CXX for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_CXX"; then ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CXX="$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CXX=$ac_cv_prog_ac_ct_CXX if test -n "$ac_ct_CXX"; then { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 echo "${ECHO_T}$ac_ct_CXX" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi test -n "$ac_ct_CXX" && break done if test "x$ac_ct_CXX" = x; then CXX="g++" else case $cross_compiling:$ac_tool_warned in yes:) { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; esac CXX=$ac_ct_CXX fi fi fi fi # Provide some information about the compiler. echo "$as_me:$LINENO: checking for C++ compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` { (ac_try="$ac_compiler --version >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compiler --version >&5") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -v >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compiler -v >&5") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -V >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compiler -V >&5") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } if test "${ac_cv_cxx_compiler_gnu+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_compiler_gnu=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_cxx_compiler_gnu=$ac_compiler_gnu fi { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } GXX=`test $ac_compiler_gnu = yes && echo yes` ac_test_CXXFLAGS=${CXXFLAGS+set} ac_save_CXXFLAGS=$CXXFLAGS { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } if test "${ac_cv_prog_cxx_g+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_save_cxx_werror_flag=$ac_cxx_werror_flag ac_cxx_werror_flag=yes ac_cv_prog_cxx_g=no CXXFLAGS="-g" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cxx_g=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 CXXFLAGS="" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cxx_werror_flag=$ac_save_cxx_werror_flag CXXFLAGS="-g" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cxx_g=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cxx_werror_flag=$ac_save_cxx_werror_flag fi { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } if test "$ac_test_CXXFLAGS" = set; then CXXFLAGS=$ac_save_CXXFLAGS elif test $ac_cv_prog_cxx_g = yes; then if test "$GXX" = yes; then CXXFLAGS="-g -O2" else CXXFLAGS="-g" fi else if test "$GXX" = yes; then CXXFLAGS="-O2" else CXXFLAGS= fi fi ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu depcc="$CXX" am_compiler_list= { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CXX_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with # Solaris 8's {/usr,}/bin/sh. touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf case $depmode in nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; none) break ;; esac # We check with `-c' and `-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle `-M -o', and we need to detect this. if depmode=$depmode \ source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CXX_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CXX_dependencies_compiler_type=none fi fi { echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; } CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then am__fastdepCXX_TRUE= am__fastdepCXX_FALSE='#' else am__fastdepCXX_TRUE='#' am__fastdepCXX_FALSE= fi if test -n "$CXX" && ( test "X$CXX" != "Xno" && ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || (test "X$CXX" != "Xg++"))) ; then ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; } if test -z "$CXXCPP"; then if test "${ac_cv_prog_CXXCPP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else # Double quotes because CXXCPP needs to be expanded for CXXCPP in "$CXX -E" "/lib/cpp" do ac_preproc_ok=false for ac_cxx_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then : else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. continue fi rm -f conftest.err conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then # Broken: success on invalid input. continue else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then break fi done ac_cv_prog_CXXCPP=$CXXCPP fi CXXCPP=$ac_cv_prog_CXXCPP else ac_cv_prog_CXXCPP=$CXXCPP fi { echo "$as_me:$LINENO: result: $CXXCPP" >&5 echo "${ECHO_T}$CXXCPP" >&6; } ac_preproc_ok=false for ac_cxx_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then : else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. continue fi rm -f conftest.err conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then # Broken: success on invalid input. continue else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check See \`config.log' for more details." >&5 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu fi ac_ext=f ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_f77_compiler_gnu if test -n "$ac_tool_prefix"; then for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_F77+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$F77"; then ac_cv_prog_F77="$F77" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_F77="$ac_tool_prefix$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi F77=$ac_cv_prog_F77 if test -n "$F77"; then { echo "$as_me:$LINENO: result: $F77" >&5 echo "${ECHO_T}$F77" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi test -n "$F77" && break done fi if test -z "$F77"; then ac_ct_F77=$F77 for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_F77+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_F77"; then ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_F77="$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_F77=$ac_cv_prog_ac_ct_F77 if test -n "$ac_ct_F77"; then { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 echo "${ECHO_T}$ac_ct_F77" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi test -n "$ac_ct_F77" && break done if test "x$ac_ct_F77" = x; then F77="" else case $cross_compiling:$ac_tool_warned in yes:) { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; esac F77=$ac_ct_F77 fi fi # Provide some information about the compiler. echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` { (ac_try="$ac_compiler --version >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compiler --version >&5") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -v >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compiler -v >&5") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -V >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compiler -V >&5") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } rm -f a.out # If we don't use `.F' as extension, the preprocessor is not run on the # input file. (Note that this only needs to work for GNU compilers.) ac_save_ext=$ac_ext ac_ext=F { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; } if test "${ac_cv_f77_compiler_gnu+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF program main #ifndef __GNUC__ choke me #endif end _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_f77_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_compiler_gnu=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_f77_compiler_gnu=$ac_compiler_gnu fi { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; } ac_ext=$ac_save_ext ac_test_FFLAGS=${FFLAGS+set} ac_save_FFLAGS=$FFLAGS FFLAGS= { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; } if test "${ac_cv_prog_f77_g+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else FFLAGS=-g cat >conftest.$ac_ext <<_ACEOF program main end _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_f77_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_f77_g=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_prog_f77_g=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; } if test "$ac_test_FFLAGS" = set; then FFLAGS=$ac_save_FFLAGS elif test $ac_cv_prog_f77_g = yes; then if test "x$ac_cv_f77_compiler_gnu" = xyes; then FFLAGS="-g -O2" else FFLAGS="-g" fi else if test "x$ac_cv_f77_compiler_gnu" = xyes; then FFLAGS="-O2" else FFLAGS= fi fi G77=`test $ac_compiler_gnu = yes && echo yes` ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! # find the maximum length of command line arguments { echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; } if test "${lt_cv_sys_max_cmd_len+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else i=0 teststring="ABCD" case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \ = "XX$teststring") >/dev/null 2>&1 && new_result=`expr "X$teststring" : ".*" 2>&1` && lt_cv_sys_max_cmd_len=$new_result && test $i != 17 # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done teststring= # Add a significant safety factor because C++ compilers can tack on massive # amounts of additional arguments before passing them to the linker. # It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac fi if test -n $lt_cv_sys_max_cmd_len ; then { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; } else { echo "$as_me:$LINENO: result: none" >&5 echo "${ECHO_T}none" >&6; } fi # Check for command to grab the raw symbol name followed by C symbol from nm. { echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5 echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; } if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[BCDEGRST]' # Regexp to match symbols that can be accessed directly from C. sympat='\([_A-Za-z][_A-Za-z0-9]*\)' # Transform an extracted symbol line into a proper C declaration lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" # Define system-specific variables. case $host_os in aix*) symcode='[BCDT]' ;; cygwin* | mingw* | pw32*) symcode='[ABCDGISTW]' ;; hpux*) # Its linker distinguishes data from code symbols if test "$host_cpu" = ia64; then symcode='[ABCDEGRST]' fi lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" ;; linux* | k*bsd*-gnu) if test "$host_cpu" = ia64; then symcode='[ABCDGIRSTW]' lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" fi ;; irix* | nonstopux*) symcode='[BCDEGRST]' ;; osf*) symcode='[BCDEGQRST]' ;; solaris*) symcode='[BDRT]' ;; sco3.2v5*) symcode='[DT]' ;; sysv4.2uw2*) symcode='[DT]' ;; sysv5* | sco5v6* | unixware* | OpenUNIX*) symcode='[ABDT]' ;; sysv4) symcode='[DFNSTU]' ;; esac # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[ABCDGIRSTW]' ;; esac # Try without a prefix undercore, then with it. for ac_symprfx in "" "_"; do # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. symxfrm="\\1 $ac_symprfx\\2 \\2" # Write the raw and C identifiers. lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext <&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # Now try to grab the symbols. nlist=conftest.nm if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if grep ' nm_test_var$' "$nlist" >/dev/null; then if grep ' nm_test_func$' "$nlist" >/dev/null; then cat < conftest.$ac_ext #ifdef __cplusplus extern "C" { #endif EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext' cat <> conftest.$ac_ext #if defined (__STDC__) && __STDC__ # define lt_ptr_t void * #else # define lt_ptr_t char * # define const #endif /* The mapping between symbol names and symbols. */ const struct { const char *name; lt_ptr_t address; } lt_preloaded_symbols[] = { EOF $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext cat <<\EOF >> conftest.$ac_ext {0, (lt_ptr_t) 0} }; #ifdef __cplusplus } #endif EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_save_LIBS="$LIBS" lt_save_CFLAGS="$CFLAGS" LIBS="conftstm.$ac_objext" CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -s conftest${ac_exeext}; then pipe_works=yes fi LIBS="$lt_save_LIBS" CFLAGS="$lt_save_CFLAGS" else echo "cannot find nm_test_func in $nlist" >&5 fi else echo "cannot find nm_test_var in $nlist" >&5 fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 fi else echo "$progname: failed program was:" >&5 cat conftest.$ac_ext >&5 fi rm -f conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test "$pipe_works" = yes; then break else lt_cv_sys_global_symbol_pipe= fi done fi if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then { echo "$as_me:$LINENO: result: failed" >&5 echo "${ECHO_T}failed" >&6; } else { echo "$as_me:$LINENO: result: ok" >&5 echo "${ECHO_T}ok" >&6; } fi { echo "$as_me:$LINENO: checking for objdir" >&5 echo $ECHO_N "checking for objdir... $ECHO_C" >&6; } if test "${lt_cv_objdir+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null fi { echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5 echo "${ECHO_T}$lt_cv_objdir" >&6; } objdir=$lt_cv_objdir case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. Xsed='sed -e 1s/^X//' sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' # Constants: rm="rm -f" # Global variables: default_ofile=libtool can_build_shared=yes # All known linkers require a `.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a ltmain="$ac_aux_dir/ltmain.sh" ofile="$default_ofile" with_gnu_ld="$lt_cv_prog_gnu_ld" if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. set dummy ${ac_tool_prefix}ar; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_AR+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$AR"; then ac_cv_prog_AR="$AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AR="${ac_tool_prefix}ar" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AR=$ac_cv_prog_AR if test -n "$AR"; then { echo "$as_me:$LINENO: result: $AR" >&5 echo "${ECHO_T}$AR" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi fi if test -z "$ac_cv_prog_AR"; then ac_ct_AR=$AR # Extract the first word of "ar", so it can be a program name with args. set dummy ar; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_AR+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_AR"; then ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_AR="ar" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_AR=$ac_cv_prog_ac_ct_AR if test -n "$ac_ct_AR"; then { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 echo "${ECHO_T}$ac_ct_AR" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi if test "x$ac_ct_AR" = x; then AR="false" else case $cross_compiling:$ac_tool_warned in yes:) { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; esac AR=$ac_ct_AR fi else AR="$ac_cv_prog_AR" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_RANLIB+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then { echo "$as_me:$LINENO: result: $RANLIB" >&5 echo "${ECHO_T}$RANLIB" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi fi if test -z "$ac_cv_prog_RANLIB"; then ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_RANLIB="ranlib" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 echo "${ECHO_T}$ac_ct_RANLIB" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi if test "x$ac_ct_RANLIB" = x; then RANLIB=":" else case $cross_compiling:$ac_tool_warned in yes:) { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; esac RANLIB=$ac_ct_RANLIB fi else RANLIB="$ac_cv_prog_RANLIB" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_STRIP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { echo "$as_me:$LINENO: result: $STRIP" >&5 echo "${ECHO_T}$STRIP" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_STRIP="strip" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 echo "${ECHO_T}$ac_ct_STRIP" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi old_CC="$CC" old_CFLAGS="$CFLAGS" # Set sane defaults for various variables test -z "$AR" && AR=ar test -z "$AR_FLAGS" && AR_FLAGS=cru test -z "$AS" && AS=as test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$DLLTOOL" && DLLTOOL=dlltool test -z "$LD" && LD=ld test -z "$LN_S" && LN_S="ln -s" test -z "$MAGIC_CMD" && MAGIC_CMD=file test -z "$NM" && NM=nm test -z "$SED" && SED=sed test -z "$OBJDUMP" && OBJDUMP=objdump test -z "$RANLIB" && RANLIB=: test -z "$STRIP" && STRIP=: test -z "$ac_objext" && ac_objext=o # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" ;; *) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" fi for cc_temp in $compiler""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` # Only perform the check for file, if the check method requires it case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; } if test "${lt_cv_path_MAGIC_CMD+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/${ac_tool_prefix}file; then lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org EOF fi ;; esac fi break fi done IFS="$lt_save_ifs" MAGIC_CMD="$lt_save_MAGIC_CMD" ;; esac fi MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 echo "${ECHO_T}$MAGIC_CMD" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then { echo "$as_me:$LINENO: checking for file" >&5 echo $ECHO_N "checking for file... $ECHO_C" >&6; } if test "${lt_cv_path_MAGIC_CMD+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/file; then lt_cv_path_MAGIC_CMD="$ac_dir/file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org EOF fi ;; esac fi break fi done IFS="$lt_save_ifs" MAGIC_CMD="$lt_save_MAGIC_CMD" ;; esac fi MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 echo "${ECHO_T}$MAGIC_CMD" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi else MAGIC_CMD=: fi fi fi ;; esac enable_dlopen=no enable_win32_dll=no # Check whether --enable-libtool-lock was given. if test "${enable_libtool_lock+set}" = set; then enableval=$enable_libtool_lock; fi test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes # Check whether --with-pic was given. if test "${with_pic+set}" = set; then withval=$with_pic; pic_mode="$withval" else pic_mode=default fi test -z "$pic_mode" && pic_mode=default # Use C for the default configuration in the libtool script tagname= lt_save_CC="$CC" ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o objext=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $rm conftest* ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $rm conftest* lt_prog_compiler_no_builtin_flag= if test "$GCC" = yes; then lt_prog_compiler_no_builtin_flag=' -fno-builtin' { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; } if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_cv_prog_compiler_rtti_exceptions=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-fno-rtti -fno-exceptions" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:7368: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:7372: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_rtti_exceptions=yes fi fi $rm conftest* fi { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; } if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" else : fi fi lt_prog_compiler_wl= lt_prog_compiler_pic= lt_prog_compiler_static= { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } if test "$GCC" = yes; then lt_prog_compiler_wl='-Wl,' lt_prog_compiler_static='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' fi ;; amigaos*) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries lt_prog_compiler_pic='-DDLL_EXPORT' ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic='-fno-common' ;; interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. lt_prog_compiler_can_build_shared=no enable_shared=no ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic=-Kconform_pic fi ;; hpux*) # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic='-fPIC' ;; esac ;; *) lt_prog_compiler_pic='-fPIC' ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) lt_prog_compiler_wl='-Wl,' if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' else lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' fi ;; darwin*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files case $cc_basename in xlc*) lt_prog_compiler_pic='-qnocommon' lt_prog_compiler_wl='-Wl,' ;; esac ;; mingw* | cygwin* | pw32* | os2*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_prog_compiler_pic='-DDLL_EXPORT' ;; hpux9* | hpux10* | hpux11*) lt_prog_compiler_wl='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? lt_prog_compiler_static='${wl}-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) lt_prog_compiler_wl='-Wl,' # PIC (with -KPIC) is the default. lt_prog_compiler_static='-non_shared' ;; newsos6) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; linux* | k*bsd*-gnu) case $cc_basename in icc* | ecc*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-static' ;; pgcc* | pgf77* | pgf90* | pgf95*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fpic' lt_prog_compiler_static='-Bstatic' ;; ccc*) lt_prog_compiler_wl='-Wl,' # All Alpha code is PIC. lt_prog_compiler_static='-non_shared' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='-Wl,' ;; *Sun\ F*) # Sun Fortran 8.3 passes all unrecognized flags to the linker lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='' ;; esac ;; esac ;; osf3* | osf4* | osf5*) lt_prog_compiler_wl='-Wl,' # All OSF/1 code is PIC. lt_prog_compiler_static='-non_shared' ;; rdos*) lt_prog_compiler_static='-non_shared' ;; solaris*) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' case $cc_basename in f77* | f90* | f95*) lt_prog_compiler_wl='-Qoption ld ';; *) lt_prog_compiler_wl='-Wl,';; esac ;; sunos4*) lt_prog_compiler_wl='-Qoption ld ' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec ;then lt_prog_compiler_pic='-Kconform_pic' lt_prog_compiler_static='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; unicos*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_can_build_shared=no ;; uts4*) lt_prog_compiler_pic='-pic' lt_prog_compiler_static='-Bstatic' ;; *) lt_prog_compiler_can_build_shared=no ;; esac fi { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5 echo "${ECHO_T}$lt_prog_compiler_pic" >&6; } # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic"; then { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; } if test "${lt_prog_compiler_pic_works+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_prog_compiler_pic_works=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic -DPIC" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:7658: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:7662: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_prog_compiler_pic_works=yes fi fi $rm conftest* fi { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5 echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6; } if test x"$lt_prog_compiler_pic_works" = xyes; then case $lt_prog_compiler_pic in "" | " "*) ;; *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; esac else lt_prog_compiler_pic= lt_prog_compiler_can_build_shared=no fi fi case $host_os in # For platforms which do not support PIC, -DPIC is meaningless: *djgpp*) lt_prog_compiler_pic= ;; *) lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" ;; esac # # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } if test "${lt_prog_compiler_static_works+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_prog_compiler_static_works=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $lt_tmp_static_flag" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_prog_compiler_static_works=yes fi else lt_prog_compiler_static_works=yes fi fi $rm conftest* LDFLAGS="$save_LDFLAGS" fi { echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5 echo "${ECHO_T}$lt_prog_compiler_static_works" >&6; } if test x"$lt_prog_compiler_static_works" = xyes; then : else lt_prog_compiler_static= fi { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } if test "${lt_cv_prog_compiler_c_o+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_cv_prog_compiler_c_o=no $rm -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:7762: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:7766: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes fi fi chmod u+w . 2>&5 $rm conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files $rm out/* && rmdir out cd .. rmdir conftest $rm conftest* fi { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; } hard_links="nottested" if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; } hard_links=yes $rm conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no { echo "$as_me:$LINENO: result: $hard_links" >&5 echo "${ECHO_T}$hard_links" >&6; } if test "$hard_links" = no; then { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} need_locks=warn fi else need_locks=no fi { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } runpath_var= allow_undefined_flag= enable_shared_with_static_runtimes=no archive_cmds= archive_expsym_cmds= old_archive_From_new_cmds= old_archive_from_expsyms_cmds= export_dynamic_flag_spec= whole_archive_flag_spec= thread_safe_flag_spec= hardcode_libdir_flag_spec= hardcode_libdir_flag_spec_ld= hardcode_libdir_separator= hardcode_direct=no hardcode_minus_L=no hardcode_shlibpath_var=unsupported link_all_deplibs=unknown hardcode_automatic=no module_cmds= module_expsym_cmds= always_export_symbols=no export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list include_expsyms= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ` (' and `)$', so one must not match beginning or # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', # as well as any symbol that contains `d'. exclude_expsyms="_GLOBAL_OFFSET_TABLE_" # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. extract_expsyms_cmds= # Just being paranoid about ensuring that cc_basename is set. for cc_temp in $compiler""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` case $host_os in cygwin* | mingw* | pw32*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; esac ld_shlibs=yes if test "$with_gnu_ld" = yes; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='${wl}' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir' export_dynamic_flag_spec='${wl}--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else whole_archive_flag_spec= fi supports_anon_versioning=no case `$LD -v 2>/dev/null` in *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix3* | aix4* | aix5*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then ld_shlibs=no cat <&2 *** Warning: the GNU linker, at least up to release 2.9.1, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to modify your PATH *** so that a non-GNU linker is found, and then restart. EOF fi ;; amigaos*) archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes # Samuel A. Falvo II reports # that the semantics of dynamic libraries on AmigaOS, at least up # to version 4, is to share data among multiple programs linked # with the same dynamic library. Since this doesn't match the # behavior of shared libraries on other platforms, we can't use # them. ld_shlibs=no ;; beos*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then allow_undefined_flag=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else ld_shlibs=no fi ;; cygwin* | mingw* | pw32*) # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' allow_undefined_flag=unsupported always_export_symbols=no enable_shared_with_static_runtimes=yes export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else ld_shlibs=no fi ;; interix[3-9]*) hardcode_direct=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='${wl}-rpath,$libdir' export_dynamic_flag_spec='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | k*bsd*-gnu) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then tmp_addflag= case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; *) tmp_sharedflag='-shared' ;; esac archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test $supports_anon_versioning = yes; then archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ $echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi else ld_shlibs=no fi ;; netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then ld_shlibs=no cat <&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. EOF elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib' else ld_shlibs=no fi ;; esac ;; sunos4*) archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= hardcode_direct=yes hardcode_shlibpath_var=no ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac if test "$ld_shlibs" = no; then runpath_var= hardcode_libdir_flag_spec= export_dynamic_flag_spec= whole_archive_flag_spec= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) allow_undefined_flag=unsupported always_export_symbols=yes archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported fi ;; aix4* | aix5*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm if $NM -V 2>&1 | grep 'GNU' > /dev/null; then export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' else export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[23]|aix4.[23].*|aix5*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. archive_cmds='' hardcode_direct=yes hardcode_libdir_separator=':' link_all_deplibs=yes if test "$GCC" = yes; then case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && \ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking hardcode_minus_L=yes hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_separator= fi ;; esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. always_export_symbols=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. allow_undefined_flag='-berok' # Determine the default libpath from the value encoded in an empty executable. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/ p } }' aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' allow_undefined_flag="-z nodefs" archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an empty executable. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/ p } }' aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. no_undefined_flag=' ${wl}-bernotok' allow_undefined_flag=' ${wl}-berok' # Exported symbols can be pulled into shared objects from archives whole_archive_flag_spec='$convenience' archive_cmds_need_lc=yes # This is similar to how AIX traditionally builds its shared libraries. archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; amigaos*) archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes # see comment about different semantics on the GNU ld section ld_shlibs=no ;; bsdi[45]*) export_dynamic_flag_spec=-rdynamic ;; cygwin* | mingw* | pw32*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. old_archive_From_new_cmds='true' # FIXME: Should let the user specify the lib program. old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' fix_srcfile_path='`cygpath -w "$srcfile"`' enable_shared_with_static_runtimes=yes ;; darwin* | rhapsody*) case $host_os in rhapsody* | darwin1.[012]) allow_undefined_flag='${wl}-undefined ${wl}suppress' ;; *) # Darwin 1.3 on if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' else case ${MACOSX_DEPLOYMENT_TARGET} in 10.[012]) allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup' ;; esac fi ;; esac archive_cmds_need_lc=no hardcode_direct=no hardcode_automatic=yes hardcode_shlibpath_var=unsupported whole_archive_flag_spec='' link_all_deplibs=yes if test "$GCC" = yes ; then output_verbose_link_cmd='echo' archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' else case $cc_basename in xlc*) output_verbose_link_cmd='echo' archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ;; *) ld_shlibs=no ;; esac fi ;; dgux*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; freebsd1*) ld_shlibs=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; hpux9*) if test "$GCC" = yes; then archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes export_dynamic_flag_spec='${wl}-E' ;; hpux10*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes export_dynamic_flag_spec='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes fi ;; hpux11*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then case $host_cpu in hppa*64*) archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac fi if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: case $host_cpu in hppa*64*|ia64*) hardcode_libdir_flag_spec_ld='+b $libdir' hardcode_direct=no hardcode_shlibpath_var=no ;; *) hardcode_direct=yes export_dynamic_flag_spec='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test "$GCC" = yes; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec_ld='-rpath $libdir' fi hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: link_all_deplibs=yes ;; netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; newsos6) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: hardcode_shlibpath_var=no ;; openbsd*) if test -f /usr/libexec/ld.so; then hardcode_direct=yes hardcode_shlibpath_var=no if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' hardcode_libdir_flag_spec='${wl}-rpath,$libdir' export_dynamic_flag_spec='${wl}-E' else case $host_os in openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-R$libdir' ;; *) archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ;; esac fi else ld_shlibs=no fi ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes allow_undefined_flag=unsupported archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' old_archive_From_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; osf3*) if test "$GCC" = yes; then allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' fi hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test "$GCC" = yes; then allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' fi hardcode_libdir_separator=: ;; solaris*) no_undefined_flag=' -z text' if test "$GCC" = yes; then wlarc='${wl}' archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' else wlarc='' archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' fi hardcode_libdir_flag_spec='-R$libdir' hardcode_shlibpath_var=no case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. GCC discards it without `$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test "$GCC" = yes; then whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' else whole_archive_flag_spec='-z allextract$convenience -z defaultextract' fi ;; esac link_all_deplibs=yes ;; sunos4*) if test "x$host_vendor" = xsequent; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi hardcode_libdir_flag_spec='-L$libdir' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; sysv4) case $host_vendor in sni) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' reload_cmds='$CC -r -o $output$reload_objs' hardcode_direct=no ;; motorola) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' hardcode_shlibpath_var=no ;; sysv4.3*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no export_dynamic_flag_spec='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes ld_shlibs=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag='${wl}-z,text' archive_cmds_need_lc=no hardcode_shlibpath_var=no runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. no_undefined_flag='${wl}-z,text' allow_undefined_flag='${wl}-z,nodefs' archive_cmds_need_lc=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' hardcode_libdir_separator=':' link_all_deplibs=yes export_dynamic_flag_spec='${wl}-Bexport' runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then archive_cmds='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; *) ld_shlibs=no ;; esac fi { echo "$as_me:$LINENO: result: $ld_shlibs" >&5 echo "${ECHO_T}$ld_shlibs" >&6; } test "$ld_shlibs" = no && can_build_shared=no # # Do we need to explicitly link libc? # case "x$archive_cmds_need_lc" in x|xyes) # Assume -lc should be added archive_cmds_need_lc=yes if test "$enable_shared" = yes && test "$GCC" = yes; then case $archive_cmds in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } $rm conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$lt_prog_compiler_wl pic_flag=$lt_prog_compiler_pic compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$allow_undefined_flag allow_undefined_flag= if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } then archive_cmds_need_lc=no else archive_cmds_need_lc=yes fi allow_undefined_flag=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $rm conftest* { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5 echo "${ECHO_T}$archive_cmds_need_lc" >&6; } ;; esac fi ;; esac { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" if test "$GCC" = yes; then case $host_os in darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; *) lt_awk_arg="/^libraries:/" ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'` else lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary. lt_tmp_lt_search_path_spec= lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` for lt_sys_path in $lt_search_path_spec; do if test -d "$lt_sys_path/$lt_multi_os_dir"; then lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" else test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk ' BEGIN {RS=" "; FS="/|\n";} { lt_foo=""; lt_count=0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { lt_foo="/" $lt_i lt_foo; } else { lt_count--; } } } } if (lt_foo != "") { lt_freq[lt_foo]++; } if (lt_freq[lt_foo] == 1) { print lt_foo; } }'` sys_lib_search_path_spec=`echo $lt_search_path_spec` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='${libname}${release}${shared_ext}$major' ;; aix4* | aix5*) version_type=linux need_lib_prefix=no need_version=no hardcode_into_libs=yes if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line `#! .'. This would cause the generated library to # depend on `.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[01] | aix4.[01].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then : else can_build_shared=no fi ;; esac # AIX (on Power*) has no versioning support, so currently we can not hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. if test "$aix_use_runtimelinking" = yes; then # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' else # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='${libname}${release}.a $libname.a' soname_spec='${libname}${release}${shared_ext}$major' fi shlibpath_var=LIBPATH fi ;; amigaos*) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; beos*) library_names_spec='${libname}${shared_ext}' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[45]*) version_type=linux need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32*) version_type=windows shrext_cmds=".dll" need_version=no need_lib_prefix=no case $GCC,$host_os in yes,cygwin* | yes,mingw* | yes,pw32*) library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $rm \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ;; mingw*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then # It is most probably a Windows format PATH printed by # mingw gcc, but we are running on Cygwin. Gcc prints its search # path with ; separators, and with drive letters. We can handle the # drive letters (cygwin fileutils understands them), so leave them, # especially as we might pass files found there to a mingw objdump, # which wouldn't understand a cygwinified path. Ahh. sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ;; esac ;; *) library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' ;; esac dynamic_linker='Win32 ld.exe' # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd1*) dynamic_linker=no ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[123]*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2*) shlibpath_overrides_runpath=yes ;; freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; gnu*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' if test "X$HPUX_IA64_MODE" = X32; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" fi sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555. postinstall_cmds='chmod 555 $lib' ;; interix[3-9]*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test "$lt_cv_prog_gnu_ld" = yes; then version_type=linux else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; # This must be Linux ELF. linux* | k*bsd*-gnu) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; nto-qnx*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; openbsd*) version_type=sunos sys_lib_dlsearch_path_spec="/usr/lib" need_lib_prefix=no # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. case $host_os in openbsd3.3 | openbsd3.3.*) need_version=yes ;; *) need_version=no ;; esac library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then case $host_os in openbsd2.[89] | openbsd2.[89].*) shlibpath_overrides_runpath=no ;; *) shlibpath_overrides_runpath=yes ;; esac else shlibpath_overrides_runpath=yes fi ;; os2*) libname_spec='$name' shrext_cmds=".dll" need_lib_prefix=no library_names_spec='$libname${shared_ext} $libname.a' dynamic_linker='OS/2 ld.exe' shlibpath_var=LIBPATH ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test "$with_gnu_ld" = yes; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no export_dynamic_flag_spec='${wl}-Blargedynsym' runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec ;then version_type=linux library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=freebsd-elf need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH hardcode_into_libs=yes if test "$with_gnu_ld" = yes; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' shlibpath_overrides_runpath=no else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' shlibpath_overrides_runpath=yes case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; uts4*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac { echo "$as_me:$LINENO: result: $dynamic_linker" >&5 echo "${ECHO_T}$dynamic_linker" >&6; } test "$dynamic_linker" = no && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test "$GCC" = yes; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } hardcode_action= if test -n "$hardcode_libdir_flag_spec" || \ test -n "$runpath_var" || \ test "X$hardcode_automatic" = "Xyes" ; then # We can hardcode non-existant directories. if test "$hardcode_direct" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, )" != no && test "$hardcode_minus_L" != no; then # Linking always hardcodes the temporary library directory. hardcode_action=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. hardcode_action=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. hardcode_action=unsupported fi { echo "$as_me:$LINENO: result: $hardcode_action" >&5 echo "${ECHO_T}$hardcode_action" >&6; } if test "$hardcode_action" = relink; then # Fast installation is not supported enable_fast_install=no elif test "$shlibpath_overrides_runpath" = yes || test "$enable_shared" = no; then # Fast installation is not necessary enable_fast_install=needless fi striplib= old_striplib= { echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; } if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" { echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6; } else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) if test -n "$STRIP" ; then striplib="$STRIP -x" old_striplib="$STRIP -S" { echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi ;; *) { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } ;; esac fi if test "x$enable_dlopen" != xyes; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen="load_add_on" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32*) lt_cv_dlopen="LoadLibrary" lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen="dlopen" lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } if test "${ac_cv_lib_dl_dlopen+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then ac_cv_lib_dl_dlopen=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dl_dlopen=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } if test $ac_cv_lib_dl_dlopen = yes; then lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" else lt_cv_dlopen="dyld" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes fi ;; *) { echo "$as_me:$LINENO: checking for shl_load" >&5 echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; } if test "${ac_cv_func_shl_load+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Define shl_load to an innocuous variant, in case declares shl_load. For example, HP-UX 11i declares gettimeofday. */ #define shl_load innocuous_shl_load /* System header to define __stub macros and hopefully few prototypes, which can conflict with char shl_load (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef shl_load /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char shl_load (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_shl_load || defined __stub___shl_load choke me #endif int main () { return shl_load (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then ac_cv_func_shl_load=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_shl_load=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi { echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 echo "${ECHO_T}$ac_cv_func_shl_load" >&6; } if test $ac_cv_func_shl_load = yes; then lt_cv_dlopen="shl_load" else { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; } if test "${ac_cv_lib_dld_shl_load+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char shl_load (); int main () { return shl_load (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then ac_cv_lib_dld_shl_load=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dld_shl_load=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; } if test $ac_cv_lib_dld_shl_load = yes; then lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld" else { echo "$as_me:$LINENO: checking for dlopen" >&5 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; } if test "${ac_cv_func_dlopen+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Define dlopen to an innocuous variant, in case declares dlopen. For example, HP-UX 11i declares gettimeofday. */ #define dlopen innocuous_dlopen /* System header to define __stub macros and hopefully few prototypes, which can conflict with char dlopen (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef dlopen /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_dlopen || defined __stub___dlopen choke me #endif int main () { return dlopen (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then ac_cv_func_dlopen=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_dlopen=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi { echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 echo "${ECHO_T}$ac_cv_func_dlopen" >&6; } if test $ac_cv_func_dlopen = yes; then lt_cv_dlopen="dlopen" else { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } if test "${ac_cv_lib_dl_dlopen+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then ac_cv_lib_dl_dlopen=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dl_dlopen=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } if test $ac_cv_lib_dl_dlopen = yes; then lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" else { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; } if test "${ac_cv_lib_svld_dlopen+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lsvld $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then ac_cv_lib_svld_dlopen=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_svld_dlopen=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; } if test $ac_cv_lib_svld_dlopen = yes; then lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" else { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; } if test "${ac_cv_lib_dld_dld_link+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dld_link (); int main () { return dld_link (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then ac_cv_lib_dld_dld_link=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dld_dld_link=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; } if test $ac_cv_lib_dld_dld_link = yes; then lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" fi fi fi fi fi fi ;; esac if test "x$lt_cv_dlopen" != xno; then enable_dlopen=yes else enable_dlopen=no fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS="$CPPFLAGS" test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS="$LDFLAGS" wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS="$LIBS" LIBS="$lt_cv_dlopen_libs $LIBS" { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5 echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; } if test "${lt_cv_dlopen_self+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test "$cross_compiling" = yes; then : lt_cv_dlopen_self=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif #ifdef __cplusplus extern "C" void exit (int); #endif void fnord() { int i=42;} int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; /* dlclose (self); */ } else puts (dlerror ()); exit (status); } EOF if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; esac else : # compilation failed lt_cv_dlopen_self=no fi fi rm -fr conftest* fi { echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 echo "${ECHO_T}$lt_cv_dlopen_self" >&6; } if test "x$lt_cv_dlopen_self" = xyes; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5 echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; } if test "${lt_cv_dlopen_self_static+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test "$cross_compiling" = yes; then : lt_cv_dlopen_self_static=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif #ifdef __cplusplus extern "C" void exit (int); #endif void fnord() { int i=42;} int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; /* dlclose (self); */ } else puts (dlerror ()); exit (status); } EOF if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; esac else : # compilation failed lt_cv_dlopen_self_static=no fi fi rm -fr conftest* fi { echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; } fi CPPFLAGS="$save_CPPFLAGS" LDFLAGS="$save_LDFLAGS" LIBS="$save_LIBS" ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi # Report which library types will actually be built { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; } { echo "$as_me:$LINENO: result: $can_build_shared" >&5 echo "${ECHO_T}$can_build_shared" >&6; } { echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; } test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix4* | aix5*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac { echo "$as_me:$LINENO: result: $enable_shared" >&5 echo "${ECHO_T}$enable_shared" >&6; } { echo "$as_me:$LINENO: checking whether to build static libraries" >&5 echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; } # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes { echo "$as_me:$LINENO: result: $enable_static" >&5 echo "${ECHO_T}$enable_static" >&6; } # The else clause should only fire when bootstrapping the # libtool distribution, otherwise you forgot to ship ltmain.sh # with your package, and you will get complaints that there are # no rules to generate ltmain.sh. if test -f "$ltmain"; then # See if we are running on zsh, and set the options which allow our commands through # without removal of \ escapes. if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi # Now quote all the things that may contain metacharacters while being # careful not to overquote the AC_SUBSTed values. We take copies of the # variables and quote the copies for generation of the libtool script. for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \ SED SHELL STRIP \ libname_spec library_names_spec soname_spec extract_expsyms_cmds \ old_striplib striplib file_magic_cmd finish_cmds finish_eval \ deplibs_check_method reload_flag reload_cmds need_locks \ lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ lt_cv_sys_global_symbol_to_c_name_address \ sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ old_postinstall_cmds old_postuninstall_cmds \ compiler \ CC \ LD \ lt_prog_compiler_wl \ lt_prog_compiler_pic \ lt_prog_compiler_static \ lt_prog_compiler_no_builtin_flag \ export_dynamic_flag_spec \ thread_safe_flag_spec \ whole_archive_flag_spec \ enable_shared_with_static_runtimes \ old_archive_cmds \ old_archive_from_new_cmds \ predep_objects \ postdep_objects \ predeps \ postdeps \ compiler_lib_search_path \ archive_cmds \ archive_expsym_cmds \ postinstall_cmds \ postuninstall_cmds \ old_archive_from_expsyms_cmds \ allow_undefined_flag \ no_undefined_flag \ export_symbols_cmds \ hardcode_libdir_flag_spec \ hardcode_libdir_flag_spec_ld \ hardcode_libdir_separator \ hardcode_automatic \ module_cmds \ module_expsym_cmds \ lt_cv_prog_compiler_c_o \ fix_srcfile_path \ exclude_expsyms \ include_expsyms; do case $var in old_archive_cmds | \ old_archive_from_new_cmds | \ archive_cmds | \ archive_expsym_cmds | \ module_cmds | \ module_expsym_cmds | \ old_archive_from_expsyms_cmds | \ export_symbols_cmds | \ extract_expsyms_cmds | reload_cmds | finish_cmds | \ postinstall_cmds | postuninstall_cmds | \ old_postinstall_cmds | old_postuninstall_cmds | \ sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) # Double-quote double-evaled strings. eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ;; *) eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" ;; esac done case $lt_echo in *'\$0 --fallback-echo"') lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` ;; esac cfgfile="${ofile}T" trap "$rm \"$cfgfile\"; exit 1" 1 2 15 $rm -f "$cfgfile" { echo "$as_me:$LINENO: creating $ofile" >&5 echo "$as_me: creating $ofile" >&6;} cat <<__EOF__ >> "$cfgfile" #! $SHELL # `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services. # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 # Free Software Foundation, Inc. # # This file is part of GNU Libtool: # Originally by Gordon Matzigkeit , 1996 # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # A sed program that does not truncate output. SED=$lt_SED # Sed that helps us avoid accidentally triggering echo(1) options like -n. Xsed="$SED -e 1s/^X//" # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # The names of the tagged configurations supported by this script. available_tags= # ### BEGIN LIBTOOL CONFIG # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # Shell to use when invoking shell scripts. SHELL=$lt_SHELL # Whether or not to build shared libraries. build_libtool_libs=$enable_shared # Whether or not to build static libraries. build_old_libs=$enable_static # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$archive_cmds_need_lc # Whether or not to disallow shared libs when runtime libs are static allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes # Whether or not to optimize for fast installation. fast_install=$enable_fast_install # The host system. host_alias=$host_alias host=$host host_os=$host_os # The build system. build_alias=$build_alias build=$build build_os=$build_os # An echo program that does not interpret backslashes. echo=$lt_echo # The archiver. AR=$lt_AR AR_FLAGS=$lt_AR_FLAGS # A C compiler. LTCC=$lt_LTCC # LTCC compiler flags. LTCFLAGS=$lt_LTCFLAGS # A language-specific compiler. CC=$lt_compiler # Is the compiler the GNU C compiler? with_gcc=$GCC # An ERE matcher. EGREP=$lt_EGREP # The linker used to build libraries. LD=$lt_LD # Whether we need hard or soft links. LN_S=$lt_LN_S # A BSD-compatible nm program. NM=$lt_NM # A symbol stripping program STRIP=$lt_STRIP # Used to examine libraries when file_magic_cmd begins "file" MAGIC_CMD=$MAGIC_CMD # Used on cygwin: DLL creation program. DLLTOOL="$DLLTOOL" # Used on cygwin: object dumper. OBJDUMP="$OBJDUMP" # Used on cygwin: assembler. AS="$AS" # The name of the directory that contains temporary libtool files. objdir=$objdir # How to create reloadable object files. reload_flag=$lt_reload_flag reload_cmds=$lt_reload_cmds # How to pass a linker flag through the compiler. wl=$lt_lt_prog_compiler_wl # Object file suffix (normally "o"). objext="$ac_objext" # Old archive suffix (normally "a"). libext="$libext" # Shared library suffix (normally ".so"). shrext_cmds='$shrext_cmds' # Executable file suffix (normally ""). exeext="$exeext" # Additional compiler flags for building library objects. pic_flag=$lt_lt_prog_compiler_pic pic_mode=$pic_mode # What is the maximum length of a command? max_cmd_len=$lt_cv_sys_max_cmd_len # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_lt_cv_prog_compiler_c_o # Must we lock files when doing compilation? need_locks=$lt_need_locks # Do we need the lib prefix for modules? need_lib_prefix=$need_lib_prefix # Do we need a version for libraries? need_version=$need_version # Whether dlopen is supported. dlopen_support=$enable_dlopen # Whether dlopen of programs is supported. dlopen_self=$enable_dlopen_self # Whether dlopen of statically linked programs is supported. dlopen_self_static=$enable_dlopen_self_static # Compiler flag to prevent dynamic linking. link_static_flag=$lt_lt_prog_compiler_static # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_whole_archive_flag_spec # Compiler flag to generate thread-safe objects. thread_safe_flag_spec=$lt_thread_safe_flag_spec # Library versioning type. version_type=$version_type # Format of library name prefix. libname_spec=$lt_libname_spec # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME. library_names_spec=$lt_library_names_spec # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec # Commands used to build and install an old-style archive. RANLIB=$lt_RANLIB old_archive_cmds=$lt_old_archive_cmds old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds # Commands used to build and install a shared archive. archive_cmds=$lt_archive_cmds archive_expsym_cmds=$lt_archive_expsym_cmds postinstall_cmds=$lt_postinstall_cmds postuninstall_cmds=$lt_postuninstall_cmds # Commands used to build a loadable module (assumed same as above if empty) module_cmds=$lt_module_cmds module_expsym_cmds=$lt_module_expsym_cmds # Commands to strip libraries. old_striplib=$lt_old_striplib striplib=$lt_striplib # Dependencies to place before the objects being linked to create a # shared library. predep_objects=$lt_predep_objects # Dependencies to place after the objects being linked to create a # shared library. postdep_objects=$lt_postdep_objects # Dependencies to place before the objects being linked to create a # shared library. predeps=$lt_predeps # Dependencies to place after the objects being linked to create a # shared library. postdeps=$lt_postdeps # The library search path used internally by the compiler when linking # a shared library. compiler_lib_search_path=$lt_compiler_lib_search_path # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method # Command to use when deplibs_check_method == file_magic. file_magic_cmd=$lt_file_magic_cmd # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_allow_undefined_flag # Flag that forces no undefined symbols. no_undefined_flag=$lt_no_undefined_flag # Commands used to finish a libtool library installation in a directory. finish_cmds=$lt_finish_cmds # Same as above, but a single script fragment to be evaled but not shown. finish_eval=$lt_finish_eval # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe # Transform the output of nm in a proper C declaration global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl # Transform the output of nm in a C name address pair global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address # This is the shared library runtime path variable. runpath_var=$runpath_var # This is the shared library path variable. shlibpath_var=$shlibpath_var # Is shlibpath searched before the hard-coded library search path? shlibpath_overrides_runpath=$shlibpath_overrides_runpath # How to hardcode a shared library path into an executable. hardcode_action=$hardcode_action # Whether we should hardcode library paths into libraries. hardcode_into_libs=$hardcode_into_libs # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec # If ld is used when linking, flag to hardcode \$libdir into # a binary during linking. This must work even if \$libdir does # not exist. hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld # Whether we need a single -rpath flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the # resulting binary. hardcode_direct=$hardcode_direct # Set to yes if using the -LDIR flag during linking hardcodes DIR into the # resulting binary. hardcode_minus_L=$hardcode_minus_L # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into # the resulting binary. hardcode_shlibpath_var=$hardcode_shlibpath_var # Set to yes if building a shared library automatically hardcodes DIR into the library # and all subsequent libraries and executables linked against it. hardcode_automatic=$hardcode_automatic # Variables whose values should be saved in libtool wrapper scripts and # restored at relink time. variables_saved_for_relink="$variables_saved_for_relink" # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$link_all_deplibs # Compile-time system search path for libraries sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Run-time system search path for libraries sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Fix the shell variable \$srcfile for the compiler. fix_srcfile_path=$lt_fix_srcfile_path # Set to yes if exported symbols are required. always_export_symbols=$always_export_symbols # The commands to list exported symbols. export_symbols_cmds=$lt_export_symbols_cmds # The commands to extract the exported symbol list from a shared archive. extract_expsyms_cmds=$lt_extract_expsyms_cmds # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_exclude_expsyms # Symbols that must always be exported. include_expsyms=$lt_include_expsyms # ### END LIBTOOL CONFIG __EOF__ case $host_os in aix3*) cat <<\EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi EOF ;; esac # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1) mv -f "$cfgfile" "$ofile" || \ (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" else # If there is no Makefile yet, we rely on a make rule to execute # `config.status --recheck' to rerun these tests and create the # libtool script then. ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` if test -f "$ltmain_in"; then test -f Makefile && make "$ltmain" fi fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu CC="$lt_save_CC" # Check whether --with-tags was given. if test "${with_tags+set}" = set; then withval=$with_tags; tagnames="$withval" fi if test -f "$ltmain" && test -n "$tagnames"; then if test ! -f "${ofile}"; then { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5 echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;} fi if test -z "$LTCC"; then eval "`$SHELL ${ofile} --config | grep '^LTCC='`" if test -z "$LTCC"; then { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5 echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;} else { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5 echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;} fi fi if test -z "$LTCFLAGS"; then eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`" fi # Extract list of available tagged configurations in $ofile. # Note that this assumes the entire list is on one line. available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'` lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for tagname in $tagnames; do IFS="$lt_save_ifs" # Check whether tagname contains only valid characters case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in "") ;; *) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5 echo "$as_me: error: invalid tag name: $tagname" >&2;} { (exit 1); exit 1; }; } ;; esac if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null then { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5 echo "$as_me: error: tag name \"$tagname\" already exists" >&2;} { (exit 1); exit 1; }; } fi # Update the list of available tags. if test -n "$tagname"; then echo appending configuration tag \"$tagname\" to $ofile case $tagname in CXX) if test -n "$CXX" && ( test "X$CXX" != "Xno" && ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || (test "X$CXX" != "Xg++"))) ; then ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu archive_cmds_need_lc_CXX=no allow_undefined_flag_CXX= always_export_symbols_CXX=no archive_expsym_cmds_CXX= export_dynamic_flag_spec_CXX= hardcode_direct_CXX=no hardcode_libdir_flag_spec_CXX= hardcode_libdir_flag_spec_ld_CXX= hardcode_libdir_separator_CXX= hardcode_minus_L_CXX=no hardcode_shlibpath_var_CXX=unsupported hardcode_automatic_CXX=no module_cmds_CXX= module_expsym_cmds_CXX= link_all_deplibs_CXX=unknown old_archive_cmds_CXX=$old_archive_cmds no_undefined_flag_CXX= whole_archive_flag_spec_CXX= enable_shared_with_static_runtimes_CXX=no # Dependencies to place before and after the object being linked: predep_objects_CXX= postdep_objects_CXX= predeps_CXX= postdeps_CXX= compiler_lib_search_path_CXX= # Source file extension for C++ test sources. ac_ext=cpp # Object file extension for compiled C++ test sources. objext=o objext_CXX=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(int, char *[]) { return(0); }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $rm conftest* ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $rm conftest* # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_LD=$LD lt_save_GCC=$GCC GCC=$GXX lt_save_with_gnu_ld=$with_gnu_ld lt_save_path_LD=$lt_cv_path_LD if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx else $as_unset lt_cv_prog_gnu_ld fi if test -n "${lt_cv_path_LDCXX+set}"; then lt_cv_path_LD=$lt_cv_path_LDCXX else $as_unset lt_cv_path_LD fi test -z "${LDCXX+set}" || LD=$LDCXX CC=${CXX-"c++"} compiler=$CC compiler_CXX=$CC for cc_temp in $compiler""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` # We don't want -fno-exception wen compiling C++ code, so set the # no_builtin_flag separately if test "$GXX" = yes; then lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin' else lt_prog_compiler_no_builtin_flag_CXX= fi if test "$GXX" = yes; then # Set up default GNU C++ configuration # Check whether --with-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes else with_gnu_ld=no fi ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. { echo "$as_me:$LINENO: checking for ld used by $CC" >&5 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [\\/]* | ?:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the pathname of ld ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then { echo "$as_me:$LINENO: checking for GNU ld" >&5 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; } else { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; } fi if test "${lt_cv_path_LD+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -z "$LD"; then lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &5 echo "${ECHO_T}$LD" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} { (exit 1); exit 1; }; } { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; } if test "${lt_cv_prog_gnu_ld+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else # I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 &5 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; } with_gnu_ld=$lt_cv_prog_gnu_ld # Check if GNU C++ uses GNU ld as the underlying linker, since the # archiving commands below assume that GNU ld is being used. if test "$with_gnu_ld" = yes; then archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir' export_dynamic_flag_spec_CXX='${wl}--export-dynamic' # If archive_cmds runs LD, not CC, wlarc should be empty # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to # investigate it a little bit more. (MM) wlarc='${wl}' # ancient GNU ld didn't support --whole-archive et. al. if eval "`$CC -print-prog-name=ld` --help 2>&1" | \ grep 'no-whole-archive' > /dev/null; then whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else whole_archive_flag_spec_CXX= fi else with_gnu_ld=no wlarc= # A generic and very simple default shared library creation # command for GNU C++ for the case where it uses the native # linker, instead of GNU ld. If possible, this setting should # overridden to take advantage of the native linker features on # the platform it is being used on. archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' fi # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' else GXX=no with_gnu_ld=no wlarc= fi # PORTME: fill in a description of your system's C++ link characteristics { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } ld_shlibs_CXX=yes case $host_os in aix3*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; aix4* | aix5*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[23]|aix4.[23].*|aix5*) for ld_flag in $LDFLAGS; do case $ld_flag in *-brtl*) aix_use_runtimelinking=yes break ;; esac done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. archive_cmds_CXX='' hardcode_direct_CXX=yes hardcode_libdir_separator_CXX=':' link_all_deplibs_CXX=yes if test "$GXX" = yes; then case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && \ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct_CXX=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking hardcode_minus_L_CXX=yes hardcode_libdir_flag_spec_CXX='-L$libdir' hardcode_libdir_separator_CXX= fi ;; esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. always_export_symbols_CXX=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. allow_undefined_flag_CXX='-berok' # Determine the default libpath from the value encoded in an empty executable. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/ p } }' aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib' allow_undefined_flag_CXX="-z nodefs" archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an empty executable. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/ p } }' aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. no_undefined_flag_CXX=' ${wl}-bernotok' allow_undefined_flag_CXX=' ${wl}-berok' # Exported symbols can be pulled into shared objects from archives whole_archive_flag_spec_CXX='$convenience' archive_cmds_need_lc_CXX=yes # This is similar to how AIX traditionally builds its shared libraries. archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; beos*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then allow_undefined_flag_CXX=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else ld_shlibs_CXX=no fi ;; chorus*) case $cc_basename in *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac ;; cygwin* | mingw* | pw32*) # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec_CXX='-L$libdir' allow_undefined_flag_CXX=unsupported always_export_symbols_CXX=no enable_shared_with_static_runtimes_CXX=yes if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else ld_shlibs_CXX=no fi ;; darwin* | rhapsody*) case $host_os in rhapsody* | darwin1.[012]) allow_undefined_flag_CXX='${wl}-undefined ${wl}suppress' ;; *) # Darwin 1.3 on if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' else case ${MACOSX_DEPLOYMENT_TARGET} in 10.[012]) allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) allow_undefined_flag_CXX='${wl}-undefined ${wl}dynamic_lookup' ;; esac fi ;; esac archive_cmds_need_lc_CXX=no hardcode_direct_CXX=no hardcode_automatic_CXX=yes hardcode_shlibpath_var_CXX=unsupported whole_archive_flag_spec_CXX='' link_all_deplibs_CXX=yes if test "$GXX" = yes ; then lt_int_apple_cc_single_mod=no output_verbose_link_cmd='echo' if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then lt_int_apple_cc_single_mod=yes fi if test "X$lt_int_apple_cc_single_mod" = Xyes ; then archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' else archive_cmds_CXX='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' fi module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds if test "X$lt_int_apple_cc_single_mod" = Xyes ; then archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' else archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' fi module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' else case $cc_basename in xlc*) output_verbose_link_cmd='echo' archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ;; *) ld_shlibs_CXX=no ;; esac fi ;; dgux*) case $cc_basename in ec++*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; ghcx*) # Green Hills C++ Compiler # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac ;; freebsd[12]*) # C++ shared libraries reported to be fairly broken before switch to ELF ld_shlibs_CXX=no ;; freebsd-elf*) archive_cmds_need_lc_CXX=no ;; freebsd* | dragonfly*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions ld_shlibs_CXX=yes ;; gnu*) ;; hpux9*) hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' hardcode_libdir_separator_CXX=: export_dynamic_flag_spec_CXX='${wl}-E' hardcode_direct_CXX=yes hardcode_minus_L_CXX=yes # Not in the search PATH, # but as the default # location of the library. case $cc_basename in CC*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; aCC*) archive_cmds_CXX='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ;; *) if test "$GXX" = yes; then archive_cmds_CXX='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else # FIXME: insert proper C++ library support ld_shlibs_CXX=no fi ;; esac ;; hpux10*|hpux11*) if test $with_gnu_ld = no; then hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' hardcode_libdir_separator_CXX=: case $host_cpu in hppa*64*|ia64*) ;; *) export_dynamic_flag_spec_CXX='${wl}-E' ;; esac fi case $host_cpu in hppa*64*|ia64*) hardcode_direct_CXX=no hardcode_shlibpath_var_CXX=no ;; *) hardcode_direct_CXX=yes hardcode_minus_L_CXX=yes # Not in the search PATH, # but as the default # location of the library. ;; esac case $cc_basename in CC*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; aCC*) case $host_cpu in hppa*64*) archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ;; *) if test "$GXX" = yes; then if test $with_gnu_ld = no; then case $host_cpu in hppa*64*) archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac fi else # FIXME: insert proper C++ library support ld_shlibs_CXX=no fi ;; esac ;; interix[3-9]*) hardcode_direct_CXX=no hardcode_shlibpath_var_CXX=no hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' export_dynamic_flag_spec_CXX='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; irix5* | irix6*) case $cc_basename in CC*) # SGI C++ archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' # Archives containing C++ object files must be created using # "CC -ar", where "CC" is the IRIX C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs' ;; *) if test "$GXX" = yes; then if test "$with_gnu_ld" = no; then archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib' fi fi link_all_deplibs_CXX=yes ;; esac hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator_CXX=: ;; linux* | k*bsd*-gnu) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' hardcode_libdir_flag_spec_CXX='${wl}--rpath,$libdir' export_dynamic_flag_spec_CXX='${wl}--export-dynamic' # Archives containing C++ object files must be created using # "CC -Bstatic", where "CC" is the KAI C++ compiler. old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;; icpc*) # Intel C++ with_gnu_ld=yes # version 8.0 and above of icpc choke on multiply defined symbols # if we add $predep_objects and $postdep_objects, however 7.1 and # earlier do not add the objects themselves. case `$CC -V 2>&1` in *"Version 7."*) archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 8.0 or newer tmp_idyn= case $host_cpu in ia64*) tmp_idyn=' -i_dynamic';; esac archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ;; esac archive_cmds_need_lc_CXX=no hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' export_dynamic_flag_spec_CXX='${wl}--export-dynamic' whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive' ;; pgCC*) # Portland Group C++ compiler archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir' export_dynamic_flag_spec_CXX='${wl}--export-dynamic' whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' ;; cxx*) # Compaq C++ archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec_CXX='-rpath $libdir' hardcode_libdir_separator_CXX=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 no_undefined_flag_CXX=' -zdefs' archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' hardcode_libdir_flag_spec_CXX='-R$libdir' whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' # Not sure whether something based on # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 # would be better. output_verbose_link_cmd='echo' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs' ;; esac ;; esac ;; lynxos*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; m88k*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; mvs*) case $cc_basename in cxx*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac ;; netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' wlarc= hardcode_libdir_flag_spec_CXX='-R$libdir' hardcode_direct_CXX=yes hardcode_shlibpath_var_CXX=no fi # Workaround some broken pre-1.5 toolchains output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' ;; openbsd2*) # C++ shared libraries are fairly broken ld_shlibs_CXX=no ;; openbsd*) if test -f /usr/libexec/ld.so; then hardcode_direct_CXX=yes hardcode_shlibpath_var_CXX=no archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' export_dynamic_flag_spec_CXX='${wl}-E' whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' fi output_verbose_link_cmd='echo' else ld_shlibs_CXX=no fi ;; osf3*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' hardcode_libdir_separator_CXX=: # Archives containing C++ object files must be created using # "CC -Bstatic", where "CC" is the KAI C++ compiler. old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;; RCC*) # Rational C++ 2.4.1 # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; cxx*) allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator_CXX=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ;; *) if test "$GXX" = yes && test "$with_gnu_ld" = no; then allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator_CXX=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' else # FIXME: insert proper C++ library support ld_shlibs_CXX=no fi ;; esac ;; osf4* | osf5*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' hardcode_libdir_separator_CXX=: # Archives containing C++ object files must be created using # the KAI C++ compiler. old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;; RCC*) # Rational C++ 2.4.1 # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; cxx*) allow_undefined_flag_CXX=' -expect_unresolved \*' archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ echo "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~ $rm $lib.exp' hardcode_libdir_flag_spec_CXX='-rpath $libdir' hardcode_libdir_separator_CXX=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ;; *) if test "$GXX" = yes && test "$with_gnu_ld" = no; then allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator_CXX=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' else # FIXME: insert proper C++ library support ld_shlibs_CXX=no fi ;; esac ;; psos*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; lcc*) # Lucid # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac ;; solaris*) case $cc_basename in CC*) # Sun C++ 4.2, 5.x and Centerline C++ archive_cmds_need_lc_CXX=yes no_undefined_flag_CXX=' -zdefs' archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' hardcode_libdir_flag_spec_CXX='-R$libdir' hardcode_shlibpath_var_CXX=no case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. # Supported since Solaris 2.6 (maybe 2.5.1?) whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract' ;; esac link_all_deplibs_CXX=yes output_verbose_link_cmd='echo' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs' ;; gcx*) # Green Hills C++ Compiler archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' # The C++ compiler must be used to create the archive. old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs' ;; *) # GNU C++ compiler with Solaris linker if test "$GXX" = yes && test "$with_gnu_ld" = no; then no_undefined_flag_CXX=' ${wl}-z ${wl}defs' if $CC --version | grep -v '^2\.7' > /dev/null; then archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" else # g++ 2.7 appears to require `-G' NOT `-shared' on this # platform. archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" fi hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir' case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' ;; esac fi ;; esac ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag_CXX='${wl}-z,text' archive_cmds_need_lc_CXX=no hardcode_shlibpath_var_CXX=no runpath_var='LD_RUN_PATH' case $cc_basename in CC*) archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. # For security reasons, it is highly recommended that you always # use absolute paths for naming shared libraries, and exclude the # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. # So that behaviour is only enabled if SCOABSPATH is set to a # non-empty value in the environment. Most likely only useful for # creating official distributions of packages. # This is a hack until libtool officially supports absolute path # names for shared libraries. no_undefined_flag_CXX='${wl}-z,text' allow_undefined_flag_CXX='${wl}-z,nodefs' archive_cmds_need_lc_CXX=no hardcode_shlibpath_var_CXX=no hardcode_libdir_flag_spec_CXX='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' hardcode_libdir_separator_CXX=':' link_all_deplibs_CXX=yes export_dynamic_flag_spec_CXX='${wl}-Bexport' runpath_var='LD_RUN_PATH' case $cc_basename in CC*) archive_cmds_CXX='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds_CXX='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac ;; vxworks*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac { echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 echo "${ECHO_T}$ld_shlibs_CXX" >&6; } test "$ld_shlibs_CXX" = no && can_build_shared=no GCC_CXX="$GXX" LD_CXX="$LD" cat > conftest.$ac_ext <&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # Parse the compiler output and extract the necessary # objects, libraries and library flags. # Sentinel used to keep track of whether or not we are before # the conftest object file. pre_test_object_deps_done=no # The `*' in the case matches for architectures that use `case' in # $output_verbose_cmd can trigger glob expansion during the loop # eval without this substitution. output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"` for p in `eval $output_verbose_link_cmd`; do case $p in -L* | -R* | -l*) # Some compilers place space between "-{L,R}" and the path. # Remove the space. if test $p = "-L" \ || test $p = "-R"; then prev=$p continue else prev= fi if test "$pre_test_object_deps_done" = no; then case $p in -L* | -R*) # Internal compiler library paths should come after those # provided the user. The postdeps already come after the # user supplied libs so there is no need to process them. if test -z "$compiler_lib_search_path_CXX"; then compiler_lib_search_path_CXX="${prev}${p}" else compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}" fi ;; # The "-l" case would never come before the object being # linked, so don't bother handling this case. esac else if test -z "$postdeps_CXX"; then postdeps_CXX="${prev}${p}" else postdeps_CXX="${postdeps_CXX} ${prev}${p}" fi fi ;; *.$objext) # This assumes that the test object file only shows up # once in the compiler output. if test "$p" = "conftest.$objext"; then pre_test_object_deps_done=yes continue fi if test "$pre_test_object_deps_done" = no; then if test -z "$predep_objects_CXX"; then predep_objects_CXX="$p" else predep_objects_CXX="$predep_objects_CXX $p" fi else if test -z "$postdep_objects_CXX"; then postdep_objects_CXX="$p" else postdep_objects_CXX="$postdep_objects_CXX $p" fi fi ;; *) ;; # Ignore the rest. esac done # Clean up. rm -f a.out a.exe else echo "libtool.m4: error: problem compiling CXX test program" fi $rm -f confest.$objext # PORTME: override above test on systems where it is broken case $host_os in interix[3-9]*) # Interix 3.5 installs completely hosed .la files for C++, so rather than # hack all around it, let's just trust "g++" to DTRT. predep_objects_CXX= postdep_objects_CXX= postdeps_CXX= ;; linux*) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 # # The more standards-conforming stlport4 library is # incompatible with the Cstd library. Avoid specifying # it if it's in CXXFLAGS. Ignore libCrun as # -library=stlport4 depends on it. case " $CXX $CXXFLAGS " in *" -library=stlport4 "*) solaris_use_stlport4=yes ;; esac if test "$solaris_use_stlport4" != yes; then postdeps_CXX='-library=Cstd -library=Crun' fi ;; esac ;; solaris*) case $cc_basename in CC*) # The more standards-conforming stlport4 library is # incompatible with the Cstd library. Avoid specifying # it if it's in CXXFLAGS. Ignore libCrun as # -library=stlport4 depends on it. case " $CXX $CXXFLAGS " in *" -library=stlport4 "*) solaris_use_stlport4=yes ;; esac # Adding this requires a known-good setup of shared libraries for # Sun compiler versions before 5.6, else PIC objects from an old # archive will be linked into the output, leading to subtle bugs. if test "$solaris_use_stlport4" != yes; then postdeps_CXX='-library=Cstd -library=Crun' fi ;; esac ;; esac case " $postdeps_CXX " in *" -lc "*) archive_cmds_need_lc_CXX=no ;; esac lt_prog_compiler_wl_CXX= lt_prog_compiler_pic_CXX= lt_prog_compiler_static_CXX= { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } # C++ specific cases for pic, static, wl, etc. if test "$GXX" = yes; then lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_static_CXX='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static_CXX='-Bstatic' fi ;; amigaos*) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4' ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | os2* | pw32*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries lt_prog_compiler_pic_CXX='-DDLL_EXPORT' ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic_CXX='-fno-common' ;; *djgpp*) # DJGPP does not support shared libraries at all lt_prog_compiler_pic_CXX= ;; interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic_CXX=-Kconform_pic fi ;; hpux*) # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) ;; *) lt_prog_compiler_pic_CXX='-fPIC' ;; esac ;; *) lt_prog_compiler_pic_CXX='-fPIC' ;; esac else case $host_os in aix4* | aix5*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static_CXX='-Bstatic' else lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp' fi ;; chorus*) case $cc_basename in cxch68*) # Green Hills C++ Compiler # _LT_AC_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" ;; esac ;; darwin*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files case $cc_basename in xlc*) lt_prog_compiler_pic_CXX='-qnocommon' lt_prog_compiler_wl_CXX='-Wl,' ;; esac ;; dgux*) case $cc_basename in ec++*) lt_prog_compiler_pic_CXX='-KPIC' ;; ghcx*) # Green Hills C++ Compiler lt_prog_compiler_pic_CXX='-pic' ;; *) ;; esac ;; freebsd* | dragonfly*) # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) case $cc_basename in CC*) lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_static_CXX='${wl}-a ${wl}archive' if test "$host_cpu" != ia64; then lt_prog_compiler_pic_CXX='+Z' fi ;; aCC*) lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_static_CXX='${wl}-a ${wl}archive' case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic_CXX='+Z' ;; esac ;; *) ;; esac ;; interix*) # This is c89, which is MS Visual C++ (no shared libs) # Anyone wants to do a port? ;; irix5* | irix6* | nonstopux*) case $cc_basename in CC*) lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_static_CXX='-non_shared' # CC pic flag -KPIC is the default. ;; *) ;; esac ;; linux* | k*bsd*-gnu) case $cc_basename in KCC*) # KAI C++ Compiler lt_prog_compiler_wl_CXX='--backend -Wl,' lt_prog_compiler_pic_CXX='-fPIC' ;; icpc* | ecpc*) # Intel C++ lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_pic_CXX='-KPIC' lt_prog_compiler_static_CXX='-static' ;; pgCC*) # Portland Group C++ compiler. lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_pic_CXX='-fpic' lt_prog_compiler_static_CXX='-Bstatic' ;; cxx*) # Compaq C++ # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. lt_prog_compiler_pic_CXX= lt_prog_compiler_static_CXX='-non_shared' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 lt_prog_compiler_pic_CXX='-KPIC' lt_prog_compiler_static_CXX='-Bstatic' lt_prog_compiler_wl_CXX='-Qoption ld ' ;; esac ;; esac ;; lynxos*) ;; m88k*) ;; mvs*) case $cc_basename in cxx*) lt_prog_compiler_pic_CXX='-W c,exportall' ;; *) ;; esac ;; netbsd*) ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) lt_prog_compiler_wl_CXX='--backend -Wl,' ;; RCC*) # Rational C++ 2.4.1 lt_prog_compiler_pic_CXX='-pic' ;; cxx*) # Digital/Compaq C++ lt_prog_compiler_wl_CXX='-Wl,' # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. lt_prog_compiler_pic_CXX= lt_prog_compiler_static_CXX='-non_shared' ;; *) ;; esac ;; psos*) ;; solaris*) case $cc_basename in CC*) # Sun C++ 4.2, 5.x and Centerline C++ lt_prog_compiler_pic_CXX='-KPIC' lt_prog_compiler_static_CXX='-Bstatic' lt_prog_compiler_wl_CXX='-Qoption ld ' ;; gcx*) # Green Hills C++ Compiler lt_prog_compiler_pic_CXX='-PIC' ;; *) ;; esac ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x lt_prog_compiler_pic_CXX='-pic' lt_prog_compiler_static_CXX='-Bstatic' ;; lcc*) # Lucid lt_prog_compiler_pic_CXX='-pic' ;; *) ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 lt_prog_compiler_pic_CXX='-KPIC' ;; *) ;; esac ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) case $cc_basename in CC*) lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_pic_CXX='-KPIC' lt_prog_compiler_static_CXX='-Bstatic' ;; esac ;; vxworks*) ;; *) lt_prog_compiler_can_build_shared_CXX=no ;; esac fi { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5 echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; } # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic_CXX"; then { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; } if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_prog_compiler_pic_works_CXX=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:12633: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:12637: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_prog_compiler_pic_works_CXX=yes fi fi $rm conftest* fi { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5 echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6; } if test x"$lt_prog_compiler_pic_works_CXX" = xyes; then case $lt_prog_compiler_pic_CXX in "" | " "*) ;; *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;; esac else lt_prog_compiler_pic_CXX= lt_prog_compiler_can_build_shared_CXX=no fi fi case $host_os in # For platforms which do not support PIC, -DPIC is meaningless: *djgpp*) lt_prog_compiler_pic_CXX= ;; *) lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC" ;; esac # # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\" { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } if test "${lt_prog_compiler_static_works_CXX+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_prog_compiler_static_works_CXX=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $lt_tmp_static_flag" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_prog_compiler_static_works_CXX=yes fi else lt_prog_compiler_static_works_CXX=yes fi fi $rm conftest* LDFLAGS="$save_LDFLAGS" fi { echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_CXX" >&5 echo "${ECHO_T}$lt_prog_compiler_static_works_CXX" >&6; } if test x"$lt_prog_compiler_static_works_CXX" = xyes; then : else lt_prog_compiler_static_CXX= fi { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_cv_prog_compiler_c_o_CXX=no $rm -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:12737: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:12741: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o_CXX=yes fi fi chmod u+w . 2>&5 $rm conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files $rm out/* && rmdir out cd .. rmdir conftest $rm conftest* fi { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5 echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; } hard_links="nottested" if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; } hard_links=yes $rm conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no { echo "$as_me:$LINENO: result: $hard_links" >&5 echo "${ECHO_T}$hard_links" >&6; } if test "$hard_links" = no; then { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} need_locks=warn fi else need_locks=no fi { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' case $host_os in aix4* | aix5*) # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm if $NM -V 2>&1 | grep 'GNU' > /dev/null; then export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' else export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' fi ;; pw32*) export_symbols_cmds_CXX="$ltdll_cmds" ;; cygwin* | mingw*) export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' ;; *) export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; esac { echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 echo "${ECHO_T}$ld_shlibs_CXX" >&6; } test "$ld_shlibs_CXX" = no && can_build_shared=no # # Do we need to explicitly link libc? # case "x$archive_cmds_need_lc_CXX" in x|xyes) # Assume -lc should be added archive_cmds_need_lc_CXX=yes if test "$enable_shared" = yes && test "$GCC" = yes; then case $archive_cmds_CXX in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } $rm conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$lt_prog_compiler_wl_CXX pic_flag=$lt_prog_compiler_pic_CXX compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$allow_undefined_flag_CXX allow_undefined_flag_CXX= if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } then archive_cmds_need_lc_CXX=no else archive_cmds_need_lc_CXX=yes fi allow_undefined_flag_CXX=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $rm conftest* { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5 echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6; } ;; esac fi ;; esac { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='${libname}${release}${shared_ext}$major' ;; aix4* | aix5*) version_type=linux need_lib_prefix=no need_version=no hardcode_into_libs=yes if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line `#! .'. This would cause the generated library to # depend on `.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[01] | aix4.[01].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then : else can_build_shared=no fi ;; esac # AIX (on Power*) has no versioning support, so currently we can not hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. if test "$aix_use_runtimelinking" = yes; then # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' else # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='${libname}${release}.a $libname.a' soname_spec='${libname}${release}${shared_ext}$major' fi shlibpath_var=LIBPATH fi ;; amigaos*) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; beos*) library_names_spec='${libname}${shared_ext}' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[45]*) version_type=linux need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32*) version_type=windows shrext_cmds=".dll" need_version=no need_lib_prefix=no case $GCC,$host_os in yes,cygwin* | yes,mingw* | yes,pw32*) library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $rm \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ;; mingw*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then # It is most probably a Windows format PATH printed by # mingw gcc, but we are running on Cygwin. Gcc prints its search # path with ; separators, and with drive letters. We can handle the # drive letters (cygwin fileutils understands them), so leave them, # especially as we might pass files found there to a mingw objdump, # which wouldn't understand a cygwinified path. Ahh. sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ;; esac ;; *) library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' ;; esac dynamic_linker='Win32 ld.exe' # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd1*) dynamic_linker=no ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[123]*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2*) shlibpath_overrides_runpath=yes ;; freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; gnu*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' if test "X$HPUX_IA64_MODE" = X32; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" fi sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555. postinstall_cmds='chmod 555 $lib' ;; interix[3-9]*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test "$lt_cv_prog_gnu_ld" = yes; then version_type=linux else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; # This must be Linux ELF. linux* | k*bsd*-gnu) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; nto-qnx*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; openbsd*) version_type=sunos sys_lib_dlsearch_path_spec="/usr/lib" need_lib_prefix=no # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. case $host_os in openbsd3.3 | openbsd3.3.*) need_version=yes ;; *) need_version=no ;; esac library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then case $host_os in openbsd2.[89] | openbsd2.[89].*) shlibpath_overrides_runpath=no ;; *) shlibpath_overrides_runpath=yes ;; esac else shlibpath_overrides_runpath=yes fi ;; os2*) libname_spec='$name' shrext_cmds=".dll" need_lib_prefix=no library_names_spec='$libname${shared_ext} $libname.a' dynamic_linker='OS/2 ld.exe' shlibpath_var=LIBPATH ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test "$with_gnu_ld" = yes; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no export_dynamic_flag_spec='${wl}-Blargedynsym' runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec ;then version_type=linux library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=freebsd-elf need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH hardcode_into_libs=yes if test "$with_gnu_ld" = yes; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' shlibpath_overrides_runpath=no else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' shlibpath_overrides_runpath=yes case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; uts4*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac { echo "$as_me:$LINENO: result: $dynamic_linker" >&5 echo "${ECHO_T}$dynamic_linker" >&6; } test "$dynamic_linker" = no && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test "$GCC" = yes; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } hardcode_action_CXX= if test -n "$hardcode_libdir_flag_spec_CXX" || \ test -n "$runpath_var_CXX" || \ test "X$hardcode_automatic_CXX" = "Xyes" ; then # We can hardcode non-existant directories. if test "$hardcode_direct_CXX" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, CXX)" != no && test "$hardcode_minus_L_CXX" != no; then # Linking always hardcodes the temporary library directory. hardcode_action_CXX=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. hardcode_action_CXX=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. hardcode_action_CXX=unsupported fi { echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5 echo "${ECHO_T}$hardcode_action_CXX" >&6; } if test "$hardcode_action_CXX" = relink; then # Fast installation is not supported enable_fast_install=no elif test "$shlibpath_overrides_runpath" = yes || test "$enable_shared" = no; then # Fast installation is not necessary enable_fast_install=needless fi # The else clause should only fire when bootstrapping the # libtool distribution, otherwise you forgot to ship ltmain.sh # with your package, and you will get complaints that there are # no rules to generate ltmain.sh. if test -f "$ltmain"; then # See if we are running on zsh, and set the options which allow our commands through # without removal of \ escapes. if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi # Now quote all the things that may contain metacharacters while being # careful not to overquote the AC_SUBSTed values. We take copies of the # variables and quote the copies for generation of the libtool script. for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \ SED SHELL STRIP \ libname_spec library_names_spec soname_spec extract_expsyms_cmds \ old_striplib striplib file_magic_cmd finish_cmds finish_eval \ deplibs_check_method reload_flag reload_cmds need_locks \ lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ lt_cv_sys_global_symbol_to_c_name_address \ sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ old_postinstall_cmds old_postuninstall_cmds \ compiler_CXX \ CC_CXX \ LD_CXX \ lt_prog_compiler_wl_CXX \ lt_prog_compiler_pic_CXX \ lt_prog_compiler_static_CXX \ lt_prog_compiler_no_builtin_flag_CXX \ export_dynamic_flag_spec_CXX \ thread_safe_flag_spec_CXX \ whole_archive_flag_spec_CXX \ enable_shared_with_static_runtimes_CXX \ old_archive_cmds_CXX \ old_archive_from_new_cmds_CXX \ predep_objects_CXX \ postdep_objects_CXX \ predeps_CXX \ postdeps_CXX \ compiler_lib_search_path_CXX \ archive_cmds_CXX \ archive_expsym_cmds_CXX \ postinstall_cmds_CXX \ postuninstall_cmds_CXX \ old_archive_from_expsyms_cmds_CXX \ allow_undefined_flag_CXX \ no_undefined_flag_CXX \ export_symbols_cmds_CXX \ hardcode_libdir_flag_spec_CXX \ hardcode_libdir_flag_spec_ld_CXX \ hardcode_libdir_separator_CXX \ hardcode_automatic_CXX \ module_cmds_CXX \ module_expsym_cmds_CXX \ lt_cv_prog_compiler_c_o_CXX \ fix_srcfile_path_CXX \ exclude_expsyms_CXX \ include_expsyms_CXX; do case $var in old_archive_cmds_CXX | \ old_archive_from_new_cmds_CXX | \ archive_cmds_CXX | \ archive_expsym_cmds_CXX | \ module_cmds_CXX | \ module_expsym_cmds_CXX | \ old_archive_from_expsyms_cmds_CXX | \ export_symbols_cmds_CXX | \ extract_expsyms_cmds | reload_cmds | finish_cmds | \ postinstall_cmds | postuninstall_cmds | \ old_postinstall_cmds | old_postuninstall_cmds | \ sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) # Double-quote double-evaled strings. eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ;; *) eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" ;; esac done case $lt_echo in *'\$0 --fallback-echo"') lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` ;; esac cfgfile="$ofile" cat <<__EOF__ >> "$cfgfile" # ### BEGIN LIBTOOL TAG CONFIG: $tagname # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # Shell to use when invoking shell scripts. SHELL=$lt_SHELL # Whether or not to build shared libraries. build_libtool_libs=$enable_shared # Whether or not to build static libraries. build_old_libs=$enable_static # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$archive_cmds_need_lc_CXX # Whether or not to disallow shared libs when runtime libs are static allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX # Whether or not to optimize for fast installation. fast_install=$enable_fast_install # The host system. host_alias=$host_alias host=$host host_os=$host_os # The build system. build_alias=$build_alias build=$build build_os=$build_os # An echo program that does not interpret backslashes. echo=$lt_echo # The archiver. AR=$lt_AR AR_FLAGS=$lt_AR_FLAGS # A C compiler. LTCC=$lt_LTCC # LTCC compiler flags. LTCFLAGS=$lt_LTCFLAGS # A language-specific compiler. CC=$lt_compiler_CXX # Is the compiler the GNU C compiler? with_gcc=$GCC_CXX # An ERE matcher. EGREP=$lt_EGREP # The linker used to build libraries. LD=$lt_LD_CXX # Whether we need hard or soft links. LN_S=$lt_LN_S # A BSD-compatible nm program. NM=$lt_NM # A symbol stripping program STRIP=$lt_STRIP # Used to examine libraries when file_magic_cmd begins "file" MAGIC_CMD=$MAGIC_CMD # Used on cygwin: DLL creation program. DLLTOOL="$DLLTOOL" # Used on cygwin: object dumper. OBJDUMP="$OBJDUMP" # Used on cygwin: assembler. AS="$AS" # The name of the directory that contains temporary libtool files. objdir=$objdir # How to create reloadable object files. reload_flag=$lt_reload_flag reload_cmds=$lt_reload_cmds # How to pass a linker flag through the compiler. wl=$lt_lt_prog_compiler_wl_CXX # Object file suffix (normally "o"). objext="$ac_objext" # Old archive suffix (normally "a"). libext="$libext" # Shared library suffix (normally ".so"). shrext_cmds='$shrext_cmds' # Executable file suffix (normally ""). exeext="$exeext" # Additional compiler flags for building library objects. pic_flag=$lt_lt_prog_compiler_pic_CXX pic_mode=$pic_mode # What is the maximum length of a command? max_cmd_len=$lt_cv_sys_max_cmd_len # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX # Must we lock files when doing compilation? need_locks=$lt_need_locks # Do we need the lib prefix for modules? need_lib_prefix=$need_lib_prefix # Do we need a version for libraries? need_version=$need_version # Whether dlopen is supported. dlopen_support=$enable_dlopen # Whether dlopen of programs is supported. dlopen_self=$enable_dlopen_self # Whether dlopen of statically linked programs is supported. dlopen_self_static=$enable_dlopen_self_static # Compiler flag to prevent dynamic linking. link_static_flag=$lt_lt_prog_compiler_static_CXX # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX # Compiler flag to generate thread-safe objects. thread_safe_flag_spec=$lt_thread_safe_flag_spec_CXX # Library versioning type. version_type=$version_type # Format of library name prefix. libname_spec=$lt_libname_spec # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME. library_names_spec=$lt_library_names_spec # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec # Commands used to build and install an old-style archive. RANLIB=$lt_RANLIB old_archive_cmds=$lt_old_archive_cmds_CXX old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX # Commands used to build and install a shared archive. archive_cmds=$lt_archive_cmds_CXX archive_expsym_cmds=$lt_archive_expsym_cmds_CXX postinstall_cmds=$lt_postinstall_cmds postuninstall_cmds=$lt_postuninstall_cmds # Commands used to build a loadable module (assumed same as above if empty) module_cmds=$lt_module_cmds_CXX module_expsym_cmds=$lt_module_expsym_cmds_CXX # Commands to strip libraries. old_striplib=$lt_old_striplib striplib=$lt_striplib # Dependencies to place before the objects being linked to create a # shared library. predep_objects=$lt_predep_objects_CXX # Dependencies to place after the objects being linked to create a # shared library. postdep_objects=$lt_postdep_objects_CXX # Dependencies to place before the objects being linked to create a # shared library. predeps=$lt_predeps_CXX # Dependencies to place after the objects being linked to create a # shared library. postdeps=$lt_postdeps_CXX # The library search path used internally by the compiler when linking # a shared library. compiler_lib_search_path=$lt_compiler_lib_search_path_CXX # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method # Command to use when deplibs_check_method == file_magic. file_magic_cmd=$lt_file_magic_cmd # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_allow_undefined_flag_CXX # Flag that forces no undefined symbols. no_undefined_flag=$lt_no_undefined_flag_CXX # Commands used to finish a libtool library installation in a directory. finish_cmds=$lt_finish_cmds # Same as above, but a single script fragment to be evaled but not shown. finish_eval=$lt_finish_eval # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe # Transform the output of nm in a proper C declaration global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl # Transform the output of nm in a C name address pair global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address # This is the shared library runtime path variable. runpath_var=$runpath_var # This is the shared library path variable. shlibpath_var=$shlibpath_var # Is shlibpath searched before the hard-coded library search path? shlibpath_overrides_runpath=$shlibpath_overrides_runpath # How to hardcode a shared library path into an executable. hardcode_action=$hardcode_action_CXX # Whether we should hardcode library paths into libraries. hardcode_into_libs=$hardcode_into_libs # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX # If ld is used when linking, flag to hardcode \$libdir into # a binary during linking. This must work even if \$libdir does # not exist. hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX # Whether we need a single -rpath flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the # resulting binary. hardcode_direct=$hardcode_direct_CXX # Set to yes if using the -LDIR flag during linking hardcodes DIR into the # resulting binary. hardcode_minus_L=$hardcode_minus_L_CXX # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into # the resulting binary. hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX # Set to yes if building a shared library automatically hardcodes DIR into the library # and all subsequent libraries and executables linked against it. hardcode_automatic=$hardcode_automatic_CXX # Variables whose values should be saved in libtool wrapper scripts and # restored at relink time. variables_saved_for_relink="$variables_saved_for_relink" # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$link_all_deplibs_CXX # Compile-time system search path for libraries sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Run-time system search path for libraries sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Fix the shell variable \$srcfile for the compiler. fix_srcfile_path=$lt_fix_srcfile_path # Set to yes if exported symbols are required. always_export_symbols=$always_export_symbols_CXX # The commands to list exported symbols. export_symbols_cmds=$lt_export_symbols_cmds_CXX # The commands to extract the exported symbol list from a shared archive. extract_expsyms_cmds=$lt_extract_expsyms_cmds # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_exclude_expsyms_CXX # Symbols that must always be exported. include_expsyms=$lt_include_expsyms_CXX # ### END LIBTOOL TAG CONFIG: $tagname __EOF__ else # If there is no Makefile yet, we rely on a make rule to execute # `config.status --recheck' to rerun these tests and create the # libtool script then. ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` if test -f "$ltmain_in"; then test -f Makefile && make "$ltmain" fi fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu CC=$lt_save_CC LDCXX=$LD LD=$lt_save_LD GCC=$lt_save_GCC with_gnu_ldcxx=$with_gnu_ld with_gnu_ld=$lt_save_with_gnu_ld lt_cv_path_LDCXX=$lt_cv_path_LD lt_cv_path_LD=$lt_save_path_LD lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld else tagname="" fi ;; F77) if test -n "$F77" && test "X$F77" != "Xno"; then ac_ext=f ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_f77_compiler_gnu archive_cmds_need_lc_F77=no allow_undefined_flag_F77= always_export_symbols_F77=no archive_expsym_cmds_F77= export_dynamic_flag_spec_F77= hardcode_direct_F77=no hardcode_libdir_flag_spec_F77= hardcode_libdir_flag_spec_ld_F77= hardcode_libdir_separator_F77= hardcode_minus_L_F77=no hardcode_automatic_F77=no module_cmds_F77= module_expsym_cmds_F77= link_all_deplibs_F77=unknown old_archive_cmds_F77=$old_archive_cmds no_undefined_flag_F77= whole_archive_flag_spec_F77= enable_shared_with_static_runtimes_F77=no # Source file extension for f77 test sources. ac_ext=f # Object file extension for compiled f77 test sources. objext=o objext_F77=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t return end " # Code to be used in simple link tests lt_simple_link_test_code="\ program t end " # ltmain only uses $CC for tagged configurations so make sure $CC is set. # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $rm conftest* ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $rm conftest* # Allow CC to be a program name with arguments. lt_save_CC="$CC" CC=${F77-"f77"} compiler=$CC compiler_F77=$CC for cc_temp in $compiler""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; } { echo "$as_me:$LINENO: result: $can_build_shared" >&5 echo "${ECHO_T}$can_build_shared" >&6; } { echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; } test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix4* | aix5*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac { echo "$as_me:$LINENO: result: $enable_shared" >&5 echo "${ECHO_T}$enable_shared" >&6; } { echo "$as_me:$LINENO: checking whether to build static libraries" >&5 echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; } # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes { echo "$as_me:$LINENO: result: $enable_static" >&5 echo "${ECHO_T}$enable_static" >&6; } GCC_F77="$G77" LD_F77="$LD" lt_prog_compiler_wl_F77= lt_prog_compiler_pic_F77= lt_prog_compiler_static_F77= { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } if test "$GCC" = yes; then lt_prog_compiler_wl_F77='-Wl,' lt_prog_compiler_static_F77='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static_F77='-Bstatic' fi ;; amigaos*) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. lt_prog_compiler_pic_F77='-m68020 -resident32 -malways-restore-a4' ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries lt_prog_compiler_pic_F77='-DDLL_EXPORT' ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic_F77='-fno-common' ;; interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. lt_prog_compiler_can_build_shared_F77=no enable_shared=no ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic_F77=-Kconform_pic fi ;; hpux*) # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic_F77='-fPIC' ;; esac ;; *) lt_prog_compiler_pic_F77='-fPIC' ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) lt_prog_compiler_wl_F77='-Wl,' if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static_F77='-Bstatic' else lt_prog_compiler_static_F77='-bnso -bI:/lib/syscalls.exp' fi ;; darwin*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files case $cc_basename in xlc*) lt_prog_compiler_pic_F77='-qnocommon' lt_prog_compiler_wl_F77='-Wl,' ;; esac ;; mingw* | cygwin* | pw32* | os2*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_prog_compiler_pic_F77='-DDLL_EXPORT' ;; hpux9* | hpux10* | hpux11*) lt_prog_compiler_wl_F77='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic_F77='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? lt_prog_compiler_static_F77='${wl}-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) lt_prog_compiler_wl_F77='-Wl,' # PIC (with -KPIC) is the default. lt_prog_compiler_static_F77='-non_shared' ;; newsos6) lt_prog_compiler_pic_F77='-KPIC' lt_prog_compiler_static_F77='-Bstatic' ;; linux* | k*bsd*-gnu) case $cc_basename in icc* | ecc*) lt_prog_compiler_wl_F77='-Wl,' lt_prog_compiler_pic_F77='-KPIC' lt_prog_compiler_static_F77='-static' ;; pgcc* | pgf77* | pgf90* | pgf95*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) lt_prog_compiler_wl_F77='-Wl,' lt_prog_compiler_pic_F77='-fpic' lt_prog_compiler_static_F77='-Bstatic' ;; ccc*) lt_prog_compiler_wl_F77='-Wl,' # All Alpha code is PIC. lt_prog_compiler_static_F77='-non_shared' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 lt_prog_compiler_pic_F77='-KPIC' lt_prog_compiler_static_F77='-Bstatic' lt_prog_compiler_wl_F77='-Wl,' ;; *Sun\ F*) # Sun Fortran 8.3 passes all unrecognized flags to the linker lt_prog_compiler_pic_F77='-KPIC' lt_prog_compiler_static_F77='-Bstatic' lt_prog_compiler_wl_F77='' ;; esac ;; esac ;; osf3* | osf4* | osf5*) lt_prog_compiler_wl_F77='-Wl,' # All OSF/1 code is PIC. lt_prog_compiler_static_F77='-non_shared' ;; rdos*) lt_prog_compiler_static_F77='-non_shared' ;; solaris*) lt_prog_compiler_pic_F77='-KPIC' lt_prog_compiler_static_F77='-Bstatic' case $cc_basename in f77* | f90* | f95*) lt_prog_compiler_wl_F77='-Qoption ld ';; *) lt_prog_compiler_wl_F77='-Wl,';; esac ;; sunos4*) lt_prog_compiler_wl_F77='-Qoption ld ' lt_prog_compiler_pic_F77='-PIC' lt_prog_compiler_static_F77='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) lt_prog_compiler_wl_F77='-Wl,' lt_prog_compiler_pic_F77='-KPIC' lt_prog_compiler_static_F77='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec ;then lt_prog_compiler_pic_F77='-Kconform_pic' lt_prog_compiler_static_F77='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) lt_prog_compiler_wl_F77='-Wl,' lt_prog_compiler_pic_F77='-KPIC' lt_prog_compiler_static_F77='-Bstatic' ;; unicos*) lt_prog_compiler_wl_F77='-Wl,' lt_prog_compiler_can_build_shared_F77=no ;; uts4*) lt_prog_compiler_pic_F77='-pic' lt_prog_compiler_static_F77='-Bstatic' ;; *) lt_prog_compiler_can_build_shared_F77=no ;; esac fi { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5 echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6; } # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic_F77"; then { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6; } if test "${lt_prog_compiler_pic_works_F77+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_prog_compiler_pic_works_F77=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic_F77" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:14301: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:14305: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_prog_compiler_pic_works_F77=yes fi fi $rm conftest* fi { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5 echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6; } if test x"$lt_prog_compiler_pic_works_F77" = xyes; then case $lt_prog_compiler_pic_F77 in "" | " "*) ;; *) lt_prog_compiler_pic_F77=" $lt_prog_compiler_pic_F77" ;; esac else lt_prog_compiler_pic_F77= lt_prog_compiler_can_build_shared_F77=no fi fi case $host_os in # For platforms which do not support PIC, -DPIC is meaningless: *djgpp*) lt_prog_compiler_pic_F77= ;; *) lt_prog_compiler_pic_F77="$lt_prog_compiler_pic_F77" ;; esac # # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_static_F77\" { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } if test "${lt_prog_compiler_static_works_F77+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_prog_compiler_static_works_F77=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $lt_tmp_static_flag" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_prog_compiler_static_works_F77=yes fi else lt_prog_compiler_static_works_F77=yes fi fi $rm conftest* LDFLAGS="$save_LDFLAGS" fi { echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_F77" >&5 echo "${ECHO_T}$lt_prog_compiler_static_works_F77" >&6; } if test x"$lt_prog_compiler_static_works_F77" = xyes; then : else lt_prog_compiler_static_F77= fi { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_cv_prog_compiler_c_o_F77=no $rm -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:14405: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:14409: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o_F77=yes fi fi chmod u+w . 2>&5 $rm conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files $rm out/* && rmdir out cd .. rmdir conftest $rm conftest* fi { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5 echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6; } hard_links="nottested" if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; } hard_links=yes $rm conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no { echo "$as_me:$LINENO: result: $hard_links" >&5 echo "${ECHO_T}$hard_links" >&6; } if test "$hard_links" = no; then { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} need_locks=warn fi else need_locks=no fi { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } runpath_var= allow_undefined_flag_F77= enable_shared_with_static_runtimes_F77=no archive_cmds_F77= archive_expsym_cmds_F77= old_archive_From_new_cmds_F77= old_archive_from_expsyms_cmds_F77= export_dynamic_flag_spec_F77= whole_archive_flag_spec_F77= thread_safe_flag_spec_F77= hardcode_libdir_flag_spec_F77= hardcode_libdir_flag_spec_ld_F77= hardcode_libdir_separator_F77= hardcode_direct_F77=no hardcode_minus_L_F77=no hardcode_shlibpath_var_F77=unsupported link_all_deplibs_F77=unknown hardcode_automatic_F77=no module_cmds_F77= module_expsym_cmds_F77= always_export_symbols_F77=no export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list include_expsyms_F77= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ` (' and `)$', so one must not match beginning or # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', # as well as any symbol that contains `d'. exclude_expsyms_F77="_GLOBAL_OFFSET_TABLE_" # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. extract_expsyms_cmds= # Just being paranoid about ensuring that cc_basename is set. for cc_temp in $compiler""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` case $host_os in cygwin* | mingw* | pw32*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; esac ld_shlibs_F77=yes if test "$with_gnu_ld" = yes; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='${wl}' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec_F77='${wl}--rpath ${wl}$libdir' export_dynamic_flag_spec_F77='${wl}--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then whole_archive_flag_spec_F77="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else whole_archive_flag_spec_F77= fi supports_anon_versioning=no case `$LD -v 2>/dev/null` in *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix3* | aix4* | aix5*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then ld_shlibs_F77=no cat <&2 *** Warning: the GNU linker, at least up to release 2.9.1, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to modify your PATH *** so that a non-GNU linker is found, and then restart. EOF fi ;; amigaos*) archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec_F77='-L$libdir' hardcode_minus_L_F77=yes # Samuel A. Falvo II reports # that the semantics of dynamic libraries on AmigaOS, at least up # to version 4, is to share data among multiple programs linked # with the same dynamic library. Since this doesn't match the # behavior of shared libraries on other platforms, we can't use # them. ld_shlibs_F77=no ;; beos*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then allow_undefined_flag_F77=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME archive_cmds_F77='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else ld_shlibs_F77=no fi ;; cygwin* | mingw* | pw32*) # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, F77) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec_F77='-L$libdir' allow_undefined_flag_F77=unsupported always_export_symbols_F77=no enable_shared_with_static_runtimes_F77=yes export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else ld_shlibs_F77=no fi ;; interix[3-9]*) hardcode_direct_F77=no hardcode_shlibpath_var_F77=no hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' export_dynamic_flag_spec_F77='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. archive_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' archive_expsym_cmds_F77='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | k*bsd*-gnu) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then tmp_addflag= case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 whole_archive_flag_spec_F77='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; *) tmp_sharedflag='-shared' ;; esac archive_cmds_F77='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test $supports_anon_versioning = yes; then archive_expsym_cmds_F77='$echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ $echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi else ld_shlibs_F77=no fi ;; netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then ld_shlibs_F77=no cat <&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. EOF elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs_F77=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ld_shlibs_F77=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib' archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib' else ld_shlibs_F77=no fi ;; esac ;; sunos4*) archive_cmds_F77='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= hardcode_direct_F77=yes hardcode_shlibpath_var_F77=no ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs_F77=no fi ;; esac if test "$ld_shlibs_F77" = no; then runpath_var= hardcode_libdir_flag_spec_F77= export_dynamic_flag_spec_F77= whole_archive_flag_spec_F77= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) allow_undefined_flag_F77=unsupported always_export_symbols_F77=yes archive_expsym_cmds_F77='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L_F77=yes if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct_F77=unsupported fi ;; aix4* | aix5*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm if $NM -V 2>&1 | grep 'GNU' > /dev/null; then export_symbols_cmds_F77='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' else export_symbols_cmds_F77='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[23]|aix4.[23].*|aix5*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. archive_cmds_F77='' hardcode_direct_F77=yes hardcode_libdir_separator_F77=':' link_all_deplibs_F77=yes if test "$GCC" = yes; then case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && \ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct_F77=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking hardcode_minus_L_F77=yes hardcode_libdir_flag_spec_F77='-L$libdir' hardcode_libdir_separator_F77= fi ;; esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. always_export_symbols_F77=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. allow_undefined_flag_F77='-berok' # Determine the default libpath from the value encoded in an empty executable. cat >conftest.$ac_ext <<_ACEOF program main end _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_f77_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/ p } }' aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath" archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec_F77='${wl}-R $libdir:/usr/lib:/lib' allow_undefined_flag_F77="-z nodefs" archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an empty executable. cat >conftest.$ac_ext <<_ACEOF program main end _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_f77_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/ p } }' aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. no_undefined_flag_F77=' ${wl}-bernotok' allow_undefined_flag_F77=' ${wl}-berok' # Exported symbols can be pulled into shared objects from archives whole_archive_flag_spec_F77='$convenience' archive_cmds_need_lc_F77=yes # This is similar to how AIX traditionally builds its shared libraries. archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; amigaos*) archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec_F77='-L$libdir' hardcode_minus_L_F77=yes # see comment about different semantics on the GNU ld section ld_shlibs_F77=no ;; bsdi[45]*) export_dynamic_flag_spec_F77=-rdynamic ;; cygwin* | mingw* | pw32*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec_F77=' ' allow_undefined_flag_F77=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. old_archive_From_new_cmds_F77='true' # FIXME: Should let the user specify the lib program. old_archive_cmds_F77='lib -OUT:$oldlib$oldobjs$old_deplibs' fix_srcfile_path_F77='`cygpath -w "$srcfile"`' enable_shared_with_static_runtimes_F77=yes ;; darwin* | rhapsody*) case $host_os in rhapsody* | darwin1.[012]) allow_undefined_flag_F77='${wl}-undefined ${wl}suppress' ;; *) # Darwin 1.3 on if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' else case ${MACOSX_DEPLOYMENT_TARGET} in 10.[012]) allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) allow_undefined_flag_F77='${wl}-undefined ${wl}dynamic_lookup' ;; esac fi ;; esac archive_cmds_need_lc_F77=no hardcode_direct_F77=no hardcode_automatic_F77=yes hardcode_shlibpath_var_F77=unsupported whole_archive_flag_spec_F77='' link_all_deplibs_F77=yes if test "$GCC" = yes ; then output_verbose_link_cmd='echo' archive_cmds_F77='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' else case $cc_basename in xlc*) output_verbose_link_cmd='echo' archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ;; *) ld_shlibs_F77=no ;; esac fi ;; dgux*) archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec_F77='-L$libdir' hardcode_shlibpath_var_F77=no ;; freebsd1*) ld_shlibs_F77=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' hardcode_libdir_flag_spec_F77='-R$libdir' hardcode_direct_F77=yes hardcode_shlibpath_var_F77=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2*) archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_direct_F77=yes hardcode_minus_L_F77=yes hardcode_shlibpath_var_F77=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec_F77='-R$libdir' hardcode_direct_F77=yes hardcode_shlibpath_var_F77=no ;; hpux9*) if test "$GCC" = yes; then archive_cmds_F77='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else archive_cmds_F77='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir' hardcode_libdir_separator_F77=: hardcode_direct_F77=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L_F77=yes export_dynamic_flag_spec_F77='${wl}-E' ;; hpux10*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds_F77='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir' hardcode_libdir_separator_F77=: hardcode_direct_F77=yes export_dynamic_flag_spec_F77='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L_F77=yes fi ;; hpux11*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then case $host_cpu in hppa*64*) archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac fi if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir' hardcode_libdir_separator_F77=: case $host_cpu in hppa*64*|ia64*) hardcode_libdir_flag_spec_ld_F77='+b $libdir' hardcode_direct_F77=no hardcode_shlibpath_var_F77=no ;; *) hardcode_direct_F77=yes export_dynamic_flag_spec_F77='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L_F77=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test "$GCC" = yes; then archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec_ld_F77='-rpath $libdir' fi hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator_F77=: link_all_deplibs_F77=yes ;; netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else archive_cmds_F77='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi hardcode_libdir_flag_spec_F77='-R$libdir' hardcode_direct_F77=yes hardcode_shlibpath_var_F77=no ;; newsos6) archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct_F77=yes hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator_F77=: hardcode_shlibpath_var_F77=no ;; openbsd*) if test -f /usr/libexec/ld.so; then hardcode_direct_F77=yes hardcode_shlibpath_var_F77=no if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' export_dynamic_flag_spec_F77='${wl}-E' else case $host_os in openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec_F77='-R$libdir' ;; *) archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' ;; esac fi else ld_shlibs_F77=no fi ;; os2*) hardcode_libdir_flag_spec_F77='-L$libdir' hardcode_minus_L_F77=yes allow_undefined_flag_F77=unsupported archive_cmds_F77='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' old_archive_From_new_cmds_F77='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; osf3*) if test "$GCC" = yes; then allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*' archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else allow_undefined_flag_F77=' -expect_unresolved \*' archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' fi hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator_F77=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test "$GCC" = yes; then allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*' archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' else allow_undefined_flag_F77=' -expect_unresolved \*' archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec_F77='-rpath $libdir' fi hardcode_libdir_separator_F77=: ;; solaris*) no_undefined_flag_F77=' -z text' if test "$GCC" = yes; then wlarc='${wl}' archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' else wlarc='' archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' fi hardcode_libdir_flag_spec_F77='-R$libdir' hardcode_shlibpath_var_F77=no case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. GCC discards it without `$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test "$GCC" = yes; then whole_archive_flag_spec_F77='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' else whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' fi ;; esac link_all_deplibs_F77=yes ;; sunos4*) if test "x$host_vendor" = xsequent; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. archive_cmds_F77='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds_F77='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi hardcode_libdir_flag_spec_F77='-L$libdir' hardcode_direct_F77=yes hardcode_minus_L_F77=yes hardcode_shlibpath_var_F77=no ;; sysv4) case $host_vendor in sni) archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct_F77=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags' reload_cmds_F77='$CC -r -o $output$reload_objs' hardcode_direct_F77=no ;; motorola) archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct_F77=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' hardcode_shlibpath_var_F77=no ;; sysv4.3*) archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var_F77=no export_dynamic_flag_spec_F77='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var_F77=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes ld_shlibs_F77=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag_F77='${wl}-z,text' archive_cmds_need_lc_F77=no hardcode_shlibpath_var_F77=no runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then archive_cmds_F77='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds_F77='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. no_undefined_flag_F77='${wl}-z,text' allow_undefined_flag_F77='${wl}-z,nodefs' archive_cmds_need_lc_F77=no hardcode_shlibpath_var_F77=no hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' hardcode_libdir_separator_F77=':' link_all_deplibs_F77=yes export_dynamic_flag_spec_F77='${wl}-Bexport' runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then archive_cmds_F77='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds_F77='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec_F77='-L$libdir' hardcode_shlibpath_var_F77=no ;; *) ld_shlibs_F77=no ;; esac fi { echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5 echo "${ECHO_T}$ld_shlibs_F77" >&6; } test "$ld_shlibs_F77" = no && can_build_shared=no # # Do we need to explicitly link libc? # case "x$archive_cmds_need_lc_F77" in x|xyes) # Assume -lc should be added archive_cmds_need_lc_F77=yes if test "$enable_shared" = yes && test "$GCC" = yes; then case $archive_cmds_F77 in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } $rm conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$lt_prog_compiler_wl_F77 pic_flag=$lt_prog_compiler_pic_F77 compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$allow_undefined_flag_F77 allow_undefined_flag_F77= if { (eval echo "$as_me:$LINENO: \"$archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 (eval $archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } then archive_cmds_need_lc_F77=no else archive_cmds_need_lc_F77=yes fi allow_undefined_flag_F77=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $rm conftest* { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5 echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6; } ;; esac fi ;; esac { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='${libname}${release}${shared_ext}$major' ;; aix4* | aix5*) version_type=linux need_lib_prefix=no need_version=no hardcode_into_libs=yes if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line `#! .'. This would cause the generated library to # depend on `.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[01] | aix4.[01].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then : else can_build_shared=no fi ;; esac # AIX (on Power*) has no versioning support, so currently we can not hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. if test "$aix_use_runtimelinking" = yes; then # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' else # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='${libname}${release}.a $libname.a' soname_spec='${libname}${release}${shared_ext}$major' fi shlibpath_var=LIBPATH fi ;; amigaos*) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; beos*) library_names_spec='${libname}${shared_ext}' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[45]*) version_type=linux need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32*) version_type=windows shrext_cmds=".dll" need_version=no need_lib_prefix=no case $GCC,$host_os in yes,cygwin* | yes,mingw* | yes,pw32*) library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $rm \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ;; mingw*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then # It is most probably a Windows format PATH printed by # mingw gcc, but we are running on Cygwin. Gcc prints its search # path with ; separators, and with drive letters. We can handle the # drive letters (cygwin fileutils understands them), so leave them, # especially as we might pass files found there to a mingw objdump, # which wouldn't understand a cygwinified path. Ahh. sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ;; esac ;; *) library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' ;; esac dynamic_linker='Win32 ld.exe' # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd1*) dynamic_linker=no ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[123]*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2*) shlibpath_overrides_runpath=yes ;; freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; gnu*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' if test "X$HPUX_IA64_MODE" = X32; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" fi sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555. postinstall_cmds='chmod 555 $lib' ;; interix[3-9]*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test "$lt_cv_prog_gnu_ld" = yes; then version_type=linux else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; # This must be Linux ELF. linux* | k*bsd*-gnu) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; nto-qnx*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; openbsd*) version_type=sunos sys_lib_dlsearch_path_spec="/usr/lib" need_lib_prefix=no # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. case $host_os in openbsd3.3 | openbsd3.3.*) need_version=yes ;; *) need_version=no ;; esac library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then case $host_os in openbsd2.[89] | openbsd2.[89].*) shlibpath_overrides_runpath=no ;; *) shlibpath_overrides_runpath=yes ;; esac else shlibpath_overrides_runpath=yes fi ;; os2*) libname_spec='$name' shrext_cmds=".dll" need_lib_prefix=no library_names_spec='$libname${shared_ext} $libname.a' dynamic_linker='OS/2 ld.exe' shlibpath_var=LIBPATH ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test "$with_gnu_ld" = yes; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no export_dynamic_flag_spec='${wl}-Blargedynsym' runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec ;then version_type=linux library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=freebsd-elf need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH hardcode_into_libs=yes if test "$with_gnu_ld" = yes; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' shlibpath_overrides_runpath=no else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' shlibpath_overrides_runpath=yes case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; uts4*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac { echo "$as_me:$LINENO: result: $dynamic_linker" >&5 echo "${ECHO_T}$dynamic_linker" >&6; } test "$dynamic_linker" = no && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test "$GCC" = yes; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } hardcode_action_F77= if test -n "$hardcode_libdir_flag_spec_F77" || \ test -n "$runpath_var_F77" || \ test "X$hardcode_automatic_F77" = "Xyes" ; then # We can hardcode non-existant directories. if test "$hardcode_direct_F77" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, F77)" != no && test "$hardcode_minus_L_F77" != no; then # Linking always hardcodes the temporary library directory. hardcode_action_F77=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. hardcode_action_F77=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. hardcode_action_F77=unsupported fi { echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5 echo "${ECHO_T}$hardcode_action_F77" >&6; } if test "$hardcode_action_F77" = relink; then # Fast installation is not supported enable_fast_install=no elif test "$shlibpath_overrides_runpath" = yes || test "$enable_shared" = no; then # Fast installation is not necessary enable_fast_install=needless fi # The else clause should only fire when bootstrapping the # libtool distribution, otherwise you forgot to ship ltmain.sh # with your package, and you will get complaints that there are # no rules to generate ltmain.sh. if test -f "$ltmain"; then # See if we are running on zsh, and set the options which allow our commands through # without removal of \ escapes. if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi # Now quote all the things that may contain metacharacters while being # careful not to overquote the AC_SUBSTed values. We take copies of the # variables and quote the copies for generation of the libtool script. for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \ SED SHELL STRIP \ libname_spec library_names_spec soname_spec extract_expsyms_cmds \ old_striplib striplib file_magic_cmd finish_cmds finish_eval \ deplibs_check_method reload_flag reload_cmds need_locks \ lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ lt_cv_sys_global_symbol_to_c_name_address \ sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ old_postinstall_cmds old_postuninstall_cmds \ compiler_F77 \ CC_F77 \ LD_F77 \ lt_prog_compiler_wl_F77 \ lt_prog_compiler_pic_F77 \ lt_prog_compiler_static_F77 \ lt_prog_compiler_no_builtin_flag_F77 \ export_dynamic_flag_spec_F77 \ thread_safe_flag_spec_F77 \ whole_archive_flag_spec_F77 \ enable_shared_with_static_runtimes_F77 \ old_archive_cmds_F77 \ old_archive_from_new_cmds_F77 \ predep_objects_F77 \ postdep_objects_F77 \ predeps_F77 \ postdeps_F77 \ compiler_lib_search_path_F77 \ archive_cmds_F77 \ archive_expsym_cmds_F77 \ postinstall_cmds_F77 \ postuninstall_cmds_F77 \ old_archive_from_expsyms_cmds_F77 \ allow_undefined_flag_F77 \ no_undefined_flag_F77 \ export_symbols_cmds_F77 \ hardcode_libdir_flag_spec_F77 \ hardcode_libdir_flag_spec_ld_F77 \ hardcode_libdir_separator_F77 \ hardcode_automatic_F77 \ module_cmds_F77 \ module_expsym_cmds_F77 \ lt_cv_prog_compiler_c_o_F77 \ fix_srcfile_path_F77 \ exclude_expsyms_F77 \ include_expsyms_F77; do case $var in old_archive_cmds_F77 | \ old_archive_from_new_cmds_F77 | \ archive_cmds_F77 | \ archive_expsym_cmds_F77 | \ module_cmds_F77 | \ module_expsym_cmds_F77 | \ old_archive_from_expsyms_cmds_F77 | \ export_symbols_cmds_F77 | \ extract_expsyms_cmds | reload_cmds | finish_cmds | \ postinstall_cmds | postuninstall_cmds | \ old_postinstall_cmds | old_postuninstall_cmds | \ sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) # Double-quote double-evaled strings. eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ;; *) eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" ;; esac done case $lt_echo in *'\$0 --fallback-echo"') lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` ;; esac cfgfile="$ofile" cat <<__EOF__ >> "$cfgfile" # ### BEGIN LIBTOOL TAG CONFIG: $tagname # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # Shell to use when invoking shell scripts. SHELL=$lt_SHELL # Whether or not to build shared libraries. build_libtool_libs=$enable_shared # Whether or not to build static libraries. build_old_libs=$enable_static # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$archive_cmds_need_lc_F77 # Whether or not to disallow shared libs when runtime libs are static allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_F77 # Whether or not to optimize for fast installation. fast_install=$enable_fast_install # The host system. host_alias=$host_alias host=$host host_os=$host_os # The build system. build_alias=$build_alias build=$build build_os=$build_os # An echo program that does not interpret backslashes. echo=$lt_echo # The archiver. AR=$lt_AR AR_FLAGS=$lt_AR_FLAGS # A C compiler. LTCC=$lt_LTCC # LTCC compiler flags. LTCFLAGS=$lt_LTCFLAGS # A language-specific compiler. CC=$lt_compiler_F77 # Is the compiler the GNU C compiler? with_gcc=$GCC_F77 # An ERE matcher. EGREP=$lt_EGREP # The linker used to build libraries. LD=$lt_LD_F77 # Whether we need hard or soft links. LN_S=$lt_LN_S # A BSD-compatible nm program. NM=$lt_NM # A symbol stripping program STRIP=$lt_STRIP # Used to examine libraries when file_magic_cmd begins "file" MAGIC_CMD=$MAGIC_CMD # Used on cygwin: DLL creation program. DLLTOOL="$DLLTOOL" # Used on cygwin: object dumper. OBJDUMP="$OBJDUMP" # Used on cygwin: assembler. AS="$AS" # The name of the directory that contains temporary libtool files. objdir=$objdir # How to create reloadable object files. reload_flag=$lt_reload_flag reload_cmds=$lt_reload_cmds # How to pass a linker flag through the compiler. wl=$lt_lt_prog_compiler_wl_F77 # Object file suffix (normally "o"). objext="$ac_objext" # Old archive suffix (normally "a"). libext="$libext" # Shared library suffix (normally ".so"). shrext_cmds='$shrext_cmds' # Executable file suffix (normally ""). exeext="$exeext" # Additional compiler flags for building library objects. pic_flag=$lt_lt_prog_compiler_pic_F77 pic_mode=$pic_mode # What is the maximum length of a command? max_cmd_len=$lt_cv_sys_max_cmd_len # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_lt_cv_prog_compiler_c_o_F77 # Must we lock files when doing compilation? need_locks=$lt_need_locks # Do we need the lib prefix for modules? need_lib_prefix=$need_lib_prefix # Do we need a version for libraries? need_version=$need_version # Whether dlopen is supported. dlopen_support=$enable_dlopen # Whether dlopen of programs is supported. dlopen_self=$enable_dlopen_self # Whether dlopen of statically linked programs is supported. dlopen_self_static=$enable_dlopen_self_static # Compiler flag to prevent dynamic linking. link_static_flag=$lt_lt_prog_compiler_static_F77 # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_F77 # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_F77 # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_whole_archive_flag_spec_F77 # Compiler flag to generate thread-safe objects. thread_safe_flag_spec=$lt_thread_safe_flag_spec_F77 # Library versioning type. version_type=$version_type # Format of library name prefix. libname_spec=$lt_libname_spec # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME. library_names_spec=$lt_library_names_spec # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec # Commands used to build and install an old-style archive. RANLIB=$lt_RANLIB old_archive_cmds=$lt_old_archive_cmds_F77 old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_F77 # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_F77 # Commands used to build and install a shared archive. archive_cmds=$lt_archive_cmds_F77 archive_expsym_cmds=$lt_archive_expsym_cmds_F77 postinstall_cmds=$lt_postinstall_cmds postuninstall_cmds=$lt_postuninstall_cmds # Commands used to build a loadable module (assumed same as above if empty) module_cmds=$lt_module_cmds_F77 module_expsym_cmds=$lt_module_expsym_cmds_F77 # Commands to strip libraries. old_striplib=$lt_old_striplib striplib=$lt_striplib # Dependencies to place before the objects being linked to create a # shared library. predep_objects=$lt_predep_objects_F77 # Dependencies to place after the objects being linked to create a # shared library. postdep_objects=$lt_postdep_objects_F77 # Dependencies to place before the objects being linked to create a # shared library. predeps=$lt_predeps_F77 # Dependencies to place after the objects being linked to create a # shared library. postdeps=$lt_postdeps_F77 # The library search path used internally by the compiler when linking # a shared library. compiler_lib_search_path=$lt_compiler_lib_search_path_F77 # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method # Command to use when deplibs_check_method == file_magic. file_magic_cmd=$lt_file_magic_cmd # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_allow_undefined_flag_F77 # Flag that forces no undefined symbols. no_undefined_flag=$lt_no_undefined_flag_F77 # Commands used to finish a libtool library installation in a directory. finish_cmds=$lt_finish_cmds # Same as above, but a single script fragment to be evaled but not shown. finish_eval=$lt_finish_eval # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe # Transform the output of nm in a proper C declaration global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl # Transform the output of nm in a C name address pair global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address # This is the shared library runtime path variable. runpath_var=$runpath_var # This is the shared library path variable. shlibpath_var=$shlibpath_var # Is shlibpath searched before the hard-coded library search path? shlibpath_overrides_runpath=$shlibpath_overrides_runpath # How to hardcode a shared library path into an executable. hardcode_action=$hardcode_action_F77 # Whether we should hardcode library paths into libraries. hardcode_into_libs=$hardcode_into_libs # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_F77 # If ld is used when linking, flag to hardcode \$libdir into # a binary during linking. This must work even if \$libdir does # not exist. hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_F77 # Whether we need a single -rpath flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator_F77 # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the # resulting binary. hardcode_direct=$hardcode_direct_F77 # Set to yes if using the -LDIR flag during linking hardcodes DIR into the # resulting binary. hardcode_minus_L=$hardcode_minus_L_F77 # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into # the resulting binary. hardcode_shlibpath_var=$hardcode_shlibpath_var_F77 # Set to yes if building a shared library automatically hardcodes DIR into the library # and all subsequent libraries and executables linked against it. hardcode_automatic=$hardcode_automatic_F77 # Variables whose values should be saved in libtool wrapper scripts and # restored at relink time. variables_saved_for_relink="$variables_saved_for_relink" # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$link_all_deplibs_F77 # Compile-time system search path for libraries sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Run-time system search path for libraries sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Fix the shell variable \$srcfile for the compiler. fix_srcfile_path=$lt_fix_srcfile_path # Set to yes if exported symbols are required. always_export_symbols=$always_export_symbols_F77 # The commands to list exported symbols. export_symbols_cmds=$lt_export_symbols_cmds_F77 # The commands to extract the exported symbol list from a shared archive. extract_expsyms_cmds=$lt_extract_expsyms_cmds # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_exclude_expsyms_F77 # Symbols that must always be exported. include_expsyms=$lt_include_expsyms_F77 # ### END LIBTOOL TAG CONFIG: $tagname __EOF__ else # If there is no Makefile yet, we rely on a make rule to execute # `config.status --recheck' to rerun these tests and create the # libtool script then. ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` if test -f "$ltmain_in"; then test -f Makefile && make "$ltmain" fi fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu CC="$lt_save_CC" else tagname="" fi ;; GCJ) if test -n "$GCJ" && test "X$GCJ" != "Xno"; then # Source file extension for Java test sources. ac_ext=java # Object file extension for compiled Java test sources. objext=o objext_GCJ=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="class foo {}" # Code to be used in simple link tests lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $rm conftest* ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $rm conftest* # Allow CC to be a program name with arguments. lt_save_CC="$CC" CC=${GCJ-"gcj"} compiler=$CC compiler_GCJ=$CC for cc_temp in $compiler""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` # GCJ did not exist at the time GCC didn't implicitly link libc in. archive_cmds_need_lc_GCJ=no old_archive_cmds_GCJ=$old_archive_cmds lt_prog_compiler_no_builtin_flag_GCJ= if test "$GCC" = yes; then lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin' { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; } if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_cv_prog_compiler_rtti_exceptions=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-fno-rtti -fno-exceptions" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:16594: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:16598: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_rtti_exceptions=yes fi fi $rm conftest* fi { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; } if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions" else : fi fi lt_prog_compiler_wl_GCJ= lt_prog_compiler_pic_GCJ= lt_prog_compiler_static_GCJ= { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } if test "$GCC" = yes; then lt_prog_compiler_wl_GCJ='-Wl,' lt_prog_compiler_static_GCJ='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static_GCJ='-Bstatic' fi ;; amigaos*) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. lt_prog_compiler_pic_GCJ='-m68020 -resident32 -malways-restore-a4' ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries lt_prog_compiler_pic_GCJ='-DDLL_EXPORT' ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic_GCJ='-fno-common' ;; interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. lt_prog_compiler_can_build_shared_GCJ=no enable_shared=no ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic_GCJ=-Kconform_pic fi ;; hpux*) # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic_GCJ='-fPIC' ;; esac ;; *) lt_prog_compiler_pic_GCJ='-fPIC' ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) lt_prog_compiler_wl_GCJ='-Wl,' if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static_GCJ='-Bstatic' else lt_prog_compiler_static_GCJ='-bnso -bI:/lib/syscalls.exp' fi ;; darwin*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files case $cc_basename in xlc*) lt_prog_compiler_pic_GCJ='-qnocommon' lt_prog_compiler_wl_GCJ='-Wl,' ;; esac ;; mingw* | cygwin* | pw32* | os2*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_prog_compiler_pic_GCJ='-DDLL_EXPORT' ;; hpux9* | hpux10* | hpux11*) lt_prog_compiler_wl_GCJ='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic_GCJ='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? lt_prog_compiler_static_GCJ='${wl}-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) lt_prog_compiler_wl_GCJ='-Wl,' # PIC (with -KPIC) is the default. lt_prog_compiler_static_GCJ='-non_shared' ;; newsos6) lt_prog_compiler_pic_GCJ='-KPIC' lt_prog_compiler_static_GCJ='-Bstatic' ;; linux* | k*bsd*-gnu) case $cc_basename in icc* | ecc*) lt_prog_compiler_wl_GCJ='-Wl,' lt_prog_compiler_pic_GCJ='-KPIC' lt_prog_compiler_static_GCJ='-static' ;; pgcc* | pgf77* | pgf90* | pgf95*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) lt_prog_compiler_wl_GCJ='-Wl,' lt_prog_compiler_pic_GCJ='-fpic' lt_prog_compiler_static_GCJ='-Bstatic' ;; ccc*) lt_prog_compiler_wl_GCJ='-Wl,' # All Alpha code is PIC. lt_prog_compiler_static_GCJ='-non_shared' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 lt_prog_compiler_pic_GCJ='-KPIC' lt_prog_compiler_static_GCJ='-Bstatic' lt_prog_compiler_wl_GCJ='-Wl,' ;; *Sun\ F*) # Sun Fortran 8.3 passes all unrecognized flags to the linker lt_prog_compiler_pic_GCJ='-KPIC' lt_prog_compiler_static_GCJ='-Bstatic' lt_prog_compiler_wl_GCJ='' ;; esac ;; esac ;; osf3* | osf4* | osf5*) lt_prog_compiler_wl_GCJ='-Wl,' # All OSF/1 code is PIC. lt_prog_compiler_static_GCJ='-non_shared' ;; rdos*) lt_prog_compiler_static_GCJ='-non_shared' ;; solaris*) lt_prog_compiler_pic_GCJ='-KPIC' lt_prog_compiler_static_GCJ='-Bstatic' case $cc_basename in f77* | f90* | f95*) lt_prog_compiler_wl_GCJ='-Qoption ld ';; *) lt_prog_compiler_wl_GCJ='-Wl,';; esac ;; sunos4*) lt_prog_compiler_wl_GCJ='-Qoption ld ' lt_prog_compiler_pic_GCJ='-PIC' lt_prog_compiler_static_GCJ='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) lt_prog_compiler_wl_GCJ='-Wl,' lt_prog_compiler_pic_GCJ='-KPIC' lt_prog_compiler_static_GCJ='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec ;then lt_prog_compiler_pic_GCJ='-Kconform_pic' lt_prog_compiler_static_GCJ='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) lt_prog_compiler_wl_GCJ='-Wl,' lt_prog_compiler_pic_GCJ='-KPIC' lt_prog_compiler_static_GCJ='-Bstatic' ;; unicos*) lt_prog_compiler_wl_GCJ='-Wl,' lt_prog_compiler_can_build_shared_GCJ=no ;; uts4*) lt_prog_compiler_pic_GCJ='-pic' lt_prog_compiler_static_GCJ='-Bstatic' ;; *) lt_prog_compiler_can_build_shared_GCJ=no ;; esac fi { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5 echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6; } # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic_GCJ"; then { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6; } if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_prog_compiler_pic_works_GCJ=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic_GCJ" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:16884: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:16888: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_prog_compiler_pic_works_GCJ=yes fi fi $rm conftest* fi { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5 echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6; } if test x"$lt_prog_compiler_pic_works_GCJ" = xyes; then case $lt_prog_compiler_pic_GCJ in "" | " "*) ;; *) lt_prog_compiler_pic_GCJ=" $lt_prog_compiler_pic_GCJ" ;; esac else lt_prog_compiler_pic_GCJ= lt_prog_compiler_can_build_shared_GCJ=no fi fi case $host_os in # For platforms which do not support PIC, -DPIC is meaningless: *djgpp*) lt_prog_compiler_pic_GCJ= ;; *) lt_prog_compiler_pic_GCJ="$lt_prog_compiler_pic_GCJ" ;; esac # # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\" { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } if test "${lt_prog_compiler_static_works_GCJ+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_prog_compiler_static_works_GCJ=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $lt_tmp_static_flag" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_prog_compiler_static_works_GCJ=yes fi else lt_prog_compiler_static_works_GCJ=yes fi fi $rm conftest* LDFLAGS="$save_LDFLAGS" fi { echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_GCJ" >&5 echo "${ECHO_T}$lt_prog_compiler_static_works_GCJ" >&6; } if test x"$lt_prog_compiler_static_works_GCJ" = xyes; then : else lt_prog_compiler_static_GCJ= fi { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_cv_prog_compiler_c_o_GCJ=no $rm -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:16988: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:16992: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o_GCJ=yes fi fi chmod u+w . 2>&5 $rm conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files $rm out/* && rmdir out cd .. rmdir conftest $rm conftest* fi { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5 echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6; } hard_links="nottested" if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; } hard_links=yes $rm conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no { echo "$as_me:$LINENO: result: $hard_links" >&5 echo "${ECHO_T}$hard_links" >&6; } if test "$hard_links" = no; then { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} need_locks=warn fi else need_locks=no fi { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } runpath_var= allow_undefined_flag_GCJ= enable_shared_with_static_runtimes_GCJ=no archive_cmds_GCJ= archive_expsym_cmds_GCJ= old_archive_From_new_cmds_GCJ= old_archive_from_expsyms_cmds_GCJ= export_dynamic_flag_spec_GCJ= whole_archive_flag_spec_GCJ= thread_safe_flag_spec_GCJ= hardcode_libdir_flag_spec_GCJ= hardcode_libdir_flag_spec_ld_GCJ= hardcode_libdir_separator_GCJ= hardcode_direct_GCJ=no hardcode_minus_L_GCJ=no hardcode_shlibpath_var_GCJ=unsupported link_all_deplibs_GCJ=unknown hardcode_automatic_GCJ=no module_cmds_GCJ= module_expsym_cmds_GCJ= always_export_symbols_GCJ=no export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list include_expsyms_GCJ= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ` (' and `)$', so one must not match beginning or # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', # as well as any symbol that contains `d'. exclude_expsyms_GCJ="_GLOBAL_OFFSET_TABLE_" # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. extract_expsyms_cmds= # Just being paranoid about ensuring that cc_basename is set. for cc_temp in $compiler""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` case $host_os in cygwin* | mingw* | pw32*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; esac ld_shlibs_GCJ=yes if test "$with_gnu_ld" = yes; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='${wl}' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec_GCJ='${wl}--rpath ${wl}$libdir' export_dynamic_flag_spec_GCJ='${wl}--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then whole_archive_flag_spec_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else whole_archive_flag_spec_GCJ= fi supports_anon_versioning=no case `$LD -v 2>/dev/null` in *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix3* | aix4* | aix5*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then ld_shlibs_GCJ=no cat <&2 *** Warning: the GNU linker, at least up to release 2.9.1, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to modify your PATH *** so that a non-GNU linker is found, and then restart. EOF fi ;; amigaos*) archive_cmds_GCJ='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec_GCJ='-L$libdir' hardcode_minus_L_GCJ=yes # Samuel A. Falvo II reports # that the semantics of dynamic libraries on AmigaOS, at least up # to version 4, is to share data among multiple programs linked # with the same dynamic library. Since this doesn't match the # behavior of shared libraries on other platforms, we can't use # them. ld_shlibs_GCJ=no ;; beos*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then allow_undefined_flag_GCJ=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME archive_cmds_GCJ='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else ld_shlibs_GCJ=no fi ;; cygwin* | mingw* | pw32*) # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, GCJ) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec_GCJ='-L$libdir' allow_undefined_flag_GCJ=unsupported always_export_symbols_GCJ=no enable_shared_with_static_runtimes_GCJ=yes export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else ld_shlibs_GCJ=no fi ;; interix[3-9]*) hardcode_direct_GCJ=no hardcode_shlibpath_var_GCJ=no hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' export_dynamic_flag_spec_GCJ='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. archive_cmds_GCJ='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' archive_expsym_cmds_GCJ='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | k*bsd*-gnu) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then tmp_addflag= case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 whole_archive_flag_spec_GCJ='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; *) tmp_sharedflag='-shared' ;; esac archive_cmds_GCJ='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test $supports_anon_versioning = yes; then archive_expsym_cmds_GCJ='$echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ $echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi else ld_shlibs_GCJ=no fi ;; netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then ld_shlibs_GCJ=no cat <&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. EOF elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs_GCJ=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ld_shlibs_GCJ=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib' archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib' else ld_shlibs_GCJ=no fi ;; esac ;; sunos4*) archive_cmds_GCJ='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= hardcode_direct_GCJ=yes hardcode_shlibpath_var_GCJ=no ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs_GCJ=no fi ;; esac if test "$ld_shlibs_GCJ" = no; then runpath_var= hardcode_libdir_flag_spec_GCJ= export_dynamic_flag_spec_GCJ= whole_archive_flag_spec_GCJ= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) allow_undefined_flag_GCJ=unsupported always_export_symbols_GCJ=yes archive_expsym_cmds_GCJ='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L_GCJ=yes if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct_GCJ=unsupported fi ;; aix4* | aix5*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm if $NM -V 2>&1 | grep 'GNU' > /dev/null; then export_symbols_cmds_GCJ='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' else export_symbols_cmds_GCJ='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[23]|aix4.[23].*|aix5*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. archive_cmds_GCJ='' hardcode_direct_GCJ=yes hardcode_libdir_separator_GCJ=':' link_all_deplibs_GCJ=yes if test "$GCC" = yes; then case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && \ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct_GCJ=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking hardcode_minus_L_GCJ=yes hardcode_libdir_flag_spec_GCJ='-L$libdir' hardcode_libdir_separator_GCJ= fi ;; esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. always_export_symbols_GCJ=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. allow_undefined_flag_GCJ='-berok' # Determine the default libpath from the value encoded in an empty executable. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/ p } }' aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath" archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec_GCJ='${wl}-R $libdir:/usr/lib:/lib' allow_undefined_flag_GCJ="-z nodefs" archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an empty executable. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/ p } }' aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. no_undefined_flag_GCJ=' ${wl}-bernotok' allow_undefined_flag_GCJ=' ${wl}-berok' # Exported symbols can be pulled into shared objects from archives whole_archive_flag_spec_GCJ='$convenience' archive_cmds_need_lc_GCJ=yes # This is similar to how AIX traditionally builds its shared libraries. archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; amigaos*) archive_cmds_GCJ='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec_GCJ='-L$libdir' hardcode_minus_L_GCJ=yes # see comment about different semantics on the GNU ld section ld_shlibs_GCJ=no ;; bsdi[45]*) export_dynamic_flag_spec_GCJ=-rdynamic ;; cygwin* | mingw* | pw32*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec_GCJ=' ' allow_undefined_flag_GCJ=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. old_archive_From_new_cmds_GCJ='true' # FIXME: Should let the user specify the lib program. old_archive_cmds_GCJ='lib -OUT:$oldlib$oldobjs$old_deplibs' fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`' enable_shared_with_static_runtimes_GCJ=yes ;; darwin* | rhapsody*) case $host_os in rhapsody* | darwin1.[012]) allow_undefined_flag_GCJ='${wl}-undefined ${wl}suppress' ;; *) # Darwin 1.3 on if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' else case ${MACOSX_DEPLOYMENT_TARGET} in 10.[012]) allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) allow_undefined_flag_GCJ='${wl}-undefined ${wl}dynamic_lookup' ;; esac fi ;; esac archive_cmds_need_lc_GCJ=no hardcode_direct_GCJ=no hardcode_automatic_GCJ=yes hardcode_shlibpath_var_GCJ=unsupported whole_archive_flag_spec_GCJ='' link_all_deplibs_GCJ=yes if test "$GCC" = yes ; then output_verbose_link_cmd='echo' archive_cmds_GCJ='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' else case $cc_basename in xlc*) output_verbose_link_cmd='echo' archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ;; *) ld_shlibs_GCJ=no ;; esac fi ;; dgux*) archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec_GCJ='-L$libdir' hardcode_shlibpath_var_GCJ=no ;; freebsd1*) ld_shlibs_GCJ=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' hardcode_libdir_flag_spec_GCJ='-R$libdir' hardcode_direct_GCJ=yes hardcode_shlibpath_var_GCJ=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2*) archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_direct_GCJ=yes hardcode_minus_L_GCJ=yes hardcode_shlibpath_var_GCJ=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec_GCJ='-R$libdir' hardcode_direct_GCJ=yes hardcode_shlibpath_var_GCJ=no ;; hpux9*) if test "$GCC" = yes; then archive_cmds_GCJ='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else archive_cmds_GCJ='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir' hardcode_libdir_separator_GCJ=: hardcode_direct_GCJ=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L_GCJ=yes export_dynamic_flag_spec_GCJ='${wl}-E' ;; hpux10*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir' hardcode_libdir_separator_GCJ=: hardcode_direct_GCJ=yes export_dynamic_flag_spec_GCJ='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L_GCJ=yes fi ;; hpux11*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then case $host_cpu in hppa*64*) archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac fi if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir' hardcode_libdir_separator_GCJ=: case $host_cpu in hppa*64*|ia64*) hardcode_libdir_flag_spec_ld_GCJ='+b $libdir' hardcode_direct_GCJ=no hardcode_shlibpath_var_GCJ=no ;; *) hardcode_direct_GCJ=yes export_dynamic_flag_spec_GCJ='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L_GCJ=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test "$GCC" = yes; then archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir' fi hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator_GCJ=: link_all_deplibs_GCJ=yes ;; netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else archive_cmds_GCJ='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi hardcode_libdir_flag_spec_GCJ='-R$libdir' hardcode_direct_GCJ=yes hardcode_shlibpath_var_GCJ=no ;; newsos6) archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct_GCJ=yes hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator_GCJ=: hardcode_shlibpath_var_GCJ=no ;; openbsd*) if test -f /usr/libexec/ld.so; then hardcode_direct_GCJ=yes hardcode_shlibpath_var_GCJ=no if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' export_dynamic_flag_spec_GCJ='${wl}-E' else case $host_os in openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec_GCJ='-R$libdir' ;; *) archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' ;; esac fi else ld_shlibs_GCJ=no fi ;; os2*) hardcode_libdir_flag_spec_GCJ='-L$libdir' hardcode_minus_L_GCJ=yes allow_undefined_flag_GCJ=unsupported archive_cmds_GCJ='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' old_archive_From_new_cmds_GCJ='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; osf3*) if test "$GCC" = yes; then allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*' archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else allow_undefined_flag_GCJ=' -expect_unresolved \*' archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' fi hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator_GCJ=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test "$GCC" = yes; then allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*' archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' else allow_undefined_flag_GCJ=' -expect_unresolved \*' archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec_GCJ='-rpath $libdir' fi hardcode_libdir_separator_GCJ=: ;; solaris*) no_undefined_flag_GCJ=' -z text' if test "$GCC" = yes; then wlarc='${wl}' archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' else wlarc='' archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' fi hardcode_libdir_flag_spec_GCJ='-R$libdir' hardcode_shlibpath_var_GCJ=no case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. GCC discards it without `$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test "$GCC" = yes; then whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' else whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' fi ;; esac link_all_deplibs_GCJ=yes ;; sunos4*) if test "x$host_vendor" = xsequent; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. archive_cmds_GCJ='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds_GCJ='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi hardcode_libdir_flag_spec_GCJ='-L$libdir' hardcode_direct_GCJ=yes hardcode_minus_L_GCJ=yes hardcode_shlibpath_var_GCJ=no ;; sysv4) case $host_vendor in sni) archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct_GCJ=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags' reload_cmds_GCJ='$CC -r -o $output$reload_objs' hardcode_direct_GCJ=no ;; motorola) archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct_GCJ=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' hardcode_shlibpath_var_GCJ=no ;; sysv4.3*) archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var_GCJ=no export_dynamic_flag_spec_GCJ='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var_GCJ=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes ld_shlibs_GCJ=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag_GCJ='${wl}-z,text' archive_cmds_need_lc_GCJ=no hardcode_shlibpath_var_GCJ=no runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then archive_cmds_GCJ='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds_GCJ='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. no_undefined_flag_GCJ='${wl}-z,text' allow_undefined_flag_GCJ='${wl}-z,nodefs' archive_cmds_need_lc_GCJ=no hardcode_shlibpath_var_GCJ=no hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' hardcode_libdir_separator_GCJ=':' link_all_deplibs_GCJ=yes export_dynamic_flag_spec_GCJ='${wl}-Bexport' runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then archive_cmds_GCJ='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds_GCJ='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec_GCJ='-L$libdir' hardcode_shlibpath_var_GCJ=no ;; *) ld_shlibs_GCJ=no ;; esac fi { echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5 echo "${ECHO_T}$ld_shlibs_GCJ" >&6; } test "$ld_shlibs_GCJ" = no && can_build_shared=no # # Do we need to explicitly link libc? # case "x$archive_cmds_need_lc_GCJ" in x|xyes) # Assume -lc should be added archive_cmds_need_lc_GCJ=yes if test "$enable_shared" = yes && test "$GCC" = yes; then case $archive_cmds_GCJ in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } $rm conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$lt_prog_compiler_wl_GCJ pic_flag=$lt_prog_compiler_pic_GCJ compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$allow_undefined_flag_GCJ allow_undefined_flag_GCJ= if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } then archive_cmds_need_lc_GCJ=no else archive_cmds_need_lc_GCJ=yes fi allow_undefined_flag_GCJ=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $rm conftest* { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5 echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6; } ;; esac fi ;; esac { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='${libname}${release}${shared_ext}$major' ;; aix4* | aix5*) version_type=linux need_lib_prefix=no need_version=no hardcode_into_libs=yes if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line `#! .'. This would cause the generated library to # depend on `.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[01] | aix4.[01].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then : else can_build_shared=no fi ;; esac # AIX (on Power*) has no versioning support, so currently we can not hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. if test "$aix_use_runtimelinking" = yes; then # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' else # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='${libname}${release}.a $libname.a' soname_spec='${libname}${release}${shared_ext}$major' fi shlibpath_var=LIBPATH fi ;; amigaos*) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; beos*) library_names_spec='${libname}${shared_ext}' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[45]*) version_type=linux need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32*) version_type=windows shrext_cmds=".dll" need_version=no need_lib_prefix=no case $GCC,$host_os in yes,cygwin* | yes,mingw* | yes,pw32*) library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $rm \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ;; mingw*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then # It is most probably a Windows format PATH printed by # mingw gcc, but we are running on Cygwin. Gcc prints its search # path with ; separators, and with drive letters. We can handle the # drive letters (cygwin fileutils understands them), so leave them, # especially as we might pass files found there to a mingw objdump, # which wouldn't understand a cygwinified path. Ahh. sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ;; esac ;; *) library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' ;; esac dynamic_linker='Win32 ld.exe' # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd1*) dynamic_linker=no ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[123]*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2*) shlibpath_overrides_runpath=yes ;; freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; gnu*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' if test "X$HPUX_IA64_MODE" = X32; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" fi sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555. postinstall_cmds='chmod 555 $lib' ;; interix[3-9]*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test "$lt_cv_prog_gnu_ld" = yes; then version_type=linux else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; # This must be Linux ELF. linux* | k*bsd*-gnu) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; nto-qnx*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; openbsd*) version_type=sunos sys_lib_dlsearch_path_spec="/usr/lib" need_lib_prefix=no # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. case $host_os in openbsd3.3 | openbsd3.3.*) need_version=yes ;; *) need_version=no ;; esac library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then case $host_os in openbsd2.[89] | openbsd2.[89].*) shlibpath_overrides_runpath=no ;; *) shlibpath_overrides_runpath=yes ;; esac else shlibpath_overrides_runpath=yes fi ;; os2*) libname_spec='$name' shrext_cmds=".dll" need_lib_prefix=no library_names_spec='$libname${shared_ext} $libname.a' dynamic_linker='OS/2 ld.exe' shlibpath_var=LIBPATH ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test "$with_gnu_ld" = yes; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no export_dynamic_flag_spec='${wl}-Blargedynsym' runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec ;then version_type=linux library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=freebsd-elf need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH hardcode_into_libs=yes if test "$with_gnu_ld" = yes; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' shlibpath_overrides_runpath=no else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' shlibpath_overrides_runpath=yes case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; uts4*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac { echo "$as_me:$LINENO: result: $dynamic_linker" >&5 echo "${ECHO_T}$dynamic_linker" >&6; } test "$dynamic_linker" = no && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test "$GCC" = yes; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } hardcode_action_GCJ= if test -n "$hardcode_libdir_flag_spec_GCJ" || \ test -n "$runpath_var_GCJ" || \ test "X$hardcode_automatic_GCJ" = "Xyes" ; then # We can hardcode non-existant directories. if test "$hardcode_direct_GCJ" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no && test "$hardcode_minus_L_GCJ" != no; then # Linking always hardcodes the temporary library directory. hardcode_action_GCJ=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. hardcode_action_GCJ=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. hardcode_action_GCJ=unsupported fi { echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5 echo "${ECHO_T}$hardcode_action_GCJ" >&6; } if test "$hardcode_action_GCJ" = relink; then # Fast installation is not supported enable_fast_install=no elif test "$shlibpath_overrides_runpath" = yes || test "$enable_shared" = no; then # Fast installation is not necessary enable_fast_install=needless fi # The else clause should only fire when bootstrapping the # libtool distribution, otherwise you forgot to ship ltmain.sh # with your package, and you will get complaints that there are # no rules to generate ltmain.sh. if test -f "$ltmain"; then # See if we are running on zsh, and set the options which allow our commands through # without removal of \ escapes. if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi # Now quote all the things that may contain metacharacters while being # careful not to overquote the AC_SUBSTed values. We take copies of the # variables and quote the copies for generation of the libtool script. for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \ SED SHELL STRIP \ libname_spec library_names_spec soname_spec extract_expsyms_cmds \ old_striplib striplib file_magic_cmd finish_cmds finish_eval \ deplibs_check_method reload_flag reload_cmds need_locks \ lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ lt_cv_sys_global_symbol_to_c_name_address \ sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ old_postinstall_cmds old_postuninstall_cmds \ compiler_GCJ \ CC_GCJ \ LD_GCJ \ lt_prog_compiler_wl_GCJ \ lt_prog_compiler_pic_GCJ \ lt_prog_compiler_static_GCJ \ lt_prog_compiler_no_builtin_flag_GCJ \ export_dynamic_flag_spec_GCJ \ thread_safe_flag_spec_GCJ \ whole_archive_flag_spec_GCJ \ enable_shared_with_static_runtimes_GCJ \ old_archive_cmds_GCJ \ old_archive_from_new_cmds_GCJ \ predep_objects_GCJ \ postdep_objects_GCJ \ predeps_GCJ \ postdeps_GCJ \ compiler_lib_search_path_GCJ \ archive_cmds_GCJ \ archive_expsym_cmds_GCJ \ postinstall_cmds_GCJ \ postuninstall_cmds_GCJ \ old_archive_from_expsyms_cmds_GCJ \ allow_undefined_flag_GCJ \ no_undefined_flag_GCJ \ export_symbols_cmds_GCJ \ hardcode_libdir_flag_spec_GCJ \ hardcode_libdir_flag_spec_ld_GCJ \ hardcode_libdir_separator_GCJ \ hardcode_automatic_GCJ \ module_cmds_GCJ \ module_expsym_cmds_GCJ \ lt_cv_prog_compiler_c_o_GCJ \ fix_srcfile_path_GCJ \ exclude_expsyms_GCJ \ include_expsyms_GCJ; do case $var in old_archive_cmds_GCJ | \ old_archive_from_new_cmds_GCJ | \ archive_cmds_GCJ | \ archive_expsym_cmds_GCJ | \ module_cmds_GCJ | \ module_expsym_cmds_GCJ | \ old_archive_from_expsyms_cmds_GCJ | \ export_symbols_cmds_GCJ | \ extract_expsyms_cmds | reload_cmds | finish_cmds | \ postinstall_cmds | postuninstall_cmds | \ old_postinstall_cmds | old_postuninstall_cmds | \ sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) # Double-quote double-evaled strings. eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ;; *) eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" ;; esac done case $lt_echo in *'\$0 --fallback-echo"') lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` ;; esac cfgfile="$ofile" cat <<__EOF__ >> "$cfgfile" # ### BEGIN LIBTOOL TAG CONFIG: $tagname # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # Shell to use when invoking shell scripts. SHELL=$lt_SHELL # Whether or not to build shared libraries. build_libtool_libs=$enable_shared # Whether or not to build static libraries. build_old_libs=$enable_static # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$archive_cmds_need_lc_GCJ # Whether or not to disallow shared libs when runtime libs are static allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_GCJ # Whether or not to optimize for fast installation. fast_install=$enable_fast_install # The host system. host_alias=$host_alias host=$host host_os=$host_os # The build system. build_alias=$build_alias build=$build build_os=$build_os # An echo program that does not interpret backslashes. echo=$lt_echo # The archiver. AR=$lt_AR AR_FLAGS=$lt_AR_FLAGS # A C compiler. LTCC=$lt_LTCC # LTCC compiler flags. LTCFLAGS=$lt_LTCFLAGS # A language-specific compiler. CC=$lt_compiler_GCJ # Is the compiler the GNU C compiler? with_gcc=$GCC_GCJ # An ERE matcher. EGREP=$lt_EGREP # The linker used to build libraries. LD=$lt_LD_GCJ # Whether we need hard or soft links. LN_S=$lt_LN_S # A BSD-compatible nm program. NM=$lt_NM # A symbol stripping program STRIP=$lt_STRIP # Used to examine libraries when file_magic_cmd begins "file" MAGIC_CMD=$MAGIC_CMD # Used on cygwin: DLL creation program. DLLTOOL="$DLLTOOL" # Used on cygwin: object dumper. OBJDUMP="$OBJDUMP" # Used on cygwin: assembler. AS="$AS" # The name of the directory that contains temporary libtool files. objdir=$objdir # How to create reloadable object files. reload_flag=$lt_reload_flag reload_cmds=$lt_reload_cmds # How to pass a linker flag through the compiler. wl=$lt_lt_prog_compiler_wl_GCJ # Object file suffix (normally "o"). objext="$ac_objext" # Old archive suffix (normally "a"). libext="$libext" # Shared library suffix (normally ".so"). shrext_cmds='$shrext_cmds' # Executable file suffix (normally ""). exeext="$exeext" # Additional compiler flags for building library objects. pic_flag=$lt_lt_prog_compiler_pic_GCJ pic_mode=$pic_mode # What is the maximum length of a command? max_cmd_len=$lt_cv_sys_max_cmd_len # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_lt_cv_prog_compiler_c_o_GCJ # Must we lock files when doing compilation? need_locks=$lt_need_locks # Do we need the lib prefix for modules? need_lib_prefix=$need_lib_prefix # Do we need a version for libraries? need_version=$need_version # Whether dlopen is supported. dlopen_support=$enable_dlopen # Whether dlopen of programs is supported. dlopen_self=$enable_dlopen_self # Whether dlopen of statically linked programs is supported. dlopen_self_static=$enable_dlopen_self_static # Compiler flag to prevent dynamic linking. link_static_flag=$lt_lt_prog_compiler_static_GCJ # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_GCJ # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_GCJ # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_whole_archive_flag_spec_GCJ # Compiler flag to generate thread-safe objects. thread_safe_flag_spec=$lt_thread_safe_flag_spec_GCJ # Library versioning type. version_type=$version_type # Format of library name prefix. libname_spec=$lt_libname_spec # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME. library_names_spec=$lt_library_names_spec # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec # Commands used to build and install an old-style archive. RANLIB=$lt_RANLIB old_archive_cmds=$lt_old_archive_cmds_GCJ old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_GCJ # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_GCJ # Commands used to build and install a shared archive. archive_cmds=$lt_archive_cmds_GCJ archive_expsym_cmds=$lt_archive_expsym_cmds_GCJ postinstall_cmds=$lt_postinstall_cmds postuninstall_cmds=$lt_postuninstall_cmds # Commands used to build a loadable module (assumed same as above if empty) module_cmds=$lt_module_cmds_GCJ module_expsym_cmds=$lt_module_expsym_cmds_GCJ # Commands to strip libraries. old_striplib=$lt_old_striplib striplib=$lt_striplib # Dependencies to place before the objects being linked to create a # shared library. predep_objects=$lt_predep_objects_GCJ # Dependencies to place after the objects being linked to create a # shared library. postdep_objects=$lt_postdep_objects_GCJ # Dependencies to place before the objects being linked to create a # shared library. predeps=$lt_predeps_GCJ # Dependencies to place after the objects being linked to create a # shared library. postdeps=$lt_postdeps_GCJ # The library search path used internally by the compiler when linking # a shared library. compiler_lib_search_path=$lt_compiler_lib_search_path_GCJ # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method # Command to use when deplibs_check_method == file_magic. file_magic_cmd=$lt_file_magic_cmd # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_allow_undefined_flag_GCJ # Flag that forces no undefined symbols. no_undefined_flag=$lt_no_undefined_flag_GCJ # Commands used to finish a libtool library installation in a directory. finish_cmds=$lt_finish_cmds # Same as above, but a single script fragment to be evaled but not shown. finish_eval=$lt_finish_eval # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe # Transform the output of nm in a proper C declaration global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl # Transform the output of nm in a C name address pair global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address # This is the shared library runtime path variable. runpath_var=$runpath_var # This is the shared library path variable. shlibpath_var=$shlibpath_var # Is shlibpath searched before the hard-coded library search path? shlibpath_overrides_runpath=$shlibpath_overrides_runpath # How to hardcode a shared library path into an executable. hardcode_action=$hardcode_action_GCJ # Whether we should hardcode library paths into libraries. hardcode_into_libs=$hardcode_into_libs # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_GCJ # If ld is used when linking, flag to hardcode \$libdir into # a binary during linking. This must work even if \$libdir does # not exist. hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_GCJ # Whether we need a single -rpath flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator_GCJ # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the # resulting binary. hardcode_direct=$hardcode_direct_GCJ # Set to yes if using the -LDIR flag during linking hardcodes DIR into the # resulting binary. hardcode_minus_L=$hardcode_minus_L_GCJ # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into # the resulting binary. hardcode_shlibpath_var=$hardcode_shlibpath_var_GCJ # Set to yes if building a shared library automatically hardcodes DIR into the library # and all subsequent libraries and executables linked against it. hardcode_automatic=$hardcode_automatic_GCJ # Variables whose values should be saved in libtool wrapper scripts and # restored at relink time. variables_saved_for_relink="$variables_saved_for_relink" # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$link_all_deplibs_GCJ # Compile-time system search path for libraries sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Run-time system search path for libraries sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Fix the shell variable \$srcfile for the compiler. fix_srcfile_path=$lt_fix_srcfile_path # Set to yes if exported symbols are required. always_export_symbols=$always_export_symbols_GCJ # The commands to list exported symbols. export_symbols_cmds=$lt_export_symbols_cmds_GCJ # The commands to extract the exported symbol list from a shared archive. extract_expsyms_cmds=$lt_extract_expsyms_cmds # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_exclude_expsyms_GCJ # Symbols that must always be exported. include_expsyms=$lt_include_expsyms_GCJ # ### END LIBTOOL TAG CONFIG: $tagname __EOF__ else # If there is no Makefile yet, we rely on a make rule to execute # `config.status --recheck' to rerun these tests and create the # libtool script then. ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` if test -f "$ltmain_in"; then test -f Makefile && make "$ltmain" fi fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu CC="$lt_save_CC" else tagname="" fi ;; RC) # Source file extension for RC test sources. ac_ext=rc # Object file extension for compiled RC test sources. objext=o objext_RC=$objext # Code to be used in simple compile tests lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' # Code to be used in simple link tests lt_simple_link_test_code="$lt_simple_compile_test_code" # ltmain only uses $CC for tagged configurations so make sure $CC is set. # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $rm conftest* ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $rm conftest* # Allow CC to be a program name with arguments. lt_save_CC="$CC" CC=${RC-"windres"} compiler=$CC compiler_RC=$CC for cc_temp in $compiler""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` lt_cv_prog_compiler_c_o_RC=yes # The else clause should only fire when bootstrapping the # libtool distribution, otherwise you forgot to ship ltmain.sh # with your package, and you will get complaints that there are # no rules to generate ltmain.sh. if test -f "$ltmain"; then # See if we are running on zsh, and set the options which allow our commands through # without removal of \ escapes. if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi # Now quote all the things that may contain metacharacters while being # careful not to overquote the AC_SUBSTed values. We take copies of the # variables and quote the copies for generation of the libtool script. for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \ SED SHELL STRIP \ libname_spec library_names_spec soname_spec extract_expsyms_cmds \ old_striplib striplib file_magic_cmd finish_cmds finish_eval \ deplibs_check_method reload_flag reload_cmds need_locks \ lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ lt_cv_sys_global_symbol_to_c_name_address \ sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ old_postinstall_cmds old_postuninstall_cmds \ compiler_RC \ CC_RC \ LD_RC \ lt_prog_compiler_wl_RC \ lt_prog_compiler_pic_RC \ lt_prog_compiler_static_RC \ lt_prog_compiler_no_builtin_flag_RC \ export_dynamic_flag_spec_RC \ thread_safe_flag_spec_RC \ whole_archive_flag_spec_RC \ enable_shared_with_static_runtimes_RC \ old_archive_cmds_RC \ old_archive_from_new_cmds_RC \ predep_objects_RC \ postdep_objects_RC \ predeps_RC \ postdeps_RC \ compiler_lib_search_path_RC \ archive_cmds_RC \ archive_expsym_cmds_RC \ postinstall_cmds_RC \ postuninstall_cmds_RC \ old_archive_from_expsyms_cmds_RC \ allow_undefined_flag_RC \ no_undefined_flag_RC \ export_symbols_cmds_RC \ hardcode_libdir_flag_spec_RC \ hardcode_libdir_flag_spec_ld_RC \ hardcode_libdir_separator_RC \ hardcode_automatic_RC \ module_cmds_RC \ module_expsym_cmds_RC \ lt_cv_prog_compiler_c_o_RC \ fix_srcfile_path_RC \ exclude_expsyms_RC \ include_expsyms_RC; do case $var in old_archive_cmds_RC | \ old_archive_from_new_cmds_RC | \ archive_cmds_RC | \ archive_expsym_cmds_RC | \ module_cmds_RC | \ module_expsym_cmds_RC | \ old_archive_from_expsyms_cmds_RC | \ export_symbols_cmds_RC | \ extract_expsyms_cmds | reload_cmds | finish_cmds | \ postinstall_cmds | postuninstall_cmds | \ old_postinstall_cmds | old_postuninstall_cmds | \ sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) # Double-quote double-evaled strings. eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ;; *) eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" ;; esac done case $lt_echo in *'\$0 --fallback-echo"') lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` ;; esac cfgfile="$ofile" cat <<__EOF__ >> "$cfgfile" # ### BEGIN LIBTOOL TAG CONFIG: $tagname # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # Shell to use when invoking shell scripts. SHELL=$lt_SHELL # Whether or not to build shared libraries. build_libtool_libs=$enable_shared # Whether or not to build static libraries. build_old_libs=$enable_static # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$archive_cmds_need_lc_RC # Whether or not to disallow shared libs when runtime libs are static allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_RC # Whether or not to optimize for fast installation. fast_install=$enable_fast_install # The host system. host_alias=$host_alias host=$host host_os=$host_os # The build system. build_alias=$build_alias build=$build build_os=$build_os # An echo program that does not interpret backslashes. echo=$lt_echo # The archiver. AR=$lt_AR AR_FLAGS=$lt_AR_FLAGS # A C compiler. LTCC=$lt_LTCC # LTCC compiler flags. LTCFLAGS=$lt_LTCFLAGS # A language-specific compiler. CC=$lt_compiler_RC # Is the compiler the GNU C compiler? with_gcc=$GCC_RC # An ERE matcher. EGREP=$lt_EGREP # The linker used to build libraries. LD=$lt_LD_RC # Whether we need hard or soft links. LN_S=$lt_LN_S # A BSD-compatible nm program. NM=$lt_NM # A symbol stripping program STRIP=$lt_STRIP # Used to examine libraries when file_magic_cmd begins "file" MAGIC_CMD=$MAGIC_CMD # Used on cygwin: DLL creation program. DLLTOOL="$DLLTOOL" # Used on cygwin: object dumper. OBJDUMP="$OBJDUMP" # Used on cygwin: assembler. AS="$AS" # The name of the directory that contains temporary libtool files. objdir=$objdir # How to create reloadable object files. reload_flag=$lt_reload_flag reload_cmds=$lt_reload_cmds # How to pass a linker flag through the compiler. wl=$lt_lt_prog_compiler_wl_RC # Object file suffix (normally "o"). objext="$ac_objext" # Old archive suffix (normally "a"). libext="$libext" # Shared library suffix (normally ".so"). shrext_cmds='$shrext_cmds' # Executable file suffix (normally ""). exeext="$exeext" # Additional compiler flags for building library objects. pic_flag=$lt_lt_prog_compiler_pic_RC pic_mode=$pic_mode # What is the maximum length of a command? max_cmd_len=$lt_cv_sys_max_cmd_len # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC # Must we lock files when doing compilation? need_locks=$lt_need_locks # Do we need the lib prefix for modules? need_lib_prefix=$need_lib_prefix # Do we need a version for libraries? need_version=$need_version # Whether dlopen is supported. dlopen_support=$enable_dlopen # Whether dlopen of programs is supported. dlopen_self=$enable_dlopen_self # Whether dlopen of statically linked programs is supported. dlopen_self_static=$enable_dlopen_self_static # Compiler flag to prevent dynamic linking. link_static_flag=$lt_lt_prog_compiler_static_RC # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_RC # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_RC # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_whole_archive_flag_spec_RC # Compiler flag to generate thread-safe objects. thread_safe_flag_spec=$lt_thread_safe_flag_spec_RC # Library versioning type. version_type=$version_type # Format of library name prefix. libname_spec=$lt_libname_spec # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME. library_names_spec=$lt_library_names_spec # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec # Commands used to build and install an old-style archive. RANLIB=$lt_RANLIB old_archive_cmds=$lt_old_archive_cmds_RC old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_RC # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_RC # Commands used to build and install a shared archive. archive_cmds=$lt_archive_cmds_RC archive_expsym_cmds=$lt_archive_expsym_cmds_RC postinstall_cmds=$lt_postinstall_cmds postuninstall_cmds=$lt_postuninstall_cmds # Commands used to build a loadable module (assumed same as above if empty) module_cmds=$lt_module_cmds_RC module_expsym_cmds=$lt_module_expsym_cmds_RC # Commands to strip libraries. old_striplib=$lt_old_striplib striplib=$lt_striplib # Dependencies to place before the objects being linked to create a # shared library. predep_objects=$lt_predep_objects_RC # Dependencies to place after the objects being linked to create a # shared library. postdep_objects=$lt_postdep_objects_RC # Dependencies to place before the objects being linked to create a # shared library. predeps=$lt_predeps_RC # Dependencies to place after the objects being linked to create a # shared library. postdeps=$lt_postdeps_RC # The library search path used internally by the compiler when linking # a shared library. compiler_lib_search_path=$lt_compiler_lib_search_path_RC # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method # Command to use when deplibs_check_method == file_magic. file_magic_cmd=$lt_file_magic_cmd # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_allow_undefined_flag_RC # Flag that forces no undefined symbols. no_undefined_flag=$lt_no_undefined_flag_RC # Commands used to finish a libtool library installation in a directory. finish_cmds=$lt_finish_cmds # Same as above, but a single script fragment to be evaled but not shown. finish_eval=$lt_finish_eval # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe # Transform the output of nm in a proper C declaration global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl # Transform the output of nm in a C name address pair global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address # This is the shared library runtime path variable. runpath_var=$runpath_var # This is the shared library path variable. shlibpath_var=$shlibpath_var # Is shlibpath searched before the hard-coded library search path? shlibpath_overrides_runpath=$shlibpath_overrides_runpath # How to hardcode a shared library path into an executable. hardcode_action=$hardcode_action_RC # Whether we should hardcode library paths into libraries. hardcode_into_libs=$hardcode_into_libs # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_RC # If ld is used when linking, flag to hardcode \$libdir into # a binary during linking. This must work even if \$libdir does # not exist. hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_RC # Whether we need a single -rpath flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator_RC # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the # resulting binary. hardcode_direct=$hardcode_direct_RC # Set to yes if using the -LDIR flag during linking hardcodes DIR into the # resulting binary. hardcode_minus_L=$hardcode_minus_L_RC # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into # the resulting binary. hardcode_shlibpath_var=$hardcode_shlibpath_var_RC # Set to yes if building a shared library automatically hardcodes DIR into the library # and all subsequent libraries and executables linked against it. hardcode_automatic=$hardcode_automatic_RC # Variables whose values should be saved in libtool wrapper scripts and # restored at relink time. variables_saved_for_relink="$variables_saved_for_relink" # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$link_all_deplibs_RC # Compile-time system search path for libraries sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Run-time system search path for libraries sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Fix the shell variable \$srcfile for the compiler. fix_srcfile_path=$lt_fix_srcfile_path # Set to yes if exported symbols are required. always_export_symbols=$always_export_symbols_RC # The commands to list exported symbols. export_symbols_cmds=$lt_export_symbols_cmds_RC # The commands to extract the exported symbol list from a shared archive. extract_expsyms_cmds=$lt_extract_expsyms_cmds # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_exclude_expsyms_RC # Symbols that must always be exported. include_expsyms=$lt_include_expsyms_RC # ### END LIBTOOL TAG CONFIG: $tagname __EOF__ else # If there is no Makefile yet, we rely on a make rule to execute # `config.status --recheck' to rerun these tests and create the # libtool script then. ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` if test -f "$ltmain_in"; then test -f Makefile && make "$ltmain" fi fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu CC="$lt_save_CC" ;; *) { { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5 echo "$as_me: error: Unsupported tag name: $tagname" >&2;} { (exit 1); exit 1; }; } ;; esac # Append the new tag name to the list of available tags. if test -n "$tagname" ; then available_tags="$available_tags $tagname" fi fi done IFS="$lt_save_ifs" # Now substitute the updated list of available tags. if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then mv "${ofile}T" "$ofile" chmod +x "$ofile" else rm -f "${ofile}T" { { echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5 echo "$as_me: error: unable to update list of available tagged configurations." >&2;} { (exit 1); exit 1; }; } fi fi # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' # Prevent multiple expansion if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_PKG_CONFIG+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else case $PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 echo "${ECHO_T}$PKG_CONFIG" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi fi if test -z "$ac_cv_path_PKG_CONFIG"; then ac_pt_PKG_CONFIG=$PKG_CONFIG # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else case $ac_pt_PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG if test -n "$ac_pt_PKG_CONFIG"; then { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi if test "x$ac_pt_PKG_CONFIG" = x; then PKG_CONFIG="" else case $cross_compiling:$ac_tool_warned in yes:) { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; esac PKG_CONFIG=$ac_pt_PKG_CONFIG fi else PKG_CONFIG="$ac_cv_path_PKG_CONFIG" fi fi if test -n "$PKG_CONFIG"; then _pkg_min_version=0.9.0 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then { echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } PKG_CONFIG="" fi fi pkg_failed=no { echo "$as_me:$LINENO: checking for GLIB" >&5 echo $ECHO_N "checking for GLIB... $ECHO_C" >&6; } if test -n "$PKG_CONFIG"; then if test -n "$GLIB_CFLAGS"; then pkg_cv_GLIB_CFLAGS="$GLIB_CFLAGS" else if test -n "$PKG_CONFIG" && \ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 gmodule-no-export-2.0\"") >&5 ($PKG_CONFIG --exists --print-errors "glib-2.0 gmodule-no-export-2.0") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 gmodule-no-export-2.0" 2>/dev/null` else pkg_failed=yes fi fi else pkg_failed=untried fi if test -n "$PKG_CONFIG"; then if test -n "$GLIB_LIBS"; then pkg_cv_GLIB_LIBS="$GLIB_LIBS" else if test -n "$PKG_CONFIG" && \ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 gmodule-no-export-2.0\"") >&5 ($PKG_CONFIG --exists --print-errors "glib-2.0 gmodule-no-export-2.0") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0 gmodule-no-export-2.0" 2>/dev/null` else pkg_failed=yes fi fi else pkg_failed=untried fi if test $pkg_failed = yes; then if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-2.0 gmodule-no-export-2.0"` else GLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0 gmodule-no-export-2.0"` fi # Put the nasty error message in config.log where it belongs echo "$GLIB_PKG_ERRORS" >&5 { { echo "$as_me:$LINENO: error: Package requirements (glib-2.0 gmodule-no-export-2.0) were not met: $GLIB_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables GLIB_CFLAGS and GLIB_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. " >&5 echo "$as_me: error: Package requirements (glib-2.0 gmodule-no-export-2.0) were not met: $GLIB_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables GLIB_CFLAGS and GLIB_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. " >&2;} { (exit 1); exit 1; }; } elif test $pkg_failed = untried; then { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Alternatively, you may set the environment variables GLIB_CFLAGS and GLIB_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see . See \`config.log' for more details." >&5 echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Alternatively, you may set the environment variables GLIB_CFLAGS and GLIB_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see . See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } else GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS GLIB_LIBS=$pkg_cv_GLIB_LIBS { echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6; } : fi pkg_failed=no { echo "$as_me:$LINENO: checking for GOBJECT" >&5 echo $ECHO_N "checking for GOBJECT... $ECHO_C" >&6; } if test -n "$PKG_CONFIG"; then if test -n "$GOBJECT_CFLAGS"; then pkg_cv_GOBJECT_CFLAGS="$GOBJECT_CFLAGS" else if test -n "$PKG_CONFIG" && \ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 gobject-2.0\"") >&5 ($PKG_CONFIG --exists --print-errors "glib-2.0 gobject-2.0") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_GOBJECT_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 gobject-2.0" 2>/dev/null` else pkg_failed=yes fi fi else pkg_failed=untried fi if test -n "$PKG_CONFIG"; then if test -n "$GOBJECT_LIBS"; then pkg_cv_GOBJECT_LIBS="$GOBJECT_LIBS" else if test -n "$PKG_CONFIG" && \ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 gobject-2.0\"") >&5 ($PKG_CONFIG --exists --print-errors "glib-2.0 gobject-2.0") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_GOBJECT_LIBS=`$PKG_CONFIG --libs "glib-2.0 gobject-2.0" 2>/dev/null` else pkg_failed=yes fi fi else pkg_failed=untried fi if test $pkg_failed = yes; then if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then GOBJECT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-2.0 gobject-2.0"` else GOBJECT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0 gobject-2.0"` fi # Put the nasty error message in config.log where it belongs echo "$GOBJECT_PKG_ERRORS" >&5 { { echo "$as_me:$LINENO: error: Package requirements (glib-2.0 gobject-2.0) were not met: $GOBJECT_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables GOBJECT_CFLAGS and GOBJECT_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. " >&5 echo "$as_me: error: Package requirements (glib-2.0 gobject-2.0) were not met: $GOBJECT_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables GOBJECT_CFLAGS and GOBJECT_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. " >&2;} { (exit 1); exit 1; }; } elif test $pkg_failed = untried; then { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Alternatively, you may set the environment variables GOBJECT_CFLAGS and GOBJECT_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see . See \`config.log' for more details." >&5 echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Alternatively, you may set the environment variables GOBJECT_CFLAGS and GOBJECT_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see . See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } else GOBJECT_CFLAGS=$pkg_cv_GOBJECT_CFLAGS GOBJECT_LIBS=$pkg_cv_GOBJECT_LIBS { echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6; } : fi pkg_failed=no { echo "$as_me:$LINENO: checking for GMODULE" >&5 echo $ECHO_N "checking for GMODULE... $ECHO_C" >&6; } if test -n "$PKG_CONFIG"; then if test -n "$GMODULE_CFLAGS"; then pkg_cv_GMODULE_CFLAGS="$GMODULE_CFLAGS" else if test -n "$PKG_CONFIG" && \ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 gmodule-no-export-2.0 gobject-2.0\"") >&5 ($PKG_CONFIG --exists --print-errors "glib-2.0 gmodule-no-export-2.0 gobject-2.0") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_GMODULE_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 gmodule-no-export-2.0 gobject-2.0" 2>/dev/null` else pkg_failed=yes fi fi else pkg_failed=untried fi if test -n "$PKG_CONFIG"; then if test -n "$GMODULE_LIBS"; then pkg_cv_GMODULE_LIBS="$GMODULE_LIBS" else if test -n "$PKG_CONFIG" && \ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 gmodule-no-export-2.0 gobject-2.0\"") >&5 ($PKG_CONFIG --exists --print-errors "glib-2.0 gmodule-no-export-2.0 gobject-2.0") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_GMODULE_LIBS=`$PKG_CONFIG --libs "glib-2.0 gmodule-no-export-2.0 gobject-2.0" 2>/dev/null` else pkg_failed=yes fi fi else pkg_failed=untried fi if test $pkg_failed = yes; then if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then GMODULE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-2.0 gmodule-no-export-2.0 gobject-2.0"` else GMODULE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0 gmodule-no-export-2.0 gobject-2.0"` fi # Put the nasty error message in config.log where it belongs echo "$GMODULE_PKG_ERRORS" >&5 { { echo "$as_me:$LINENO: error: Package requirements (glib-2.0 gmodule-no-export-2.0 gobject-2.0) were not met: $GMODULE_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables GMODULE_CFLAGS and GMODULE_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. " >&5 echo "$as_me: error: Package requirements (glib-2.0 gmodule-no-export-2.0 gobject-2.0) were not met: $GMODULE_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables GMODULE_CFLAGS and GMODULE_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. " >&2;} { (exit 1); exit 1; }; } elif test $pkg_failed = untried; then { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Alternatively, you may set the environment variables GMODULE_CFLAGS and GMODULE_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see . See \`config.log' for more details." >&5 echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Alternatively, you may set the environment variables GMODULE_CFLAGS and GMODULE_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see . See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } else GMODULE_CFLAGS=$pkg_cv_GMODULE_CFLAGS GMODULE_LIBS=$pkg_cv_GMODULE_LIBS { echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6; } : fi cat >>confdefs.h <<\_ACEOF #define G_DISABLE_DEPRECATED _ACEOF MKINSTALLDIRS= if test -n "$ac_aux_dir"; then case "$ac_aux_dir" in /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;; *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;; esac fi if test -z "$MKINSTALLDIRS"; then MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" fi { echo "$as_me:$LINENO: checking whether NLS is requested" >&5 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; } # Check whether --enable-nls was given. if test "${enable_nls+set}" = set; then enableval=$enable_nls; USE_NLS=$enableval else USE_NLS=yes fi { echo "$as_me:$LINENO: result: $USE_NLS" >&5 echo "${ECHO_T}$USE_NLS" >&6; } # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then echo "#! /bin/sh" >conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_MSGFMT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else case "$MSGFMT" in [\\/]* | ?:[\\/]*) ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&5 if $ac_dir/$ac_word --statistics /dev/null >&5 2>&1 && (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":" ;; esac fi MSGFMT="$ac_cv_path_MSGFMT" if test "$MSGFMT" != ":"; then { echo "$as_me:$LINENO: result: $MSGFMT" >&5 echo "${ECHO_T}$MSGFMT" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_GMSGFMT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else case $GMSGFMT in [\\/]* | ?:[\\/]*) ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" ;; esac fi GMSGFMT=$ac_cv_path_GMSGFMT if test -n "$GMSGFMT"; then { echo "$as_me:$LINENO: result: $GMSGFMT" >&5 echo "${ECHO_T}$GMSGFMT" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then echo "#! /bin/sh" >conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_XGETTEXT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else case "$XGETTEXT" in [\\/]* | ?:[\\/]*) ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&5 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 && (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":" ;; esac fi XGETTEXT="$ac_cv_path_XGETTEXT" if test "$XGETTEXT" != ":"; then { echo "$as_me:$LINENO: result: $XGETTEXT" >&5 echo "${ECHO_T}$XGETTEXT" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi rm -f messages.po # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then echo "#! /bin/sh" >conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "msgmerge", so it can be a program name with args. set dummy msgmerge; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_MSGMERGE+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else case "$MSGMERGE" in [\\/]* | ?:[\\/]*) ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&5 if $ac_dir/$ac_word --update -q /dev/null /dev/null >&5 2>&1; then ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":" ;; esac fi MSGMERGE="$ac_cv_path_MSGMERGE" if test "$MSGMERGE" != ":"; then { echo "$as_me:$LINENO: result: $MSGMERGE" >&5 echo "${ECHO_T}$MSGMERGE" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi if test "$GMSGFMT" != ":"; then if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 && (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then : ; else GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'` { echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5 echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; } GMSGFMT=":" fi fi if test "$XGETTEXT" != ":"; then if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 && (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then : ; else { echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5 echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6; } XGETTEXT=":" fi rm -f messages.po fi ac_config_commands="$ac_config_commands default-1" if test "X$prefix" = "XNONE"; then acl_final_prefix="$ac_default_prefix" else acl_final_prefix="$prefix" fi if test "X$exec_prefix" = "XNONE"; then acl_final_exec_prefix='${prefix}' else acl_final_exec_prefix="$exec_prefix" fi acl_save_prefix="$prefix" prefix="$acl_final_prefix" eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" prefix="$acl_save_prefix" # Check whether --with-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes else with_gnu_ld=no fi # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then echo "#! /bin/sh" >conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. { echo "$as_me:$LINENO: checking for ld used by GCC" >&5 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [\\/]* | [A-Za-z]:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the path of ld ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then { echo "$as_me:$LINENO: checking for GNU ld" >&5 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; } else { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; } fi if test "${acl_cv_path_LD+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -z "$LD"; then IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" for ac_dir in $PATH; do test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then acl_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some GNU ld's only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in *GNU* | *'with BFD'*) test "$with_gnu_ld" != no && break ;; *) test "$with_gnu_ld" != yes && break ;; esac fi done IFS="$ac_save_ifs" else acl_cv_path_LD="$LD" # Let the user override the test with a path. fi fi LD="$acl_cv_path_LD" if test -n "$LD"; then { echo "$as_me:$LINENO: result: $LD" >&5 echo "${ECHO_T}$LD" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} { (exit 1); exit 1; }; } { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; } if test "${acl_cv_prog_gnu_ld+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else # I'd rather use --version here, but apparently some GNU ld's only accept -v. case `$LD -v 2>&1 &5 echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6; } with_gnu_ld=$acl_cv_prog_gnu_ld { echo "$as_me:$LINENO: checking for shared library run path origin" >&5 echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6; } if test "${acl_cv_rpath+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh . ./conftest.sh rm -f ./conftest.sh acl_cv_rpath=done fi { echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5 echo "${ECHO_T}$acl_cv_rpath" >&6; } wl="$acl_cv_wl" libext="$acl_cv_libext" shlibext="$acl_cv_shlibext" hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" hardcode_direct="$acl_cv_hardcode_direct" hardcode_minus_L="$acl_cv_hardcode_minus_L" # Check whether --enable-rpath was given. if test "${enable_rpath+set}" = set; then enableval=$enable_rpath; : else enable_rpath=yes fi use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libiconv-prefix was given. if test "${with_libiconv_prefix+set}" = set; then withval=$with_libiconv_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/lib" fi fi fi LIBICONV= LTLIBICONV= INCICONV= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='iconv ' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value" else : fi else found_dir= found_la= found_so= found_a= if test $use_additional = yes; then if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then found_dir="$additional_libdir" found_so="$additional_libdir/lib$name.$shlibext" if test -f "$additional_libdir/lib$name.la"; then found_la="$additional_libdir/lib$name.la" fi else if test -f "$additional_libdir/lib$name.$libext"; then found_dir="$additional_libdir" found_a="$additional_libdir/lib$name.$libext" if test -f "$additional_libdir/lib$name.la"; then found_la="$additional_libdir/lib$name.la" fi fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then found_dir="$dir" found_so="$dir/lib$name.$shlibext" if test -f "$dir/lib$name.la"; then found_la="$dir/lib$name.la" fi else if test -f "$dir/lib$name.$libext"; then found_dir="$dir" found_a="$dir/lib$name.$libext" if test -f "$dir/lib$name.la"; then found_la="$dir/lib$name.la" fi fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$hardcode_direct" = yes; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" else if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir" fi if test "$hardcode_minus_L" != no; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" else LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a" else LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */lib | */lib/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'` additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$additional_libdir" != "X/usr/lib"; then haveit= if test "X$additional_libdir" = "X/usr/local/lib"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBICONV="${LIBICONV}${LIBICONV:+ }$dep" LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep" ;; esac done fi else LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir" done fi { echo "$as_me:$LINENO: checking for CFPreferencesCopyAppValue" >&5 echo $ECHO_N "checking for CFPreferencesCopyAppValue... $ECHO_C" >&6; } if test "${gt_cv_func_CFPreferencesCopyAppValue+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else gt_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS -I/System/Library/Frameworks/CoreFoundation.framework/Headers" gt_save_LIBS="$LIBS" LIBS="$LIBS -framework CoreFoundation" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include int main () { CFPreferencesCopyAppValue(NULL, NULL) ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then gt_cv_func_CFPreferencesCopyAppValue=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 gt_cv_func_CFPreferencesCopyAppValue=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CPPFLAGS="$gt_save_CPPFLAGS" LIBS="$gt_save_LIBS" fi { echo "$as_me:$LINENO: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5 echo "${ECHO_T}$gt_cv_func_CFPreferencesCopyAppValue" >&6; } if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 _ACEOF fi { echo "$as_me:$LINENO: checking for CFLocaleCopyCurrent" >&5 echo $ECHO_N "checking for CFLocaleCopyCurrent... $ECHO_C" >&6; } if test "${gt_cv_func_CFLocaleCopyCurrent+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else gt_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS -I/System/Library/Frameworks/CoreFoundation.framework/Headers" gt_save_LIBS="$LIBS" LIBS="$LIBS -framework CoreFoundation" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include int main () { CFLocaleCopyCurrent(); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then gt_cv_func_CFLocaleCopyCurrent=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 gt_cv_func_CFLocaleCopyCurrent=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext CPPFLAGS="$gt_save_CPPFLAGS" LIBS="$gt_save_LIBS" fi { echo "$as_me:$LINENO: result: $gt_cv_func_CFLocaleCopyCurrent" >&5 echo "${ECHO_T}$gt_cv_func_CFLocaleCopyCurrent" >&6; } if test $gt_cv_func_CFLocaleCopyCurrent = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_CFLOCALECOPYCURRENT 1 _ACEOF fi INTL_MACOSX_LIBS= if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation" fi { echo "$as_me:$LINENO: checking whether NLS is requested" >&5 echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; } # Check whether --enable-nls was given. if test "${enable_nls+set}" = set; then enableval=$enable_nls; USE_NLS=$enableval else USE_NLS=yes fi { echo "$as_me:$LINENO: result: $USE_NLS" >&5 echo "${ECHO_T}$USE_NLS" >&6; } LIBINTL= LTLIBINTL= POSUB= if test "$USE_NLS" = "yes"; then gt_use_preinstalled_gnugettext=no { echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5 echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6; } if test "${gt_cv_func_gnugettext1_libc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include extern int _nl_msg_cat_cntr; extern int *_nl_domain_bindings; int main () { bindtextdomain ("", ""); return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then gt_cv_func_gnugettext1_libc=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 gt_cv_func_gnugettext1_libc=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi { echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libc" >&5 echo "${ECHO_T}$gt_cv_func_gnugettext1_libc" >&6; } if test "$gt_cv_func_gnugettext1_libc" != "yes"; then am_save_CPPFLAGS="$CPPFLAGS" for element in $INCICONV; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done { echo "$as_me:$LINENO: checking for iconv" >&5 echo $ECHO_N "checking for iconv... $ECHO_C" >&6; } if test "${am_cv_func_iconv+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else am_cv_func_iconv="no, consider installing GNU libiconv" am_cv_lib_iconv=no cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include #include int main () { iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then am_cv_func_iconv=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test "$am_cv_func_iconv" != yes; then am_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include #include int main () { iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then am_cv_lib_iconv=yes am_cv_func_iconv=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS="$am_save_LIBS" fi fi { echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5 echo "${ECHO_T}$am_cv_func_iconv" >&6; } if test "$am_cv_func_iconv" = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_ICONV 1 _ACEOF fi if test "$am_cv_lib_iconv" = yes; then { echo "$as_me:$LINENO: checking how to link with libiconv" >&5 echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6; } { echo "$as_me:$LINENO: result: $LIBICONV" >&5 echo "${ECHO_T}$LIBICONV" >&6; } else CPPFLAGS="$am_save_CPPFLAGS" LIBICONV= LTLIBICONV= fi use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libintl-prefix was given. if test "${with_libintl_prefix+set}" = set; then withval=$with_libintl_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/lib" fi fi fi LIBINTL= LTLIBINTL= INCINTL= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='intl ' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value" else : fi else found_dir= found_la= found_so= found_a= if test $use_additional = yes; then if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then found_dir="$additional_libdir" found_so="$additional_libdir/lib$name.$shlibext" if test -f "$additional_libdir/lib$name.la"; then found_la="$additional_libdir/lib$name.la" fi else if test -f "$additional_libdir/lib$name.$libext"; then found_dir="$additional_libdir" found_a="$additional_libdir/lib$name.$libext" if test -f "$additional_libdir/lib$name.la"; then found_la="$additional_libdir/lib$name.la" fi fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then found_dir="$dir" found_so="$dir/lib$name.$shlibext" if test -f "$dir/lib$name.la"; then found_la="$dir/lib$name.la" fi else if test -f "$dir/lib$name.$libext"; then found_dir="$dir" found_a="$dir/lib$name.$libext" if test -f "$dir/lib$name.la"; then found_la="$dir/lib$name.la" fi fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$hardcode_direct" = yes; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" else if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir" fi if test "$hardcode_minus_L" != no; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" else LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a" else LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */lib | */lib/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'` additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$additional_libdir" != "X/usr/lib"; then haveit= if test "X$additional_libdir" = "X/usr/local/lib"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBINTL="${LIBINTL}${LIBINTL:+ }$dep" LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep" ;; esac done fi else LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name" LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBINTL="${LIBINTL}${LIBINTL:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBINTL="${LIBINTL}${LIBINTL:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir" done fi { echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5 echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6; } if test "${gt_cv_func_gnugettext1_libintl+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else gt_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $INCINTL" gt_save_LIBS="$LIBS" LIBS="$LIBS $LIBINTL" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *); int main () { bindtextdomain ("", ""); return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ("") ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then gt_cv_func_gnugettext1_libintl=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 gt_cv_func_gnugettext1_libintl=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test "$gt_cv_func_gnugettext1_libintl" != yes && test -n "$LIBICONV"; then LIBS="$LIBS $LIBICONV" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *); int main () { bindtextdomain ("", ""); return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ("") ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then LIBINTL="$LIBINTL $LIBICONV" LTLIBINTL="$LTLIBINTL $LTLIBICONV" gt_cv_func_gnugettext1_libintl=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi CPPFLAGS="$gt_save_CPPFLAGS" LIBS="$gt_save_LIBS" fi { echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext1_libintl" >&5 echo "${ECHO_T}$gt_cv_func_gnugettext1_libintl" >&6; } fi if test "$gt_cv_func_gnugettext1_libc" = "yes" \ || { test "$gt_cv_func_gnugettext1_libintl" = "yes" \ && test "$PACKAGE" != gettext-runtime \ && test "$PACKAGE" != gettext-tools; }; then gt_use_preinstalled_gnugettext=yes else LIBINTL= LTLIBINTL= INCINTL= fi if test -n "$INTL_MACOSX_LIBS"; then if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then LIBINTL="$LIBINTL $INTL_MACOSX_LIBS" LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS" fi fi if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then cat >>confdefs.h <<\_ACEOF #define ENABLE_NLS 1 _ACEOF else USE_NLS=no fi fi { echo "$as_me:$LINENO: checking whether to use NLS" >&5 echo $ECHO_N "checking whether to use NLS... $ECHO_C" >&6; } { echo "$as_me:$LINENO: result: $USE_NLS" >&5 echo "${ECHO_T}$USE_NLS" >&6; } if test "$USE_NLS" = "yes"; then { echo "$as_me:$LINENO: checking where the gettext function comes from" >&5 echo $ECHO_N "checking where the gettext function comes from... $ECHO_C" >&6; } if test "$gt_use_preinstalled_gnugettext" = "yes"; then if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then gt_source="external libintl" else gt_source="libc" fi else gt_source="included intl directory" fi { echo "$as_me:$LINENO: result: $gt_source" >&5 echo "${ECHO_T}$gt_source" >&6; } fi if test "$USE_NLS" = "yes"; then if test "$gt_use_preinstalled_gnugettext" = "yes"; then if test "$gt_cv_func_gnugettext1_libintl" = "yes"; then { echo "$as_me:$LINENO: checking how to link with libintl" >&5 echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6; } { echo "$as_me:$LINENO: result: $LIBINTL" >&5 echo "${ECHO_T}$LIBINTL" >&6; } for element in $INCINTL; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done fi cat >>confdefs.h <<\_ACEOF #define HAVE_GETTEXT 1 _ACEOF cat >>confdefs.h <<\_ACEOF #define HAVE_DCGETTEXT 1 _ACEOF fi POSUB=po fi INTLLIBS="$LIBINTL" LIBSAVE="$LIBS" { echo "$as_me:$LINENO: checking for library containing crypt" >&5 echo $ECHO_N "checking for library containing crypt... $ECHO_C" >&6; } if test "${ac_cv_search_crypt+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_func_search_save_LIBS=$LIBS cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char crypt (); int main () { return crypt (); ; return 0; } _ACEOF for ac_lib in '' crypt; do if test -z "$ac_lib"; then ac_res="none required" else ac_res=-l$ac_lib LIBS="-l$ac_lib $ac_func_search_save_LIBS" fi rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then ac_cv_search_crypt=$ac_res else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext if test "${ac_cv_search_crypt+set}" = set; then break fi done if test "${ac_cv_search_crypt+set}" = set; then : else ac_cv_search_crypt=no fi rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi { echo "$as_me:$LINENO: result: $ac_cv_search_crypt" >&5 echo "${ECHO_T}$ac_cv_search_crypt" >&6; } ac_res=$ac_cv_search_crypt if test "$ac_res" != no; then test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" fi CRYPT_LIBS="$LIBS" LIBS="$LIBSAVE" # Check whether --with-popt was given. if test "${with_popt+set}" = set; then withval=$with_popt; if test "x$withval" != x -a "x$withval" != xyes -a "x$withval" != xno -a \ "x$withval" != x/usr ; then CPPFLAGS="$CPPFLAGS -I$popt/include" LDFLAGS="$LDFLAGS -L$popt/lib" fi fi # Check whether --with-ldap was given. if test "${with_ldap+set}" = set; then withval=$with_ldap; if test "x$withval" != x -a "x$withval" != xno ; then ldap=$withval else ldap=no fi else ldap=no fi build_ldap=no if test x$ldap != xno ; then LIBSAVE="$LIBS" if test x$ldap != xyes -a x$ldap != x/usr ; then CPPFLAGS="$CPPFLAGS -I$ldap/include" LDFLAGS="$LDFLAGS -L$ldap/lib" fi { echo "$as_me:$LINENO: checking for library containing ldap_sasl_interactive_bind_s" >&5 echo $ECHO_N "checking for library containing ldap_sasl_interactive_bind_s... $ECHO_C" >&6; } if test "${ac_cv_search_ldap_sasl_interactive_bind_s+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_func_search_save_LIBS=$LIBS cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char ldap_sasl_interactive_bind_s (); int main () { return ldap_sasl_interactive_bind_s (); ; return 0; } _ACEOF for ac_lib in '' ldap; do if test -z "$ac_lib"; then ac_res="none required" else ac_res=-l$ac_lib LIBS="-l$ac_lib $ac_func_search_save_LIBS" fi rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then ac_cv_search_ldap_sasl_interactive_bind_s=$ac_res else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext if test "${ac_cv_search_ldap_sasl_interactive_bind_s+set}" = set; then break fi done if test "${ac_cv_search_ldap_sasl_interactive_bind_s+set}" = set; then : else ac_cv_search_ldap_sasl_interactive_bind_s=no fi rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi { echo "$as_me:$LINENO: result: $ac_cv_search_ldap_sasl_interactive_bind_s" >&5 echo "${ECHO_T}$ac_cv_search_ldap_sasl_interactive_bind_s" >&6; } ac_res=$ac_cv_search_ldap_sasl_interactive_bind_s if test "$ac_res" != no; then test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" fi { echo "$as_me:$LINENO: checking for ldap_sasl_interactive_bind_s" >&5 echo $ECHO_N "checking for ldap_sasl_interactive_bind_s... $ECHO_C" >&6; } if test "${ac_cv_func_ldap_sasl_interactive_bind_s+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Define ldap_sasl_interactive_bind_s to an innocuous variant, in case declares ldap_sasl_interactive_bind_s. For example, HP-UX 11i declares gettimeofday. */ #define ldap_sasl_interactive_bind_s innocuous_ldap_sasl_interactive_bind_s /* System header to define __stub macros and hopefully few prototypes, which can conflict with char ldap_sasl_interactive_bind_s (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef ldap_sasl_interactive_bind_s /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char ldap_sasl_interactive_bind_s (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_ldap_sasl_interactive_bind_s || defined __stub___ldap_sasl_interactive_bind_s choke me #endif int main () { return ldap_sasl_interactive_bind_s (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then ac_cv_func_ldap_sasl_interactive_bind_s=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_ldap_sasl_interactive_bind_s=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi { echo "$as_me:$LINENO: result: $ac_cv_func_ldap_sasl_interactive_bind_s" >&5 echo "${ECHO_T}$ac_cv_func_ldap_sasl_interactive_bind_s" >&6; } if test $ac_cv_func_ldap_sasl_interactive_bind_s = yes; then { echo "$as_me:$LINENO: checking for ldap_set_option" >&5 echo $ECHO_N "checking for ldap_set_option... $ECHO_C" >&6; } if test "${ac_cv_func_ldap_set_option+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Define ldap_set_option to an innocuous variant, in case declares ldap_set_option. For example, HP-UX 11i declares gettimeofday. */ #define ldap_set_option innocuous_ldap_set_option /* System header to define __stub macros and hopefully few prototypes, which can conflict with char ldap_set_option (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef ldap_set_option /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char ldap_set_option (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_ldap_set_option || defined __stub___ldap_set_option choke me #endif int main () { return ldap_set_option (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then ac_cv_func_ldap_set_option=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_ldap_set_option=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi { echo "$as_me:$LINENO: result: $ac_cv_func_ldap_set_option" >&5 echo "${ECHO_T}$ac_cv_func_ldap_set_option" >&6; } if test $ac_cv_func_ldap_set_option = yes; then { echo "$as_me:$LINENO: checking for ldap_start_tls_s" >&5 echo $ECHO_N "checking for ldap_start_tls_s... $ECHO_C" >&6; } if test "${ac_cv_func_ldap_start_tls_s+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Define ldap_start_tls_s to an innocuous variant, in case declares ldap_start_tls_s. For example, HP-UX 11i declares gettimeofday. */ #define ldap_start_tls_s innocuous_ldap_start_tls_s /* System header to define __stub macros and hopefully few prototypes, which can conflict with char ldap_start_tls_s (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef ldap_start_tls_s /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char ldap_start_tls_s (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_ldap_start_tls_s || defined __stub___ldap_start_tls_s choke me #endif int main () { return ldap_start_tls_s (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then ac_cv_func_ldap_start_tls_s=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_ldap_start_tls_s=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi { echo "$as_me:$LINENO: result: $ac_cv_func_ldap_start_tls_s" >&5 echo "${ECHO_T}$ac_cv_func_ldap_start_tls_s" >&6; } if test $ac_cv_func_ldap_start_tls_s = yes; then { echo "$as_me:$LINENO: checking for ldap_modify_ext_s" >&5 echo $ECHO_N "checking for ldap_modify_ext_s... $ECHO_C" >&6; } if test "${ac_cv_func_ldap_modify_ext_s+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Define ldap_modify_ext_s to an innocuous variant, in case declares ldap_modify_ext_s. For example, HP-UX 11i declares gettimeofday. */ #define ldap_modify_ext_s innocuous_ldap_modify_ext_s /* System header to define __stub macros and hopefully few prototypes, which can conflict with char ldap_modify_ext_s (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef ldap_modify_ext_s /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char ldap_modify_ext_s (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_ldap_modify_ext_s || defined __stub___ldap_modify_ext_s choke me #endif int main () { return ldap_modify_ext_s (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then ac_cv_func_ldap_modify_ext_s=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_ldap_modify_ext_s=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi { echo "$as_me:$LINENO: result: $ac_cv_func_ldap_modify_ext_s" >&5 echo "${ECHO_T}$ac_cv_func_ldap_modify_ext_s" >&6; } if test $ac_cv_func_ldap_modify_ext_s = yes; then { echo "$as_me:$LINENO: checking for ldap_delete_ext_s" >&5 echo $ECHO_N "checking for ldap_delete_ext_s... $ECHO_C" >&6; } if test "${ac_cv_func_ldap_delete_ext_s+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Define ldap_delete_ext_s to an innocuous variant, in case declares ldap_delete_ext_s. For example, HP-UX 11i declares gettimeofday. */ #define ldap_delete_ext_s innocuous_ldap_delete_ext_s /* System header to define __stub macros and hopefully few prototypes, which can conflict with char ldap_delete_ext_s (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef ldap_delete_ext_s /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char ldap_delete_ext_s (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_ldap_delete_ext_s || defined __stub___ldap_delete_ext_s choke me #endif int main () { return ldap_delete_ext_s (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then ac_cv_func_ldap_delete_ext_s=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_ldap_delete_ext_s=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi { echo "$as_me:$LINENO: result: $ac_cv_func_ldap_delete_ext_s" >&5 echo "${ECHO_T}$ac_cv_func_ldap_delete_ext_s" >&6; } if test $ac_cv_func_ldap_delete_ext_s = yes; then build_ldap=yes fi fi fi fi fi LIBS="$LIBSAVE" fi if test $build_ldap = yes; then LDAP_TRUE= LDAP_FALSE='#' else LDAP_TRUE='#' LDAP_FALSE= fi # Check whether --with-sasl was given. if test "${with_sasl+set}" = set; then withval=$with_sasl; if test "x$withval" != x -a "x$withval" != xno ; then sasl=$withval else sasl=no fi else sasl=no fi build_sasl=no if test x$sasl != xno ; then LIBSAVE="$LIBS" if test x$sasl != xyes -a x$sasl != x/usr ; then CPPFLAGS="$CPPFLAGS -I$sasl/include" LDFLAGS="$LDFLAGS -L$sasl/lib" fi { echo "$as_me:$LINENO: checking for library containing sasl_setpass" >&5 echo $ECHO_N "checking for library containing sasl_setpass... $ECHO_C" >&6; } if test "${ac_cv_search_sasl_setpass+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_func_search_save_LIBS=$LIBS cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char sasl_setpass (); int main () { return sasl_setpass (); ; return 0; } _ACEOF for ac_lib in '' sasl2; do if test -z "$ac_lib"; then ac_res="none required" else ac_res=-l$ac_lib LIBS="-l$ac_lib $ac_func_search_save_LIBS" fi rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then ac_cv_search_sasl_setpass=$ac_res else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext if test "${ac_cv_search_sasl_setpass+set}" = set; then break fi done if test "${ac_cv_search_sasl_setpass+set}" = set; then : else ac_cv_search_sasl_setpass=no fi rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi { echo "$as_me:$LINENO: result: $ac_cv_search_sasl_setpass" >&5 echo "${ECHO_T}$ac_cv_search_sasl_setpass" >&6; } ac_res=$ac_cv_search_sasl_setpass if test "$ac_res" != no; then test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" build_sasl=yes fi for ac_func in $ac_func_list do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` { echo "$as_me:$LINENO: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Define $ac_func to an innocuous variant, in case declares $ac_func. For example, HP-UX 11i declares gettimeofday. */ #define $ac_func innocuous_$ac_func /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef $ac_func /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_$ac_func || defined __stub___$ac_func choke me #endif int main () { return $ac_func (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then eval "$as_ac_var=yes" else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi ac_res=`eval echo '${'$as_ac_var'}'` { echo "$as_me:$LINENO: result: $ac_res" >&5 echo "${ECHO_T}$ac_res" >&6; } if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <<_ACEOF #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done LIBS="$LIBSAVE" fi if test $build_sasl = yes; then SASL_TRUE= SASL_FALSE='#' else SASL_TRUE='#' SASL_FALSE= fi # Check whether --with-python was given. if test "${with_python+set}" = set; then withval=$with_python; else with_python=yes fi if test $with_python != no; then WITH_PYTHON_TRUE= WITH_PYTHON_FALSE='#' else WITH_PYTHON_TRUE='#' WITH_PYTHON_FALSE= fi if test $with_python != no ; then # Find any Python interpreter. if test -z "$PYTHON"; then for ac_prog in python python2 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_PYTHON+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else case $PYTHON in [\\/]* | ?:[\\/]*) ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi PYTHON=$ac_cv_path_PYTHON if test -n "$PYTHON"; then { echo "$as_me:$LINENO: result: $PYTHON" >&5 echo "${ECHO_T}$PYTHON" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi test -n "$PYTHON" && break done test -n "$PYTHON" || PYTHON=":" fi am_display_PYTHON=python if test "$PYTHON" = :; then { { echo "$as_me:$LINENO: error: no suitable Python interpreter found" >&5 echo "$as_me: error: no suitable Python interpreter found" >&2;} { (exit 1); exit 1; }; } else { echo "$as_me:$LINENO: checking for $am_display_PYTHON version" >&5 echo $ECHO_N "checking for $am_display_PYTHON version... $ECHO_C" >&6; } if test "${am_cv_python_version+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else am_cv_python_version=`$PYTHON -c "import sys; print sys.version[:3]"` fi { echo "$as_me:$LINENO: result: $am_cv_python_version" >&5 echo "${ECHO_T}$am_cv_python_version" >&6; } PYTHON_VERSION=$am_cv_python_version PYTHON_PREFIX='${prefix}' PYTHON_EXEC_PREFIX='${exec_prefix}' { echo "$as_me:$LINENO: checking for $am_display_PYTHON platform" >&5 echo $ECHO_N "checking for $am_display_PYTHON platform... $ECHO_C" >&6; } if test "${am_cv_python_platform+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else am_cv_python_platform=`$PYTHON -c "import sys; print sys.platform"` fi { echo "$as_me:$LINENO: result: $am_cv_python_platform" >&5 echo "${ECHO_T}$am_cv_python_platform" >&6; } PYTHON_PLATFORM=$am_cv_python_platform { echo "$as_me:$LINENO: checking for $am_display_PYTHON script directory" >&5 echo $ECHO_N "checking for $am_display_PYTHON script directory... $ECHO_C" >&6; } if test "${am_cv_python_pythondir+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX')" 2>/dev/null || echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"` fi { echo "$as_me:$LINENO: result: $am_cv_python_pythondir" >&5 echo "${ECHO_T}$am_cv_python_pythondir" >&6; } pythondir=$am_cv_python_pythondir pkgpythondir=\${pythondir}/$PACKAGE { echo "$as_me:$LINENO: checking for $am_display_PYTHON extension module directory" >&5 echo $ECHO_N "checking for $am_display_PYTHON extension module directory... $ECHO_C" >&6; } if test "${am_cv_python_pyexecdir+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else am_cv_python_pyexecdir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX')" 2>/dev/null || echo "${PYTHON_EXEC_PREFIX}/lib/python${PYTHON_VERSION}/site-packages"` fi { echo "$as_me:$LINENO: result: $am_cv_python_pyexecdir" >&5 echo "${ECHO_T}$am_cv_python_pyexecdir" >&6; } pyexecdir=$am_cv_python_pyexecdir pkgpyexecdir=\${pyexecdir}/$PACKAGE fi fi # Check whether --with-selinux was given. if test "${with_selinux+set}" = set; then withval=$with_selinux; selinux=$withval else selinux=no fi if test "x$selinux" != xno ; then SELINUX_LIBS=-lselinux cat >>confdefs.h <<\_ACEOF #define WITH_SELINUX 1 _ACEOF fi { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } if test "${ac_cv_c_const+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { /* FIXME: Include the comments suggested by Paul. */ #ifndef __cplusplus /* Ultrix mips cc rejects this. */ typedef int charset[2]; const charset cs; /* SunOS 4.1.1 cc rejects this. */ char const *const *pcpcc; char **ppc; /* NEC SVR4.0.2 mips cc rejects this. */ struct point {int x, y;}; static struct point const zero = {0,0}; /* AIX XL C 1.02.0.0 rejects this. It does not let you subtract one const X* pointer from another in an arm of an if-expression whose if-part is not a constant expression */ const char *g = "string"; pcpcc = &g + (g ? g-g : 0); /* HPUX 7.0 cc rejects these. */ ++pcpcc; ppc = (char**) pcpcc; pcpcc = (char const *const *) ppc; { /* SCO 3.2v4 cc rejects this. */ char *t; char const *s = 0 ? (char *) 0 : (char const *) 0; *t++ = 0; if (s) return 0; } { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ int x[] = {25, 17}; const int *foo = &x[0]; ++foo; } { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ typedef const int *iptr; iptr p = 0; ++p; } { /* AIX XL C 1.02.0.0 rejects this saying "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ struct s { int j; const int *ap[3]; }; struct s *b; b->j = 5; } { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ const int foo = 10; if (!foo) return 0; } return !cs[0] && !zero.x; #endif ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_c_const=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_c_const=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 echo "${ECHO_T}$ac_cv_c_const" >&6; } if test $ac_cv_c_const = no; then cat >>confdefs.h <<\_ACEOF #define const _ACEOF fi { echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6; } if test "${ac_cv_type_uid_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "uid_t" >/dev/null 2>&1; then ac_cv_type_uid_t=yes else ac_cv_type_uid_t=no fi rm -f conftest* fi { echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5 echo "${ECHO_T}$ac_cv_type_uid_t" >&6; } if test $ac_cv_type_uid_t = no; then cat >>confdefs.h <<\_ACEOF #define uid_t int _ACEOF cat >>confdefs.h <<\_ACEOF #define gid_t int _ACEOF fi { echo "$as_me:$LINENO: checking for mode_t" >&5 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; } if test "${ac_cv_type_mode_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default typedef mode_t ac__type_new_; int main () { if ((ac__type_new_ *) 0) return 0; if (sizeof (ac__type_new_)) return 0; ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_type_mode_t=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_type_mode_t=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; } if test $ac_cv_type_mode_t = yes; then : else cat >>confdefs.h <<_ACEOF #define mode_t int _ACEOF fi { echo "$as_me:$LINENO: checking for off_t" >&5 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; } if test "${ac_cv_type_off_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default typedef off_t ac__type_new_; int main () { if ((ac__type_new_ *) 0) return 0; if (sizeof (ac__type_new_)) return 0; ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_type_off_t=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_type_off_t=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 echo "${ECHO_T}$ac_cv_type_off_t" >&6; } if test $ac_cv_type_off_t = yes; then : else cat >>confdefs.h <<_ACEOF #define off_t long int _ACEOF fi { echo "$as_me:$LINENO: checking for size_t" >&5 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } if test "${ac_cv_type_size_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default typedef size_t ac__type_new_; int main () { if ((ac__type_new_ *) 0) return 0; if (sizeof (ac__type_new_)) return 0; ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_type_size_t=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_type_size_t=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 echo "${ECHO_T}$ac_cv_type_size_t" >&6; } if test $ac_cv_type_size_t = yes; then : else cat >>confdefs.h <<_ACEOF #define size_t unsigned int _ACEOF fi # Modify CFLAGS after all tests are run (some of them could fail because # of the -Werror). if test "$GCC" = yes ; then { echo "$as_me:$LINENO: checking for available GCC warning flags" >&5 echo $ECHO_N "checking for available GCC warning flags... $ECHO_C" >&6; } if test "${mitr_cv_prog_gcc_warnings+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else mitr_cv_prog_gcc_warnings="" for i in -Wall -Wcast-align -Wmissing-noreturn -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wundef; do oldcflags=$CFLAGS CFLAGS="$CFLAGS $i" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then mitr_cv_prog_gcc_warnings="$mitr_cv_prog_gcc_warnings $i" else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CFLAGS=$oldcflags done fi { echo "$as_me:$LINENO: result: $mitr_cv_prog_gcc_warnings" >&5 echo "${ECHO_T}$mitr_cv_prog_gcc_warnings" >&6; } CFLAGS="$CFLAGS $mitr_cv_prog_gcc_warnings" { echo "$as_me:$LINENO: checking whether we should use -Werror" >&5 echo $ECHO_N "checking whether we should use -Werror... $ECHO_C" >&6; } # Check whether --enable-Werror was given. if test "${enable_Werror+set}" = set; then enableval=$enable_Werror; else enable_Werror=no fi if test "x$enable_Werror" != xno; then CFLAGS="$CFLAGS -Werror" fi { echo "$as_me:$LINENO: result: $enable_Werror" >&5 echo "${ECHO_T}$enable_Werror" >&6; } fi # Check whether --with-html-dir was given. if test "${with_html_dir+set}" = set; then withval=$with_html_dir; else with_html_dir='${datadir}/gtk-doc/html' fi HTML_DIR="$with_html_dir" # Check whether --enable-gtk-doc was given. if test "${enable_gtk_doc+set}" = set; then enableval=$enable_gtk_doc; else enable_gtk_doc=no fi if test x$enable_gtk_doc = xyes; then if test -n "$PKG_CONFIG" && \ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk-doc\"") >&5 ($PKG_CONFIG --exists --print-errors "gtk-doc") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then : else { { echo "$as_me:$LINENO: error: gtk-doc not installed and --enable-gtk-doc requested" >&5 echo "$as_me: error: gtk-doc not installed and --enable-gtk-doc requested" >&2;} { (exit 1); exit 1; }; } fi fi { echo "$as_me:$LINENO: checking whether to build gtk-doc documentation" >&5 echo $ECHO_N "checking whether to build gtk-doc documentation... $ECHO_C" >&6; } { echo "$as_me:$LINENO: result: $enable_gtk_doc" >&5 echo "${ECHO_T}$enable_gtk_doc" >&6; } for ac_prog in gtkdoc-check do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_GTKDOC_CHECK+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else case $GTKDOC_CHECK in [\\/]* | ?:[\\/]*) ac_cv_path_GTKDOC_CHECK="$GTKDOC_CHECK" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_GTKDOC_CHECK="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi GTKDOC_CHECK=$ac_cv_path_GTKDOC_CHECK if test -n "$GTKDOC_CHECK"; then { echo "$as_me:$LINENO: result: $GTKDOC_CHECK" >&5 echo "${ECHO_T}$GTKDOC_CHECK" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi test -n "$GTKDOC_CHECK" && break done if test x$enable_gtk_doc = xyes; then ENABLE_GTK_DOC_TRUE= ENABLE_GTK_DOC_FALSE='#' else ENABLE_GTK_DOC_TRUE='#' ENABLE_GTK_DOC_FALSE= fi if test -n "$LIBTOOL"; then GTK_DOC_USE_LIBTOOL_TRUE= GTK_DOC_USE_LIBTOOL_FALSE='#' else GTK_DOC_USE_LIBTOOL_TRUE='#' GTK_DOC_USE_LIBTOOL_FALSE= fi if false; then KRB5_TRUE= KRB5_FALSE='#' else KRB5_TRUE='#' KRB5_FALSE= fi ac_config_files="$ac_config_files Makefile po/Makefile.in docs/Makefile docs/reference/Makefile libuser.pc" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs, see configure's option --config-cache. # It is not useful on other systems. If it contains results you don't # want to keep, you may remove or edit it. # # config.status only pays attention to the cache file if you give it # the --recheck option to rerun configure. # # `ac_cv_env_foo' variables (set or unset) will be overridden when # loading this file, other *unset* `ac_cv_foo' will be assigned the # following values. _ACEOF # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. # So, we kill variables containing newlines. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. ( for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( *) $as_unset $ac_var ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space=' '; set) 2>&1` in #( *${as_nl}ac_space=\ *) # `set' does not quote correctly, so add quotes (double-quote # substitution turns \\\\ into \\, and sed turns \\ into \). sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; #( *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) | sed ' /^ac_cv_env_/b end t clear :clear s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ t end s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ :end' >>confcache if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then test "x$cache_file" != "x/dev/null" && { echo "$as_me:$LINENO: updating cache $cache_file" >&5 echo "$as_me: updating cache $cache_file" >&6;} cat confcache >$cache_file else { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache test "x$prefix" = xNONE && prefix=$ac_default_prefix # Let make expand exec_prefix. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' DEFS=-DHAVE_CONFIG_H ac_libobjs= ac_ltlibobjs= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' ac_i=`echo "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' done LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." >&5 echo "$as_me: error: conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." >&5 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. Usually this means the macro was only invoked conditionally." >&5 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${LDAP_TRUE}" && test -z "${LDAP_FALSE}"; then { { echo "$as_me:$LINENO: error: conditional \"LDAP\" was never defined. Usually this means the macro was only invoked conditionally." >&5 echo "$as_me: error: conditional \"LDAP\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${SASL_TRUE}" && test -z "${SASL_FALSE}"; then { { echo "$as_me:$LINENO: error: conditional \"SASL\" was never defined. Usually this means the macro was only invoked conditionally." >&5 echo "$as_me: error: conditional \"SASL\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${WITH_PYTHON_TRUE}" && test -z "${WITH_PYTHON_FALSE}"; then { { echo "$as_me:$LINENO: error: conditional \"WITH_PYTHON\" was never defined. Usually this means the macro was only invoked conditionally." >&5 echo "$as_me: error: conditional \"WITH_PYTHON\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${ENABLE_GTK_DOC_TRUE}" && test -z "${ENABLE_GTK_DOC_FALSE}"; then { { echo "$as_me:$LINENO: error: conditional \"ENABLE_GTK_DOC\" was never defined. Usually this means the macro was only invoked conditionally." >&5 echo "$as_me: error: conditional \"ENABLE_GTK_DOC\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${GTK_DOC_USE_LIBTOOL_TRUE}" && test -z "${GTK_DOC_USE_LIBTOOL_FALSE}"; then { { echo "$as_me:$LINENO: error: conditional \"GTK_DOC_USE_LIBTOOL\" was never defined. Usually this means the macro was only invoked conditionally." >&5 echo "$as_me: error: conditional \"GTK_DOC_USE_LIBTOOL\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${KRB5_TRUE}" && test -z "${KRB5_FALSE}"; then { { echo "$as_me:$LINENO: error: conditional \"KRB5\" was never defined. Usually this means the macro was only invoked conditionally." >&5 echo "$as_me: error: conditional \"KRB5\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi : ${CONFIG_STATUS=./config.status} ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 echo "$as_me: creating $CONFIG_STATUS" >&6;} cat >$CONFIG_STATUS <<_ACEOF #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in config.log if it exists. debug=false ac_cs_recheck=false ac_cs_silent=false SHELL=\${CONFIG_SHELL-$SHELL} _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF ## --------------------- ## ## M4sh Initialization. ## ## --------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac fi # PATH needs CR # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then echo "#! /bin/sh" >conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi # Support unset when possible. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then as_unset=unset else as_unset=false fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) as_nl=' ' IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. case $0 in *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 { (exit 1); exit 1; } fi # Work around bugs in pre-3.0 UWIN ksh. for as_var in ENV MAIL MAILPATH do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. for as_var in \ LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ LC_TELEPHONE LC_TIME do if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then eval $as_var=C; export $as_var else ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var fi done # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi # Name of the executable. as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # CDPATH. $as_unset CDPATH as_lineno_1=$LINENO as_lineno_2=$LINENO test "x$as_lineno_1" != "x$as_lineno_2" && test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { # Create $as_me.lineno as a copy of $as_myself, but with $LINENO # uniformly replaced by the line number. The first 'sed' inserts a # line-number line after each line using $LINENO; the second 'sed' # does the real work. The second script uses 'N' to pair each # line-number line with the line containing $LINENO, and appends # trailing '-' during substitution so that $LINENO is not a special # case at line end. # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the # scripts with optimization help from Paolo Bonzini. Blame Lee # E. McMahon (1931-1989) for sed's syntax. :-) sed -n ' p /[$]LINENO/= ' <$as_myself | sed ' s/[$]LINENO.*/&-/ t lineno b :lineno N :loop s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 { (exit 1); exit 1; }; } # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). . "./$as_me.lineno" # Exit status is that of the last command. exit } if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in -n*) case `echo 'x\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. *) ECHO_C='\c';; esac;; *) ECHO_N='-n';; esac if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir fi echo >conf$$.file if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -p'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -p' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -p' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p=: else test -d ./-p && rmdir ./-p as_mkdir_p=false fi if test -x / >/dev/null 2>&1; then as_test_x='test -x' else if ls -dL / >/dev/null 2>&1; then as_ls_L_option=L else as_ls_L_option= fi as_test_x=' eval sh -c '\'' if test -d "$1"; then test -d "$1/."; else case $1 in -*)set "./$1";; esac; case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in ???[sx]*):;;*)false;;esac;fi '\'' sh ' fi as_executable_p=$as_test_x # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" exec 6>&1 # Save the log message, to keep $[0] and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by libuser $as_me 0.56.9, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ on `(hostname || uname -n) 2>/dev/null | sed 1q` " _ACEOF cat >>$CONFIG_STATUS <<_ACEOF # Files that config.status was made for. config_files="$ac_config_files" config_headers="$ac_config_headers" config_commands="$ac_config_commands" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF ac_cs_usage="\ \`$as_me' instantiates files from templates according to the current configuration. Usage: $0 [OPTIONS] [FILE]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit -q, --quiet do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE --header=FILE[:TEMPLATE] instantiate the configuration header FILE Configuration files: $config_files Configuration headers: $config_headers Configuration commands: $config_commands Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ libuser config.status 0.56.9 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" Copyright (C) 2006 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='$ac_pwd' srcdir='$srcdir' INSTALL='$INSTALL' MKDIR_P='$MKDIR_P' _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF # If no file are specified by the user, then we need to provide default # value. By we need to know if files were specified by the user. ac_need_defaults=: while test $# != 0 do case $1 in --*=*) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ac_shift=: ;; *) ac_option=$1 ac_optarg=$2 ac_shift=shift ;; esac case $ac_option in # Handling of the options. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) echo "$ac_cs_version"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift CONFIG_FILES="$CONFIG_FILES $ac_optarg" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" ac_need_defaults=false;; --he | --h) # Conflict between --help and --header { echo "$as_me: error: ambiguous option: $1 Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; };; --help | --hel | -h ) echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. -*) { echo "$as_me: error: unrecognized option: $1 Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; *) ac_config_targets="$ac_config_targets $1" ac_need_defaults=false ;; esac shift done ac_configure_extra_args= if $ac_cs_silent; then exec 6>/dev/null ac_configure_extra_args="$ac_configure_extra_args --silent" fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF if \$ac_cs_recheck; then echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 CONFIG_SHELL=$SHELL export CONFIG_SHELL exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion fi _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX echo "$ac_log" } >&5 _ACEOF cat >>$CONFIG_STATUS <<_ACEOF # # INIT-COMMANDS # AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" # Capture the value of obsolete ALL_LINGUAS because we need it to compute # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it # from automake. eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' # Capture the value of LINGUAS because we need it to compute CATALOGS. LINGUAS="${LINGUAS-%UNSET%}" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF # Handling of arguments. for ac_config_target in $ac_config_targets do case $ac_config_target in "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;; "docs/reference/Makefile") CONFIG_FILES="$CONFIG_FILES docs/reference/Makefile" ;; "libuser.pc") CONFIG_FILES="$CONFIG_FILES libuser.pc" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac done # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely # bizarre bug on SunOS 4.1.3. if $ac_need_defaults; then test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands fi # Have a temporary directory for convenience. Make it in the build tree # simply because there is no reason against having it here, and in addition, # creating and moving files from /tmp can sometimes cause problems. # Hook for its removal unless debugging. # Note that there is a small window in which the directory will not be cleaned: # after its creation but before its name has been assigned to `$tmp'. $debug || { tmp= trap 'exit_status=$? { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status ' 0 trap '{ (exit 1); exit 1; }' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" } || { tmp=./conf$$-$RANDOM (umask 077 && mkdir "$tmp") } || { echo "$me: cannot create a temporary directory in ." >&2 { (exit 1); exit 1; } } # # Set up the sed scripts for CONFIG_FILES section. # # No need to generate the scripts if there are no CONFIG_FILES. # This happens for instance when ./config.status config.h if test -n "$CONFIG_FILES"; then _ACEOF ac_delim='%!_!# ' for ac_last_try in false false false false false :; do cat >conf$$subs.sed <<_ACEOF SHELL!$SHELL$ac_delim PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim PACKAGE_NAME!$PACKAGE_NAME$ac_delim PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim PACKAGE_STRING!$PACKAGE_STRING$ac_delim PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim exec_prefix!$exec_prefix$ac_delim prefix!$prefix$ac_delim program_transform_name!$program_transform_name$ac_delim bindir!$bindir$ac_delim sbindir!$sbindir$ac_delim libexecdir!$libexecdir$ac_delim datarootdir!$datarootdir$ac_delim datadir!$datadir$ac_delim sysconfdir!$sysconfdir$ac_delim sharedstatedir!$sharedstatedir$ac_delim localstatedir!$localstatedir$ac_delim includedir!$includedir$ac_delim oldincludedir!$oldincludedir$ac_delim docdir!$docdir$ac_delim infodir!$infodir$ac_delim htmldir!$htmldir$ac_delim dvidir!$dvidir$ac_delim pdfdir!$pdfdir$ac_delim psdir!$psdir$ac_delim libdir!$libdir$ac_delim localedir!$localedir$ac_delim mandir!$mandir$ac_delim DEFS!$DEFS$ac_delim ECHO_C!$ECHO_C$ac_delim ECHO_N!$ECHO_N$ac_delim ECHO_T!$ECHO_T$ac_delim LIBS!$LIBS$ac_delim build_alias!$build_alias$ac_delim host_alias!$host_alias$ac_delim target_alias!$target_alias$ac_delim INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim INSTALL_DATA!$INSTALL_DATA$ac_delim am__isrc!$am__isrc$ac_delim CYGPATH_W!$CYGPATH_W$ac_delim PACKAGE!$PACKAGE$ac_delim VERSION!$VERSION$ac_delim ACLOCAL!$ACLOCAL$ac_delim AUTOCONF!$AUTOCONF$ac_delim AUTOMAKE!$AUTOMAKE$ac_delim AUTOHEADER!$AUTOHEADER$ac_delim MAKEINFO!$MAKEINFO$ac_delim install_sh!$install_sh$ac_delim STRIP!$STRIP$ac_delim INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim mkdir_p!$mkdir_p$ac_delim AWK!$AWK$ac_delim SET_MAKE!$SET_MAKE$ac_delim am__leading_dot!$am__leading_dot$ac_delim AMTAR!$AMTAR$ac_delim am__tar!$am__tar$ac_delim am__untar!$am__untar$ac_delim CC!$CC$ac_delim CFLAGS!$CFLAGS$ac_delim LDFLAGS!$LDFLAGS$ac_delim CPPFLAGS!$CPPFLAGS$ac_delim ac_ct_CC!$ac_ct_CC$ac_delim EXEEXT!$EXEEXT$ac_delim OBJEXT!$OBJEXT$ac_delim DEPDIR!$DEPDIR$ac_delim am__include!$am__include$ac_delim am__quote!$am__quote$ac_delim AMDEP_TRUE!$AMDEP_TRUE$ac_delim AMDEP_FALSE!$AMDEP_FALSE$ac_delim AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim CCDEPMODE!$CCDEPMODE$ac_delim am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim YACC!$YACC$ac_delim build!$build$ac_delim build_cpu!$build_cpu$ac_delim build_vendor!$build_vendor$ac_delim build_os!$build_os$ac_delim host!$host$ac_delim host_cpu!$host_cpu$ac_delim host_vendor!$host_vendor$ac_delim host_os!$host_os$ac_delim SED!$SED$ac_delim GREP!$GREP$ac_delim EGREP!$EGREP$ac_delim LN_S!$LN_S$ac_delim ECHO!$ECHO$ac_delim AR!$AR$ac_delim RANLIB!$RANLIB$ac_delim CPP!$CPP$ac_delim CXX!$CXX$ac_delim CXXFLAGS!$CXXFLAGS$ac_delim ac_ct_CXX!$ac_ct_CXX$ac_delim CXXDEPMODE!$CXXDEPMODE$ac_delim am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim _ACEOF if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then break elif $ac_last_try; then { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} { (exit 1); exit 1; }; } else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` if test -n "$ac_eof"; then ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` ac_eof=`expr $ac_eof + 1` fi cat >>$CONFIG_STATUS <<_ACEOF cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof /@[a-zA-Z_][a-zA-Z_0-9]*@/!b _ACEOF sed ' s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g s/^/s,@/; s/!/@,|#_!!_#|/ :n t n s/'"$ac_delim"'$/,g/; t s/$/\\/; p N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n ' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF CEOF$ac_eof _ACEOF ac_delim='%!_!# ' for ac_last_try in false false false false false :; do cat >conf$$subs.sed <<_ACEOF am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim CXXCPP!$CXXCPP$ac_delim F77!$F77$ac_delim FFLAGS!$FFLAGS$ac_delim ac_ct_F77!$ac_ct_F77$ac_delim LIBTOOL!$LIBTOOL$ac_delim PKG_CONFIG!$PKG_CONFIG$ac_delim GLIB_CFLAGS!$GLIB_CFLAGS$ac_delim GLIB_LIBS!$GLIB_LIBS$ac_delim GOBJECT_CFLAGS!$GOBJECT_CFLAGS$ac_delim GOBJECT_LIBS!$GOBJECT_LIBS$ac_delim GMODULE_CFLAGS!$GMODULE_CFLAGS$ac_delim GMODULE_LIBS!$GMODULE_LIBS$ac_delim MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim USE_NLS!$USE_NLS$ac_delim MSGFMT!$MSGFMT$ac_delim GMSGFMT!$GMSGFMT$ac_delim XGETTEXT!$XGETTEXT$ac_delim MSGMERGE!$MSGMERGE$ac_delim INTL_MACOSX_LIBS!$INTL_MACOSX_LIBS$ac_delim LIBICONV!$LIBICONV$ac_delim LTLIBICONV!$LTLIBICONV$ac_delim INTLLIBS!$INTLLIBS$ac_delim LIBINTL!$LIBINTL$ac_delim LTLIBINTL!$LTLIBINTL$ac_delim POSUB!$POSUB$ac_delim CRYPT_LIBS!$CRYPT_LIBS$ac_delim LDAP_TRUE!$LDAP_TRUE$ac_delim LDAP_FALSE!$LDAP_FALSE$ac_delim SASL_TRUE!$SASL_TRUE$ac_delim SASL_FALSE!$SASL_FALSE$ac_delim WITH_PYTHON_TRUE!$WITH_PYTHON_TRUE$ac_delim WITH_PYTHON_FALSE!$WITH_PYTHON_FALSE$ac_delim PYTHON!$PYTHON$ac_delim PYTHON_VERSION!$PYTHON_VERSION$ac_delim PYTHON_PREFIX!$PYTHON_PREFIX$ac_delim PYTHON_EXEC_PREFIX!$PYTHON_EXEC_PREFIX$ac_delim PYTHON_PLATFORM!$PYTHON_PLATFORM$ac_delim pythondir!$pythondir$ac_delim pkgpythondir!$pkgpythondir$ac_delim pyexecdir!$pyexecdir$ac_delim pkgpyexecdir!$pkgpyexecdir$ac_delim SELINUX_LIBS!$SELINUX_LIBS$ac_delim HTML_DIR!$HTML_DIR$ac_delim GTKDOC_CHECK!$GTKDOC_CHECK$ac_delim ENABLE_GTK_DOC_TRUE!$ENABLE_GTK_DOC_TRUE$ac_delim ENABLE_GTK_DOC_FALSE!$ENABLE_GTK_DOC_FALSE$ac_delim GTK_DOC_USE_LIBTOOL_TRUE!$GTK_DOC_USE_LIBTOOL_TRUE$ac_delim GTK_DOC_USE_LIBTOOL_FALSE!$GTK_DOC_USE_LIBTOOL_FALSE$ac_delim KRB5_TRUE!$KRB5_TRUE$ac_delim KRB5_FALSE!$KRB5_FALSE$ac_delim LIBOBJS!$LIBOBJS$ac_delim LTLIBOBJS!$LTLIBOBJS$ac_delim _ACEOF if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 53; then break elif $ac_last_try; then { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} { (exit 1); exit 1; }; } else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` if test -n "$ac_eof"; then ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` ac_eof=`expr $ac_eof + 1` fi cat >>$CONFIG_STATUS <<_ACEOF cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end _ACEOF sed ' s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g s/^/s,@/; s/!/@,|#_!!_#|/ :n t n s/'"$ac_delim"'$/,g/; t s/$/\\/; p N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n ' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF :end s/|#_!!_#|//g CEOF$ac_eof _ACEOF # VPATH may cause trouble with some makes, so we remove $(srcdir), # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and # trailing colons and then remove the whole line if VPATH becomes empty # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=/{ s/:*\$(srcdir):*/:/ s/:*\${srcdir}:*/:/ s/:*@srcdir@:*/:/ s/^\([^=]*=[ ]*\):*/\1/ s/:*$// s/^[^=]*=[ ]*$// }' fi cat >>$CONFIG_STATUS <<\_ACEOF fi # test -n "$CONFIG_FILES" for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 echo "$as_me: error: Invalid tag $ac_tag." >&2;} { (exit 1); exit 1; }; };; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac ac_save_IFS=$IFS IFS=: set x $ac_tag IFS=$ac_save_IFS shift ac_file=$1 shift case $ac_mode in :L) ac_source=$1;; :[FH]) ac_file_inputs= for ac_f do case $ac_f in -) ac_f="$tmp/stdin";; *) # Look for the file first in the build tree, then in the source tree # (if the path is not absolute). The absolute path cannot be DOS-style, # because $ac_f cannot contain `:'. test -f "$ac_f" || case $ac_f in [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 echo "$as_me: error: cannot find input file: $ac_f" >&2;} { (exit 1); exit 1; }; };; esac ac_file_inputs="$ac_file_inputs $ac_f" done # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ configure_input="Generated from "`IFS=: echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" { echo "$as_me:$LINENO: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} fi case $ac_tag in *:-:* | *:-) cat >"$tmp/stdin";; esac ;; esac ac_dir=`$as_dirname -- "$ac_file" || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` { as_dir="$ac_dir" case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 echo "$as_me: error: cannot create directory $as_dir" >&2;} { (exit 1); exit 1; }; }; } ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix case $ac_mode in :F) # # CONFIG_FILE # case $INSTALL in [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; esac ac_MKDIR_P=$MKDIR_P case $MKDIR_P in [\\/$]* | ?:[\\/]* ) ;; */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; esac _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= case `sed -n '/datarootdir/ { p q } /@datadir@/p /@docdir@/p /@infodir@/p /@localedir@/p /@mandir@/p ' $ac_file_inputs` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g s&@infodir@&$infodir&g s&@localedir@&$localedir&g s&@mandir@&$mandir&g s&\\\${datarootdir}&$datarootdir&g' ;; esac _ACEOF # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? cat >>$CONFIG_STATUS <<_ACEOF sed "$ac_vpsub $extrasub _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s&@configure_input@&$configure_input&;t t s&@top_builddir@&$ac_top_builddir_sub&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t s&@builddir@&$ac_builddir&;t t s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t s&@MKDIR_P@&$ac_MKDIR_P&;t t $ac_datarootdir_hack " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined." >&5 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined." >&2;} rm -f "$tmp/stdin" case $ac_file in -) cat "$tmp/out"; rm -f "$tmp/out";; *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; esac ;; :H) # # CONFIG_HEADER # _ACEOF # Transform confdefs.h into a sed script `conftest.defines', that # substitutes the proper values into config.h.in to produce config.h. rm -f conftest.defines conftest.tail # First, append a space to every undef/define line, to ease matching. echo 's/$/ /' >conftest.defines # Then, protect against being on the right side of a sed subst, or in # an unquoted here document, in config.status. If some macros were # called several times there might be several #defines for the same # symbol, which is useless. But do not sort them, since the last # AC_DEFINE must be honored. ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where # NAME is the cpp macro being defined, VALUE is the value it is being given. # PARAMS is the parameter list in the macro definition--in most cases, it's # just an empty string. ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' ac_dB='\\)[ (].*,\\1define\\2' ac_dC=' ' ac_dD=' ,' uniq confdefs.h | sed -n ' t rset :rset s/^[ ]*#[ ]*define[ ][ ]*// t ok d :ok s/[\\&,]/\\&/g s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p ' >>conftest.defines # Remove the space that was appended to ease matching. # Then replace #undef with comments. This is necessary, for # example, in the case of _POSIX_SOURCE, which is predefined and required # on some systems where configure will not decide to define it. # (The regexp can be short, since the line contains either #define or #undef.) echo 's/ $// s,^[ #]*u.*,/* & */,' >>conftest.defines # Break up conftest.defines: ac_max_sed_lines=50 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" # et cetera. ac_in='$ac_file_inputs' ac_out='"$tmp/out1"' ac_nxt='"$tmp/out2"' while : do # Write a here document: cat >>$CONFIG_STATUS <<_ACEOF # First, check the format of the line: cat >"\$tmp/defines.sed" <<\\CEOF /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def b :def _ACEOF sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS echo 'CEOF sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail grep . conftest.tail >/dev/null || break rm -f conftest.defines mv conftest.tail conftest.defines done rm -f conftest.defines conftest.tail echo "ac_result=$ac_in" >>$CONFIG_STATUS cat >>$CONFIG_STATUS <<\_ACEOF if test x"$ac_file" != x-; then echo "/* $configure_input */" >"$tmp/config.h" cat "$ac_result" >>"$tmp/config.h" if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 echo "$as_me: $ac_file is unchanged" >&6;} else rm -f $ac_file mv "$tmp/config.h" $ac_file fi else echo "/* $configure_input */" cat "$ac_result" fi rm -f "$tmp/out12" # Compute $ac_file's index in $config_headers. _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $ac_file | $ac_file:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X$ac_file : 'X\(//\)[^/]' \| \ X$ac_file : 'X\(//\)$' \| \ X$ac_file : 'X\(/\)' \| . 2>/dev/null || echo X$ac_file | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'`/stamp-h$_am_stamp_count ;; :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 echo "$as_me: executing $ac_file commands" >&6;} ;; esac case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named `Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then dirpart=`$as_dirname -- "$mf" || $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$mf" : 'X\(//\)[^/]' \| \ X"$mf" : 'X\(//\)$' \| \ X"$mf" : 'X\(/\)' \| . 2>/dev/null || echo X"$mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running `make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # When using ansi2knr, U may be empty or an underscore; expand it U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`$as_dirname -- "$file" || $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$file" : 'X\(//\)[^/]' \| \ X"$file" : 'X\(//\)$' \| \ X"$file" : 'X\(/\)' \| . 2>/dev/null || echo X"$file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` { as_dir=$dirpart/$fdir case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 echo "$as_me: error: cannot create directory $as_dir" >&2;} { (exit 1); exit 1; }; }; } # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done ;; "default-1":C) for ac_file in $CONFIG_FILES; do # Support "outfile[:infile[:infile...]]" case "$ac_file" in *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; esac # PO directories have a Makefile.in generated from Makefile.in.in. case "$ac_file" in */Makefile.in) # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Treat a directory as a PO directory if and only if it has a # POTFILES.in file. This allows packages to have multiple PO # directories under different names or in different locations. if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then rm -f "$ac_dir/POTFILES" test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" POMAKEFILEDEPS="POTFILES.in" # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend # on $ac_dir but don't depend on user-specified configuration # parameters. if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then # The LINGUAS file contains the set of available languages. if test -n "$OBSOLETE_ALL_LINGUAS"; then test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" fi ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` # Hide the ALL_LINGUAS assigment from automake. eval 'ALL_LINGUAS''=$ALL_LINGUAS_' POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" else # The set of available languages was given in configure.in. eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' fi # Compute POFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) # Compute UPDATEPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) # Compute DUMMYPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) # Compute GMOFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) case "$ac_given_srcdir" in .) srcdirpre= ;; *) srcdirpre='$(srcdir)/' ;; esac POFILES= UPDATEPOFILES= DUMMYPOFILES= GMOFILES= for lang in $ALL_LINGUAS; do POFILES="$POFILES $srcdirpre$lang.po" UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" DUMMYPOFILES="$DUMMYPOFILES $lang.nop" GMOFILES="$GMOFILES $srcdirpre$lang.gmo" done # CATALOGS depends on both $ac_dir and the user's LINGUAS # environment variable. INST_LINGUAS= if test -n "$ALL_LINGUAS"; then for presentlang in $ALL_LINGUAS; do useit=no if test "%UNSET%" != "$LINGUAS"; then desiredlanguages="$LINGUAS" else desiredlanguages="$ALL_LINGUAS" fi for desiredlang in $desiredlanguages; do # Use the presentlang catalog if desiredlang is # a. equal to presentlang, or # b. a variant of presentlang (because in this case, # presentlang can be used as a fallback for messages # which are not translated in the desiredlang catalog). case "$desiredlang" in "$presentlang"*) useit=yes;; esac done if test $useit = yes; then INST_LINGUAS="$INST_LINGUAS $presentlang" fi done fi CATALOGS= if test -n "$INST_LINGUAS"; then for lang in $INST_LINGUAS; do CATALOGS="$CATALOGS $lang.gmo" done fi test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do if test -f "$f"; then case "$f" in *.orig | *.bak | *~) ;; *) cat "$f" >> "$ac_dir/Makefile" ;; esac fi done fi ;; esac done ;; esac done # for ac_tag { (exit 0); exit 0; } _ACEOF chmod +x $CONFIG_STATUS ac_clean_files=$ac_clean_files_save # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. # Unfortunately, on DOS this fails, as config.log is still kept open # by configure, so config.status won't be able to write to it; its # output is simply discarded. So we exec the FD to /dev/null, # effectively closing config.log, so it can be properly (re)opened and # appended to by config.status. When coming back to configure, we # need to make the FD available again. if test "$no_create" != yes; then ac_cs_success=: ac_config_status_args= test "$silent" = yes && ac_config_status_args="$ac_config_status_args --quiet" exec 5>/dev/null $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false exec 5>>config.log # Use ||, not &&, to avoid exiting from the if with $? = 1, which # would make configure fail if this is the last instruction. $ac_cs_success || { (exit 1); exit 1; } fi libuser-0.56.9.dfsg.1.orig/lib/0000755000175000017500000000000010777230755014153 5ustar gheghelibuser-0.56.9.dfsg.1.orig/lib/user.c0000644000175000017500000015034110777230701015270 0ustar gheghe/* Copyright (C) 2000-2002, 2004, 2005, 2006, 2007 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include #include #include #include #include #include "user_private.h" #include "internal.h" #define DEFAULT_ID 500 enum lu_dispatch_id { uses_elevated_privileges = 0x0003, user_lookup_name, user_lookup_id, user_default, user_add_prep, user_add, user_mod, user_del, user_lock, user_unlock, user_unlock_nonempty, user_is_locked, user_setpass, user_removepass, users_enumerate, users_enumerate_by_group, users_enumerate_full, users_enumerate_by_group_full, group_lookup_name, group_lookup_id, group_default, group_add_prep, group_add, group_mod, group_del, group_lock, group_unlock, group_unlock_nonempty, group_is_locked, group_setpass, group_removepass, groups_enumerate, groups_enumerate_full, groups_enumerate_by_user, groups_enumerate_by_user_full, }; struct lu_context * lu_start(const char *auth_name, enum lu_entity_type auth_type, const char *modules, const char *create_modules, lu_prompt_fn *prompter, gpointer prompter_data, struct lu_error **error) { struct lu_context *ctx; LU_ERROR_CHECK(error); /* Register our message domain with gettext. */ bindtextdomain(PACKAGE, LOCALEDIR); /* Initialize the gtype system if it's not already initialized. */ g_type_init(); /* Allocate space for the context. */ ctx = g_malloc0(sizeof(struct lu_context)); ctx->scache = lu_string_cache_new(TRUE); /* Create a configuration structure. */ if (lu_cfg_init(ctx, error) == FALSE) /* If there's an error, lu_cfg_init() sets it. */ goto err_scache; ctx->auth_name = ctx->scache->cache(ctx->scache, auth_name); ctx->auth_type = auth_type; ctx->prompter = prompter; ctx->prompter_data = prompter_data; ctx->modules = g_tree_new(lu_strcasecmp); /* Read the list of default modules, if the application didn't specify * any that we should be using. */ if (modules == NULL) { modules = lu_cfg_read_single(ctx, "defaults/modules", "files shadow"); } if (create_modules == NULL) { create_modules = lu_cfg_read_single(ctx, "defaults/create_modules", "files shadow"); } /* Load the modules. */ if (!lu_modules_load(ctx, modules, &ctx->module_names, error)) goto err_modules; /* lu_module_load sets errors */ if (!lu_modules_load(ctx, create_modules, &ctx->create_module_names, error)) goto err_module_names; /* lu_module_load sets errors */ return ctx; err_module_names: g_value_array_free(ctx->module_names); g_tree_foreach(ctx->modules, lu_module_unload, NULL); err_modules: g_tree_destroy(ctx->modules); err_scache: ctx->scache->free(ctx->scache); g_free(ctx); return NULL; } void lu_end(struct lu_context *context) { g_assert(context != NULL); g_tree_foreach(context->modules, lu_module_unload, NULL); g_tree_destroy(context->modules); g_value_array_free(context->create_module_names); g_value_array_free(context->module_names); lu_cfg_done(context); context->scache->free(context->scache); memset(context, 0, sizeof(struct lu_context)); g_free(context); } static const char * extract_name(struct lu_ent *ent) { GValueArray *array; GValue *value; g_return_val_if_fail(ent != NULL, NULL); g_return_val_if_fail((ent->type == lu_user) || (ent->type == lu_group), NULL); array = lu_ent_get(ent, ent->type == lu_user ? LU_USERNAME : LU_GROUPNAME); if (array == NULL) { array = lu_ent_get_current(ent, ent->type == lu_user ? LU_USERNAME : LU_GROUPNAME); if (array == NULL) return NULL; } value = g_value_array_get_nth(array, 0); g_return_val_if_fail(value != NULL, NULL); return ent->cache->cache(ent->cache, g_value_get_string(value)); } static gboolean lu_name_allowed(struct lu_ent *ent, struct lu_error **error) { const char *sdata; size_t len, i; g_return_val_if_fail(ent != NULL, FALSE); g_return_val_if_fail((ent->type == lu_user) || (ent->type == lu_group), FALSE); sdata = extract_name(ent); if (sdata == NULL) { lu_error_new(error, lu_error_name_bad, _("name is not set")); return FALSE; } len = strlen(sdata); if (len == 0) { lu_error_new(error, lu_error_name_bad, _("name is too short")); return FALSE; } if (len > UT_NAMESIZE - 1) { lu_error_new(error, lu_error_name_bad, _("name is too long (%zu > %d)"), len, UT_NAMESIZE - 1); return FALSE; } for (i = 0; sdata[i] != '\0'; i++) { if ((sdata[i] & 0x80) != 0) { lu_error_new(error, lu_error_name_bad, _("name contains non-ASCII characters")); return FALSE; } } for (i = 0; sdata[i] != '\0'; i++) { if ((sdata[i] == 0x7f) || (sdata[i] < 0x20)) { lu_error_new(error, lu_error_name_bad, _("name contains control characters")); return FALSE; } } for (i = 0; sdata[i] != '\0'; i++) { if (g_ascii_isspace(sdata[i])) { lu_error_new(error, lu_error_name_bad, _("name contains whitespace")); return FALSE; } } /* SUSv3 (3.426) says "To be portable across ..., the value is composed of characters from the portable filename character set. The hyphen should not be used as the first character of a portable user name. Note: "the value _is_ composed", not "should be" composed. We don't have to allow more. */ if (sdata[0] == '-') { lu_error_new(error, lu_error_name_bad, _("name starts with a hyphen")); return FALSE; } for (i = 0; sdata[i] != '\0'; i++) { if (!((sdata[i] >= 'a' && sdata[i] <= 'z') || (sdata[i] >= 'A' && sdata[i] <= 'Z') || (sdata[i] >= '0' && sdata[i] <= '9') || sdata[i] == '.' || sdata[i] == '-' || sdata[i] == '_' /* Allow trailing $ for samba machine accounts. */ || (sdata[i] == '$' && sdata[i + 1] == '\0'))) { lu_error_new(error, lu_error_name_bad, _("name contains invalid char `%c'"), sdata[i]); return FALSE; } } return TRUE; } static id_t extract_id(struct lu_ent *ent) { GValueArray *array; GValue *value; g_return_val_if_fail(ent != NULL, LU_VALUE_INVALID_ID); g_return_val_if_fail((ent->type == lu_user) || (ent->type == lu_group), LU_VALUE_INVALID_ID); array = lu_ent_get(ent, ent->type == lu_user ? LU_UIDNUMBER : LU_GIDNUMBER); if (array == NULL) { array = lu_ent_get_current(ent, ent->type == lu_user ? LU_UIDNUMBER : LU_GIDNUMBER); if (array == NULL) return LU_VALUE_INVALID_ID; } value = g_value_array_get_nth(array, 0); g_return_val_if_fail(value != NULL, LU_VALUE_INVALID_ID); return lu_value_get_id(value); } static uid_t convert_user_name_to_id(struct lu_context *context, const char *sdata, struct lu_error **error) { struct lu_ent *ent; uid_t ret = LU_VALUE_INVALID_ID; char buf[LINE_MAX * 4]; struct passwd *err, passwd; if ((getpwnam_r(sdata, &passwd, buf, sizeof(buf), &err) == 0) && (err == &passwd)) return passwd.pw_uid; ent = lu_ent_new(); if (lu_user_lookup_name(context, sdata, ent, error) == TRUE) { ret = extract_id(ent); if (ret == LU_VALUE_INVALID_ID) lu_error_new(error, lu_error_generic, _("user %s has no UID"), sdata); } lu_ent_free(ent); return ret; } static gid_t convert_group_name_to_id(struct lu_context *context, const char *sdata, struct lu_error **error) { struct lu_ent *ent; gid_t ret = LU_VALUE_INVALID_ID; char buf[LINE_MAX * 4]; struct group *err, group; if ((getgrnam_r(sdata, &group, buf, sizeof(buf), &err) == 0) && (err == &group)) return group.gr_gid; ent = lu_ent_new(); if (lu_group_lookup_name(context, sdata, ent, error) == TRUE) { ret = extract_id(ent); if (ret == LU_VALUE_INVALID_ID) lu_error_new(error, lu_error_generic, _("group %s has no GID"), sdata); } lu_ent_free(ent); return ret; } static gboolean ent_has_name_and_id(struct lu_ent *ent, struct lu_error **error) { const char *name; id_t id; g_return_val_if_fail(ent->type == lu_user || ent->type == lu_group, FALSE); name = extract_name(ent); id = extract_id(ent); if (name != NULL && id != LU_VALUE_INVALID_ID) return TRUE; if (id != LU_VALUE_INVALID_ID) lu_error_new(error, lu_error_generic, ent->type == lu_user ? _("user %jd has no name") : _("group %jd has no name"), (intmax_t)id); else if (name != NULL) lu_error_new(error, lu_error_generic, ent->type == lu_user ? _("user %s has no UID") : _("group %s has no GID"), name); else lu_error_new(error, lu_error_generic, ent->type == lu_user ? _("user has neither a name nor an UID") : _("group has neither a name nor a GID")); return FALSE; } static gboolean lu_refresh_int(struct lu_context *context, struct lu_ent *entity, struct lu_error **error); static gboolean lu_refresh_user(struct lu_context *context, struct lu_ent *entity, struct lu_error **error) { g_return_val_if_fail(entity->type == lu_user, FALSE); return lu_refresh_int(context, entity, error); } static gboolean lu_refresh_group(struct lu_context *context, struct lu_ent *entity, struct lu_error **error) { g_return_val_if_fail(entity->type == lu_group, FALSE); return lu_refresh_int(context, entity, error); } static gboolean run_single(struct lu_context *context, struct lu_module *module, enum lu_dispatch_id id, const char *sdata, id_t ldata, struct lu_ent *entity, gpointer *ret, struct lu_error **error) { GPtrArray *ptrs; size_t i; g_assert(context != NULL); g_assert(module != NULL); LU_ERROR_CHECK(error); switch (id) { case user_lookup_name: g_return_val_if_fail(sdata != NULL, FALSE); g_return_val_if_fail(strlen(sdata) > 0, FALSE); g_return_val_if_fail(entity != NULL, FALSE); if (module->user_lookup_name(module, sdata, entity, error)) { lu_ent_add_module(entity, module->name); return TRUE; } return FALSE; case user_lookup_id: g_return_val_if_fail(entity != NULL, FALSE); if (module->user_lookup_id(module, ldata, entity, error)) { lu_ent_add_module(entity, module->name); return TRUE; } return FALSE; case user_default: g_return_val_if_fail(entity != NULL, FALSE); if (module->user_default(module, sdata, ldata, entity, error)) { lu_ent_add_module(entity, module->name); return TRUE; } return FALSE; case user_add: g_return_val_if_fail(entity != NULL, FALSE); if (module->user_add(module, entity, error)) { lu_ent_add_module(entity, module->name); return TRUE; } return FALSE; case user_add_prep: g_return_val_if_fail(entity != NULL, FALSE); if (lu_name_allowed(entity, error) == FALSE) { return FALSE; } else if (module->user_add_prep(module, entity, error)) { lu_ent_add_module(entity, module->name); return TRUE; } return FALSE; case user_mod: g_return_val_if_fail(entity != NULL, FALSE); return module->user_mod(module, entity, error); case user_del: g_return_val_if_fail(entity != NULL, FALSE); return module->user_del(module, entity, error); case user_lock: g_return_val_if_fail(entity != NULL, FALSE); return module->user_lock(module, entity, error); case user_unlock: g_return_val_if_fail(entity != NULL, FALSE); return module->user_unlock(module, entity, error); case user_unlock_nonempty: g_return_val_if_fail(entity != NULL, FALSE); return module->user_unlock_nonempty(module, entity, error); case user_is_locked: g_return_val_if_fail(entity != NULL, FALSE); return module->user_is_locked(module, entity, error); case user_setpass: g_return_val_if_fail(entity != NULL, FALSE); g_return_val_if_fail(sdata != NULL, FALSE); return module->user_setpass(module, entity, sdata, error); case user_removepass: g_return_val_if_fail(entity != NULL, FALSE); return module->user_removepass(module, entity, error); case users_enumerate: g_return_val_if_fail(ret != NULL, FALSE); *ret = module->users_enumerate(module, sdata, error); return TRUE; case users_enumerate_by_group: g_return_val_if_fail(sdata != NULL, FALSE); g_return_val_if_fail(strlen(sdata) > 0, FALSE); g_return_val_if_fail(ret != NULL, FALSE); *ret = module->users_enumerate_by_group(module, sdata, ldata, error); return TRUE; case users_enumerate_full: g_return_val_if_fail(ret != NULL, FALSE); *ret = module->users_enumerate_full(module, sdata, error); if (*ret) { ptrs = *ret; for (i = 0; i < ptrs->len; i++) { lu_ent_add_module(g_ptr_array_index(ptrs, i), module->name); } } return TRUE; case users_enumerate_by_group_full: g_return_val_if_fail(sdata != NULL, FALSE); g_return_val_if_fail(strlen(sdata) > 0, FALSE); g_return_val_if_fail(ret != NULL, FALSE); *ret = module->users_enumerate_by_group_full(module, sdata, ldata, error); if (*ret) { ptrs = *ret; for (i = 0; i < ptrs->len; i++) { lu_ent_add_module(g_ptr_array_index(ptrs, i), module->name); } } return TRUE; case group_lookup_name: g_return_val_if_fail(sdata != NULL, FALSE); g_return_val_if_fail(strlen(sdata) > 0, FALSE); g_return_val_if_fail(entity != NULL, FALSE); if (module->group_lookup_name(module, sdata, entity, error)) { lu_ent_add_module(entity, module->name); return TRUE; } return FALSE; case group_lookup_id: g_return_val_if_fail(entity != NULL, FALSE); if (module->group_lookup_id(module, ldata, entity, error)) { lu_ent_add_module(entity, module->name); return TRUE; } return FALSE; case group_default: g_return_val_if_fail(entity != NULL, FALSE); if (module->group_default(module, sdata, ldata, entity, error)) { lu_ent_add_module(entity, module->name); return TRUE; } return FALSE; case group_add: g_return_val_if_fail(entity != NULL, FALSE); if (module->group_add(module, entity, error)) { lu_ent_add_module(entity, module->name); return TRUE; } return FALSE; case group_add_prep: g_return_val_if_fail(entity != NULL, FALSE); if (lu_name_allowed(entity, error) == FALSE) { return FALSE; } else if (module->group_add_prep(module, entity, error)) { lu_ent_add_module(entity, module->name); return TRUE; } return FALSE; case group_mod: g_return_val_if_fail(entity != NULL, FALSE); return module->group_mod(module, entity, error); case group_del: g_return_val_if_fail(entity != NULL, FALSE); return module->group_del(module, entity, error); case group_lock: g_return_val_if_fail(entity != NULL, FALSE); return module->group_lock(module, entity, error); case group_unlock: g_return_val_if_fail(entity != NULL, FALSE); return module->group_unlock(module, entity, error); case group_unlock_nonempty: g_return_val_if_fail(entity != NULL, FALSE); return module->group_unlock_nonempty(module, entity, error); case group_is_locked: g_return_val_if_fail(entity != NULL, FALSE); return module->group_is_locked(module, entity, error); case group_setpass: g_return_val_if_fail(entity != NULL, FALSE); g_return_val_if_fail(sdata != NULL, FALSE); return module->group_setpass(module, entity, sdata, error); case group_removepass: g_return_val_if_fail(entity != NULL, FALSE); return module->group_removepass(module, entity, error); case groups_enumerate: g_return_val_if_fail(ret != NULL, FALSE); *ret = module->groups_enumerate(module, sdata, error); return TRUE; case groups_enumerate_by_user: g_return_val_if_fail(sdata != NULL, FALSE); g_return_val_if_fail(strlen(sdata) > 0, FALSE); g_return_val_if_fail(ret != NULL, FALSE); *ret = module->groups_enumerate_by_user(module, sdata, ldata, error); return TRUE; case groups_enumerate_full: g_return_val_if_fail(ret != NULL, FALSE); *ret = module->groups_enumerate_full(module, sdata, error); if (*ret) { ptrs = *ret; for (i = 0; i < ptrs->len; i++) { lu_ent_add_module(g_ptr_array_index(ptrs, i), module->name); } } return TRUE; case groups_enumerate_by_user_full: g_return_val_if_fail(sdata != NULL, FALSE); g_return_val_if_fail(strlen(sdata) > 0, FALSE); g_return_val_if_fail(ret != NULL, FALSE); *ret = module->groups_enumerate_by_user_full(module, sdata, ldata, error); if (*ret) { ptrs = *ret; for (i = 0; i < ptrs->len; i++) { lu_ent_add_module(g_ptr_array_index(ptrs, i), module->name); } } return TRUE; case uses_elevated_privileges: return module->uses_elevated_privileges(module); default: g_assert_not_reached(); /* not reached */ } return FALSE; } static gboolean logic_and(gboolean a, gboolean b) { return a && b; } static gboolean logic_or(gboolean a, gboolean b) { return a || b; } static void remove_duplicate_values(GValueArray *array) { size_t i; for (i = 0; i < array->n_values; i++) { size_t j; GValue *ivalue; ivalue = g_value_array_get_nth(array, i); for (j = i + 1; j < array->n_values; j++) { GValue *jvalue; jvalue = g_value_array_get_nth(array, j); if (G_VALUE_TYPE(ivalue) == G_VALUE_TYPE(jvalue) && lu_values_equal(ivalue, jvalue)) { g_value_array_remove(array, j); j--; } } } } static int compare_strings(gconstpointer a, gconstpointer b, gpointer data) { (void)data; return strcmp(a, b); } static GPtrArray * merge_ent_array_duplicates(GPtrArray *array) { GPtrArray *ret; size_t i; GTree *users, *groups; g_return_val_if_fail(array != NULL, NULL); users = g_tree_new_full(compare_strings, NULL, g_free, NULL); groups = g_tree_new_full(compare_strings, NULL, g_free, NULL); /* A structure to hold the new list. */ ret = g_ptr_array_new(); /* Iterate over every entity in the incoming list. */ for (i = 0; i < array->len; i++) { struct lu_ent *current, *saved; char *key; GValueArray *values; GValue *value; GTree *tree; current = g_ptr_array_index(array, i); key = NULL; values = NULL; tree = NULL; /* Get the name of the user or group. */ if (current->type == lu_user) { values = lu_ent_get(current, LU_USERNAME); tree = users; } else if (current->type == lu_group) { values = lu_ent_get(current, LU_GROUPNAME); tree = groups; } else { g_warning("Unknown entity(%zu) type: %d.\n", i, current->type); g_assert_not_reached(); } value = g_value_array_get_nth(values, 0); key = lu_value_strdup(value); /* Check if there's already an entity with that name. */ saved = g_tree_lookup(tree, key); /* If it's not in there, add this one. */ if (saved == NULL) { g_tree_insert(tree, key, current); g_ptr_array_add(ret, current); } else { GList *attributes, *list; const char *attr; size_t j; g_free (key); /* Merge all of its data into the existing one; first, * the current data. */ attributes = lu_ent_get_attributes_current(current); list = attributes; while (attributes != NULL) { attr = (const char *)attributes->data; values = lu_ent_get_current(current, attr); for (j = 0; j < values->n_values; j++) { value = g_value_array_get_nth(values, j); lu_ent_add_current(saved, attr, value); } attributes = g_list_next(attributes); } g_list_free(list); /* Merge the pending data. */ attributes = lu_ent_get_attributes(current); list = attributes; while (attributes != NULL) { attr = (const char *)attributes->data; values = lu_ent_get(current, attr); for (j = 0; j < values->n_values; j++) { value = g_value_array_get_nth(values, j); lu_ent_add(saved, attr, value); } attributes = g_list_next(attributes); } g_list_free(list); /* Now merge the entity's list of modules. */ for (j = 0; j < current->modules->n_values; j++) { value = g_value_array_get_nth(current->modules, j); g_value_array_append(saved->modules, value); } remove_duplicate_values(saved->modules); lu_ent_free(current); } } g_tree_destroy(users); g_tree_destroy(groups); g_ptr_array_free(array, TRUE); return ret; } static gboolean run_list(struct lu_context *context, GValueArray *list, gboolean (*logic_function)(gboolean a, gboolean b), enum lu_dispatch_id id, const char *sdata, id_t ldata, struct lu_ent *entity, gpointer ret, struct lu_error **firsterror) { gboolean success; struct lu_error *lasterror = NULL; size_t i; LU_ERROR_CHECK(firsterror); g_assert(context != NULL); g_assert(context->module_names != NULL); g_assert(context->modules != NULL); g_assert(entity != NULL); g_assert(logic_function != NULL); g_assert((id == user_lookup_name) || (id == user_lookup_id) || (id == user_default) || (id == user_add_prep) || (id == user_add) || (id == user_mod) || (id == user_del) || (id == user_lock) || (id == user_unlock) || (id == user_unlock_nonempty) || (id == user_is_locked) || (id == user_setpass) || (id == user_removepass) || (id == users_enumerate) || (id == users_enumerate_by_group) || (id == users_enumerate_full) || (id == users_enumerate_by_group_full) || (id == group_lookup_name) || (id == group_lookup_id) || (id == group_default) || (id == group_add_prep) || (id == group_add) || (id == group_mod) || (id == group_del) || (id == group_lock) || (id == group_unlock) || (id == group_unlock_nonempty) || (id == group_is_locked) || (id == group_setpass) || (id == group_removepass) || (id == groups_enumerate) || (id == groups_enumerate_by_user) || (id == groups_enumerate_full) || (id == groups_enumerate_by_user_full) || (id == uses_elevated_privileges)); success = FALSE; for (i = 0; i < list->n_values; i++) { struct lu_module *module; gpointer scratch; GValue *value; gboolean tsuccess; value = g_value_array_get_nth(list, i); module = g_tree_lookup(context->modules, g_value_get_string(value)); g_assert(module != NULL); scratch = NULL; tsuccess = run_single(context, module, id, sdata, ldata, entity, &scratch, &lasterror); if (scratch != NULL) switch (id) { GPtrArray *ptr_array, *tmp_ptr_array; GValueArray *value_array, *tmp_value_array; size_t j; case users_enumerate: case users_enumerate_by_group: case groups_enumerate: case groups_enumerate_by_user: tmp_value_array = scratch; value_array = *(GValueArray **)ret; if (value_array == NULL) { value_array = g_value_array_new(0); } if (tmp_value_array != NULL) { for (j = 0; j < tmp_value_array->n_values; j++) { value = g_value_array_get_nth(tmp_value_array, j); g_value_array_append(value_array, value); } g_value_array_free(tmp_value_array); } remove_duplicate_values(value_array); *(GValueArray **)ret = value_array; break; case users_enumerate_full: case users_enumerate_by_group_full: case groups_enumerate_full: case groups_enumerate_by_user_full: /* FIXME: do some kind of merging here. */ tmp_ptr_array = scratch; ptr_array = *(GPtrArray **)ret; if (ptr_array == NULL) { ptr_array = g_ptr_array_new(); } if (tmp_ptr_array != NULL) { for (j = 0; j < tmp_ptr_array->len; j++) { struct lu_ent *tmp_ent; tmp_ent = g_ptr_array_index(tmp_ptr_array, j); g_ptr_array_add(ptr_array, tmp_ent); } g_ptr_array_free(tmp_ptr_array, TRUE); } /* remove_duplicate_ptrs(ptr_array); */ *(GPtrArray **)ret = ptr_array; break; case user_lookup_name: case user_lookup_id: case user_default: case user_add_prep: case user_add: case user_mod: case user_del: case group_lookup_name: case group_lookup_id: case group_default: case group_add_prep: case group_add: case group_mod: case group_del: case uses_elevated_privileges: break; default: g_assert_not_reached(); /* never reached */ break; } if (i == 0) { success = tsuccess; } else { success = logic_function(success, tsuccess); } if (firsterror != NULL) { if (*firsterror == NULL) { /* Make this the error we report. */ *firsterror = lasterror; lasterror = NULL; } else { /* Already have an error, discard. */ if (lasterror != NULL) { lu_error_free(&lasterror); } } } else { /* Can't report this error. */ if (lasterror != NULL) { lu_error_free(&lasterror); } } } return success; } static gboolean lu_refresh_int(struct lu_context *context, struct lu_ent *entity, struct lu_error **error) { enum lu_dispatch_id id = 0; const char *sdata; gpointer scratch = NULL; g_return_val_if_fail((entity->type == lu_user) || (entity->type == lu_group), FALSE); if (entity->type == lu_user) { id = user_lookup_name; } else if (entity->type == lu_group) { id = group_lookup_name; } else { g_assert_not_reached(); } sdata = extract_name(entity); if (sdata == NULL) return FALSE; if (run_list(context, entity->modules, logic_and, id, sdata, LU_VALUE_INVALID_ID, entity, &scratch, error)) { lu_ent_revert(entity); return TRUE; } return FALSE; } static gboolean lu_dispatch(struct lu_context *context, enum lu_dispatch_id id, const char *sdata, id_t ldata, struct lu_ent *entity, gpointer ret, struct lu_error **error) { struct lu_ent *tmp; gboolean success; GValueArray *values = NULL; GPtrArray *ptrs = NULL; gpointer scratch = NULL; LU_ERROR_CHECK(error); g_assert(context != NULL); tmp = lu_ent_new(); if (entity != NULL) { lu_ent_copy(entity, tmp); } success = FALSE; switch (id) { case user_lookup_id: case group_lookup_id: /* Make sure data items are right for this call. */ sdata = NULL; g_assert(ldata != LU_VALUE_INVALID_ID); /* Run the list. */ if (run_list(context, context->module_names, logic_or, id, sdata, ldata, tmp, &scratch, error)) { /* Got a match on that ID, convert it to a * name and look it up by name. */ const char *attr = NULL; if (id == user_lookup_id) { attr = LU_USERNAME; id = user_lookup_name; } if (id == group_lookup_id) { attr = LU_GROUPNAME; id = group_lookup_name; } values = lu_ent_get_current(tmp, attr); if (values != NULL) { GValue *value; value = g_value_array_get_nth(values, 0); attr = g_value_get_string(value); sdata = tmp->cache->cache(tmp->cache, attr); } else { /* No values for the right attribute. */ break; } } else { /* No match on that ID. */ break; } /* fall through on successful ID->name conversion */ case user_lookup_name: case group_lookup_name: /* Make sure data items are right for this call. */ g_assert(sdata != NULL); /* Run the list. */ if (run_list(context, context->module_names, logic_or, id, sdata, LU_VALUE_INVALID_ID, tmp, &scratch, error)) { if (entity != NULL) { lu_ent_revert(tmp); lu_ent_copy(tmp, entity); } success = TRUE; } break; case user_default: case group_default: /* Make sure we have both name and boolean here. */ g_return_val_if_fail(sdata != NULL, FALSE); /* Run the checks and preps. */ if (run_list(context, context->create_module_names, logic_and, id, sdata, ldata, tmp, &scratch, error)) { if (entity != NULL) { lu_ent_copy(tmp, entity); } success = TRUE; } break; case user_add_prep: case group_add_prep: /* Make sure we have both name and ID here. */ if (ent_has_name_and_id(tmp, error) == FALSE) break; /* Run the checks and preps. */ if (run_list(context, context->create_module_names, logic_and, id, NULL, LU_VALUE_INVALID_ID, tmp, &scratch, error)) { if (entity != NULL) { lu_ent_copy(tmp, entity); } success = TRUE; } break; case user_add: case group_add: /* Make sure we have both name and ID here. */ if (ent_has_name_and_id(tmp, error) == FALSE) break; /* Add the account. */ if (run_list(context, context->create_module_names, logic_and, id, NULL, LU_VALUE_INVALID_ID, tmp, &scratch, error)) { if (entity != NULL) { lu_ent_copy(tmp, entity); } success = TRUE; } break; case user_mod: case group_mod: /* Make sure we have both name and ID here. */ /* FIXME: this checks current, not pending values */ if (ent_has_name_and_id(tmp, error) == FALSE) break; /* Make the changes. */ g_assert(entity != NULL); if (run_list(context, entity->modules, logic_and, id, NULL, LU_VALUE_INVALID_ID, tmp, &scratch, error)) { lu_ent_commit(tmp); lu_ent_copy(tmp, entity); success = TRUE; } break; case user_del: case user_lock: case user_unlock: case user_unlock_nonempty: case group_del: case group_lock: case group_unlock: case group_unlock_nonempty: /* Make sure we have both name and ID here. */ if (ent_has_name_and_id(tmp, error) == FALSE) break; /* Make the changes. */ g_assert(entity != NULL); if (run_list(context, entity->modules, logic_and, id, NULL, LU_VALUE_INVALID_ID, tmp, &scratch, error)) { lu_ent_revert(tmp); lu_ent_copy(tmp, entity); success = TRUE; } break; case user_setpass: case group_setpass: /* Make sure we have a valid password. */ g_return_val_if_fail(sdata != NULL, FALSE); /* fall through */ case user_removepass: case group_removepass: /* Make the changes. */ g_assert(entity != NULL); if (run_list(context, entity->modules, logic_and, id, sdata, LU_VALUE_INVALID_ID, tmp, &scratch, error)) { lu_ent_revert(tmp); lu_ent_copy(tmp, entity); success = TRUE; } break; case user_is_locked: case group_is_locked: /* Make sure we have both name and ID here. */ if (ent_has_name_and_id(tmp, error) == FALSE) break; /* Run the checks. */ g_assert(entity != NULL); if (run_list(context, entity->modules, logic_or, id, NULL, LU_VALUE_INVALID_ID, tmp, &scratch, error)) { lu_ent_copy(tmp, entity); success = TRUE; } break; case users_enumerate_by_group: case groups_enumerate_by_user: /* Make sure we have both name and ID here. */ g_return_val_if_fail(sdata != NULL, FALSE); if (id == users_enumerate_by_group) ldata = convert_group_name_to_id(context, sdata, error); else if (id == groups_enumerate_by_user) ldata = convert_user_name_to_id(context, sdata, error); else g_assert_not_reached(); if (ldata == LU_VALUE_INVALID_ID) break; /* fall through */ case users_enumerate: case groups_enumerate: /* Get the lists. */ if (run_list(context, context->module_names, logic_or, id, sdata, ldata, tmp, &values, error)) { *(GValueArray **)ret = values; success = TRUE; } break; case users_enumerate_by_group_full: case groups_enumerate_by_user_full: /* Make sure we have both name and ID here. */ g_return_val_if_fail(sdata != NULL, FALSE); if (id == users_enumerate_by_group) ldata = convert_group_name_to_id(context, sdata, error); else if (id == groups_enumerate_by_user) ldata = convert_user_name_to_id(context, sdata, error); else g_assert_not_reached(); if (ldata == LU_VALUE_INVALID_ID) break; /* fall through */ case users_enumerate_full: case groups_enumerate_full: /* Get the lists. */ if (run_list(context, context->module_names, logic_or, id, sdata, ldata, tmp, &ptrs, error)) { if (ptrs != NULL) { size_t i; for (i = 0; i < ptrs->len; i++) { struct lu_ent *ent; ent = g_ptr_array_index(ptrs, i); lu_ent_revert(ent); } } *(GPtrArray **)ret = ptrs; success = TRUE; } /* Clean up results. */ if (*(GPtrArray **)ret != NULL) { *(GPtrArray **)ret = merge_ent_array_duplicates(*(GPtrArray **)ret); } break; case uses_elevated_privileges: if (run_list(context, context->module_names, logic_or, id, sdata, ldata, tmp, &scratch, error)) { success = TRUE; } break; default: g_assert_not_reached(); break; } lu_ent_free(tmp); if (success) { switch (id) { case user_lookup_id: case user_lookup_name: g_assert(entity != NULL); entity->type = lu_user; break; case group_lookup_name: case group_lookup_id: g_assert(entity != NULL); entity->type = lu_group; break; default: break; } if ((error != NULL) && (*error != NULL)) { lu_error_free(error); } } return success; } /* FIXME: error status, if any, is not reported to the caller */ gboolean lu_uses_elevated_privileges (struct lu_context *context) { struct lu_error *error = NULL; gboolean ret = lu_dispatch(context, uses_elevated_privileges, NULL, 0, NULL, NULL, &error); if (error != NULL) { lu_error_free(&error); } return ret; } gboolean lu_user_lookup_name(struct lu_context * context, const char *name, struct lu_ent * ent, struct lu_error ** error) { LU_ERROR_CHECK(error); g_return_val_if_fail(name != NULL, FALSE); return lu_dispatch(context, user_lookup_name, name, 0, ent, NULL, error); } gboolean lu_group_lookup_name(struct lu_context * context, const char *name, struct lu_ent * ent, struct lu_error ** error) { LU_ERROR_CHECK(error); g_return_val_if_fail(name != NULL, FALSE); return lu_dispatch(context, group_lookup_name, name, 0, ent, NULL, error); } gboolean lu_user_lookup_id(struct lu_context * context, uid_t uid, struct lu_ent * ent, struct lu_error ** error) { LU_ERROR_CHECK(error); return lu_dispatch(context, user_lookup_id, NULL, uid, ent, NULL, error); } gboolean lu_group_lookup_id(struct lu_context * context, gid_t gid, struct lu_ent * ent, struct lu_error ** error) { LU_ERROR_CHECK(error); return lu_dispatch(context, group_lookup_id, NULL, gid, ent, NULL, error); } gboolean lu_user_add(struct lu_context * context, struct lu_ent * ent, struct lu_error ** error) { gboolean ret = FALSE; LU_ERROR_CHECK(error); g_return_val_if_fail(ent != NULL, FALSE); g_return_val_if_fail(ent->type == lu_user, FALSE); if (lu_dispatch(context, user_add_prep, NULL, LU_VALUE_INVALID_ID, ent, NULL, error)) { ret = lu_dispatch(context, user_add, NULL, LU_VALUE_INVALID_ID, ent, NULL, error) && lu_refresh_user(context, ent, error); } return ret; } gboolean lu_group_add(struct lu_context * context, struct lu_ent * ent, struct lu_error ** error) { gboolean ret = FALSE; LU_ERROR_CHECK(error); g_return_val_if_fail(ent != NULL, FALSE); g_return_val_if_fail(ent->type == lu_group, FALSE); if (lu_dispatch(context, group_add_prep, NULL, LU_VALUE_INVALID_ID, ent, NULL, error)) { ret = lu_dispatch(context, group_add, NULL, LU_VALUE_INVALID_ID, ent, NULL, error) && lu_refresh_group(context, ent, error); } return ret; } gboolean lu_user_modify(struct lu_context * context, struct lu_ent * ent, struct lu_error ** error) { LU_ERROR_CHECK(error); g_return_val_if_fail(ent != NULL, FALSE); g_return_val_if_fail(ent->type == lu_user, FALSE); return lu_dispatch(context, user_mod, NULL, LU_VALUE_INVALID_ID, ent, NULL, error) && lu_refresh_user(context, ent, error); } gboolean lu_group_modify(struct lu_context * context, struct lu_ent * ent, struct lu_error ** error) { LU_ERROR_CHECK(error); g_return_val_if_fail(ent != NULL, FALSE); g_return_val_if_fail(ent->type == lu_group, FALSE); return lu_dispatch(context, group_mod, NULL, LU_VALUE_INVALID_ID, ent, NULL, error) && lu_refresh_group(context, ent, error); } gboolean lu_user_delete(struct lu_context * context, struct lu_ent * ent, struct lu_error ** error) { LU_ERROR_CHECK(error); g_return_val_if_fail(ent != NULL, FALSE); g_return_val_if_fail(ent->type == lu_user, FALSE); return lu_dispatch(context, user_del, NULL, LU_VALUE_INVALID_ID, ent, NULL, error); } gboolean lu_group_delete(struct lu_context * context, struct lu_ent * ent, struct lu_error ** error) { LU_ERROR_CHECK(error); g_return_val_if_fail(ent != NULL, FALSE); g_return_val_if_fail(ent->type == lu_group, FALSE); return lu_dispatch(context, group_del, NULL, LU_VALUE_INVALID_ID, ent, NULL, error); } gboolean lu_user_lock(struct lu_context * context, struct lu_ent * ent, struct lu_error ** error) { LU_ERROR_CHECK(error); g_return_val_if_fail(ent != NULL, FALSE); g_return_val_if_fail(ent->type == lu_user, FALSE); return lu_dispatch(context, user_lock, NULL, LU_VALUE_INVALID_ID, ent, NULL, error) && lu_refresh_user(context, ent, error); } gboolean lu_user_unlock(struct lu_context * context, struct lu_ent * ent, struct lu_error ** error) { LU_ERROR_CHECK(error); g_return_val_if_fail(ent != NULL, FALSE); g_return_val_if_fail(ent->type == lu_user, FALSE); return lu_dispatch(context, user_unlock, NULL, LU_VALUE_INVALID_ID, ent, NULL, error) && lu_refresh_user(context, ent, error); } gboolean lu_user_unlock_nonempty(struct lu_context * context, struct lu_ent * ent, struct lu_error ** error) { LU_ERROR_CHECK(error); g_return_val_if_fail(ent != NULL, FALSE); g_return_val_if_fail(ent->type == lu_user, FALSE); return lu_dispatch(context, user_unlock_nonempty, NULL, LU_VALUE_INVALID_ID, ent, NULL, error) && lu_refresh_user(context, ent, error); } gboolean lu_user_islocked(struct lu_context * context, struct lu_ent * ent, struct lu_error ** error) { LU_ERROR_CHECK(error); g_return_val_if_fail(ent != NULL, FALSE); g_return_val_if_fail(ent->type == lu_user, FALSE); return lu_dispatch(context, user_is_locked, NULL, LU_VALUE_INVALID_ID, ent, NULL, error); } gboolean lu_user_setpass(struct lu_context * context, struct lu_ent * ent, const char *password, gboolean is_crypted, struct lu_error ** error) { gboolean ret; char *tmp; LU_ERROR_CHECK(error); g_return_val_if_fail(ent != NULL, FALSE); g_return_val_if_fail(ent->type == lu_user, FALSE); if (is_crypted) { tmp = g_strconcat(LU_CRYPTED, password, NULL); } else { tmp = g_strdup(password); } ret = lu_dispatch(context, user_setpass, tmp, LU_VALUE_INVALID_ID, ent, NULL, error); g_free(tmp); if (ret) ret = lu_refresh_user(context, ent, error); if (ret) { lu_util_update_shadow_last_change(ent); ret = lu_user_modify(context, ent, error); } return ret; } gboolean lu_user_removepass(struct lu_context * context, struct lu_ent * ent, struct lu_error ** error) { gboolean ret; LU_ERROR_CHECK(error); g_return_val_if_fail(ent != NULL, FALSE); g_return_val_if_fail(ent->type == lu_user, FALSE); ret = lu_dispatch(context, user_removepass, NULL, LU_VALUE_INVALID_ID, ent, NULL, error); if (ret) ret = lu_refresh_user(context, ent, error); if (ret) { lu_util_update_shadow_last_change(ent); ret = lu_user_modify(context, ent, error); } return ret; } gboolean lu_group_lock(struct lu_context * context, struct lu_ent * ent, struct lu_error ** error) { LU_ERROR_CHECK(error); g_return_val_if_fail(ent != NULL, FALSE); g_return_val_if_fail(ent->type == lu_group, FALSE); return lu_dispatch(context, group_lock, NULL, LU_VALUE_INVALID_ID, ent, NULL, error) && lu_refresh_group(context, ent, error); } gboolean lu_group_unlock(struct lu_context * context, struct lu_ent * ent, struct lu_error ** error) { LU_ERROR_CHECK(error); g_return_val_if_fail(ent != NULL, FALSE); g_return_val_if_fail(ent->type == lu_group, FALSE); return lu_dispatch(context, group_unlock, NULL, LU_VALUE_INVALID_ID, ent, NULL, error) && lu_refresh_group(context, ent, error); } gboolean lu_group_unlock_nonempty(struct lu_context * context, struct lu_ent * ent, struct lu_error ** error) { LU_ERROR_CHECK(error); g_return_val_if_fail(ent != NULL, FALSE); g_return_val_if_fail(ent->type == lu_group, FALSE); return lu_dispatch(context, group_unlock_nonempty, NULL, LU_VALUE_INVALID_ID, ent, NULL, error) && lu_refresh_group(context, ent, error); } gboolean lu_group_islocked(struct lu_context * context, struct lu_ent * ent, struct lu_error ** error) { LU_ERROR_CHECK(error); g_return_val_if_fail(ent != NULL, FALSE); g_return_val_if_fail(ent->type == lu_group, FALSE); return lu_dispatch(context, group_is_locked, NULL, LU_VALUE_INVALID_ID, ent, NULL, error); } gboolean lu_group_setpass(struct lu_context * context, struct lu_ent * ent, const char *password, gboolean is_crypted, struct lu_error ** error) { gboolean ret; char *tmp; LU_ERROR_CHECK(error); g_return_val_if_fail(ent != NULL, FALSE); g_return_val_if_fail(ent->type == lu_group, FALSE); if (is_crypted) { tmp = g_strconcat(LU_CRYPTED, password, NULL); } else { tmp = g_strdup(password); } ret = lu_dispatch(context, group_setpass, tmp, LU_VALUE_INVALID_ID, ent, NULL, error); g_free(tmp); if (ret) ret = lu_refresh_group(context, ent, error); return ret; } gboolean lu_group_removepass(struct lu_context * context, struct lu_ent * ent, struct lu_error ** error) { gboolean ret; LU_ERROR_CHECK(error); g_return_val_if_fail(ent != NULL, FALSE); g_return_val_if_fail(ent->type == lu_group, FALSE); ret = lu_dispatch(context, group_removepass, NULL, LU_VALUE_INVALID_ID, ent, NULL, error); if (ret) ret = lu_refresh_group(context, ent, error); return ret; } GValueArray * lu_users_enumerate(struct lu_context * context, const char *pattern, struct lu_error ** error) { GValueArray *ret = NULL; LU_ERROR_CHECK(error); lu_dispatch(context, users_enumerate, pattern, LU_VALUE_INVALID_ID, NULL, &ret, error); return ret; } GValueArray * lu_groups_enumerate(struct lu_context * context, const char *pattern, struct lu_error ** error) { GValueArray *ret = NULL; LU_ERROR_CHECK(error); lu_dispatch(context, groups_enumerate, pattern, LU_VALUE_INVALID_ID, NULL, &ret, error); return ret; } GValueArray * lu_users_enumerate_by_group(struct lu_context * context, const char *group, struct lu_error ** error) { GValueArray *ret = NULL; LU_ERROR_CHECK(error); lu_dispatch(context, users_enumerate_by_group, group, LU_VALUE_INVALID_ID, NULL, &ret, error); return ret; } GValueArray * lu_groups_enumerate_by_user(struct lu_context * context, const char *user, struct lu_error ** error) { GValueArray *ret = NULL; LU_ERROR_CHECK(error); lu_dispatch(context, groups_enumerate_by_user, user, LU_VALUE_INVALID_ID, NULL, &ret, error); return ret; } GPtrArray * lu_users_enumerate_full(struct lu_context * context, const char *pattern, struct lu_error ** error) { GPtrArray *ret = NULL; LU_ERROR_CHECK(error); lu_dispatch(context, users_enumerate_full, pattern, LU_VALUE_INVALID_ID, NULL, &ret, error); return ret; } GPtrArray * lu_groups_enumerate_full(struct lu_context * context, const char *pattern, struct lu_error ** error) { GPtrArray *ret = NULL; LU_ERROR_CHECK(error); lu_dispatch(context, groups_enumerate_full, pattern, LU_VALUE_INVALID_ID, NULL, &ret, error); return ret; } #if 0 GPtrArray * lu_users_enumerate_by_group_full(struct lu_context * context, const char *pattern, struct lu_error ** error) { GPtrArray *ret = NULL; LU_ERROR_CHECK(error); lu_dispatch(context, users_enumerate_by_group_full, pattern, LU_VALUE_INVALID_ID, NULL, (gpointer*) &ret, error); return ret; } GPtrArray * lu_groups_enumerate_by_user_full(struct lu_context * context, const char *pattern, struct lu_error ** error) { GPtrArray *ret = NULL; LU_ERROR_CHECK(error); lu_dispatch(context, groups_enumerate_by_user_full, pattern, LU_VALUE_INVALID_ID, NULL, (gpointer*) &ret, error); return ret; } #endif id_t lu_get_first_unused_id(struct lu_context *ctx, enum lu_entity_type type, id_t id) { struct lu_ent *ent; char buf[LINE_MAX * 4]; g_return_val_if_fail(ctx != NULL, (id_t)-1); ent = lu_ent_new(); if (type == lu_user) { struct lu_error *error = NULL; do { struct passwd pwd, *err; /* There may be read-only sources of user information * on the system, and we want to avoid allocating an ID * that's already in use by a service we can't write * to, so check with NSS first. FIXME: use growing * buffers here. */ if ((getpwuid_r(id, &pwd, buf, sizeof(buf), &err) == 0) && (err == &pwd)) { id++; continue; } if (lu_user_lookup_id(ctx, id, ent, &error)) { lu_ent_free(ent); ent = lu_ent_new(); id++; continue; } if (error) { lu_error_free(&error); } break; } while (id != (id_t)-1); } else if (type == lu_group) { struct lu_error *error = NULL; do { struct group grp, *err; /* There may be read-only sources of user information * on the system, and we want to avoid allocating an ID * that's already in use by a service we can't write * to, so check with NSS first. */ getgrgid_r(id, &grp, buf, sizeof(buf), &err); if (err == &grp) { id++; continue; } if (lu_group_lookup_id(ctx, id, ent, &error)) { lu_ent_free(ent); ent = lu_ent_new(); id++; continue; } if (error) { lu_error_free(&error); } break; } while (id != (id_t)-1); } if (id == (id_t)-1) id = 0; lu_ent_free(ent); return id; } /* Replace all instances of OLD in g_malloc()'ed STRING by NEW. */ static char * replace_all(char *string, const char *old, const char *new) { char *pos; pos = strstr(string, old); if (pos != NULL) { size_t old_len; old_len = strlen(old); do { char *p, *prefix; prefix = g_strndup(string, pos - string); p = g_strconcat(prefix, new, pos + old_len, NULL); g_free(prefix); g_free(string); string = p; pos = strstr(string, old); } while (pos != NULL); } return string; } static gboolean lu_default_int(struct lu_context *context, const char *name, enum lu_entity_type type, gboolean is_system, struct lu_ent *ent) { GList *keys, *p; GValue value; char *cfgkey; const char *top, *idkey, *idkeystring, *val; id_t id = DEFAULT_ID; struct group grp, *err; struct lu_error *error = NULL; gpointer macguffin = NULL; size_t i; g_return_val_if_fail(context != NULL, FALSE); g_return_val_if_fail(name != NULL, FALSE); g_return_val_if_fail(strlen(name) > 0, FALSE); g_return_val_if_fail((type == lu_user) || (type == lu_group), FALSE); g_return_val_if_fail(ent != NULL, FALSE); g_return_val_if_fail(ent->magic == LU_ENT_MAGIC, FALSE); /* Clear out and initialize the record. */ lu_ent_clear_all(ent); lu_ent_clear_modules(ent); ent->type = type; /* Set the name of the user/group. */ memset(&value, 0, sizeof(value)); g_value_init(&value, G_TYPE_STRING); g_value_set_string(&value, name); if (ent->type == lu_user) { char buf[LINE_MAX * 4]; lu_ent_clear(ent, LU_USERNAME); lu_ent_add(ent, LU_USERNAME, &value); /* Additionally, pick a default default group. */ g_value_unset(&value); /* FIXME: handle arbitrarily long lines. */ if ((getgrnam_r("users", &grp, buf, sizeof(buf), &err) == 0) && (err == &grp)) lu_value_init_set_id(&value, grp.gr_gid); else { g_value_init(&value, G_TYPE_LONG); g_value_set_long(&value, -1); } lu_ent_clear(ent, LU_GIDNUMBER); lu_ent_add(ent, LU_GIDNUMBER, &value); } else if (ent->type == lu_group) { lu_ent_clear(ent, LU_GROUPNAME); lu_ent_add(ent, LU_GROUPNAME, &value); } g_value_unset(&value); /* Figure out which part of the configuration we need to iterate over * to initialize the structure. */ if (type == lu_user) { top = "userdefaults"; idkey = LU_UIDNUMBER; idkeystring = G_STRINGIFY_ARG(LU_UIDNUMBER); } else { top = "groupdefaults"; idkey = LU_GIDNUMBER; idkeystring = G_STRINGIFY_ARG(LU_GIDNUMBER); } /* The system flag determines where we will start searching for * unused IDs to assign to this entity. */ if (is_system) { id = 1; } else { cfgkey = g_strconcat(top, "/", idkey, (const gchar *)NULL); val = lu_cfg_read_single(context, cfgkey, NULL); g_free(cfgkey); if (val == NULL) { cfgkey = g_strconcat(top, "/", idkeystring, (const gchar *)NULL); val = lu_cfg_read_single(context, cfgkey, NULL); g_free(cfgkey); } if (val != NULL) { intmax_t imax; char *end; errno = 0; imax = strtoimax(val, &end, 10); if (errno == 0 && *end == 0 && end != val && (id_t)imax == imax) id = imax; else id = DEFAULT_ID; } } /* Search for a free ID. */ id = lu_get_first_unused_id(context, type, id); /* Add this ID to the entity. */ lu_value_init_set_id(&value, id); lu_ent_add(ent, idkey, &value); g_value_unset(&value); /* Now iterate to find the rest. */ keys = lu_cfg_read_keys(context, top); for (p = keys; p && p->data; p = g_list_next(p)) { static const struct { const char *realkey, *configkey; } keymap[] = { {LU_USERNAME, G_STRINGIFY_ARG(LU_USERNAME)}, {LU_USERPASSWORD, G_STRINGIFY_ARG(LU_USERPASSWORD)}, {LU_UIDNUMBER, G_STRINGIFY_ARG(LU_UIDNUMBER)}, {LU_GIDNUMBER, G_STRINGIFY_ARG(LU_GIDNUMBER)}, {LU_GECOS, G_STRINGIFY_ARG(LU_GECOS)}, {LU_HOMEDIRECTORY, G_STRINGIFY_ARG(LU_HOMEDIRECTORY)}, {LU_LOGINSHELL, G_STRINGIFY_ARG(LU_LOGINSHELL)}, {LU_GROUPNAME, G_STRINGIFY_ARG(LU_GROUPNAME)}, {LU_GROUPPASSWORD, G_STRINGIFY_ARG(LU_GROUPPASSWORD)}, {LU_MEMBERNAME, G_STRINGIFY_ARG(LU_MEMBERNAME)}, {LU_ADMINISTRATORNAME, G_STRINGIFY_ARG(LU_ADMINISTRATORNAME)}, {LU_SHADOWNAME, G_STRINGIFY_ARG(LU_SHADOWNAME)}, {LU_SHADOWPASSWORD, G_STRINGIFY_ARG(LU_SHADOWPASSWORD)}, {LU_SHADOWLASTCHANGE, G_STRINGIFY_ARG(LU_SHADOWLASTCHANGE)}, {LU_SHADOWMIN, G_STRINGIFY_ARG(LU_SHADOWMIN)}, {LU_SHADOWMAX, G_STRINGIFY_ARG(LU_SHADOWMAX)}, {LU_SHADOWWARNING, G_STRINGIFY_ARG(LU_SHADOWWARNING)}, {LU_SHADOWINACTIVE, G_STRINGIFY_ARG(LU_SHADOWINACTIVE)}, {LU_SHADOWEXPIRE, G_STRINGIFY_ARG(LU_SHADOWEXPIRE)}, {LU_SHADOWFLAG, G_STRINGIFY_ARG(LU_SHADOWFLAG)}, {LU_COMMONNAME, G_STRINGIFY_ARG(LU_COMMONNAME)}, {LU_GIVENNAME, G_STRINGIFY_ARG(LU_GIVENNAME)}, {LU_SN, G_STRINGIFY_ARG(LU_SN)}, {LU_ROOMNUMBER, G_STRINGIFY_ARG(LU_ROOMNUMBER)}, {LU_TELEPHONENUMBER, G_STRINGIFY_ARG(LU_TELEPHONENUMBER)}, {LU_HOMEPHONE, G_STRINGIFY_ARG(LU_HOMEPHONE)}, {LU_EMAIL, G_STRINGIFY_ARG(LU_EMAIL)}, }; char *tmp, replacement[sizeof (intmax_t) * CHAR_BIT + 1]; const char *key; gboolean ok; /* Possibly map the key to an internal name. */ key = p->data; for (i = 0; i < G_N_ELEMENTS(keymap); i++) { if (strcmp(key, keymap[i].configkey) == 0) { key = keymap[i].realkey; break; } } /* Skip over the key which represents the user/group ID, * because we only used it as a starting point. */ if (g_ascii_strcasecmp(idkey, key) == 0) { continue; } /* Generate the key and read the value for the item. */ cfgkey = g_strconcat(top, "/", (const gchar *)p->data, (const gchar *)NULL); val = lu_cfg_read_single(context, cfgkey, NULL); /* Create a copy of the value to mess with. */ g_assert(val != NULL); tmp = g_strdup(val); tmp = replace_all(tmp, "%n", name); sprintf(replacement, "%ld", lu_util_shadow_current_date()); tmp = replace_all(tmp, "%d", replacement); sprintf(replacement, "%jd", (intmax_t)id); tmp = replace_all(tmp, "%u", replacement); ok = lu_value_init_set_attr_from_string(&value, key, tmp, &error); if (ok == FALSE) { if (error == NULL) { /* Whatever this attribute is, default to a string. */ g_value_init(&value, G_TYPE_STRING); g_value_set_string(&value, tmp); ok = TRUE; } else { g_warning(_("Invalid default value of field " "%s: %s"), cfgkey, lu_strerror(error)); lu_error_free(&error); } } g_free(tmp); g_free(cfgkey); if (ok != FALSE) { /* Add the transformed value. */ lu_ent_clear(ent, key); lu_ent_add(ent, key, &value); g_value_unset(&value); } } if (keys != NULL) { g_list_free(keys); } /* Now let the modules do their thing. */ lu_dispatch(context, (type == lu_user) ? user_default : group_default, name, is_system, ent, &macguffin, &error); if (error != NULL) { lu_error_free(&error); } /* Make the pending set be the same as the current set. */ lu_ent_commit(ent); return TRUE; } gboolean lu_user_default(struct lu_context *context, const char *name, gboolean system_account, struct lu_ent *ent) { return lu_default_int(context, name, lu_user, system_account, ent); } gboolean lu_group_default(struct lu_context *context, const char *name, gboolean system_account, struct lu_ent *ent) { return lu_default_int(context, name, lu_group, system_account, ent); } libuser-0.56.9.dfsg.1.orig/lib/config.c0000644000175000017500000004342410777230701015562 0ustar gheghe/* Copyright (C) 2000-2002, 2005, 2008 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include #include #include #include #include #include "user_private.h" #include "internal.h" #ifdef HAVE___SECURE_GETENV #define getenv(string) __secure_getenv(string) #endif struct config_config { struct lu_string_cache *cache; GTree *sections; /* GList of "struct config_key" for each section */ }; /* A (key, values) pair. */ struct config_key { char *key; GList *values; }; /* Compare two section names */ static int compare_section_names(gconstpointer a, gconstpointer b) { return g_ascii_strcasecmp(a, b); } /* Compare a struct config_key to a string */ static int compare_key_string(gconstpointer xa, gconstpointer b) { const struct config_key *a; a = xa; return g_ascii_strcasecmp(a->key, b); } /* Return TRUE if section/key is defined. */ static gboolean key_defined(struct config_config *config, const char *section, const char *key) { GList *sect; /* NULL (empty list) if not found */ sect = g_tree_lookup(config->sections, section); return g_list_find_custom(sect, key, compare_key_string) != NULL; } /* Add value to section/key (all in config->cache). */ static void key_add_cached(struct config_config *config, char *section, char *key, char *value) { GList *sect, *k; struct config_key *ck; /* NULL (empty list) if not found */ sect = g_tree_lookup(config->sections, section); k = g_list_find_custom(sect, key, compare_key_string); if (k != NULL) ck = k->data; else { ck = g_malloc(sizeof (*ck)); ck->key = key; ck->values = NULL; sect = g_list_append(sect, ck); g_tree_insert(config->sections, section, sect); } if (g_list_index(ck->values, value) == -1) ck->values = g_list_append(ck->values, value); } /* Open a file and read it to memory, appending a terminating '\0'. Return data for g_free (), or NULL on error. */ static char * read_file(const char *filename, struct lu_error **error) { int fd; struct stat st; char *data, *dest; size_t left; /* Try to open the file. */ fd = open(filename, O_RDONLY); if (fd == -1) { lu_error_new(error, lu_error_open, _("could not open configuration file `%s': %s"), filename, strerror(errno)); goto err; } if (fstat(fd, &st) == -1) { lu_error_new(error, lu_error_stat, _("could not stat configuration file `%s': %s"), filename, strerror(errno)); goto err_fd; } /* Read the file's contents in. */ left = st.st_size; assert (sizeof (off_t) >= sizeof (size_t)); if ((off_t)left != st.st_size) { lu_error_new(error, lu_error_generic, _("configuration file `%s' is too large"), filename); goto err_fd; } data = g_malloc(st.st_size + 1); dest = data; while (left != 0) { ssize_t res; res = read(fd, dest, left); if (res == 0) break; if (res == -1) { if (errno == EINTR) continue; lu_error_new(error, lu_error_read, _("could not read configuration file " "`%s': %s"), filename, strerror(errno)); goto err_data; } dest += res; left -= res; } close(fd); *dest = 0; return data; err_data: g_free(data); err_fd: close(fd); err: return NULL; } /* Process a line, and assuming it contains a value, return the key and value * it provides us. If we encounter a section start, change the section. */ static void process_line(char *line, struct lu_string_cache *cache, char **section, char **key, char **value) { char *p, *tmp; g_return_if_fail(line != NULL); g_return_if_fail(cache != NULL); g_return_if_fail(section != NULL); g_return_if_fail(key != NULL); g_return_if_fail(value != NULL); /* By default, return that we found nothing. */ *key = NULL; *value = NULL; /* Skip initial whitespace. */ while (isspace((unsigned char)*line) && (*line != '\0')) line++; /* If it's a comment, bail. */ if (*line == '#') { return; } /* If it's the beginning of a section, process it and clear the key * and value values. */ if (*line == '[') { line++; p = strchr(line, ']'); if (p) { tmp = g_strndup(line, p - line); *section = cache->cache(cache, tmp); g_free(tmp); *key = NULL; *value = NULL; } return; } /* If the line contains a value, split the key and the value, trim off * any additional whitespace, and return them. */ p = strchr(line, '='); if (p != NULL) { /* Trim any trailing whitespace off the key name. */ while (p != line && isspace((unsigned char)p[-1])) p--; /* Save the key. */ tmp = g_strndup(line, p - line); *key = cache->cache(cache, tmp); g_free(tmp); /* Skip over any whitespace after the equal sign. */ line = strchr(line, '='); line++; while (isspace((unsigned char)*line) && (*line != '\0')) line++; /* Trim off any trailing whitespace. */ p = strchr(line, '\0'); while (p != line && isspace((unsigned char)p[-1])) p--; /* Save the value. */ tmp = g_strndup(line, p - line); *value = cache->cache(cache, tmp); g_free(tmp); } } /* Forward declarations */ static gboolean import_login_defs(struct config_config *config, const char *filename, struct lu_error **error); static gboolean import_default_useradd(struct config_config *config, const char *filename, struct lu_error **error); /* Initialize the configuration structure. */ gboolean lu_cfg_init(struct lu_context *context, struct lu_error **error) { const char *filename = SYSCONFDIR "/libuser.conf"; struct config_config *config; char *data, *line, *xstrtok_ptr, *section = NULL; g_assert(context != NULL); /* Allow the LIBUSER_CONF environment variable to override where * we get the configuration file is, but only if we can trust the * environment. */ if ((getuid() == geteuid()) && (getgid() == getegid())) { const char *t; t = getenv("LIBUSER_CONF"); if (t != NULL) filename = t; } data = read_file(filename, error); if (data == NULL) goto err; /* Create a new structure to save the data. */ config = g_malloc0(sizeof(struct config_config)); config->cache = lu_string_cache_new(FALSE); config->sections = g_tree_new(compare_section_names); context->config = config; for (line = strtok_r(data, "\n", &xstrtok_ptr); line != NULL; line = strtok_r(NULL, "\n", &xstrtok_ptr)) { char *key = NULL, *value = NULL; /* See what this line contains. */ process_line(line, config->cache, §ion, &key, &value); if (section && key && value && strlen(section) && strlen(key)) key_add_cached(config, section, key, value); } g_free(data); filename = lu_cfg_read_single(context, "import/login_defs", NULL); if (filename != NULL) { if (import_login_defs(config, filename, error) == FALSE) goto err; } filename = lu_cfg_read_single(context, "import/default_useradd", NULL); if (filename != NULL) { if (import_default_useradd(config, filename, error) == FALSE) goto err; } return TRUE; err: return FALSE; } /* Deallocate xsection */ static gboolean destroy_section (gpointer xkey, gpointer xsection, gpointer data) { GList *section, *key; (void)xkey; (void)data; section = xsection; for (key = section; key != NULL; key = key->next) { struct config_key *ck; ck = key->data; g_list_free(ck->values); g_free(ck); } g_list_free(section); return FALSE; } /* Free a configuration context structure. */ void lu_cfg_done(struct lu_context *context) { struct config_config *config; g_assert(context != NULL); g_assert(context->config != NULL); config = context->config; g_tree_foreach(config->sections, destroy_section, NULL); /* The values in the tree now point to deallocated memory. */ g_tree_destroy(config->sections); config->cache->free(config->cache); g_free(config); context->config = NULL; } /* Read a specific key from the stored configuration, and return a list of * the values. The list must be freed. */ GList * lu_cfg_read(struct lu_context *context, const char *key, const char *default_value) { struct config_config *config; char *section, *slash; GList *sect, *ret = NULL, *k; g_assert(context != NULL); g_assert(context->config != NULL); g_assert(key != NULL); g_assert(strlen(key) > 0); config = context->config; slash = strchr(key, '/'); if (slash == NULL) goto end; section = g_strndup(key, slash - key); /* NULL (empty list) if not found */ sect = g_tree_lookup(config->sections, section); g_free(section); k = g_list_find_custom(sect, slash + 1, compare_key_string); if (k != NULL) { struct config_key *ck; ck = k->data; ret = g_list_copy(ck->values); } end: /* If we still don't have data, return the default answer. */ if (ret == NULL) { if (default_value != NULL) { char *def; def = context->scache->cache(context->scache, default_value); ret = g_list_append(ret, def); } } return ret; } /* Read the list of keys in a particular section of the file. */ GList * lu_cfg_read_keys(struct lu_context * context, const char *parent_key) { struct config_config *config; GList *sect, *ret = NULL; g_assert(context != NULL); g_assert(context->config != NULL); g_assert(parent_key != NULL); g_assert(strlen(parent_key) > 0); config = context->config; /* NULL (empty list) if not found */ for (sect = g_tree_lookup(config->sections, parent_key); sect != NULL; sect = sect->next) { struct config_key *ck; ck = sect->data; ret = g_list_append(ret, ck->key); } return ret; } /* Read a configuration entry, and return no more than one value. */ const char * lu_cfg_read_single(struct lu_context *context, const char *key, const char *default_value) { GList *answers; const char *ret; g_assert(context != NULL); g_assert(context->config != NULL); /* Read the whole list. */ answers = lu_cfg_read(context, key, NULL); if (answers && answers->data) { /* Save the first value, and free the list. */ ret = context->scache->cache(context->scache, answers->data); g_list_free(answers); } else ret = context->scache->cache(context->scache, default_value); return ret; } /* shadow config file compatibility */ /* Add value to section/key. */ static void key_add(struct config_config *config, const char *section, const char *key, const char *value) { struct lu_string_cache *cache; cache = config->cache; key_add_cached(config, cache->cache(cache, section), cache->cache(cache, key), cache->cache(cache, value)); } #define ATTR_DEFINED(CONFIG, SECTION, KEY) \ (key_defined(CONFIG, SECTION, KEY) || key_defined(CONFIG, SECTION, #KEY)) struct handle_login_defs_key_data { struct config_config *config; GHashTable *hash; /* login.defs key (char *) => value (char *) */ }; /* Convert a single /etc/login.defs key to config */ static void handle_login_defs_key(gpointer xkey, gpointer xvalue, gpointer xv) { static const struct conversion { gboolean number; const char *shadow, *section, *key, *key2; } conv[] = { /* ENCRYPT_METHOD values are upper-case, crypt_style values are case-insensitive. */ { FALSE, "ENCRYPT_METHOD", "defaults", "crypt_style", NULL }, { TRUE, "GID_MIN", "groupdefaults", LU_GIDNUMBER, G_STRINGIFY_ARG(LU_GIDNUMBER) }, { FALSE, "MAIL_DIR", "defaults", "mailspooldir", NULL }, { TRUE, "PASS_MAX_DAYS", "userdefaults", LU_SHADOWMAX, G_STRINGIFY_ARG(LU_SHADOWMAX) }, { TRUE, "PASS_MIN_DAYS", "userdefaults", LU_SHADOWMIN, G_STRINGIFY_ARG(LU_SHADOWMIN) }, { TRUE, "PASS_WARN_AGE", "userdefaults", LU_SHADOWWARNING, G_STRINGIFY_ARG(LU_SHADOWWARNING) }, { TRUE, "SHA_CRYPT_MIN_ROUNDS", "defaults", "hash_rounds_min", NULL }, { TRUE, "SHA_CRYPT_MAX_ROUNDS", "defaults", "hash_rounds_max", NULL }, { TRUE, "UID_MIN", "userdefaults", LU_UIDNUMBER, G_STRINGIFY_ARG(LU_UIDNUMBER) }, }; const char *key, *value; struct handle_login_defs_key_data *v; size_t i; value = xvalue; key = xkey; v = xv; /* This is the only case that requires value conversion */ if (strcmp (key, "MD5_CRYPT_ENAB") == 0) { if (g_hash_table_lookup(v->hash, "ENCRYPT_METHOD") == NULL && !key_defined(v->config, "defaults", "crypt_style")) key_add(v->config, "defaults", "crypt_style", g_ascii_strcasecmp(value, "yes") == 0 ? "md5" : "des"); return; } for (i = 0; i < G_N_ELEMENTS(conv); i++) { if (strcmp (key, conv[i].shadow) != 0) continue; if (!key_defined(v->config, conv[i].section, conv[i].key) && (conv[i].key2 == NULL || !key_defined(v->config, conv[i].section, conv[i].key2))) { /* We need roughly 0.3 characters per bit, this just is an obvious upper bound. */ char buf[sizeof(intmax_t) * CHAR_BIT + 1]; if (conv[i].number != 0) { intmax_t num; char *end; errno = 0; num = strtoimax(value, &end, 0); if (errno != 0 || *end != 0 || end == value) break; /* Ignore this invalid value */ snprintf(buf, sizeof(buf), "%jd", num); value = buf; } key_add(v->config, conv[i].section, conv[i].key, value); } break; } /* Unimplemented: CREATE_HOME, GID_MAX, MAIL_FILE, SYSLOG_SG_ENAB, UID_MAX, UMASK, USERDEL_CMD, USERGROUPS_ENAB */ } /* Import data from /etc/login.defs if libuser.conf doesn't specify the values. */ static gboolean import_login_defs(struct config_config *config, const char *filename, struct lu_error **error) { char *data, *line, *xstrtok_ptr; struct handle_login_defs_key_data v; data = read_file(filename, error); if (data == NULL) goto err; v.hash = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_free); for (line = strtok_r(data, "\n", &xstrtok_ptr); line != NULL; line = strtok_r(NULL, "\n", &xstrtok_ptr)) { char *p, *key, *value; while (*line == ' ' || *line == '\t') line++; if (*line == 0 || *line == '#') continue; p = strpbrk(line, " \t"); if (p == NULL) continue; key = g_strndup(line, p - line); for (line = p; *line == ' ' || *line == '\t' || *line == '"'; line++) ; /* Note that shadow doesn't require that the quotes are either both present or both absent. */ p = strchr(line, '"'); if (p == NULL) { for (p = strchr(line, '\0'); p != line && (p[-1] == ' ' || p[-1] == '\t'); p--) ; } value = g_strndup(line, p - line); /* May replace an older value if there are multiple definitions; that's what shadow does. */ g_hash_table_insert(v.hash, key, value); } g_free(data); v.config = config; g_hash_table_foreach(v.hash, handle_login_defs_key, &v); g_hash_table_destroy(v.hash); return TRUE; err: return FALSE; } /* Convert a single /etc/default/useradd to config */ static void handle_default_useradd_key(gpointer xkey, gpointer xvalue, gpointer xconfig) { const char *key, *value; struct config_config *config; value = xvalue; key = xkey; config = xconfig; if (strcmp(key, "EXPIRE") == 0) { if (!ATTR_DEFINED(config, "userdefaults", LU_SHADOWEXPIRE)) { intmax_t day; char buf[sizeof (day) * CHAR_BIT + 1]; if (*value == 0) day = -1; else { time_t t; t = lu_get_date(value, NULL); if (t == -1) day = -1; else day = (t + (24 * 3600) / 2) / (24 * 3600); } snprintf(buf, sizeof(buf), "%jd", day); key_add(config, "userdefaults", LU_SHADOWEXPIRE, buf); } } else if (strcmp(key, "GROUP") == 0) { if (!ATTR_DEFINED(config, "userdefaults", LU_GIDNUMBER)) { char buf[LINE_MAX * 4]; intmax_t val; char *p; errno = 0; val = strtoimax(value, &p, 10); if (errno != 0 || *p != 0 || p == value || (gid_t)val == val) { struct group grp, *g; getgrnam_r(value, &grp, buf, sizeof(buf), &g); if (g != NULL) value = g->gr_name; /* else ignore the entry */ } key_add(config, "userdefaults", LU_GIDNUMBER, value); } } else if (strcmp(key, "HOME") == 0) { if (!ATTR_DEFINED(config, "userdefaults", LU_HOMEDIRECTORY)) { char *dir; dir = g_strconcat(value, "/%n", NULL); key_add(config, "userdefaults", LU_HOMEDIRECTORY, dir); g_free(dir); } } else if (strcmp(key, "INACTIVE") == 0) { if (!ATTR_DEFINED(config, "userdefaults", LU_SHADOWINACTIVE)) key_add(config, "userdefaults", LU_SHADOWINACTIVE, value); } else if (strcmp(key, "SHELL") == 0) { if (!ATTR_DEFINED(config, "userdefaults", LU_LOGINSHELL)) key_add(config, "userdefaults", LU_LOGINSHELL, value); } else if (strcmp(key, "SKEL") == 0) { if (!key_defined(config, "defaults", "skeleton")) key_add(config, "defaults", "skeleton", value); } } static gboolean import_default_useradd(struct config_config *config, const char *filename, struct lu_error **error) { GHashTable *hash; char *data, *line, *xstrtok_ptr; data = read_file(filename, error); if (data == NULL) goto err; hash = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_free); for (line = strtok_r(data, "\n", &xstrtok_ptr); line != NULL; line = strtok_r(NULL, "\n", &xstrtok_ptr)) { char *p, *key, *value; p = strchr(line, '='); if (p == NULL) continue; key = g_strndup(line, p - line); value = g_strdup(p + 1); /* May replace an older value if there are multiple definitions; that's what shadow does. */ g_hash_table_insert(hash, key, value); } g_free(data); g_hash_table_foreach(hash, handle_default_useradd_key, config); g_hash_table_destroy(hash); return TRUE; err: return FALSE; } libuser-0.56.9.dfsg.1.orig/lib/entity.h0000644000175000017500000000763310777230701015640 0ustar gheghe/* * Copyright (C) 2000-2002 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef libuser_entity_h #define libuser_entity_h #include #include #include #include G_BEGIN_DECLS /* Opaque data type. */ typedef struct lu_ent lu_ent_t; /* Attributes carried by all user structures. */ #define LU_USERNAME "pw_name" #define LU_USERPASSWORD "pw_passwd" #define LU_UIDNUMBER "pw_uid" #define LU_GIDNUMBER "pw_gid" #define LU_GECOS "pw_gecos" #define LU_HOMEDIRECTORY "pw_dir" #define LU_LOGINSHELL "pw_shell" /* Attributes carried by group structures. */ #define LU_GROUPNAME "gr_name" #define LU_GROUPPASSWORD "gr_passwd" /* #define LU_GIDNUMBER "gr_gid" */ #define LU_MEMBERNAME "gr_mem" #define LU_ADMINISTRATORNAME "gr_adm" /* Attributes carried by shadow user structures. */ #define LU_SHADOWNAME LU_USERNAME #define LU_SHADOWPASSWORD "sp_pwdp" #define LU_SHADOWLASTCHANGE "sp_lstchg" #define LU_SHADOWMIN "sp_min" #define LU_SHADOWMAX "sp_max" #define LU_SHADOWWARNING "sp_warn" #define LU_SHADOWINACTIVE "sp_inact" #define LU_SHADOWEXPIRE "sp_expire" #define LU_SHADOWFLAG "sp_flag" /* Additional fields carried by some structures. If they have them, * it's safe to change them. */ #define LU_COMMONNAME "cn" #define LU_GIVENNAME "givenName" #define LU_SN "sn" #define LU_ROOMNUMBER "roomNumber" #define LU_TELEPHONENUMBER "telephoneNumber" #define LU_HOMEPHONE "homePhone" #define LU_EMAIL "mail" /* Function to allocate a new entity structure, or destroy one. */ lu_ent_t *lu_ent_new(void); void lu_ent_free(lu_ent_t *ent); /* Deep-copy the contents of one entity structure into another. */ void lu_ent_copy(lu_ent_t *source, lu_ent_t *dest); /* Entity structures have a limited form of version-control, and that gives * us the ability to roll back changes. */ void lu_ent_revert(lu_ent_t *ent); /* This function rolls changes forward. */ void lu_ent_commit(lu_ent_t *ent); /* These functions are used to set and query "current" data attributes, the * values the library itself usually sets. */ GValueArray *lu_ent_get_current(lu_ent_t *ent, const char *attribute); gboolean lu_ent_has_current(lu_ent_t *ent, const char *attribute); void lu_ent_set_current(lu_ent_t *ent, const char *attr, const GValueArray *values); void lu_ent_add_current(lu_ent_t *ent, const char *attr, const GValue *value); void lu_ent_clear_current(lu_ent_t *ent, const char *attr); void lu_ent_clear_all_current(lu_ent_t *ent); void lu_ent_del_current(lu_ent_t *ent, const char *attr, const GValue *value); GList *lu_ent_get_attributes_current(lu_ent_t *ent); /* These functions are used to set and query "pending" data attributes, which * will take effect when we write this entry back out. */ GValueArray *lu_ent_get(lu_ent_t *ent, const char *attribute); gboolean lu_ent_has(lu_ent_t *ent, const char *attribute); void lu_ent_set(lu_ent_t *ent, const char *attr, const GValueArray *values); void lu_ent_add(lu_ent_t *ent, const char *attr, const GValue *value); void lu_ent_clear(lu_ent_t *ent, const char *attr); void lu_ent_clear_all(lu_ent_t *ent); void lu_ent_del(lu_ent_t *ent, const char *attr, const GValue *value); GList *lu_ent_get_attributes(lu_ent_t *ent); void lu_ent_dump(lu_ent_t *ent, FILE *fp); G_END_DECLS #endif libuser-0.56.9.dfsg.1.orig/lib/user_private.h0000644000175000017500000003200210777230701017020 0ustar gheghe/* * Copyright (C) 2000-2002, 2007 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* * The interfaces defined in this file are in even more flux than the others, * because this is where the module interface is defined. If you include it * in your code, bad things can happen. */ #ifndef libuser_user_private_h #define libuser_user_private_h #include #include #include #include #include #ifdef WITH_SELINUX #include #endif #include "user.h" G_BEGIN_DECLS #define LU_ENT_MAGIC 0x00000006 #define LU_MODULE_VERSION 0x000c0000 /* FIXME: should use dgettext */ #define _(String) gettext(String) #define N_(String) String /* A crypt hash is at least 64 bits of data, encoded 6 bits per printable * character, and we assume that all crypt algorithms generate strings at * least this long. */ #define LU_CRYPTED "{CRYPT}" #define LU_CRYPT_SIZE howmany(64,6) #define LU_CRYPT_INVALID(String) \ ((strlen(String) > 0) && \ (String[0] != '!') && \ (strlen(String) < LU_CRYPT_SIZE)) #define LU_COMMON_DEFAULT_PASSWORD "!!" #define LU_COMMON_DEFAULT_SHADOW_PASSWORD "x" #define LU_COMMON_DEFAULT_SHELL "/bin/bash" /* A string cache structure. Useful for side-stepping most issues with * whether or not returned strings should be freed. */ struct lu_string_cache { GTree *tree; char *(*cache) (struct lu_string_cache *, const char *); void (*free) (struct lu_string_cache *); }; /* A function to create a new cache. */ struct lu_string_cache *lu_string_cache_new(gboolean case_sensitive); struct lu_attribute { GQuark name; GValueArray *values; }; /* An entity structure. */ struct lu_ent { u_int32_t magic; enum lu_entity_type type; /* User or group? */ struct lu_string_cache *cache; /* String cache for attribute values, typically case-sensitive. */ GArray *current, *pending; /* Current and pending attribute names and values, stored as a GArray of lu_attribute structures. */ GValueArray *modules; /* Names of modules this user's info was looked up in or initialized using. */ }; /* A context structure. */ struct lu_context { struct lu_string_cache *scache; /* A string cache. */ char *auth_name; /* Suggested client name to use when connecting to servers, for convenience purposes only. */ enum lu_entity_type auth_type; /* Whether auth_name is a user or group. */ void *config; /* Opaque config structure used by the lu_cfg family of functions. */ lu_prompt_fn *prompter; /* Pointer to the prompter function. */ gpointer prompter_data; /* Application-specific data to be passed to the prompter function. */ GValueArray *module_names; /* Names of loaded modules. */ GValueArray *create_module_names; /* Names of modules to use to create accounts -- usually a subset of all modules. */ GTree *modules; /* A tree, keyed by module name, of module structures. */ }; /* A module structure. */ struct lu_module { u_int32_t version; /* Should be LU_MODULE_VERSION. */ GModule *module_handle; /* Pointer to the module data kept by GModule. */ struct lu_string_cache *scache; /* A string cache. */ const char *name; /* Name of the module. */ struct lu_context *lu_context; /* Context the module was opened in. */ void *module_context; /* Module-private data. */ /* A function for telling if the module makes use of elevated * privileges (i.e., modifying files which normal users can't. */ gboolean(*uses_elevated_privileges) (struct lu_module * module); /* Functions for looking up users by name or ID. */ gboolean(*user_lookup_name) (struct lu_module * module, const char *name, struct lu_ent * ent, struct lu_error ** error); gboolean(*user_lookup_id) (struct lu_module * module, uid_t uid, struct lu_ent * ent, struct lu_error ** error); /* Populate a user entry with default information. */ gboolean(*user_default) (struct lu_module * module, const char *name, gboolean is_system, struct lu_ent * ent, struct lu_error ** error); /* Make last-minute preparations for adding an account (default * part two, as it might have been called). */ gboolean(*user_add_prep) (struct lu_module * module, struct lu_ent * ent, struct lu_error ** error); /* Create the account. */ gboolean(*user_add) (struct lu_module * module, struct lu_ent * ent, struct lu_error ** error); /* Modify the account, making the data store reflect any pending * data changes. */ gboolean(*user_mod) (struct lu_module * module, struct lu_ent * ent, struct lu_error ** error); /* Remove the account. */ gboolean(*user_del) (struct lu_module * module, struct lu_ent * ent, struct lu_error ** error); /* Lock, unlock, check the status, or set the password on the account * of the user. */ gboolean(*user_lock) (struct lu_module * module, struct lu_ent * ent, struct lu_error ** error); gboolean(*user_unlock) (struct lu_module * module, struct lu_ent * ent, struct lu_error ** error); gboolean(*user_unlock_nonempty) (struct lu_module * module, struct lu_ent * ent, struct lu_error ** error); gboolean(*user_is_locked) (struct lu_module * module, struct lu_ent * ent, struct lu_error ** error); gboolean(*user_setpass) (struct lu_module * module, struct lu_ent * ent, const char *newpass, struct lu_error ** error); gboolean(*user_removepass) (struct lu_module * module, struct lu_ent * ent, struct lu_error ** error); /* Search for users, returning the names of all users, just the names * of users in a given group, or all users with their data. */ GValueArray* (*users_enumerate) (struct lu_module * module, const char *pattern, struct lu_error ** error); GValueArray* (*users_enumerate_by_group) (struct lu_module * module, const char *group, gid_t gid, struct lu_error ** error); GPtrArray* (*users_enumerate_full) (struct lu_module * module, const char *pattern, struct lu_error ** error); /* Placeholder. Can't come up with a reason to have it other than * symmetry. */ GPtrArray* (*users_enumerate_by_group_full) (struct lu_module * module, const char *group, gid_t gid, struct lu_error ** error); /* Search for a group by name or ID. */ gboolean(*group_lookup_name) (struct lu_module * module, const char *name, struct lu_ent * ent, struct lu_error ** error); gboolean(*group_lookup_id) (struct lu_module * module, gid_t gid, struct lu_ent * ent, struct lu_error ** error); /* Populate a group with sensible defaults. */ gboolean(*group_default) (struct lu_module * module, const char *name, gboolean is_system, struct lu_ent * ent, struct lu_error ** error); /* Prepare to add a group (default part two, possibly). */ gboolean(*group_add_prep) (struct lu_module * module, struct lu_ent * ent, struct lu_error ** error); /* Add the group to the data stores. */ gboolean(*group_add) (struct lu_module * module, struct lu_ent * ent, struct lu_error ** error); /* Modify the group entry, committing any pending changes. */ gboolean(*group_mod) (struct lu_module * module, struct lu_ent * ent, struct lu_error ** error); /* Delete the group. */ gboolean(*group_del) (struct lu_module * module, struct lu_ent * ent, struct lu_error ** error); /* Lock, unlock, check if locked, or set the password for a group. */ gboolean(*group_lock) (struct lu_module * module, struct lu_ent * ent, struct lu_error ** error); gboolean(*group_unlock) (struct lu_module * module, struct lu_ent * ent, struct lu_error ** error); gboolean(*group_unlock_nonempty) (struct lu_module * module, struct lu_ent * ent, struct lu_error ** error); gboolean(*group_is_locked) (struct lu_module * module, struct lu_ent * ent, struct lu_error ** error); gboolean(*group_setpass) (struct lu_module * module, struct lu_ent * ent, const char *newpass, struct lu_error ** error); gboolean(*group_removepass) (struct lu_module * module, struct lu_ent * ent, struct lu_error ** error); /* Look up all group names, just the groups a particular user is in, * or all groups, with full information. */ GValueArray* (*groups_enumerate) (struct lu_module * module, const char *pattern, struct lu_error ** error); GValueArray* (*groups_enumerate_by_user) (struct lu_module * module, const char *user, uid_t uid, struct lu_error ** error); GPtrArray* (*groups_enumerate_full) (struct lu_module * module, const char *pattern, struct lu_error ** error); /* Placeholder. Can't come up with a reason to have it. */ GPtrArray* (*groups_enumerate_by_user_full) (struct lu_module * module, const char *user, uid_t uid, struct lu_error ** error); /* Clean up any data this module has, and unload it. */ gboolean(*close) (struct lu_module * module); }; /* The type of the initialization function a module exports for the library * to use when initializing it. Should fit "lu_%s_init", where the string * is the name of the module being loaded (and this should match the "name" * attribute of the module structure). */ #define LU_MODULE_INIT(_fn) extern struct lu_module *\ _fn (struct lu_context * context, struct lu_error ** error); typedef struct lu_module *(*lu_module_init_t) (struct lu_context * context, struct lu_error ** error); struct lu_ent *lu_ent_new_typed(enum lu_entity_type entity_type); /* Common code expected to be used by some modules. */ gboolean lu_common_user_default(struct lu_module *module, const char *name, gboolean is_system, struct lu_ent *ent, struct lu_error **error); gboolean lu_common_group_default(struct lu_module *module, const char *name, gboolean is_system, struct lu_ent *ent, struct lu_error **error); gboolean lu_common_suser_default(struct lu_module *module, const char *name, gboolean is_system, struct lu_ent *ent, struct lu_error **error); gboolean lu_common_sgroup_default(struct lu_module *module, const char *name, gboolean is_system, struct lu_ent *ent, struct lu_error **error); /* Generate a crypted password. */ const char *lu_make_crypted(const char *plain, const char *previous); char *lu_util_default_salt_specifier(struct lu_context *context); /* Handle SELinux fscreate context. Note that modules built WITH_SELINUX are intentionally not compatible with libuser built !WITH_SELINUX. */ #ifdef WITH_SELINUX typedef security_context_t lu_security_context_t; gboolean lu_util_fscreate_save(security_context_t *ctx, struct lu_error **error); void lu_util_fscreate_restore(security_context_t ctx); gboolean lu_util_fscreate_from_file(const char *file, struct lu_error **error); gboolean lu_util_fscreate_for_path(const char *path, mode_t mode, struct lu_error **error); #else typedef char lu_security_context_t; /* "Something" */ #define lu_util_fscreate_save(CTX, ERROR) ((void)(CTX), (void)(ERROR), TRUE) #define lu_util_fscreate_restore(CTX) ((void)(CTX)) #define lu_util_fscreate_from_file(FILE, ERROR) \ ((void)(FILE), (void)(ERROR), TRUE) #define lu_util_fscreate_for_path(PATH, MODE, ERROR) \ ((void)(PATH), (void)(MODE), (void)(ERROR), TRUE) #endif /* Lock a file. */ gpointer lu_util_lock_obtain(int fd, struct lu_error **error); void lu_util_lock_free(gpointer lock); /* Manipulate a colon-delimited flat text file. */ char *lu_util_line_get_matching1(int fd, const char *firstpart, struct lu_error **error); char *lu_util_line_get_matching3(int fd, const char *thirdpart, struct lu_error **error); char *lu_util_line_get_matchingx(int fd, const char *part, int field, struct lu_error **error); char *lu_util_field_read(int fd, const char *first, unsigned int field, struct lu_error **error); gboolean lu_util_field_write(int fd, const char *first, unsigned int field, const char *value, struct lu_error **error); void lu_util_update_shadow_last_change(struct lu_ent *ent); /* Find the first unused ID of the given type, searching starting at "id". */ id_t lu_get_first_unused_id(struct lu_context *ctx, enum lu_entity_type type, id_t id); G_END_DECLS #endif libuser-0.56.9.dfsg.1.orig/lib/config.h0000644000175000017500000000272210777230701015563 0ustar gheghe/* * Copyright (C) 2000-2002 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef libuser_config_h #define libuser_config_h #include #include G_BEGIN_DECLS struct lu_context; /* Read a list of values (usually just one) for a given key. */ GList *lu_cfg_read(struct lu_context *context, const char *key, const char *default_value); /* Read a single value for a given key. Additional values will be discarded. */ const char *lu_cfg_read_single(struct lu_context *context, const char *key, const char *default_value); /* Read the list of keys below a given key which has children. This is * primarily used for iterating over a part of the configuration tree. */ GList *lu_cfg_read_keys(struct lu_context *context, const char *parent_key); G_END_DECLS #endif libuser-0.56.9.dfsg.1.orig/lib/getdate.y0000644000175000017500000005172110777230701015757 0ustar gheghe%{ /* ** Originally written by Steven M. Bellovin while ** at the University of North Carolina at Chapel Hill. Later tweaked by ** a couple of people on Usenet. Completely overhauled by Rich $alz ** and Jim Berets in August, 1990; ** ** This grammar has 13 shift/reduce conflicts. ** ** This code is in the public domain and has no copyright. */ #ifdef HAVE_CONFIG_H # include #endif /* Since the code of getdate.y is not included in the Emacs executable itself, there is no need to #define static in this file. Even if the code were included in the Emacs executable, it probably wouldn't do any harm to #undef it here; this will only cause problems if we try to write to a static variable, which I don't think this code needs to do. */ #ifdef emacs # undef static #endif #include #include #include #include #include #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9) #include "lib/internal.h" #define EPOCH 1970 #define HOUR(x) ((x) * 60) #define MAX_BUFF_LEN 128 /* size of buffer to read the date into */ /* ** An entry in the lexical lookup table. */ typedef struct _TABLE { const char *name; int type; int value; } TABLE; /* ** Meridian: am, pm, or 24-hour style. */ typedef enum _MERIDIAN { MERam, MERpm, MER24 } MERIDIAN; struct global { int DayOrdinal; int DayNumber; int HaveDate; int HaveDay; int HaveRel; int HaveTime; int HaveZone; int Timezone; int Day; int Hour; int Minutes; int Month; int Seconds; int Year; MERIDIAN Meridian; int RelDay; int RelHour; int RelMinutes; int RelMonth; int RelSeconds; int RelYear; }; union YYSTYPE; static int yylex (union YYSTYPE *lvalp, const char **yyInput); static int yyerror (const char **yyInput, struct global *yy, char *s); static int yyparse (const char **yyInput, struct global *yy); #define YYENABLE_NLS 0 #define YYLTYPE_IS_TRIVIAL 0 %} %name-prefix="lu_gd" %pure-parser %parse-param { const char **yyInput } %lex-param { const char **yyInput } %parse-param { struct global *yy } %union { int Number; enum _MERIDIAN Meridian; } %token tAGO tDAY tDAY_UNIT tDAYZONE tDST tHOUR_UNIT tID %token tMERIDIAN tMINUTE_UNIT tMONTH tMONTH_UNIT %token tSEC_UNIT tSNUMBER tUNUMBER tYEAR_UNIT tZONE %type tDAY tDAY_UNIT tDAYZONE tHOUR_UNIT tMINUTE_UNIT %type tMONTH tMONTH_UNIT %type tSEC_UNIT tSNUMBER tUNUMBER tYEAR_UNIT tZONE %type tMERIDIAN o_merid %expect 13 %% spec : /* NULL */ | spec item ; item : time { yy->HaveTime++; } | zone { yy->HaveZone++; } | date { yy->HaveDate++; } | day { yy->HaveDay++; } | rel { yy->HaveRel++; } | number ; time : tUNUMBER tMERIDIAN { yy->Hour = $1; yy->Minutes = 0; yy->Seconds = 0; yy->Meridian = $2; } | tUNUMBER ':' tUNUMBER o_merid { yy->Hour = $1; yy->Minutes = $3; yy->Seconds = 0; yy->Meridian = $4; } | tUNUMBER ':' tUNUMBER tSNUMBER { yy->Hour = $1; yy->Minutes = $3; yy->Meridian = MER24; yy->HaveZone++; yy->Timezone = ($4 < 0 ? -$4 % 100 + (-$4 / 100) * 60 : - ($4 % 100 + ($4 / 100) * 60)); } | tUNUMBER ':' tUNUMBER ':' tUNUMBER o_merid { yy->Hour = $1; yy->Minutes = $3; yy->Seconds = $5; yy->Meridian = $6; } | tUNUMBER ':' tUNUMBER ':' tUNUMBER tSNUMBER { yy->Hour = $1; yy->Minutes = $3; yy->Seconds = $5; yy->Meridian = MER24; yy->HaveZone++; yy->Timezone = ($6 < 0 ? -$6 % 100 + (-$6 / 100) * 60 : - ($6 % 100 + ($6 / 100) * 60)); } ; zone : tZONE { yy->Timezone = $1; } | tDAYZONE { yy->Timezone = $1 - 60; } | tZONE tDST { yy->Timezone = $1 - 60; } ; day : tDAY { yy->DayOrdinal = 1; yy->DayNumber = $1; } | tDAY ',' { yy->DayOrdinal = 1; yy->DayNumber = $1; } | tUNUMBER tDAY { yy->DayOrdinal = $1; yy->DayNumber = $2; } ; date : tUNUMBER '/' tUNUMBER { yy->Month = $1; yy->Day = $3; } | tUNUMBER '/' tUNUMBER '/' tUNUMBER { /* Interpret as YY->YY/MM/DD if $1 >= 1000, otherwise as MM/DD/YY. The goal in recognizing YY->YY/MM/DD is solely to support legacy machine-generated dates like those in an RCS log listing. If you want portability, use the ISO 8601 format. */ if ($1 >= 1000) { yy->Year = $1; yy->Month = $3; yy->Day = $5; } else { yy->Month = $1; yy->Day = $3; yy->Year = $5; } } | tUNUMBER tSNUMBER tSNUMBER { /* ISO 8601 format. yy->yy-mm-dd. */ yy->Year = $1; yy->Month = -$2; yy->Day = -$3; } | tUNUMBER tMONTH tSNUMBER { /* e.g. 17-JUN-1992. */ yy->Day = $1; yy->Month = $2; yy->Year = -$3; } | tMONTH tUNUMBER { yy->Month = $1; yy->Day = $2; } | tMONTH tUNUMBER ',' tUNUMBER { yy->Month = $1; yy->Day = $2; yy->Year = $4; } | tUNUMBER tMONTH { yy->Month = $2; yy->Day = $1; } | tUNUMBER tMONTH tUNUMBER { yy->Month = $2; yy->Day = $1; yy->Year = $3; } ; rel : relunit tAGO { yy->RelSeconds = -yy->RelSeconds; yy->RelMinutes = -yy->RelMinutes; yy->RelHour = -yy->RelHour; yy->RelDay = -yy->RelDay; yy->RelMonth = -yy->RelMonth; yy->RelYear = -yy->RelYear; } | relunit ; relunit : tUNUMBER tYEAR_UNIT { yy->RelYear += $1 * $2; } | tSNUMBER tYEAR_UNIT { yy->RelYear += $1 * $2; } | tYEAR_UNIT { yy->RelYear++; } | tUNUMBER tMONTH_UNIT { yy->RelMonth += $1 * $2; } | tSNUMBER tMONTH_UNIT { yy->RelMonth += $1 * $2; } | tMONTH_UNIT { yy->RelMonth++; } | tUNUMBER tDAY_UNIT { yy->RelDay += $1 * $2; } | tSNUMBER tDAY_UNIT { yy->RelDay += $1 * $2; } | tDAY_UNIT { yy->RelDay++; } | tUNUMBER tHOUR_UNIT { yy->RelHour += $1 * $2; } | tSNUMBER tHOUR_UNIT { yy->RelHour += $1 * $2; } | tHOUR_UNIT { yy->RelHour++; } | tUNUMBER tMINUTE_UNIT { yy->RelMinutes += $1 * $2; } | tSNUMBER tMINUTE_UNIT { yy->RelMinutes += $1 * $2; } | tMINUTE_UNIT { yy->RelMinutes++; } | tUNUMBER tSEC_UNIT { yy->RelSeconds += $1 * $2; } | tSNUMBER tSEC_UNIT { yy->RelSeconds += $1 * $2; } | tSEC_UNIT { yy->RelSeconds++; } ; number : tUNUMBER { if (yy->HaveTime && yy->HaveDate && !yy->HaveRel) yy->Year = $1; else { if ($1>10000) { yy->HaveDate++; yy->Day= ($1)%100; yy->Month= ($1/100)%100; yy->Year = $1/10000; } else { yy->HaveTime++; if ($1 < 100) { yy->Hour = $1; yy->Minutes = 0; } else { yy->Hour = $1 / 100; yy->Minutes = $1 % 100; } yy->Seconds = 0; yy->Meridian = MER24; } } } ; o_merid : /* NULL */ { $$ = MER24; } | tMERIDIAN { $$ = $1; } ; %% /* Month and day table. */ static TABLE const MonthDayTable[] = { { "january", tMONTH, 1 }, { "february", tMONTH, 2 }, { "march", tMONTH, 3 }, { "april", tMONTH, 4 }, { "may", tMONTH, 5 }, { "june", tMONTH, 6 }, { "july", tMONTH, 7 }, { "august", tMONTH, 8 }, { "september", tMONTH, 9 }, { "sept", tMONTH, 9 }, { "october", tMONTH, 10 }, { "november", tMONTH, 11 }, { "december", tMONTH, 12 }, { "sunday", tDAY, 0 }, { "monday", tDAY, 1 }, { "tuesday", tDAY, 2 }, { "tues", tDAY, 2 }, { "wednesday", tDAY, 3 }, { "wednes", tDAY, 3 }, { "thursday", tDAY, 4 }, { "thur", tDAY, 4 }, { "thurs", tDAY, 4 }, { "friday", tDAY, 5 }, { "saturday", tDAY, 6 }, { NULL, 0, 0 } }; /* Time units table. */ static TABLE const UnitsTable[] = { { "year", tYEAR_UNIT, 1 }, { "month", tMONTH_UNIT, 1 }, { "fortnight", tDAY_UNIT, 14 }, { "week", tDAY_UNIT, 7 }, { "day", tDAY_UNIT, 1 }, { "hour", tHOUR_UNIT, 1 }, { "minute", tMINUTE_UNIT, 1 }, { "min", tMINUTE_UNIT, 1 }, { "second", tSEC_UNIT, 1 }, { "sec", tSEC_UNIT, 1 }, { NULL, 0, 0 } }; /* Assorted relative-time words. */ static TABLE const OtherTable[] = { { "tomorrow", tMINUTE_UNIT, 1 * 24 * 60 }, { "yesterday", tMINUTE_UNIT, -1 * 24 * 60 }, { "today", tMINUTE_UNIT, 0 }, { "now", tMINUTE_UNIT, 0 }, { "last", tUNUMBER, -1 }, { "this", tMINUTE_UNIT, 0 }, { "next", tUNUMBER, 2 }, { "first", tUNUMBER, 1 }, /* { "second", tUNUMBER, 2 }, */ { "third", tUNUMBER, 3 }, { "fourth", tUNUMBER, 4 }, { "fifth", tUNUMBER, 5 }, { "sixth", tUNUMBER, 6 }, { "seventh", tUNUMBER, 7 }, { "eighth", tUNUMBER, 8 }, { "ninth", tUNUMBER, 9 }, { "tenth", tUNUMBER, 10 }, { "eleventh", tUNUMBER, 11 }, { "twelfth", tUNUMBER, 12 }, { "ago", tAGO, 1 }, { NULL, 0, 0 } }; /* The timezone table. */ static TABLE const TimezoneTable[] = { { "gmt", tZONE, HOUR ( 0) }, /* Greenwich Mean */ { "ut", tZONE, HOUR ( 0) }, /* Universal (Coordinated) */ { "utc", tZONE, HOUR ( 0) }, { "wet", tZONE, HOUR ( 0) }, /* Western European */ { "bst", tDAYZONE, HOUR ( 0) }, /* British Summer */ { "wat", tZONE, HOUR ( 1) }, /* West Africa */ { "at", tZONE, HOUR ( 2) }, /* Azores */ { "ast", tZONE, HOUR ( 4) }, /* Atlantic Standard */ { "adt", tDAYZONE, HOUR ( 4) }, /* Atlantic Daylight */ { "est", tZONE, HOUR ( 5) }, /* Eastern Standard */ { "edt", tDAYZONE, HOUR ( 5) }, /* Eastern Daylight */ { "cst", tZONE, HOUR ( 6) }, /* Central Standard */ { "cdt", tDAYZONE, HOUR ( 6) }, /* Central Daylight */ { "mst", tZONE, HOUR ( 7) }, /* Mountain Standard */ { "mdt", tDAYZONE, HOUR ( 7) }, /* Mountain Daylight */ { "pst", tZONE, HOUR ( 8) }, /* Pacific Standard */ { "pdt", tDAYZONE, HOUR ( 8) }, /* Pacific Daylight */ { "yst", tZONE, HOUR ( 9) }, /* Yukon Standard */ { "ydt", tDAYZONE, HOUR ( 9) }, /* Yukon Daylight */ { "hst", tZONE, HOUR (10) }, /* Hawaii Standard */ { "hdt", tDAYZONE, HOUR (10) }, /* Hawaii Daylight */ { "cat", tZONE, HOUR (10) }, /* Central Alaska */ { "ahst", tZONE, HOUR (10) }, /* Alaska-Hawaii Standard */ { "nt", tZONE, HOUR (11) }, /* Nome */ { "idlw", tZONE, HOUR (12) }, /* International Date Line West */ { "cet", tZONE, -HOUR (1) }, /* Central European */ { "met", tZONE, -HOUR (1) }, /* Middle European */ { "mewt", tZONE, -HOUR (1) }, /* Middle European Winter */ { "mest", tDAYZONE, -HOUR (1) }, /* Middle European Summer */ { "mesz", tDAYZONE, -HOUR (1) }, /* Middle European Summer */ { "swt", tZONE, -HOUR (1) }, /* Swedish Winter */ { "sst", tDAYZONE, -HOUR (1) }, /* Swedish Summer */ { "fwt", tZONE, -HOUR (1) }, /* French Winter */ { "fst", tDAYZONE, -HOUR (1) }, /* French Summer */ { "eet", tZONE, -HOUR (2) }, /* Eastern Europe, USSR Zone 1 */ { "bt", tZONE, -HOUR (3) }, /* Baghdad, USSR Zone 2 */ { "zp4", tZONE, -HOUR (4) }, /* USSR Zone 3 */ { "zp5", tZONE, -HOUR (5) }, /* USSR Zone 4 */ { "zp6", tZONE, -HOUR (6) }, /* USSR Zone 5 */ { "wast", tZONE, -HOUR (7) }, /* West Australian Standard */ { "wadt", tDAYZONE, -HOUR (7) }, /* West Australian Daylight */ { "cct", tZONE, -HOUR (8) }, /* China Coast, USSR Zone 7 */ { "jst", tZONE, -HOUR (9) }, /* Japan Standard, USSR Zone 8 */ { "east", tZONE, -HOUR (10) }, /* Eastern Australian Standard */ { "eadt", tDAYZONE, -HOUR (10) }, /* Eastern Australian Daylight */ { "gst", tZONE, -HOUR (10) }, /* Guam Standard, USSR Zone 9 */ { "nzt", tZONE, -HOUR (12) }, /* New Zealand */ { "nzst", tZONE, -HOUR (12) }, /* New Zealand Standard */ { "nzdt", tDAYZONE, -HOUR (12) }, /* New Zealand Daylight */ { "idle", tZONE, -HOUR (12) }, /* International Date Line East */ { NULL, 0, 0 } }; /* Military timezone table. */ static TABLE const MilitaryTable[] = { { "a", tZONE, HOUR ( 1) }, { "b", tZONE, HOUR ( 2) }, { "c", tZONE, HOUR ( 3) }, { "d", tZONE, HOUR ( 4) }, { "e", tZONE, HOUR ( 5) }, { "f", tZONE, HOUR ( 6) }, { "g", tZONE, HOUR ( 7) }, { "h", tZONE, HOUR ( 8) }, { "i", tZONE, HOUR ( 9) }, { "k", tZONE, HOUR ( 10) }, { "l", tZONE, HOUR ( 11) }, { "m", tZONE, HOUR ( 12) }, { "n", tZONE, HOUR (- 1) }, { "o", tZONE, HOUR (- 2) }, { "p", tZONE, HOUR (- 3) }, { "q", tZONE, HOUR (- 4) }, { "r", tZONE, HOUR (- 5) }, { "s", tZONE, HOUR (- 6) }, { "t", tZONE, HOUR (- 7) }, { "u", tZONE, HOUR (- 8) }, { "v", tZONE, HOUR (- 9) }, { "w", tZONE, HOUR (-10) }, { "x", tZONE, HOUR (-11) }, { "y", tZONE, HOUR (-12) }, { "z", tZONE, HOUR ( 0) }, { NULL, 0, 0 } }; /* ARGSUSED */ static int yyerror (const char **yyInput, struct global *yy, char *s) { (void)yyInput; (void)yy; (void)s; return 0; } static int ToHour (int Hours, MERIDIAN Meridian) { switch (Meridian) { case MER24: if (Hours < 0 || Hours > 23) return -1; return Hours; case MERam: if (Hours < 1 || Hours > 12) return -1; if (Hours == 12) Hours = 0; return Hours; case MERpm: if (Hours < 1 || Hours > 12) return -1; if (Hours == 12) Hours = 0; return Hours + 12; default: abort (); } /* NOTREACHED */ } static int ToYear (int Year) { if (Year < 0) Year = -Year; /* XPG4 suggests that years 00-68 map to 2000-2068, and years 69-99 map to 1969-1999. */ if (Year < 69) Year += 2000; else if (Year < 100) Year += 1900; return Year; } static int LookupWord (YYSTYPE *lvalp, char *buff) { register char *p; register char *q; register const TABLE *tp; int i; int abbrev; /* Make it lowercase. */ for (p = buff; *p; p++) if (isupper ((unsigned char)*p)) *p = tolower (*p); if (strcmp (buff, "am") == 0 || strcmp (buff, "a.m.") == 0) { lvalp->Meridian = MERam; return tMERIDIAN; } if (strcmp (buff, "pm") == 0 || strcmp (buff, "p.m.") == 0) { lvalp->Meridian = MERpm; return tMERIDIAN; } /* See if we have an abbreviation for a month. */ if (strlen (buff) == 3) abbrev = 1; else if (strlen (buff) == 4 && buff[3] == '.') { abbrev = 1; buff[3] = '\0'; } else abbrev = 0; for (tp = MonthDayTable; tp->name; tp++) { if (abbrev) { if (strncmp (buff, tp->name, 3) == 0) { lvalp->Number = tp->value; return tp->type; } } else if (strcmp (buff, tp->name) == 0) { lvalp->Number = tp->value; return tp->type; } } for (tp = TimezoneTable; tp->name; tp++) if (strcmp (buff, tp->name) == 0) { lvalp->Number = tp->value; return tp->type; } if (strcmp (buff, "dst") == 0) return tDST; for (tp = UnitsTable; tp->name; tp++) if (strcmp (buff, tp->name) == 0) { lvalp->Number = tp->value; return tp->type; } /* Strip off any plural and try the units table again. */ i = strlen (buff) - 1; if (buff[i] == 's') { buff[i] = '\0'; for (tp = UnitsTable; tp->name; tp++) if (strcmp (buff, tp->name) == 0) { lvalp->Number = tp->value; return tp->type; } buff[i] = 's'; /* Put back for "this" in OtherTable. */ } for (tp = OtherTable; tp->name; tp++) if (strcmp (buff, tp->name) == 0) { lvalp->Number = tp->value; return tp->type; } /* Military timezones. */ if (buff[1] == '\0' && isalpha ((unsigned char)*buff)) { for (tp = MilitaryTable; tp->name; tp++) if (strcmp (buff, tp->name) == 0) { lvalp->Number = tp->value; return tp->type; } } /* Drop out any periods and try the timezone table again. */ for (i = 0, p = q = buff; *q; q++) if (*q != '.') *p++ = *q; else i++; *p = '\0'; if (i) for (tp = TimezoneTable; tp->name; tp++) if (strcmp (buff, tp->name) == 0) { lvalp->Number = tp->value; return tp->type; } return tID; } static int yylex (YYSTYPE *lvalp, const char **yyInput) { register char c; register char *p; char buff[20]; int Count; int sign; for (;;) { while (isspace ((unsigned char)**yyInput)) (*yyInput)++; if (ISDIGIT (c = **yyInput) || c == '-' || c == '+') { if (c == '-' || c == '+') { sign = c == '-' ? -1 : 1; if (!ISDIGIT (*++*yyInput)) /* skip the '-' sign */ continue; } else sign = 0; for (lvalp->Number = 0; ISDIGIT (c = *(*yyInput)++);) lvalp->Number = 10 * lvalp->Number + c - '0'; (*yyInput)--; if (sign < 0) lvalp->Number = -lvalp->Number; return sign ? tSNUMBER : tUNUMBER; } if (isalpha ((unsigned char)c)) { for (p = buff; (c = *(*yyInput)++, isalpha ((unsigned char)c)) || c == '.';) if (p < &buff[sizeof buff - 1]) *p++ = c; *p = '\0'; (*yyInput)--; return LookupWord (lvalp, buff); } if (c != '(') return *(*yyInput)++; Count = 0; do { c = *(*yyInput)++; if (c == '\0') return c; if (c == '(') Count++; else if (c == ')') Count--; } while (Count > 0); } } #define TM_YEAR_ORIGIN 1900 /* Yield A - B, measured in seconds. */ static long difftm (struct tm *a, struct tm *b) { int ay = a->tm_year + (TM_YEAR_ORIGIN - 1); int by = b->tm_year + (TM_YEAR_ORIGIN - 1); long days = ( /* difference in day of year */ a->tm_yday - b->tm_yday /* + intervening leap days */ + ((ay >> 2) - (by >> 2)) - (ay / 100 - by / 100) + ((ay / 100 >> 2) - (by / 100 >> 2)) /* + difference in years * 365 */ + (long) (ay - by) * 365 ); return (60 * (60 * (24 * days + (a->tm_hour - b->tm_hour)) + (a->tm_min - b->tm_min)) + (a->tm_sec - b->tm_sec)); } time_t lu_get_date (const char *p, const time_t *now) { struct tm tm, tm0, *tmp; struct global yy; time_t Start; Start = now ? *now : time ((time_t *) NULL); tmp = localtime (&Start); memset (&yy, 0, sizeof(yy)); yy.Year = tmp->tm_year + TM_YEAR_ORIGIN; yy.Month = tmp->tm_mon + 1; yy.Day = tmp->tm_mday; yy.Hour = tmp->tm_hour; yy.Minutes = tmp->tm_min; yy.Seconds = tmp->tm_sec; yy.Meridian = MER24; yy.RelSeconds = 0; yy.RelMinutes = 0; yy.RelHour = 0; yy.RelDay = 0; yy.RelMonth = 0; yy.RelYear = 0; yy.HaveDate = 0; yy.HaveDay = 0; yy.HaveRel = 0; yy.HaveTime = 0; yy.HaveZone = 0; if (yyparse (&p, &yy) || yy.HaveTime > 1 || yy.HaveZone > 1 || yy.HaveDate > 1 || yy.HaveDay > 1) return -1; tm.tm_year = ToYear (yy.Year) - TM_YEAR_ORIGIN + yy.RelYear; tm.tm_mon = yy.Month - 1 + yy.RelMonth; tm.tm_mday = yy.Day + yy.RelDay; if (yy.HaveTime || (yy.HaveRel && !yy.HaveDate && !yy.HaveDay)) { tm.tm_hour = ToHour (yy.Hour, yy.Meridian); if (tm.tm_hour < 0) return -1; tm.tm_min = yy.Minutes; tm.tm_sec = yy.Seconds; } else { tm.tm_hour = tm.tm_min = tm.tm_sec = 0; } tm.tm_hour += yy.RelHour; tm.tm_min += yy.RelMinutes; tm.tm_sec += yy.RelSeconds; tm.tm_isdst = -1; tm0 = tm; Start = mktime (&tm); if (Start == (time_t) -1) { /* Guard against falsely reporting errors near the time_t boundaries when parsing times in other time zones. For example, if the min time_t value is 1970-01-01 00:00:00 UTC and we are 8 hours ahead of UTC, then the min localtime value is 1970-01-01 08:00:00; if we apply mktime to 1970-01-01 00:00:00 we will get an error, so we apply mktime to 1970-01-02 08:00:00 instead and adjust the time zone by 24 hours to compensate. This algorithm assumes that there is no DST transition within a day of the time_t boundaries. */ if (yy.HaveZone) { tm = tm0; if (tm.tm_year <= EPOCH - TM_YEAR_ORIGIN) { tm.tm_mday++; yy.Timezone -= 24 * 60; } else { tm.tm_mday--; yy.Timezone += 24 * 60; } Start = mktime (&tm); } if (Start == (time_t) -1) return Start; } if (yy.HaveDay && !yy.HaveDate) { tm.tm_mday += ((yy.DayNumber - tm.tm_wday + 7) % 7 + 7 * (yy.DayOrdinal - (0 < yy.DayOrdinal))); Start = mktime (&tm); if (Start == (time_t) -1) return Start; } if (yy.HaveZone) { long delta = yy.Timezone * 60L + difftm (&tm, gmtime (&Start)); if ((Start + delta < Start) != (delta < 0)) return -1; /* time_t overflow */ Start += delta; } return Start; } #if defined (TEST) /* ARGSUSED */ int main (ac, av) int ac; char *av[]; { char buff[MAX_BUFF_LEN + 1]; time_t d; (void) printf ("Enter date, or blank line to exit.\n\t> "); (void) fflush (stdout); buff[MAX_BUFF_LEN] = 0; while (fgets (buff, MAX_BUFF_LEN, stdin) && buff[0]) { d = lu_get_date (buff, (time_t *) NULL); if (d == -1) (void) printf ("Bad format - couldn't convert.\n"); else (void) printf ("%s", ctime (&d)); (void) printf ("\t> "); (void) fflush (stdout); } exit (0); /* NOTREACHED */ } #endif /* defined (TEST) */ libuser-0.56.9.dfsg.1.orig/lib/getdate.c0000644000175000017500000021150610777230754015740 0ustar gheghe/* A Bison parser, made by GNU Bison 2.3. */ /* Skeleton implementation for Bison's Yacc-like parsers in C Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. Alternatively, if you modify or redistribute the parser skeleton itself, you may (at your option) remove this special exception, which will cause the skeleton and the resulting Bison output files to be licensed under the GNU General Public License without this special exception. This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ /* C LALR(1) parser skeleton written by Richard Stallman, by simplifying the original so-called "semantic" parser. */ /* All symbols defined below should begin with yy or YY, to avoid infringing on user name space. This should be done even for local variables, as they might otherwise be expanded by user macros. There are some unavoidable exceptions within include files to define necessary library symbols; they are noted "INFRINGES ON USER NAME SPACE" below. */ /* Identify Bison output. */ #define YYBISON 1 /* Bison version. */ #define YYBISON_VERSION "2.3" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" /* Pure parsers. */ #define YYPURE 1 /* Using locations. */ #define YYLSP_NEEDED 0 /* Substitute the variable and function names. */ #define yyparse lu_gdparse #define yylex lu_gdlex #define yyerror lu_gderror #define yylval lu_gdlval #define yychar lu_gdchar #define yydebug lu_gddebug #define yynerrs lu_gdnerrs /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { tAGO = 258, tDAY = 259, tDAY_UNIT = 260, tDAYZONE = 261, tDST = 262, tHOUR_UNIT = 263, tID = 264, tMERIDIAN = 265, tMINUTE_UNIT = 266, tMONTH = 267, tMONTH_UNIT = 268, tSEC_UNIT = 269, tSNUMBER = 270, tUNUMBER = 271, tYEAR_UNIT = 272, tZONE = 273 }; #endif /* Tokens. */ #define tAGO 258 #define tDAY 259 #define tDAY_UNIT 260 #define tDAYZONE 261 #define tDST 262 #define tHOUR_UNIT 263 #define tID 264 #define tMERIDIAN 265 #define tMINUTE_UNIT 266 #define tMONTH 267 #define tMONTH_UNIT 268 #define tSEC_UNIT 269 #define tSNUMBER 270 #define tUNUMBER 271 #define tYEAR_UNIT 272 #define tZONE 273 /* Copy the first part of user declarations. */ #line 1 "getdate.y" /* ** Originally written by Steven M. Bellovin while ** at the University of North Carolina at Chapel Hill. Later tweaked by ** a couple of people on Usenet. Completely overhauled by Rich $alz ** and Jim Berets in August, 1990; ** ** This grammar has 13 shift/reduce conflicts. ** ** This code is in the public domain and has no copyright. */ #ifdef HAVE_CONFIG_H # include #endif /* Since the code of getdate.y is not included in the Emacs executable itself, there is no need to #define static in this file. Even if the code were included in the Emacs executable, it probably wouldn't do any harm to #undef it here; this will only cause problems if we try to write to a static variable, which I don't think this code needs to do. */ #ifdef emacs # undef static #endif #include #include #include #include #include #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9) #include "lib/internal.h" #define EPOCH 1970 #define HOUR(x) ((x) * 60) #define MAX_BUFF_LEN 128 /* size of buffer to read the date into */ /* ** An entry in the lexical lookup table. */ typedef struct _TABLE { const char *name; int type; int value; } TABLE; /* ** Meridian: am, pm, or 24-hour style. */ typedef enum _MERIDIAN { MERam, MERpm, MER24 } MERIDIAN; struct global { int DayOrdinal; int DayNumber; int HaveDate; int HaveDay; int HaveRel; int HaveTime; int HaveZone; int Timezone; int Day; int Hour; int Minutes; int Month; int Seconds; int Year; MERIDIAN Meridian; int RelDay; int RelHour; int RelMinutes; int RelMonth; int RelSeconds; int RelYear; }; union YYSTYPE; static int yylex (union YYSTYPE *lvalp, const char **yyInput); static int yyerror (const char **yyInput, struct global *yy, char *s); static int yyparse (const char **yyInput, struct global *yy); #define YYENABLE_NLS 0 #define YYLTYPE_IS_TRIVIAL 0 /* Enabling traces. */ #ifndef YYDEBUG # define YYDEBUG 0 #endif /* Enabling verbose error messages. */ #ifdef YYERROR_VERBOSE # undef YYERROR_VERBOSE # define YYERROR_VERBOSE 1 #else # define YYERROR_VERBOSE 0 #endif /* Enabling the token table. */ #ifndef YYTOKEN_TABLE # define YYTOKEN_TABLE 0 #endif #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE #line 100 "getdate.y" { int Number; enum _MERIDIAN Meridian; } /* Line 187 of yacc.c. */ #line 237 "lib/getdate.c" YYSTYPE; # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 # define YYSTYPE_IS_TRIVIAL 1 #endif /* Copy the second part of user declarations. */ /* Line 216 of yacc.c. */ #line 250 "lib/getdate.c" #ifdef short # undef short #endif #ifdef YYTYPE_UINT8 typedef YYTYPE_UINT8 yytype_uint8; #else typedef unsigned char yytype_uint8; #endif #ifdef YYTYPE_INT8 typedef YYTYPE_INT8 yytype_int8; #elif (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) typedef signed char yytype_int8; #else typedef short int yytype_int8; #endif #ifdef YYTYPE_UINT16 typedef YYTYPE_UINT16 yytype_uint16; #else typedef unsigned short int yytype_uint16; #endif #ifdef YYTYPE_INT16 typedef YYTYPE_INT16 yytype_int16; #else typedef short int yytype_int16; #endif #ifndef YYSIZE_T # ifdef __SIZE_TYPE__ # define YYSIZE_T __SIZE_TYPE__ # elif defined size_t # define YYSIZE_T size_t # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # define YYSIZE_T size_t # else # define YYSIZE_T unsigned int # endif #endif #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) #ifndef YY_ # if YYENABLE_NLS # if ENABLE_NLS # include /* INFRINGES ON USER NAME SPACE */ # define YY_(msgid) dgettext ("bison-runtime", msgid) # endif # endif # ifndef YY_ # define YY_(msgid) msgid # endif #endif /* Suppress unused-variable warnings by "using" E. */ #if ! defined lint || defined __GNUC__ # define YYUSE(e) ((void) (e)) #else # define YYUSE(e) /* empty */ #endif /* Identity function, used to suppress warnings about constant conditions. */ #ifndef lint # define YYID(n) (n) #else #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static int YYID (int i) #else static int YYID (i) int i; #endif { return i; } #endif #if ! defined yyoverflow || YYERROR_VERBOSE /* The parser invokes alloca or malloc; define the necessary symbols. */ # ifdef YYSTACK_USE_ALLOCA # if YYSTACK_USE_ALLOCA # ifdef __GNUC__ # define YYSTACK_ALLOC __builtin_alloca # elif defined __BUILTIN_VA_ARG_INCR # include /* INFRINGES ON USER NAME SPACE */ # elif defined _AIX # define YYSTACK_ALLOC __alloca # elif defined _MSC_VER # include /* INFRINGES ON USER NAME SPACE */ # define alloca _alloca # else # define YYSTACK_ALLOC alloca # if ! defined _ALLOCA_H && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) # include /* INFRINGES ON USER NAME SPACE */ # ifndef _STDLIB_H # define _STDLIB_H 1 # endif # endif # endif # endif # endif # ifdef YYSTACK_ALLOC /* Pacify GCC's `empty if-body' warning. */ # define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) # ifndef YYSTACK_ALLOC_MAXIMUM /* The OS might guarantee only one guard page at the bottom of the stack, and a page size can be as small as 4096 bytes. So we cannot safely invoke alloca (N) if N exceeds 4096. Use a slightly smaller number to allow for a few compiler-allocated temporary stack slots. */ # define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */ # endif # else # define YYSTACK_ALLOC YYMALLOC # define YYSTACK_FREE YYFREE # ifndef YYSTACK_ALLOC_MAXIMUM # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM # endif # if (defined __cplusplus && ! defined _STDLIB_H \ && ! ((defined YYMALLOC || defined malloc) \ && (defined YYFREE || defined free))) # include /* INFRINGES ON USER NAME SPACE */ # ifndef _STDLIB_H # define _STDLIB_H 1 # endif # endif # ifndef YYMALLOC # define YYMALLOC malloc # if ! defined malloc && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ # endif # endif # ifndef YYFREE # define YYFREE free # if ! defined free && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) void free (void *); /* INFRINGES ON USER NAME SPACE */ # endif # endif # endif #endif /* ! defined yyoverflow || YYERROR_VERBOSE */ #if (! defined yyoverflow \ && (! defined __cplusplus \ || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) /* A type that is properly aligned for any stack member. */ union yyalloc { yytype_int16 yyss; YYSTYPE yyvs; }; /* The size of the maximum gap between one aligned stack and the next. */ # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) /* The size of an array large to enough to hold all stacks, each with N elements. */ # define YYSTACK_BYTES(N) \ ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ + YYSTACK_GAP_MAXIMUM) /* Copy COUNT objects from FROM to TO. The source and destination do not overlap. */ # ifndef YYCOPY # if defined __GNUC__ && 1 < __GNUC__ # define YYCOPY(To, From, Count) \ __builtin_memcpy (To, From, (Count) * sizeof (*(From))) # else # define YYCOPY(To, From, Count) \ do \ { \ YYSIZE_T yyi; \ for (yyi = 0; yyi < (Count); yyi++) \ (To)[yyi] = (From)[yyi]; \ } \ while (YYID (0)) # endif # endif /* Relocate STACK from its old location to the new one. The local variables YYSIZE and YYSTACKSIZE give the old and new number of elements in the stack, and YYPTR gives the new location of the stack. Advance YYPTR to a properly aligned location for the next stack. */ # define YYSTACK_RELOCATE(Stack) \ do \ { \ YYSIZE_T yynewbytes; \ YYCOPY (&yyptr->Stack, Stack, yysize); \ Stack = &yyptr->Stack; \ yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ yyptr += yynewbytes / sizeof (*yyptr); \ } \ while (YYID (0)) #endif /* YYFINAL -- State number of the termination state. */ #define YYFINAL 2 /* YYLAST -- Last index in YYTABLE. */ #define YYLAST 50 /* YYNTOKENS -- Number of terminals. */ #define YYNTOKENS 22 /* YYNNTS -- Number of nonterminals. */ #define YYNNTS 11 /* YYNRULES -- Number of rules. */ #define YYNRULES 51 /* YYNRULES -- Number of states. */ #define YYNSTATES 61 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ #define YYUNDEFTOK 2 #define YYMAXUTOK 273 #define YYTRANSLATE(YYX) \ ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ static const yytype_uint8 yytranslate[] = { 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 20, 2, 2, 21, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 19, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 }; #if YYDEBUG /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in YYRHS. */ static const yytype_uint8 yyprhs[] = { 0, 0, 3, 4, 7, 9, 11, 13, 15, 17, 19, 22, 27, 32, 39, 46, 48, 50, 53, 55, 58, 61, 65, 71, 75, 79, 82, 87, 90, 94, 97, 99, 102, 105, 107, 110, 113, 115, 118, 121, 123, 126, 129, 131, 134, 137, 139, 142, 145, 147, 149, 150 }; /* YYRHS -- A `-1'-separated list of the rules' RHS. */ static const yytype_int8 yyrhs[] = { 23, 0, -1, -1, 23, 24, -1, 25, -1, 26, -1, 28, -1, 27, -1, 29, -1, 31, -1, 16, 10, -1, 16, 19, 16, 32, -1, 16, 19, 16, 15, -1, 16, 19, 16, 19, 16, 32, -1, 16, 19, 16, 19, 16, 15, -1, 18, -1, 6, -1, 18, 7, -1, 4, -1, 4, 20, -1, 16, 4, -1, 16, 21, 16, -1, 16, 21, 16, 21, 16, -1, 16, 15, 15, -1, 16, 12, 15, -1, 12, 16, -1, 12, 16, 20, 16, -1, 16, 12, -1, 16, 12, 16, -1, 30, 3, -1, 30, -1, 16, 17, -1, 15, 17, -1, 17, -1, 16, 13, -1, 15, 13, -1, 13, -1, 16, 5, -1, 15, 5, -1, 5, -1, 16, 8, -1, 15, 8, -1, 8, -1, 16, 11, -1, 15, 11, -1, 11, -1, 16, 14, -1, 15, 14, -1, 14, -1, 16, -1, -1, 10, -1 }; /* YYRLINE[YYN] -- source line where rule number YYN was defined. */ static const yytype_uint16 yyrline[] = { 0, 118, 118, 119, 122, 125, 128, 131, 134, 137, 140, 146, 152, 161, 167, 179, 182, 186, 191, 195, 199, 205, 209, 227, 233, 239, 243, 248, 252, 259, 267, 270, 273, 276, 279, 282, 285, 288, 291, 294, 297, 300, 303, 306, 309, 312, 315, 318, 321, 326, 360, 363 }; #endif #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. First, the terminals, then, starting at YYNTOKENS, nonterminals. */ static const char *const yytname[] = { "$end", "error", "$undefined", "tAGO", "tDAY", "tDAY_UNIT", "tDAYZONE", "tDST", "tHOUR_UNIT", "tID", "tMERIDIAN", "tMINUTE_UNIT", "tMONTH", "tMONTH_UNIT", "tSEC_UNIT", "tSNUMBER", "tUNUMBER", "tYEAR_UNIT", "tZONE", "':'", "','", "'/'", "$accept", "spec", "item", "time", "zone", "day", "date", "rel", "relunit", "number", "o_merid", 0 }; #endif # ifdef YYPRINT /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to token YYLEX-NUM. */ static const yytype_uint16 yytoknum[] = { 0, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 58, 44, 47 }; # endif /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ static const yytype_uint8 yyr1[] = { 0, 22, 23, 23, 24, 24, 24, 24, 24, 24, 25, 25, 25, 25, 25, 26, 26, 26, 27, 27, 27, 28, 28, 28, 28, 28, 28, 28, 28, 29, 29, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 31, 32, 32 }; /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ static const yytype_uint8 yyr2[] = { 0, 2, 0, 2, 1, 1, 1, 1, 1, 1, 2, 4, 4, 6, 6, 1, 1, 2, 1, 2, 2, 3, 5, 3, 3, 2, 4, 2, 3, 2, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 0, 1 }; /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state STATE-NUM when YYTABLE doesn't specify something else to do. Zero means the default is an error. */ static const yytype_uint8 yydefact[] = { 2, 0, 1, 18, 39, 16, 42, 45, 0, 36, 48, 0, 49, 33, 15, 3, 4, 5, 7, 6, 8, 30, 9, 19, 25, 38, 41, 44, 35, 47, 32, 20, 37, 40, 10, 43, 27, 34, 46, 0, 31, 0, 0, 17, 29, 0, 24, 28, 23, 50, 21, 26, 51, 12, 0, 11, 0, 50, 22, 14, 13 }; /* YYDEFGOTO[NTERM-NUM]. */ static const yytype_int8 yydefgoto[] = { -1, 1, 15, 16, 17, 18, 19, 20, 21, 22, 55 }; /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing STATE-NUM. */ #define YYPACT_NINF -20 static const yytype_int8 yypact[] = { -20, 0, -20, -19, -20, -20, -20, -20, -13, -20, -20, 30, 15, -20, 14, -20, -20, -20, -20, -20, -20, 19, -20, -20, 4, -20, -20, -20, -20, -20, -20, -20, -20, -20, -20, -20, -6, -20, -20, 16, -20, 17, 23, -20, -20, 24, -20, -20, -20, 27, 28, -20, -20, -20, 29, -20, 32, -8, -20, -20, -20 }; /* YYPGOTO[NTERM-NUM]. */ static const yytype_int8 yypgoto[] = { -20, -20, -20, -20, -20, -20, -20, -20, -20, -20, -7 }; /* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If positive, shift that token. If negative, reduce the rule which number is the opposite. If zero, do what YYDEFACT says. If YYTABLE_NINF, syntax error. */ #define YYTABLE_NINF -1 static const yytype_uint8 yytable[] = { 2, 23, 52, 24, 3, 4, 5, 59, 6, 46, 47, 7, 8, 9, 10, 11, 12, 13, 14, 31, 32, 43, 44, 33, 45, 34, 35, 36, 37, 38, 39, 48, 40, 49, 41, 25, 42, 52, 26, 50, 51, 27, 53, 28, 29, 57, 54, 30, 58, 56, 60 }; static const yytype_uint8 yycheck[] = { 0, 20, 10, 16, 4, 5, 6, 15, 8, 15, 16, 11, 12, 13, 14, 15, 16, 17, 18, 4, 5, 7, 3, 8, 20, 10, 11, 12, 13, 14, 15, 15, 17, 16, 19, 5, 21, 10, 8, 16, 16, 11, 15, 13, 14, 16, 19, 17, 16, 21, 57 }; /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing symbol of state STATE-NUM. */ static const yytype_uint8 yystos[] = { 0, 23, 0, 4, 5, 6, 8, 11, 12, 13, 14, 15, 16, 17, 18, 24, 25, 26, 27, 28, 29, 30, 31, 20, 16, 5, 8, 11, 13, 14, 17, 4, 5, 8, 10, 11, 12, 13, 14, 15, 17, 19, 21, 7, 3, 20, 15, 16, 15, 16, 16, 16, 10, 15, 19, 32, 21, 16, 16, 15, 32 }; #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY) #define YYEMPTY (-2) #define YYEOF 0 #define YYACCEPT goto yyacceptlab #define YYABORT goto yyabortlab #define YYERROR goto yyerrorlab /* Like YYERROR except do call yyerror. This remains here temporarily to ease the transition to the new meaning of YYERROR, for GCC. Once GCC version 2 has supplanted version 1, this can go. */ #define YYFAIL goto yyerrlab #define YYRECOVERING() (!!yyerrstatus) #define YYBACKUP(Token, Value) \ do \ if (yychar == YYEMPTY && yylen == 1) \ { \ yychar = (Token); \ yylval = (Value); \ yytoken = YYTRANSLATE (yychar); \ YYPOPSTACK (1); \ goto yybackup; \ } \ else \ { \ yyerror (yyInput, yy, YY_("syntax error: cannot back up")); \ YYERROR; \ } \ while (YYID (0)) #define YYTERROR 1 #define YYERRCODE 256 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. If N is 0, then set CURRENT to the empty location which ends the previous symbol: RHS[0] (always defined). */ #define YYRHSLOC(Rhs, K) ((Rhs)[K]) #ifndef YYLLOC_DEFAULT # define YYLLOC_DEFAULT(Current, Rhs, N) \ do \ if (YYID (N)) \ { \ (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ } \ else \ { \ (Current).first_line = (Current).last_line = \ YYRHSLOC (Rhs, 0).last_line; \ (Current).first_column = (Current).last_column = \ YYRHSLOC (Rhs, 0).last_column; \ } \ while (YYID (0)) #endif /* YY_LOCATION_PRINT -- Print the location on the stream. This macro was not mandated originally: define only if we know we won't break user code: when these are the locations we know. */ #ifndef YY_LOCATION_PRINT # if YYLTYPE_IS_TRIVIAL # define YY_LOCATION_PRINT(File, Loc) \ fprintf (File, "%d.%d-%d.%d", \ (Loc).first_line, (Loc).first_column, \ (Loc).last_line, (Loc).last_column) # else # define YY_LOCATION_PRINT(File, Loc) ((void) 0) # endif #endif /* YYLEX -- calling `yylex' with the right arguments. */ #ifdef YYLEX_PARAM # define YYLEX yylex (&yylval, YYLEX_PARAM) #else # define YYLEX yylex (&yylval, yyInput) #endif /* Enable debugging if requested. */ #if YYDEBUG # ifndef YYFPRINTF # include /* INFRINGES ON USER NAME SPACE */ # define YYFPRINTF fprintf # endif # define YYDPRINTF(Args) \ do { \ if (yydebug) \ YYFPRINTF Args; \ } while (YYID (0)) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ do { \ if (yydebug) \ { \ YYFPRINTF (stderr, "%s ", Title); \ yy_symbol_print (stderr, \ Type, Value, yyInput, yy); \ YYFPRINTF (stderr, "\n"); \ } \ } while (YYID (0)) /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, const char **yyInput, struct global *yy) #else static void yy_symbol_value_print (yyoutput, yytype, yyvaluep, yyInput, yy) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; const char **yyInput; struct global *yy; #endif { if (!yyvaluep) return; YYUSE (yyInput); YYUSE (yy); # ifdef YYPRINT if (yytype < YYNTOKENS) YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); # else YYUSE (yyoutput); # endif switch (yytype) { default: break; } } /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, const char **yyInput, struct global *yy) #else static void yy_symbol_print (yyoutput, yytype, yyvaluep, yyInput, yy) FILE *yyoutput; int yytype; YYSTYPE const * const yyvaluep; const char **yyInput; struct global *yy; #endif { if (yytype < YYNTOKENS) YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); else YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); yy_symbol_value_print (yyoutput, yytype, yyvaluep, yyInput, yy); YYFPRINTF (yyoutput, ")"); } /*------------------------------------------------------------------. | yy_stack_print -- Print the state stack from its BOTTOM up to its | | TOP (included). | `------------------------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_stack_print (yytype_int16 *bottom, yytype_int16 *top) #else static void yy_stack_print (bottom, top) yytype_int16 *bottom; yytype_int16 *top; #endif { YYFPRINTF (stderr, "Stack now"); for (; bottom <= top; ++bottom) YYFPRINTF (stderr, " %d", *bottom); YYFPRINTF (stderr, "\n"); } # define YY_STACK_PRINT(Bottom, Top) \ do { \ if (yydebug) \ yy_stack_print ((Bottom), (Top)); \ } while (YYID (0)) /*------------------------------------------------. | Report that the YYRULE is going to be reduced. | `------------------------------------------------*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yy_reduce_print (YYSTYPE *yyvsp, int yyrule, const char **yyInput, struct global *yy) #else static void yy_reduce_print (yyvsp, yyrule, yyInput, yy) YYSTYPE *yyvsp; int yyrule; const char **yyInput; struct global *yy; #endif { int yynrhs = yyr2[yyrule]; int yyi; unsigned long int yylno = yyrline[yyrule]; YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", yyrule - 1, yylno); /* The symbols being reduced. */ for (yyi = 0; yyi < yynrhs; yyi++) { fprintf (stderr, " $%d = ", yyi + 1); yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], &(yyvsp[(yyi + 1) - (yynrhs)]) , yyInput, yy); fprintf (stderr, "\n"); } } # define YY_REDUCE_PRINT(Rule) \ do { \ if (yydebug) \ yy_reduce_print (yyvsp, Rule, yyInput, yy); \ } while (YYID (0)) /* Nonzero means print parse trace. It is left uninitialized so that multiple parsers can coexist. */ int yydebug; #else /* !YYDEBUG */ # define YYDPRINTF(Args) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) # define YY_STACK_PRINT(Bottom, Top) # define YY_REDUCE_PRINT(Rule) #endif /* !YYDEBUG */ /* YYINITDEPTH -- initial size of the parser's stacks. */ #ifndef YYINITDEPTH # define YYINITDEPTH 200 #endif /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only if the built-in stack extension method is used). Do not make this value too large; the results are undefined if YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH) evaluated with infinite-precision integer arithmetic. */ #ifndef YYMAXDEPTH # define YYMAXDEPTH 10000 #endif #if YYERROR_VERBOSE # ifndef yystrlen # if defined __GLIBC__ && defined _STRING_H # define yystrlen strlen # else /* Return the length of YYSTR. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static YYSIZE_T yystrlen (const char *yystr) #else static YYSIZE_T yystrlen (yystr) const char *yystr; #endif { YYSIZE_T yylen; for (yylen = 0; yystr[yylen]; yylen++) continue; return yylen; } # endif # endif # ifndef yystpcpy # if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE # define yystpcpy stpcpy # else /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in YYDEST. */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static char * yystpcpy (char *yydest, const char *yysrc) #else static char * yystpcpy (yydest, yysrc) char *yydest; const char *yysrc; #endif { char *yyd = yydest; const char *yys = yysrc; while ((*yyd++ = *yys++) != '\0') continue; return yyd - 1; } # endif # endif # ifndef yytnamerr /* Copy to YYRES the contents of YYSTR after stripping away unnecessary quotes and backslashes, so that it's suitable for yyerror. The heuristic is that double-quoting is unnecessary unless the string contains an apostrophe, a comma, or backslash (other than backslash-backslash). YYSTR is taken from yytname. If YYRES is null, do not copy; instead, return the length of what the result would have been. */ static YYSIZE_T yytnamerr (char *yyres, const char *yystr) { if (*yystr == '"') { YYSIZE_T yyn = 0; char const *yyp = yystr; for (;;) switch (*++yyp) { case '\'': case ',': goto do_not_strip_quotes; case '\\': if (*++yyp != '\\') goto do_not_strip_quotes; /* Fall through. */ default: if (yyres) yyres[yyn] = *yyp; yyn++; break; case '"': if (yyres) yyres[yyn] = '\0'; return yyn; } do_not_strip_quotes: ; } if (! yyres) return yystrlen (yystr); return yystpcpy (yyres, yystr) - yyres; } # endif /* Copy into YYRESULT an error message about the unexpected token YYCHAR while in state YYSTATE. Return the number of bytes copied, including the terminating null byte. If YYRESULT is null, do not copy anything; just return the number of bytes that would be copied. As a special case, return 0 if an ordinary "syntax error" message will do. Return YYSIZE_MAXIMUM if overflow occurs during size calculation. */ static YYSIZE_T yysyntax_error (char *yyresult, int yystate, int yychar) { int yyn = yypact[yystate]; if (! (YYPACT_NINF < yyn && yyn <= YYLAST)) return 0; else { int yytype = YYTRANSLATE (yychar); YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]); YYSIZE_T yysize = yysize0; YYSIZE_T yysize1; int yysize_overflow = 0; enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; int yyx; # if 0 /* This is so xgettext sees the translatable formats that are constructed on the fly. */ YY_("syntax error, unexpected %s"); YY_("syntax error, unexpected %s, expecting %s"); YY_("syntax error, unexpected %s, expecting %s or %s"); YY_("syntax error, unexpected %s, expecting %s or %s or %s"); YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"); # endif char *yyfmt; char const *yyf; static char const yyunexpected[] = "syntax error, unexpected %s"; static char const yyexpecting[] = ", expecting %s"; static char const yyor[] = " or %s"; char yyformat[sizeof yyunexpected + sizeof yyexpecting - 1 + ((YYERROR_VERBOSE_ARGS_MAXIMUM - 2) * (sizeof yyor - 1))]; char const *yyprefix = yyexpecting; /* Start YYX at -YYN if negative to avoid negative indexes in YYCHECK. */ int yyxbegin = yyn < 0 ? -yyn : 0; /* Stay within bounds of both yycheck and yytname. */ int yychecklim = YYLAST - yyn + 1; int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; int yycount = 1; yyarg[0] = yytname[yytype]; yyfmt = yystpcpy (yyformat, yyunexpected); for (yyx = yyxbegin; yyx < yyxend; ++yyx) if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR) { if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) { yycount = 1; yysize = yysize0; yyformat[sizeof yyunexpected - 1] = '\0'; break; } yyarg[yycount++] = yytname[yyx]; yysize1 = yysize + yytnamerr (0, yytname[yyx]); yysize_overflow |= (yysize1 < yysize); yysize = yysize1; yyfmt = yystpcpy (yyfmt, yyprefix); yyprefix = yyor; } yyf = YY_(yyformat); yysize1 = yysize + yystrlen (yyf); yysize_overflow |= (yysize1 < yysize); yysize = yysize1; if (yysize_overflow) return YYSIZE_MAXIMUM; if (yyresult) { /* Avoid sprintf, as that infringes on the user's name space. Don't have undefined behavior even if the translation produced a string with the wrong number of "%s"s. */ char *yyp = yyresult; int yyi = 0; while ((*yyp = *yyf) != '\0') { if (*yyp == '%' && yyf[1] == 's' && yyi < yycount) { yyp += yytnamerr (yyp, yyarg[yyi++]); yyf += 2; } else { yyp++; yyf++; } } } return yysize; } } #endif /* YYERROR_VERBOSE */ /*-----------------------------------------------. | Release the memory associated to this symbol. | `-----------------------------------------------*/ /*ARGSUSED*/ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) static void yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, const char **yyInput, struct global *yy) #else static void yydestruct (yymsg, yytype, yyvaluep, yyInput, yy) const char *yymsg; int yytype; YYSTYPE *yyvaluep; const char **yyInput; struct global *yy; #endif { YYUSE (yyvaluep); YYUSE (yyInput); YYUSE (yy); if (!yymsg) yymsg = "Deleting"; YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); switch (yytype) { default: break; } } /* Prevent warnings from -Wmissing-prototypes. */ #ifdef YYPARSE_PARAM #if defined __STDC__ || defined __cplusplus int yyparse (void *YYPARSE_PARAM); #else int yyparse (); #endif #else /* ! YYPARSE_PARAM */ #if defined __STDC__ || defined __cplusplus int yyparse (const char **yyInput, struct global *yy); #else int yyparse (); #endif #endif /* ! YYPARSE_PARAM */ /*----------. | yyparse. | `----------*/ #ifdef YYPARSE_PARAM #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (void *YYPARSE_PARAM) #else int yyparse (YYPARSE_PARAM) void *YYPARSE_PARAM; #endif #else /* ! YYPARSE_PARAM */ #if (defined __STDC__ || defined __C99__FUNC__ \ || defined __cplusplus || defined _MSC_VER) int yyparse (const char **yyInput, struct global *yy) #else int yyparse (yyInput, yy) const char **yyInput; struct global *yy; #endif #endif { /* The look-ahead symbol. */ int yychar; /* The semantic value of the look-ahead symbol. */ YYSTYPE yylval; /* Number of syntax errors so far. */ int yynerrs; int yystate; int yyn; int yyresult; /* Number of tokens to shift before error messages enabled. */ int yyerrstatus; /* Look-ahead token as an internal (translated) token number. */ int yytoken = 0; #if YYERROR_VERBOSE /* Buffer for error messages, and its allocated size. */ char yymsgbuf[128]; char *yymsg = yymsgbuf; YYSIZE_T yymsg_alloc = sizeof yymsgbuf; #endif /* Three stacks and their tools: `yyss': related to states, `yyvs': related to semantic values, `yyls': related to locations. Refer to the stacks thru separate pointers, to allow yyoverflow to reallocate them elsewhere. */ /* The state stack. */ yytype_int16 yyssa[YYINITDEPTH]; yytype_int16 *yyss = yyssa; yytype_int16 *yyssp; /* The semantic value stack. */ YYSTYPE yyvsa[YYINITDEPTH]; YYSTYPE *yyvs = yyvsa; YYSTYPE *yyvsp; #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) YYSIZE_T yystacksize = YYINITDEPTH; /* The variables used to return semantic value and location from the action routines. */ YYSTYPE yyval; /* The number of symbols on the RHS of the reduced rule. Keep to zero when no symbol should be popped. */ int yylen = 0; YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; yynerrs = 0; yychar = YYEMPTY; /* Cause a token to be read. */ /* Initialize stack pointers. Waste one element of value and location stack so that they stay on the same level as the state stack. The wasted elements are never initialized. */ yyssp = yyss; yyvsp = yyvs; goto yysetstate; /*------------------------------------------------------------. | yynewstate -- Push a new state, which is found in yystate. | `------------------------------------------------------------*/ yynewstate: /* In all cases, when you get here, the value and location stacks have just been pushed. So pushing a state here evens the stacks. */ yyssp++; yysetstate: *yyssp = yystate; if (yyss + yystacksize - 1 <= yyssp) { /* Get the current used size of the three stacks, in elements. */ YYSIZE_T yysize = yyssp - yyss + 1; #ifdef yyoverflow { /* Give user a chance to reallocate the stack. Use copies of these so that the &'s don't force the real ones into memory. */ YYSTYPE *yyvs1 = yyvs; yytype_int16 *yyss1 = yyss; /* Each stack pointer address is followed by the size of the data in use in that stack, in bytes. This used to be a conditional around just the two extra args, but that might be undefined if yyoverflow is a macro. */ yyoverflow (YY_("memory exhausted"), &yyss1, yysize * sizeof (*yyssp), &yyvs1, yysize * sizeof (*yyvsp), &yystacksize); yyss = yyss1; yyvs = yyvs1; } #else /* no yyoverflow */ # ifndef YYSTACK_RELOCATE goto yyexhaustedlab; # else /* Extend the stack our own way. */ if (YYMAXDEPTH <= yystacksize) goto yyexhaustedlab; yystacksize *= 2; if (YYMAXDEPTH < yystacksize) yystacksize = YYMAXDEPTH; { yytype_int16 *yyss1 = yyss; union yyalloc *yyptr = (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); if (! yyptr) goto yyexhaustedlab; YYSTACK_RELOCATE (yyss); YYSTACK_RELOCATE (yyvs); # undef YYSTACK_RELOCATE if (yyss1 != yyssa) YYSTACK_FREE (yyss1); } # endif #endif /* no yyoverflow */ yyssp = yyss + yysize - 1; yyvsp = yyvs + yysize - 1; YYDPRINTF ((stderr, "Stack size increased to %lu\n", (unsigned long int) yystacksize)); if (yyss + yystacksize - 1 <= yyssp) YYABORT; } YYDPRINTF ((stderr, "Entering state %d\n", yystate)); goto yybackup; /*-----------. | yybackup. | `-----------*/ yybackup: /* Do appropriate processing given the current state. Read a look-ahead token if we need one and don't already have one. */ /* First try to decide what to do without reference to look-ahead token. */ yyn = yypact[yystate]; if (yyn == YYPACT_NINF) goto yydefault; /* Not known => get a look-ahead token if don't already have one. */ /* YYCHAR is either YYEMPTY or YYEOF or a valid look-ahead symbol. */ if (yychar == YYEMPTY) { YYDPRINTF ((stderr, "Reading a token: ")); yychar = YYLEX; } if (yychar <= YYEOF) { yychar = yytoken = YYEOF; YYDPRINTF ((stderr, "Now at end of input.\n")); } else { yytoken = YYTRANSLATE (yychar); YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); } /* If the proper action on seeing token YYTOKEN is to reduce or to detect an error, take that action. */ yyn += yytoken; if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) goto yydefault; yyn = yytable[yyn]; if (yyn <= 0) { if (yyn == 0 || yyn == YYTABLE_NINF) goto yyerrlab; yyn = -yyn; goto yyreduce; } if (yyn == YYFINAL) YYACCEPT; /* Count tokens shifted since error; after three, turn off error status. */ if (yyerrstatus) yyerrstatus--; /* Shift the look-ahead token. */ YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); /* Discard the shifted token unless it is eof. */ if (yychar != YYEOF) yychar = YYEMPTY; yystate = yyn; *++yyvsp = yylval; goto yynewstate; /*-----------------------------------------------------------. | yydefault -- do the default action for the current state. | `-----------------------------------------------------------*/ yydefault: yyn = yydefact[yystate]; if (yyn == 0) goto yyerrlab; goto yyreduce; /*-----------------------------. | yyreduce -- Do a reduction. | `-----------------------------*/ yyreduce: /* yyn is the number of a rule to reduce with. */ yylen = yyr2[yyn]; /* If YYLEN is nonzero, implement the default value of the action: `$$ = $1'. Otherwise, the following line sets YYVAL to garbage. This behavior is undocumented and Bison users should not rely upon it. Assigning to YYVAL unconditionally makes the parser a bit smaller, and it avoids a GCC warning that YYVAL may be used uninitialized. */ yyval = yyvsp[1-yylen]; YY_REDUCE_PRINT (yyn); switch (yyn) { case 4: #line 122 "getdate.y" { yy->HaveTime++; } break; case 5: #line 125 "getdate.y" { yy->HaveZone++; } break; case 6: #line 128 "getdate.y" { yy->HaveDate++; } break; case 7: #line 131 "getdate.y" { yy->HaveDay++; } break; case 8: #line 134 "getdate.y" { yy->HaveRel++; } break; case 10: #line 140 "getdate.y" { yy->Hour = (yyvsp[(1) - (2)].Number); yy->Minutes = 0; yy->Seconds = 0; yy->Meridian = (yyvsp[(2) - (2)].Meridian); } break; case 11: #line 146 "getdate.y" { yy->Hour = (yyvsp[(1) - (4)].Number); yy->Minutes = (yyvsp[(3) - (4)].Number); yy->Seconds = 0; yy->Meridian = (yyvsp[(4) - (4)].Meridian); } break; case 12: #line 152 "getdate.y" { yy->Hour = (yyvsp[(1) - (4)].Number); yy->Minutes = (yyvsp[(3) - (4)].Number); yy->Meridian = MER24; yy->HaveZone++; yy->Timezone = ((yyvsp[(4) - (4)].Number) < 0 ? -(yyvsp[(4) - (4)].Number) % 100 + (-(yyvsp[(4) - (4)].Number) / 100) * 60 : - ((yyvsp[(4) - (4)].Number) % 100 + ((yyvsp[(4) - (4)].Number) / 100) * 60)); } break; case 13: #line 161 "getdate.y" { yy->Hour = (yyvsp[(1) - (6)].Number); yy->Minutes = (yyvsp[(3) - (6)].Number); yy->Seconds = (yyvsp[(5) - (6)].Number); yy->Meridian = (yyvsp[(6) - (6)].Meridian); } break; case 14: #line 167 "getdate.y" { yy->Hour = (yyvsp[(1) - (6)].Number); yy->Minutes = (yyvsp[(3) - (6)].Number); yy->Seconds = (yyvsp[(5) - (6)].Number); yy->Meridian = MER24; yy->HaveZone++; yy->Timezone = ((yyvsp[(6) - (6)].Number) < 0 ? -(yyvsp[(6) - (6)].Number) % 100 + (-(yyvsp[(6) - (6)].Number) / 100) * 60 : - ((yyvsp[(6) - (6)].Number) % 100 + ((yyvsp[(6) - (6)].Number) / 100) * 60)); } break; case 15: #line 179 "getdate.y" { yy->Timezone = (yyvsp[(1) - (1)].Number); } break; case 16: #line 182 "getdate.y" { yy->Timezone = (yyvsp[(1) - (1)].Number) - 60; } break; case 17: #line 186 "getdate.y" { yy->Timezone = (yyvsp[(1) - (2)].Number) - 60; } break; case 18: #line 191 "getdate.y" { yy->DayOrdinal = 1; yy->DayNumber = (yyvsp[(1) - (1)].Number); } break; case 19: #line 195 "getdate.y" { yy->DayOrdinal = 1; yy->DayNumber = (yyvsp[(1) - (2)].Number); } break; case 20: #line 199 "getdate.y" { yy->DayOrdinal = (yyvsp[(1) - (2)].Number); yy->DayNumber = (yyvsp[(2) - (2)].Number); } break; case 21: #line 205 "getdate.y" { yy->Month = (yyvsp[(1) - (3)].Number); yy->Day = (yyvsp[(3) - (3)].Number); } break; case 22: #line 209 "getdate.y" { /* Interpret as YY->YY/MM/DD if $1 >= 1000, otherwise as MM/DD/YY. The goal in recognizing YY->YY/MM/DD is solely to support legacy machine-generated dates like those in an RCS log listing. If you want portability, use the ISO 8601 format. */ if ((yyvsp[(1) - (5)].Number) >= 1000) { yy->Year = (yyvsp[(1) - (5)].Number); yy->Month = (yyvsp[(3) - (5)].Number); yy->Day = (yyvsp[(5) - (5)].Number); } else { yy->Month = (yyvsp[(1) - (5)].Number); yy->Day = (yyvsp[(3) - (5)].Number); yy->Year = (yyvsp[(5) - (5)].Number); } } break; case 23: #line 227 "getdate.y" { /* ISO 8601 format. yy->yy-mm-dd. */ yy->Year = (yyvsp[(1) - (3)].Number); yy->Month = -(yyvsp[(2) - (3)].Number); yy->Day = -(yyvsp[(3) - (3)].Number); } break; case 24: #line 233 "getdate.y" { /* e.g. 17-JUN-1992. */ yy->Day = (yyvsp[(1) - (3)].Number); yy->Month = (yyvsp[(2) - (3)].Number); yy->Year = -(yyvsp[(3) - (3)].Number); } break; case 25: #line 239 "getdate.y" { yy->Month = (yyvsp[(1) - (2)].Number); yy->Day = (yyvsp[(2) - (2)].Number); } break; case 26: #line 243 "getdate.y" { yy->Month = (yyvsp[(1) - (4)].Number); yy->Day = (yyvsp[(2) - (4)].Number); yy->Year = (yyvsp[(4) - (4)].Number); } break; case 27: #line 248 "getdate.y" { yy->Month = (yyvsp[(2) - (2)].Number); yy->Day = (yyvsp[(1) - (2)].Number); } break; case 28: #line 252 "getdate.y" { yy->Month = (yyvsp[(2) - (3)].Number); yy->Day = (yyvsp[(1) - (3)].Number); yy->Year = (yyvsp[(3) - (3)].Number); } break; case 29: #line 259 "getdate.y" { yy->RelSeconds = -yy->RelSeconds; yy->RelMinutes = -yy->RelMinutes; yy->RelHour = -yy->RelHour; yy->RelDay = -yy->RelDay; yy->RelMonth = -yy->RelMonth; yy->RelYear = -yy->RelYear; } break; case 31: #line 270 "getdate.y" { yy->RelYear += (yyvsp[(1) - (2)].Number) * (yyvsp[(2) - (2)].Number); } break; case 32: #line 273 "getdate.y" { yy->RelYear += (yyvsp[(1) - (2)].Number) * (yyvsp[(2) - (2)].Number); } break; case 33: #line 276 "getdate.y" { yy->RelYear++; } break; case 34: #line 279 "getdate.y" { yy->RelMonth += (yyvsp[(1) - (2)].Number) * (yyvsp[(2) - (2)].Number); } break; case 35: #line 282 "getdate.y" { yy->RelMonth += (yyvsp[(1) - (2)].Number) * (yyvsp[(2) - (2)].Number); } break; case 36: #line 285 "getdate.y" { yy->RelMonth++; } break; case 37: #line 288 "getdate.y" { yy->RelDay += (yyvsp[(1) - (2)].Number) * (yyvsp[(2) - (2)].Number); } break; case 38: #line 291 "getdate.y" { yy->RelDay += (yyvsp[(1) - (2)].Number) * (yyvsp[(2) - (2)].Number); } break; case 39: #line 294 "getdate.y" { yy->RelDay++; } break; case 40: #line 297 "getdate.y" { yy->RelHour += (yyvsp[(1) - (2)].Number) * (yyvsp[(2) - (2)].Number); } break; case 41: #line 300 "getdate.y" { yy->RelHour += (yyvsp[(1) - (2)].Number) * (yyvsp[(2) - (2)].Number); } break; case 42: #line 303 "getdate.y" { yy->RelHour++; } break; case 43: #line 306 "getdate.y" { yy->RelMinutes += (yyvsp[(1) - (2)].Number) * (yyvsp[(2) - (2)].Number); } break; case 44: #line 309 "getdate.y" { yy->RelMinutes += (yyvsp[(1) - (2)].Number) * (yyvsp[(2) - (2)].Number); } break; case 45: #line 312 "getdate.y" { yy->RelMinutes++; } break; case 46: #line 315 "getdate.y" { yy->RelSeconds += (yyvsp[(1) - (2)].Number) * (yyvsp[(2) - (2)].Number); } break; case 47: #line 318 "getdate.y" { yy->RelSeconds += (yyvsp[(1) - (2)].Number) * (yyvsp[(2) - (2)].Number); } break; case 48: #line 321 "getdate.y" { yy->RelSeconds++; } break; case 49: #line 327 "getdate.y" { if (yy->HaveTime && yy->HaveDate && !yy->HaveRel) yy->Year = (yyvsp[(1) - (1)].Number); else { if ((yyvsp[(1) - (1)].Number)>10000) { yy->HaveDate++; yy->Day= ((yyvsp[(1) - (1)].Number))%100; yy->Month= ((yyvsp[(1) - (1)].Number)/100)%100; yy->Year = (yyvsp[(1) - (1)].Number)/10000; } else { yy->HaveTime++; if ((yyvsp[(1) - (1)].Number) < 100) { yy->Hour = (yyvsp[(1) - (1)].Number); yy->Minutes = 0; } else { yy->Hour = (yyvsp[(1) - (1)].Number) / 100; yy->Minutes = (yyvsp[(1) - (1)].Number) % 100; } yy->Seconds = 0; yy->Meridian = MER24; } } } break; case 50: #line 360 "getdate.y" { (yyval.Meridian) = MER24; } break; case 51: #line 364 "getdate.y" { (yyval.Meridian) = (yyvsp[(1) - (1)].Meridian); } break; /* Line 1267 of yacc.c. */ #line 1921 "lib/getdate.c" default: break; } YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); *++yyvsp = yyval; /* Now `shift' the result of the reduction. Determine what state that goes to, based on the state we popped back to and the rule number reduced by. */ yyn = yyr1[yyn]; yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) yystate = yytable[yystate]; else yystate = yydefgoto[yyn - YYNTOKENS]; goto yynewstate; /*------------------------------------. | yyerrlab -- here on detecting error | `------------------------------------*/ yyerrlab: /* If not already recovering from an error, report this error. */ if (!yyerrstatus) { ++yynerrs; #if ! YYERROR_VERBOSE yyerror (yyInput, yy, YY_("syntax error")); #else { YYSIZE_T yysize = yysyntax_error (0, yystate, yychar); if (yymsg_alloc < yysize && yymsg_alloc < YYSTACK_ALLOC_MAXIMUM) { YYSIZE_T yyalloc = 2 * yysize; if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM)) yyalloc = YYSTACK_ALLOC_MAXIMUM; if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); yymsg = (char *) YYSTACK_ALLOC (yyalloc); if (yymsg) yymsg_alloc = yyalloc; else { yymsg = yymsgbuf; yymsg_alloc = sizeof yymsgbuf; } } if (0 < yysize && yysize <= yymsg_alloc) { (void) yysyntax_error (yymsg, yystate, yychar); yyerror (yyInput, yy, yymsg); } else { yyerror (yyInput, yy, YY_("syntax error")); if (yysize != 0) goto yyexhaustedlab; } } #endif } if (yyerrstatus == 3) { /* If just tried and failed to reuse look-ahead token after an error, discard it. */ if (yychar <= YYEOF) { /* Return failure if at end of input. */ if (yychar == YYEOF) YYABORT; } else { yydestruct ("Error: discarding", yytoken, &yylval, yyInput, yy); yychar = YYEMPTY; } } /* Else will try to reuse look-ahead token after shifting the error token. */ goto yyerrlab1; /*---------------------------------------------------. | yyerrorlab -- error raised explicitly by YYERROR. | `---------------------------------------------------*/ yyerrorlab: /* Pacify compilers like GCC when the user code never invokes YYERROR and the label yyerrorlab therefore never appears in user code. */ if (/*CONSTCOND*/ 0) goto yyerrorlab; /* Do not reclaim the symbols of the rule which action triggered this YYERROR. */ YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); yystate = *yyssp; goto yyerrlab1; /*-------------------------------------------------------------. | yyerrlab1 -- common code for both syntax error and YYERROR. | `-------------------------------------------------------------*/ yyerrlab1: yyerrstatus = 3; /* Each real token shifted decrements this. */ for (;;) { yyn = yypact[yystate]; if (yyn != YYPACT_NINF) { yyn += YYTERROR; if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) { yyn = yytable[yyn]; if (0 < yyn) break; } } /* Pop the current state because it cannot handle the error token. */ if (yyssp == yyss) YYABORT; yydestruct ("Error: popping", yystos[yystate], yyvsp, yyInput, yy); YYPOPSTACK (1); yystate = *yyssp; YY_STACK_PRINT (yyss, yyssp); } if (yyn == YYFINAL) YYACCEPT; *++yyvsp = yylval; /* Shift the error token. */ YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp); yystate = yyn; goto yynewstate; /*-------------------------------------. | yyacceptlab -- YYACCEPT comes here. | `-------------------------------------*/ yyacceptlab: yyresult = 0; goto yyreturn; /*-----------------------------------. | yyabortlab -- YYABORT comes here. | `-----------------------------------*/ yyabortlab: yyresult = 1; goto yyreturn; #ifndef yyoverflow /*-------------------------------------------------. | yyexhaustedlab -- memory exhaustion comes here. | `-------------------------------------------------*/ yyexhaustedlab: yyerror (yyInput, yy, YY_("memory exhausted")); yyresult = 2; /* Fall through. */ #endif yyreturn: if (yychar != YYEOF && yychar != YYEMPTY) yydestruct ("Cleanup: discarding lookahead", yytoken, &yylval, yyInput, yy); /* Do not reclaim the symbols of the rule which action triggered this YYABORT or YYACCEPT. */ YYPOPSTACK (yylen); YY_STACK_PRINT (yyss, yyssp); while (yyssp != yyss) { yydestruct ("Cleanup: popping", yystos[*yyssp], yyvsp, yyInput, yy); YYPOPSTACK (1); } #ifndef yyoverflow if (yyss != yyssa) YYSTACK_FREE (yyss); #endif #if YYERROR_VERBOSE if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); #endif /* Make sure YYID is used. */ return YYID (yyresult); } #line 369 "getdate.y" /* Month and day table. */ static TABLE const MonthDayTable[] = { { "january", tMONTH, 1 }, { "february", tMONTH, 2 }, { "march", tMONTH, 3 }, { "april", tMONTH, 4 }, { "may", tMONTH, 5 }, { "june", tMONTH, 6 }, { "july", tMONTH, 7 }, { "august", tMONTH, 8 }, { "september", tMONTH, 9 }, { "sept", tMONTH, 9 }, { "october", tMONTH, 10 }, { "november", tMONTH, 11 }, { "december", tMONTH, 12 }, { "sunday", tDAY, 0 }, { "monday", tDAY, 1 }, { "tuesday", tDAY, 2 }, { "tues", tDAY, 2 }, { "wednesday", tDAY, 3 }, { "wednes", tDAY, 3 }, { "thursday", tDAY, 4 }, { "thur", tDAY, 4 }, { "thurs", tDAY, 4 }, { "friday", tDAY, 5 }, { "saturday", tDAY, 6 }, { NULL, 0, 0 } }; /* Time units table. */ static TABLE const UnitsTable[] = { { "year", tYEAR_UNIT, 1 }, { "month", tMONTH_UNIT, 1 }, { "fortnight", tDAY_UNIT, 14 }, { "week", tDAY_UNIT, 7 }, { "day", tDAY_UNIT, 1 }, { "hour", tHOUR_UNIT, 1 }, { "minute", tMINUTE_UNIT, 1 }, { "min", tMINUTE_UNIT, 1 }, { "second", tSEC_UNIT, 1 }, { "sec", tSEC_UNIT, 1 }, { NULL, 0, 0 } }; /* Assorted relative-time words. */ static TABLE const OtherTable[] = { { "tomorrow", tMINUTE_UNIT, 1 * 24 * 60 }, { "yesterday", tMINUTE_UNIT, -1 * 24 * 60 }, { "today", tMINUTE_UNIT, 0 }, { "now", tMINUTE_UNIT, 0 }, { "last", tUNUMBER, -1 }, { "this", tMINUTE_UNIT, 0 }, { "next", tUNUMBER, 2 }, { "first", tUNUMBER, 1 }, /* { "second", tUNUMBER, 2 }, */ { "third", tUNUMBER, 3 }, { "fourth", tUNUMBER, 4 }, { "fifth", tUNUMBER, 5 }, { "sixth", tUNUMBER, 6 }, { "seventh", tUNUMBER, 7 }, { "eighth", tUNUMBER, 8 }, { "ninth", tUNUMBER, 9 }, { "tenth", tUNUMBER, 10 }, { "eleventh", tUNUMBER, 11 }, { "twelfth", tUNUMBER, 12 }, { "ago", tAGO, 1 }, { NULL, 0, 0 } }; /* The timezone table. */ static TABLE const TimezoneTable[] = { { "gmt", tZONE, HOUR ( 0) }, /* Greenwich Mean */ { "ut", tZONE, HOUR ( 0) }, /* Universal (Coordinated) */ { "utc", tZONE, HOUR ( 0) }, { "wet", tZONE, HOUR ( 0) }, /* Western European */ { "bst", tDAYZONE, HOUR ( 0) }, /* British Summer */ { "wat", tZONE, HOUR ( 1) }, /* West Africa */ { "at", tZONE, HOUR ( 2) }, /* Azores */ { "ast", tZONE, HOUR ( 4) }, /* Atlantic Standard */ { "adt", tDAYZONE, HOUR ( 4) }, /* Atlantic Daylight */ { "est", tZONE, HOUR ( 5) }, /* Eastern Standard */ { "edt", tDAYZONE, HOUR ( 5) }, /* Eastern Daylight */ { "cst", tZONE, HOUR ( 6) }, /* Central Standard */ { "cdt", tDAYZONE, HOUR ( 6) }, /* Central Daylight */ { "mst", tZONE, HOUR ( 7) }, /* Mountain Standard */ { "mdt", tDAYZONE, HOUR ( 7) }, /* Mountain Daylight */ { "pst", tZONE, HOUR ( 8) }, /* Pacific Standard */ { "pdt", tDAYZONE, HOUR ( 8) }, /* Pacific Daylight */ { "yst", tZONE, HOUR ( 9) }, /* Yukon Standard */ { "ydt", tDAYZONE, HOUR ( 9) }, /* Yukon Daylight */ { "hst", tZONE, HOUR (10) }, /* Hawaii Standard */ { "hdt", tDAYZONE, HOUR (10) }, /* Hawaii Daylight */ { "cat", tZONE, HOUR (10) }, /* Central Alaska */ { "ahst", tZONE, HOUR (10) }, /* Alaska-Hawaii Standard */ { "nt", tZONE, HOUR (11) }, /* Nome */ { "idlw", tZONE, HOUR (12) }, /* International Date Line West */ { "cet", tZONE, -HOUR (1) }, /* Central European */ { "met", tZONE, -HOUR (1) }, /* Middle European */ { "mewt", tZONE, -HOUR (1) }, /* Middle European Winter */ { "mest", tDAYZONE, -HOUR (1) }, /* Middle European Summer */ { "mesz", tDAYZONE, -HOUR (1) }, /* Middle European Summer */ { "swt", tZONE, -HOUR (1) }, /* Swedish Winter */ { "sst", tDAYZONE, -HOUR (1) }, /* Swedish Summer */ { "fwt", tZONE, -HOUR (1) }, /* French Winter */ { "fst", tDAYZONE, -HOUR (1) }, /* French Summer */ { "eet", tZONE, -HOUR (2) }, /* Eastern Europe, USSR Zone 1 */ { "bt", tZONE, -HOUR (3) }, /* Baghdad, USSR Zone 2 */ { "zp4", tZONE, -HOUR (4) }, /* USSR Zone 3 */ { "zp5", tZONE, -HOUR (5) }, /* USSR Zone 4 */ { "zp6", tZONE, -HOUR (6) }, /* USSR Zone 5 */ { "wast", tZONE, -HOUR (7) }, /* West Australian Standard */ { "wadt", tDAYZONE, -HOUR (7) }, /* West Australian Daylight */ { "cct", tZONE, -HOUR (8) }, /* China Coast, USSR Zone 7 */ { "jst", tZONE, -HOUR (9) }, /* Japan Standard, USSR Zone 8 */ { "east", tZONE, -HOUR (10) }, /* Eastern Australian Standard */ { "eadt", tDAYZONE, -HOUR (10) }, /* Eastern Australian Daylight */ { "gst", tZONE, -HOUR (10) }, /* Guam Standard, USSR Zone 9 */ { "nzt", tZONE, -HOUR (12) }, /* New Zealand */ { "nzst", tZONE, -HOUR (12) }, /* New Zealand Standard */ { "nzdt", tDAYZONE, -HOUR (12) }, /* New Zealand Daylight */ { "idle", tZONE, -HOUR (12) }, /* International Date Line East */ { NULL, 0, 0 } }; /* Military timezone table. */ static TABLE const MilitaryTable[] = { { "a", tZONE, HOUR ( 1) }, { "b", tZONE, HOUR ( 2) }, { "c", tZONE, HOUR ( 3) }, { "d", tZONE, HOUR ( 4) }, { "e", tZONE, HOUR ( 5) }, { "f", tZONE, HOUR ( 6) }, { "g", tZONE, HOUR ( 7) }, { "h", tZONE, HOUR ( 8) }, { "i", tZONE, HOUR ( 9) }, { "k", tZONE, HOUR ( 10) }, { "l", tZONE, HOUR ( 11) }, { "m", tZONE, HOUR ( 12) }, { "n", tZONE, HOUR (- 1) }, { "o", tZONE, HOUR (- 2) }, { "p", tZONE, HOUR (- 3) }, { "q", tZONE, HOUR (- 4) }, { "r", tZONE, HOUR (- 5) }, { "s", tZONE, HOUR (- 6) }, { "t", tZONE, HOUR (- 7) }, { "u", tZONE, HOUR (- 8) }, { "v", tZONE, HOUR (- 9) }, { "w", tZONE, HOUR (-10) }, { "x", tZONE, HOUR (-11) }, { "y", tZONE, HOUR (-12) }, { "z", tZONE, HOUR ( 0) }, { NULL, 0, 0 } }; /* ARGSUSED */ static int yyerror (const char **yyInput, struct global *yy, char *s) { (void)yyInput; (void)yy; (void)s; return 0; } static int ToHour (int Hours, MERIDIAN Meridian) { switch (Meridian) { case MER24: if (Hours < 0 || Hours > 23) return -1; return Hours; case MERam: if (Hours < 1 || Hours > 12) return -1; if (Hours == 12) Hours = 0; return Hours; case MERpm: if (Hours < 1 || Hours > 12) return -1; if (Hours == 12) Hours = 0; return Hours + 12; default: abort (); } /* NOTREACHED */ } static int ToYear (int Year) { if (Year < 0) Year = -Year; /* XPG4 suggests that years 00-68 map to 2000-2068, and years 69-99 map to 1969-1999. */ if (Year < 69) Year += 2000; else if (Year < 100) Year += 1900; return Year; } static int LookupWord (YYSTYPE *lvalp, char *buff) { register char *p; register char *q; register const TABLE *tp; int i; int abbrev; /* Make it lowercase. */ for (p = buff; *p; p++) if (isupper ((unsigned char)*p)) *p = tolower (*p); if (strcmp (buff, "am") == 0 || strcmp (buff, "a.m.") == 0) { lvalp->Meridian = MERam; return tMERIDIAN; } if (strcmp (buff, "pm") == 0 || strcmp (buff, "p.m.") == 0) { lvalp->Meridian = MERpm; return tMERIDIAN; } /* See if we have an abbreviation for a month. */ if (strlen (buff) == 3) abbrev = 1; else if (strlen (buff) == 4 && buff[3] == '.') { abbrev = 1; buff[3] = '\0'; } else abbrev = 0; for (tp = MonthDayTable; tp->name; tp++) { if (abbrev) { if (strncmp (buff, tp->name, 3) == 0) { lvalp->Number = tp->value; return tp->type; } } else if (strcmp (buff, tp->name) == 0) { lvalp->Number = tp->value; return tp->type; } } for (tp = TimezoneTable; tp->name; tp++) if (strcmp (buff, tp->name) == 0) { lvalp->Number = tp->value; return tp->type; } if (strcmp (buff, "dst") == 0) return tDST; for (tp = UnitsTable; tp->name; tp++) if (strcmp (buff, tp->name) == 0) { lvalp->Number = tp->value; return tp->type; } /* Strip off any plural and try the units table again. */ i = strlen (buff) - 1; if (buff[i] == 's') { buff[i] = '\0'; for (tp = UnitsTable; tp->name; tp++) if (strcmp (buff, tp->name) == 0) { lvalp->Number = tp->value; return tp->type; } buff[i] = 's'; /* Put back for "this" in OtherTable. */ } for (tp = OtherTable; tp->name; tp++) if (strcmp (buff, tp->name) == 0) { lvalp->Number = tp->value; return tp->type; } /* Military timezones. */ if (buff[1] == '\0' && isalpha ((unsigned char)*buff)) { for (tp = MilitaryTable; tp->name; tp++) if (strcmp (buff, tp->name) == 0) { lvalp->Number = tp->value; return tp->type; } } /* Drop out any periods and try the timezone table again. */ for (i = 0, p = q = buff; *q; q++) if (*q != '.') *p++ = *q; else i++; *p = '\0'; if (i) for (tp = TimezoneTable; tp->name; tp++) if (strcmp (buff, tp->name) == 0) { lvalp->Number = tp->value; return tp->type; } return tID; } static int yylex (YYSTYPE *lvalp, const char **yyInput) { register char c; register char *p; char buff[20]; int Count; int sign; for (;;) { while (isspace ((unsigned char)**yyInput)) (*yyInput)++; if (ISDIGIT (c = **yyInput) || c == '-' || c == '+') { if (c == '-' || c == '+') { sign = c == '-' ? -1 : 1; if (!ISDIGIT (*++*yyInput)) /* skip the '-' sign */ continue; } else sign = 0; for (lvalp->Number = 0; ISDIGIT (c = *(*yyInput)++);) lvalp->Number = 10 * lvalp->Number + c - '0'; (*yyInput)--; if (sign < 0) lvalp->Number = -lvalp->Number; return sign ? tSNUMBER : tUNUMBER; } if (isalpha ((unsigned char)c)) { for (p = buff; (c = *(*yyInput)++, isalpha ((unsigned char)c)) || c == '.';) if (p < &buff[sizeof buff - 1]) *p++ = c; *p = '\0'; (*yyInput)--; return LookupWord (lvalp, buff); } if (c != '(') return *(*yyInput)++; Count = 0; do { c = *(*yyInput)++; if (c == '\0') return c; if (c == '(') Count++; else if (c == ')') Count--; } while (Count > 0); } } #define TM_YEAR_ORIGIN 1900 /* Yield A - B, measured in seconds. */ static long difftm (struct tm *a, struct tm *b) { int ay = a->tm_year + (TM_YEAR_ORIGIN - 1); int by = b->tm_year + (TM_YEAR_ORIGIN - 1); long days = ( /* difference in day of year */ a->tm_yday - b->tm_yday /* + intervening leap days */ + ((ay >> 2) - (by >> 2)) - (ay / 100 - by / 100) + ((ay / 100 >> 2) - (by / 100 >> 2)) /* + difference in years * 365 */ + (long) (ay - by) * 365 ); return (60 * (60 * (24 * days + (a->tm_hour - b->tm_hour)) + (a->tm_min - b->tm_min)) + (a->tm_sec - b->tm_sec)); } time_t lu_get_date (const char *p, const time_t *now) { struct tm tm, tm0, *tmp; struct global yy; time_t Start; Start = now ? *now : time ((time_t *) NULL); tmp = localtime (&Start); memset (&yy, 0, sizeof(yy)); yy.Year = tmp->tm_year + TM_YEAR_ORIGIN; yy.Month = tmp->tm_mon + 1; yy.Day = tmp->tm_mday; yy.Hour = tmp->tm_hour; yy.Minutes = tmp->tm_min; yy.Seconds = tmp->tm_sec; yy.Meridian = MER24; yy.RelSeconds = 0; yy.RelMinutes = 0; yy.RelHour = 0; yy.RelDay = 0; yy.RelMonth = 0; yy.RelYear = 0; yy.HaveDate = 0; yy.HaveDay = 0; yy.HaveRel = 0; yy.HaveTime = 0; yy.HaveZone = 0; if (yyparse (&p, &yy) || yy.HaveTime > 1 || yy.HaveZone > 1 || yy.HaveDate > 1 || yy.HaveDay > 1) return -1; tm.tm_year = ToYear (yy.Year) - TM_YEAR_ORIGIN + yy.RelYear; tm.tm_mon = yy.Month - 1 + yy.RelMonth; tm.tm_mday = yy.Day + yy.RelDay; if (yy.HaveTime || (yy.HaveRel && !yy.HaveDate && !yy.HaveDay)) { tm.tm_hour = ToHour (yy.Hour, yy.Meridian); if (tm.tm_hour < 0) return -1; tm.tm_min = yy.Minutes; tm.tm_sec = yy.Seconds; } else { tm.tm_hour = tm.tm_min = tm.tm_sec = 0; } tm.tm_hour += yy.RelHour; tm.tm_min += yy.RelMinutes; tm.tm_sec += yy.RelSeconds; tm.tm_isdst = -1; tm0 = tm; Start = mktime (&tm); if (Start == (time_t) -1) { /* Guard against falsely reporting errors near the time_t boundaries when parsing times in other time zones. For example, if the min time_t value is 1970-01-01 00:00:00 UTC and we are 8 hours ahead of UTC, then the min localtime value is 1970-01-01 08:00:00; if we apply mktime to 1970-01-01 00:00:00 we will get an error, so we apply mktime to 1970-01-02 08:00:00 instead and adjust the time zone by 24 hours to compensate. This algorithm assumes that there is no DST transition within a day of the time_t boundaries. */ if (yy.HaveZone) { tm = tm0; if (tm.tm_year <= EPOCH - TM_YEAR_ORIGIN) { tm.tm_mday++; yy.Timezone -= 24 * 60; } else { tm.tm_mday--; yy.Timezone += 24 * 60; } Start = mktime (&tm); } if (Start == (time_t) -1) return Start; } if (yy.HaveDay && !yy.HaveDate) { tm.tm_mday += ((yy.DayNumber - tm.tm_wday + 7) % 7 + 7 * (yy.DayOrdinal - (0 < yy.DayOrdinal))); Start = mktime (&tm); if (Start == (time_t) -1) return Start; } if (yy.HaveZone) { long delta = yy.Timezone * 60L + difftm (&tm, gmtime (&Start)); if ((Start + delta < Start) != (delta < 0)) return -1; /* time_t overflow */ Start += delta; } return Start; } #if defined (TEST) /* ARGSUSED */ int main (ac, av) int ac; char *av[]; { char buff[MAX_BUFF_LEN + 1]; time_t d; (void) printf ("Enter date, or blank line to exit.\n\t> "); (void) fflush (stdout); buff[MAX_BUFF_LEN] = 0; while (fgets (buff, MAX_BUFF_LEN, stdin) && buff[0]) { d = lu_get_date (buff, (time_t *) NULL); if (d == -1) (void) printf ("Bad format - couldn't convert.\n"); else (void) printf ("%s", ctime (&d)); (void) printf ("\t> "); (void) fflush (stdout); } exit (0); /* NOTREACHED */ } #endif /* defined (TEST) */ libuser-0.56.9.dfsg.1.orig/lib/scache.c0000644000175000017500000000410710777230701015536 0ustar gheghe/* Copyright (C) 2000-2002 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include "user_private.h" #include "internal.h" static char * lu_string_cache_cache(struct lu_string_cache *cache, const char *string) { char *ret; if (string == NULL) { return NULL; } if ((ret = g_tree_lookup(cache->tree, (char *) string)) == NULL) { ret = g_strdup(string); g_tree_insert(cache->tree, ret, ret); } return ret; } static int get_keys(gpointer key, gpointer value, gpointer data) { GList **list = data; (void)value; if (key) { *list = g_list_append(*list, key); } return 0; } static void lu_string_cache_free(struct lu_string_cache *cache) { GList *list = NULL, *i; g_return_if_fail(cache != NULL); g_tree_foreach(cache->tree, get_keys, &list); g_tree_destroy(cache->tree); for (i = list; i; i = g_list_next(i)) { char *tmp; if ((tmp = i->data) != NULL) { memset(tmp, '\0', strlen(tmp)); g_free(tmp); } } g_list_free(list); memset(cache, 0, sizeof(struct lu_string_cache)); g_free(cache); } struct lu_string_cache * lu_string_cache_new(gboolean case_sensitive) { struct lu_string_cache *cache; cache = g_malloc0(sizeof(struct lu_string_cache)); if (case_sensitive) { cache->tree = g_tree_new(lu_strcmp); } else { cache->tree = g_tree_new(lu_strcasecmp); } cache->cache = lu_string_cache_cache; cache->free = lu_string_cache_free; return cache; } libuser-0.56.9.dfsg.1.orig/lib/prompt.c0000644000175000017500000000642610777230701015637 0ustar gheghe/* Copyright (C) 2000-2002 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include #include "user.h" #include "user_private.h" gboolean lu_prompt_console(struct lu_prompt *prompts, int count, gpointer calldata, struct lu_error **error) { int i; (void)calldata; LU_ERROR_CHECK(error); if (count > 0) { g_assert(prompts != NULL); } for (i = 0; i < count; i++) { char buf[LINE_MAX], *p; struct termios otermios, ntermios; if (prompts[i].prompt) { g_print("%s", prompts[i].domain ? dgettext(prompts[i].domain, prompts[i].prompt) : prompts[i].prompt); } if (prompts[i].visible && prompts[i].default_value) { g_print(" [%s]: ", prompts[i].default_value); } else { g_print(": "); } prompts[i].value = NULL; prompts[i].free_value = NULL; if (prompts[i].visible == FALSE) { if (tcgetattr(fileno(stdin), &otermios) == -1) { lu_error_new(error, lu_error_terminal, _("error reading terminal attributes")); return FALSE; } ntermios = otermios; ntermios.c_lflag &= ~ECHO; if (tcsetattr(fileno(stdin), TCSADRAIN, &ntermios) == -1) { lu_error_new(error, lu_error_terminal, _("error setting terminal attributes")); return FALSE; } } if (fgets(buf, sizeof(buf), stdin) == NULL) { lu_error_new(error, lu_error_terminal, _("error reading from terminal")); return FALSE; } if (prompts[i].visible == FALSE) { if (tcsetattr(fileno(stdin), TCSADRAIN, &otermios) == -1) { lu_error_new(error, lu_error_terminal, _("error setting terminal attributes")); return FALSE; } g_print("\n"); } p = strchr(buf, '\r'); if (p != NULL) *p = '\0'; p = strchr(buf, '\n'); if (p != NULL) *p = '\0'; prompts[i].value = (strlen(buf) > 0) ? g_strdup(buf) : (prompts[i].default_value ? g_strdup(prompts[i].default_value) : g_strdup("")); prompts[i].free_value = (void *) g_free; } return TRUE; } gboolean lu_prompt_console_quiet(struct lu_prompt * prompts, int count, gpointer calldata, struct lu_error ** error) { int i; gboolean ret = TRUE; LU_ERROR_CHECK(error); if (count > 0) { g_return_val_if_fail(prompts != NULL, FALSE); } for (i = 0; (i < count) && ret; i++) { if (prompts[i].default_value) { prompts[i].value = g_strdup(prompts[i].default_value); prompts[i].free_value = (void *) g_free; } else { ret = ret && lu_prompt_console(&prompts[i], 1, calldata, error); } } return ret; } libuser-0.56.9.dfsg.1.orig/lib/internal.h0000644000175000017500000000353510777230701016135 0ustar gheghe/* * Copyright (C) 2000-2002, 2005, 2007 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* gtkdoc: private_header */ #ifndef internal_h #define internal_h #include #include struct lu_ent; struct lu_error; struct lu_context; /* Configuration initialization and shutdown. */ gboolean lu_cfg_init(struct lu_context *context, struct lu_error **error) G_GNUC_INTERNAL; void lu_cfg_done(struct lu_context *context) G_GNUC_INTERNAL; /* Set the sources of record for a given entity structure. */ void lu_ent_add_module(struct lu_ent *ent, const char *source) G_GNUC_INTERNAL; void lu_ent_clear_modules(struct lu_ent *ent) G_GNUC_INTERNAL; gboolean lu_modules_load(struct lu_context *ctx, const char *module_list, GValueArray **names, struct lu_error **error) G_GNUC_INTERNAL; int lu_module_unload(gpointer key, gpointer value, gpointer data) G_GNUC_INTERNAL; gint lu_strcasecmp(gconstpointer v1, gconstpointer v2) G_GNUC_INTERNAL; gint lu_strcmp(gconstpointer v1, gconstpointer v2) G_GNUC_INTERNAL; long lu_util_shadow_current_date(void) G_GNUC_INTERNAL; /* Only for compatibility with shadow. */ time_t lu_get_date(const char *, const time_t *) G_GNUC_INTERNAL; #endif libuser-0.56.9.dfsg.1.orig/lib/user.h0000644000175000017500000001306610777230701015277 0ustar gheghe/* * Copyright (C) 2000-2002, 2004 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef libuser_user_h #define libuser_user_h #include #include #include "config.h" #include "entity.h" #include "error.h" #include "prompt.h" G_BEGIN_DECLS /* (id_t)-1 is used by setreuid() to indicate "not a valid ID", so it should be safe to use for error indication. */ #define LU_VALUE_INVALID_ID ((id_t)-1) /* An opaque structure manipulated by the library. */ typedef struct lu_context lu_context_t; /* An enumeration which decides whether we want to modify information about * users or groups. We don't support both simultaneously. */ typedef enum lu_entity_type { lu_invalid, lu_user, lu_group } lu_entity_type_t; char *lu_value_strdup(const GValue *value); int lu_values_equal(const GValue *a, const GValue *b); void lu_value_init_set_id(GValue *value, id_t id); id_t lu_value_get_id(const GValue *value); gboolean lu_value_init_set_attr_from_string(GValue *value, const char *attr, const char *string, lu_error_t **error); lu_context_t *lu_start(const char *authname, lu_entity_type_t auth_type, const char *modules, const char *create_modules, lu_prompt_fn *prompter, gpointer callback_data, lu_error_t **error); void lu_end(lu_context_t *context); void lu_set_prompter(lu_context_t *context, lu_prompt_fn *prompter, gpointer callback_data); void lu_get_prompter(lu_context_t *context, lu_prompt_fn ** prompter, gpointer *callback_data); gboolean lu_set_modules(lu_context_t *context, const char *list, lu_error_t **error); const char *lu_get_modules(lu_context_t *context); gboolean lu_uses_elevated_privileges (lu_context_t *context); gboolean lu_user_default(lu_context_t *ctx, const char *name, gboolean system_account, struct lu_ent *ent); gboolean lu_group_default(lu_context_t *ctx, const char *name, gboolean system_account, struct lu_ent *ent); gboolean lu_user_lookup_name(lu_context_t *context, const char *name, struct lu_ent *ent, lu_error_t **error); gboolean lu_group_lookup_name(lu_context_t *context, const char *name, struct lu_ent *ent, lu_error_t **error); gboolean lu_user_lookup_id(lu_context_t *context, uid_t uid, struct lu_ent *ent, lu_error_t **error); gboolean lu_group_lookup_id(lu_context_t *context, gid_t gid, struct lu_ent *ent, lu_error_t **error); gboolean lu_user_add(lu_context_t *context, struct lu_ent *ent, lu_error_t **error); gboolean lu_group_add(lu_context_t *context, struct lu_ent *ent, lu_error_t **error); gboolean lu_user_modify(lu_context_t *context, struct lu_ent *ent, lu_error_t **error); gboolean lu_group_modify(lu_context_t *context, struct lu_ent *ent, lu_error_t **error); gboolean lu_user_delete(lu_context_t *context, struct lu_ent *ent, lu_error_t **error); gboolean lu_group_delete(lu_context_t *context, struct lu_ent *ent, lu_error_t **error); gboolean lu_user_lock(lu_context_t *context, struct lu_ent *ent, lu_error_t **error); gboolean lu_group_lock(lu_context_t *context, struct lu_ent *ent, lu_error_t **error); gboolean lu_user_unlock(lu_context_t *context, struct lu_ent *ent, lu_error_t **error); gboolean lu_group_unlock(lu_context_t *context, struct lu_ent *ent, lu_error_t **error); gboolean lu_user_unlock_nonempty(lu_context_t *context, struct lu_ent *ent, lu_error_t **error); gboolean lu_group_unlock_nonempty(lu_context_t *context, struct lu_ent *ent, lu_error_t **error); gboolean lu_user_islocked(lu_context_t *context, struct lu_ent *ent, lu_error_t **error); gboolean lu_group_islocked(lu_context_t *context, struct lu_ent *ent, lu_error_t **error); gboolean lu_user_setpass(lu_context_t *context, struct lu_ent *ent, const char *newpass, gboolean crypted, lu_error_t **error); gboolean lu_group_setpass(lu_context_t *context, struct lu_ent *ent, const char *newpass, gboolean crypted, lu_error_t **error); gboolean lu_user_removepass(lu_context_t *context, struct lu_ent *ent, lu_error_t **error); gboolean lu_group_removepass(lu_context_t *context, struct lu_ent *ent, lu_error_t **error); GValueArray *lu_users_enumerate(lu_context_t *context, const char *pattern, lu_error_t **error); GValueArray *lu_groups_enumerate(lu_context_t *context, const char *pattern, lu_error_t **error); GValueArray *lu_users_enumerate_by_group(lu_context_t *context, const char *group, lu_error_t **error); GValueArray *lu_groups_enumerate_by_user(lu_context_t *context, const char *user, lu_error_t **error); GPtrArray *lu_users_enumerate_full(lu_context_t *context, const char *pattern, lu_error_t **error); GPtrArray *lu_groups_enumerate_full(lu_context_t *context, const char *pattern, lu_error_t **error); G_END_DECLS #endif libuser-0.56.9.dfsg.1.orig/lib/util.c0000644000175000017500000004114710777230701015272 0ustar gheghe/* * Copyright (C) 2000-2002, 2007, 2008 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #ifdef WITH_SELINUX #include #endif #define LU_DEFAULT_SALT_TYPE "$1$" #define LU_DEFAULT_SALT_LEN 8 #define LU_MAX_LOCK_ATTEMPTS 6 #define LU_LOCK_TIMEOUT 2 #include "user_private.h" #include "internal.h" #define HASH_ROUNDS_MIN 1000 #define HASH_ROUNDS_MAX 999999999 struct lu_lock { int fd; struct flock lock; }; /* A wrapper for strcasecmp(). */ gint lu_strcasecmp(gconstpointer v1, gconstpointer v2) { g_return_val_if_fail(v1 != NULL, 0); g_return_val_if_fail(v2 != NULL, 0); return g_ascii_strcasecmp((char *) v1, (char *) v2); } /* A wrapper for strcmp(). */ gint lu_strcmp(gconstpointer v1, gconstpointer v2) { g_return_val_if_fail(v1 != NULL, 0); g_return_val_if_fail(v2 != NULL, 0); return strcmp((char *) v1, (char *) v2); } /* A list of allowed salt characters, according to SUSv2. */ #define ACCEPTABLE "ABCDEFGHIJKLMNOPQRSTUVWXYZ" \ "abcdefghijklmnopqrstuvwxyz" \ "./0123456789" static gboolean is_acceptable(const char c) { if (c == 0) { return FALSE; } return (strchr(ACCEPTABLE, c) != NULL); } static gboolean fill_urandom(char *output, size_t length) { int fd; size_t got = 0; fd = open("/dev/urandom", O_RDONLY); g_return_val_if_fail(fd != -1, FALSE); memset(output, '\0', length); while (got < length) { ssize_t len; len = read(fd, output + got, length - got); if (len == -1) { if (errno == EINTR) continue; else { close(fd); return FALSE; } } while (len != 0 && isprint((unsigned char)output[got]) && !isspace((unsigned char)output[got]) && is_acceptable(output[got])) { got++; len--; } } close(fd); return TRUE; } static const struct { const char initial[5]; char separator[2]; size_t salt_length; gboolean sha_rounds; } salt_type_info[] = { {"$1$", "$", 8, FALSE }, /* FIXME: number of rounds, base64 of 128 bits */ {"$2a$", "$", 8, FALSE }, {"$5$", "$", 16, TRUE }, {"$6$", "$", 16, TRUE }, { "", "", 2 }, }; const char * lu_make_crypted(const char *plain, const char *previous) { char salt[2048]; size_t i, len = 0; if (previous == NULL) { previous = LU_DEFAULT_SALT_TYPE; } for (i = 0; i < G_N_ELEMENTS(salt_type_info); i++) { len = strlen(salt_type_info[i].initial); if (strncmp(previous, salt_type_info[i].initial, len) == 0) { break; } } g_assert(i < G_N_ELEMENTS(salt_type_info)); if (salt_type_info[i].sha_rounds != FALSE && strncmp(previous + len, "rounds=", strlen("rounds=")) == 0) { const char *start, *end; start = previous + len + strlen("rounds="); end = strchr(start, '$'); if (end != NULL && end <= start + strlen(G_STRINGIFY(HASH_ROUNDS_MAX))) len = (end + 1) - previous; } g_assert(len + salt_type_info[i].salt_length + strlen(salt_type_info[i].separator) < sizeof(salt)); memcpy(salt, previous, len); if (fill_urandom(salt + len, salt_type_info[i].salt_length) == FALSE) return NULL; strcpy(salt + len + salt_type_info[i].salt_length, salt_type_info[i].separator); return crypt(plain, salt); } static const char * parse_hash_rounds(struct lu_context *context, const char *key, unsigned long *value) { const char *s; s = lu_cfg_read_single(context, key, NULL); if (s != NULL) { char *end; errno = 0; *value = strtoul(s, &end, 10); if (errno != 0 || *end != 0 || end == s) { g_warning("Invalid %s value '%s'", key, s); s = NULL; } } return s; } static unsigned long select_hash_rounds(struct lu_context *context) { const char *min_s, *max_s; unsigned long min, max, rounds; min_s = parse_hash_rounds(context, "defaults/hash_rounds_min", &min); max_s = parse_hash_rounds(context, "defaults/hash_rounds_max", &max); if (min_s == NULL && max_s == NULL) return 0; if (min_s != NULL && max_s != NULL) { if (min <= max) { if (max > HASH_ROUNDS_MAX) /* To avoid overflow in (max + 1) below */ max = HASH_ROUNDS_MAX; rounds = g_random_int_range(min, max + 1); } else rounds = min; } else if (min_s != NULL) rounds = min; else /* max_s != NULL */ rounds = max; if (rounds < HASH_ROUNDS_MIN) rounds = HASH_ROUNDS_MIN; else if (rounds > HASH_ROUNDS_MAX) rounds = HASH_ROUNDS_MAX; return rounds; } char * lu_util_default_salt_specifier(struct lu_context *context) { static const struct { const char *name, *initializer; gboolean sha_rounds; } salt_types[] = { { "des", "", FALSE }, { "md5", "$1$", FALSE }, { "blowfish", "$2a$", FALSE }, { "sha256", "$5$", TRUE }, { "sha512", "$6$", TRUE }, }; const char *salt_type; size_t i; g_return_val_if_fail(context != NULL, g_strdup("")); salt_type = lu_cfg_read_single(context, "defaults/crypt_style", "des"); for (i = 0; i < G_N_ELEMENTS(salt_types); i++) { if (strcasecmp(salt_types[i].name, salt_type) == 0) goto found; } return g_strdup(""); found: if (salt_types[i].sha_rounds != FALSE) { unsigned long rounds; rounds = select_hash_rounds(context); if (rounds != 0) return g_strdup_printf("%srounds=%lu$", salt_types[i].initializer, rounds); } return g_strdup(salt_types[i].initializer); } gpointer lu_util_lock_obtain(int fd, struct lu_error ** error) { int i; int maxtries = LU_MAX_LOCK_ATTEMPTS; int delay = LU_LOCK_TIMEOUT; struct lu_lock *ret; LU_ERROR_CHECK(error); g_assert(fd != -1); ret = g_malloc0(sizeof(*ret)); do { ret->fd = fd; ret->lock.l_type = F_RDLCK; if (write(ret->fd, NULL, 0) == 0) ret->lock.l_type = F_WRLCK; i = fcntl(ret->fd, F_SETLK, &ret->lock); if ((i == -1) && ((errno == EINTR) || (errno == EAGAIN))) { struct timeval tv; if (maxtries-- <= 0) { break; } memset(&tv, 0, sizeof(tv)); tv.tv_usec = (delay *= 2); select(0, NULL, NULL, NULL, &tv); } } while ((i == -1) && ((errno == EINTR) || (errno == EAGAIN))); if (i == -1) { lu_error_new(error, lu_error_lock, _("error locking file: %s"), strerror(errno)); g_free(ret); return NULL; } return ret; } void lu_util_lock_free(gpointer lock) { struct lu_lock *ret; int i; g_return_if_fail(lock != NULL); ret = (struct lu_lock*) lock; do { ret->lock.l_type = F_UNLCK; i = fcntl(ret->fd, F_SETLK, &ret->lock); } while ((i == -1) && ((errno == EINTR) || (errno == EAGAIN))); g_free(ret); } char * lu_util_line_get_matchingx(int fd, const char *part, int field, struct lu_error **error) { char *contents; struct stat st; off_t offset; char *ret = NULL, *p; gboolean mapped = FALSE; LU_ERROR_CHECK(error); g_assert(fd != -1); g_assert(part != NULL); g_assert(field > 0); offset = lseek(fd, 0, SEEK_CUR); if (fstat(fd, &st) == -1) { lu_error_new(error, lu_error_stat, NULL); return NULL; } contents = mmap(NULL, st.st_size, PROT_READ, MAP_SHARED, fd, 0); if (contents == MAP_FAILED) { contents = g_malloc(st.st_size); if (lseek(fd, 0, SEEK_SET) == -1) { lu_error_new(error, lu_error_read, NULL); g_free(contents); return NULL; } if (read(fd, contents, st.st_size) != st.st_size) { lu_error_new(error, lu_error_read, NULL); g_free(contents); return NULL; } } else { mapped = TRUE; } p = contents; do { char *buf, *q, *colon; int i; q = memchr(p, '\n', st.st_size - (p - contents)); colon = buf = p; for (i = 1; (i < field) && (colon != NULL); i++) { if (colon) { colon = memchr(colon, ':', st.st_size - (colon - contents)); } if (colon) { colon++; } } if (colon) { if (strncmp(colon, part, strlen(part)) == 0) { if ((colon[strlen(part)] == ':') || (colon[strlen(part)] == '\n')) { size_t maxl; maxl = st.st_size - (buf - contents); if (q) { ret = g_strndup(buf, q - buf); } else { ret = g_strndup(buf, maxl); } break; } } } p = q ? q + 1 : NULL; } while ((p != NULL) && (ret == NULL)); if (mapped) { munmap(contents, st.st_size); } else { g_free(contents); } lseek(fd, offset, SEEK_SET); return ret; } char * lu_util_line_get_matching1(int fd, const char *part, struct lu_error **error) { LU_ERROR_CHECK(error); return lu_util_line_get_matchingx(fd, part, 1, error); } char * lu_util_line_get_matching3(int fd, const char *part, struct lu_error **error) { LU_ERROR_CHECK(error); return lu_util_line_get_matchingx(fd, part, 3, error); } char * lu_util_field_read(int fd, const char *first, unsigned int field, struct lu_error **error) { struct stat st; char *buf; char *pattern; char *line, *start = NULL, *end = NULL; char *ret; size_t len; gboolean mapped = FALSE; LU_ERROR_CHECK(error); g_assert(fd != -1); g_assert(first != NULL); g_assert(strlen(first) != 0); g_assert(field >= 1); if (fstat(fd, &st) == -1) { lu_error_new(error, lu_error_stat, NULL); return NULL; } buf = mmap(NULL, st.st_size, PROT_READ, MAP_SHARED, fd, 0); if (buf == MAP_FAILED) { buf = g_malloc(st.st_size); if (lseek(fd, 0, SEEK_SET) == -1) { lu_error_new(error, lu_error_read, NULL); g_free(buf); return NULL; } if (read(fd, buf, st.st_size) != st.st_size) { lu_error_new(error, lu_error_read, NULL); g_free(buf); return NULL; } } else { mapped = TRUE; } pattern = g_strdup_printf("%s:", first); len = strlen(pattern); line = buf; if ((st.st_size >= (off_t)len) && (memcmp(buf, pattern, len) == 0)) { /* found it on the first line */ } else while ((line = memchr(line, '\n', st.st_size - (line - buf))) != NULL) { line++; if (line < buf + st.st_size - len) { if (memcmp(line, pattern, len) == 0) { /* found it somewhere in the middle */ break; } } } if (line != NULL) { unsigned i = 1; char *p; start = end = NULL; /* find the start of the field */ if (i == field) { start = line; } else for (p = line; (i < field) && (*p != '\n') && (*p != '\0'); p++) { if (*p == ':') { i++; } if (i >= field) { start = p + 1; break; } } } /* find the end of the field */ if (start != NULL) { end = start; while ((*end != '\0') && (*end != '\n') && (*end != ':')) { end++; } g_assert((*end == '\0') || (*end == '\n') || (*end == ':')); } if ((start != NULL) && (end != NULL)) { ret = g_strndup(start, end - start); } else { ret = g_strdup(""); } g_free(pattern); if (mapped) { munmap(buf, st.st_size); } else { g_free(buf); } return ret; } gboolean lu_util_field_write(int fd, const char *first, unsigned int field, const char *value, struct lu_error ** error) { struct stat st; char *buf; char *pattern; char *line, *start = NULL, *end = NULL; gboolean ret = FALSE; unsigned fi = 1; LU_ERROR_CHECK(error); g_assert(fd != -1); g_assert(field >= 1); first = first ? : ""; value = value ? : ""; if (fstat(fd, &st) == -1) { lu_error_new(error, lu_error_stat, NULL); return FALSE; } if (lseek(fd, 0, SEEK_SET) == -1) { lu_error_new(error, lu_error_read, NULL); return FALSE; } buf = g_malloc0(st.st_size + 1 + strlen(value) + field); if (read(fd, buf, st.st_size) != st.st_size) { lu_error_new(error, lu_error_read, NULL); return FALSE; } pattern = g_strdup_printf("\n%s:", first); if (strncmp(buf, pattern + 1, strlen(pattern) - 1) == 0) { /* found it on the first line */ line = buf; } else if ((line = strstr(buf, pattern)) != NULL) { /* found it somewhere in the middle */ line++; } if (line != NULL) { char *p; start = end = NULL; /* find the start of the field */ if (fi == field) { start = line; } else for (p = line; (fi < field) && (*p != '\n') && (*p != '\0'); p++) { if (*p == ':') { fi++; } if (fi >= field) { start = p + 1; break; } } } /* find the end of the field */ if (start != NULL) { end = start; while ((*end != '\0') && (*end != '\n') && (*end != ':')) { end++; } } else { lu_error_new(error, lu_error_search, NULL); return FALSE; } if ((start != NULL) && (end != NULL)) { /* insert the text here, after moving the data around */ memmove(start + strlen(value), end, st.st_size - (end - buf) + 1); memcpy(start, value, strlen(value)); ret = TRUE; } else { if (line) { /* fi contains the number of fields, so the difference * between field and fi is the number of colons we need * to add to the end of the line to create the field */ end = line; while ((*end != '\0') && (*end != '\n')) { end++; } start = end; memmove(start + strlen(value) + (field - fi), end, st.st_size - (end - buf) + 1); memset(start, ':', field - fi); memcpy(start + (field - fi), value, strlen(value)); ret = TRUE; } } if (ret == TRUE) { size_t len; if (lseek(fd, 0, SEEK_SET) == -1) { lu_error_new(error, lu_error_write, NULL); ret = FALSE; goto err; } len = strlen(buf); if (write(fd, buf, len) == -1) { lu_error_new(error, lu_error_write, NULL); ret = FALSE; goto err; } if (ftruncate(fd, len) == -1) { lu_error_new(error, lu_error_write, NULL); ret = FALSE; goto err; } } else { lu_error_new(error, lu_error_search, NULL); ret = FALSE; } err: g_free(pattern); g_free(buf); return ret; } long lu_util_shadow_current_date(void) { const struct tm *gmt; time_t now; GDate *today, *epoch; long days; time(&now); gmt = gmtime(&now); today = g_date_new_dmy(gmt->tm_mday, gmt->tm_mon + 1, gmt->tm_year + 1900); epoch = g_date_new_dmy(1, 1, 1970); days = g_date_get_julian(today) - g_date_get_julian(epoch); g_date_free(today); g_date_free(epoch); return days; } /* Set the shadow last-changed field to today's date. */ void lu_util_update_shadow_last_change(struct lu_ent *ent) { GValue value; memset(&value, 0, sizeof(value)); g_value_init(&value, G_TYPE_LONG); g_value_set_long(&value, lu_util_shadow_current_date()); lu_ent_clear(ent, LU_SHADOWLASTCHANGE); lu_ent_add(ent, LU_SHADOWLASTCHANGE, &value); g_value_unset(&value); } #ifdef WITH_SELINUX /* Store current fscreate context to ctx. */ gboolean lu_util_fscreate_save(security_context_t *ctx, struct lu_error **error) { if (is_selinux_enabled() > 0 && getfscreatecon(ctx) < 0) { lu_error_new(error, lu_error_generic, _("couldn't get default security context: %s"), strerror(errno)); return FALSE; } return TRUE; } /* Restore fscreate context from ctx, and free it. */ void lu_util_fscreate_restore(security_context_t ctx) { if (is_selinux_enabled() > 0) { (void)setfscreatecon(ctx); if (ctx) freecon(ctx); } } /* Set fscreate context from context of file. */ gboolean lu_util_fscreate_from_file(const char *file, struct lu_error **error) { if (is_selinux_enabled() > 0) { security_context_t ctx; if (getfilecon(file, &ctx) < 0) { lu_error_new(error, lu_error_stat, _("couldn't get security context of " "`%s': %s"), file, strerror(errno)); return FALSE; } if (setfscreatecon(ctx) < 0) { lu_error_new(error, lu_error_generic, _("couldn't set default security context " "to `%s': %s"), ctx, strerror(errno)); freecon(ctx); return FALSE; } freecon(ctx); } return TRUE; } /* Set fscreate context for creating a file at path, with file type specified by mode. */ gboolean lu_util_fscreate_for_path(const char *path, mode_t mode, struct lu_error **error) { if (is_selinux_enabled() > 0) { security_context_t ctx; if (matchpathcon(path, mode, &ctx) < 0) { lu_error_new(error, lu_error_stat, _("couldn't determine security context " "for `%s': %s"), path, strerror(errno)); return FALSE; } if (setfscreatecon(ctx) < 0) { lu_error_new(error, lu_error_generic, _("couldn't set default security context " "to `%s': %s"), ctx, strerror(errno)); freecon(ctx); return FALSE; } freecon(ctx); } return TRUE; } #endif libuser-0.56.9.dfsg.1.orig/lib/modules.c0000644000175000017500000001455110777230701015764 0ustar gheghe/* Copyright (C) 2000-2002, 2005 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include "user_private.h" #include "internal.h" #define SEPARATORS "\t ," static gboolean load_one_module(struct lu_context *ctx, const char *module_dir, char *module_name, struct lu_error **error) { char *tmp, *symbol, *module_file; GModule *handle; lu_module_init_t module_init; struct lu_module *module; LU_ERROR_CHECK(error); /* Generate the file name. */ tmp = g_strconcat(PACKAGE "_", module_name, NULL); module_file = g_module_build_path(module_dir, tmp); g_free(tmp); /* Open the module. */ handle = g_module_open(module_file, G_MODULE_BIND_LOCAL); if (handle == NULL) { /* If the open failed, we return an error. */ lu_error_new(error, lu_error_module_load, "%s", g_module_error()); goto err_module_file; } /* Determine the name of the module's initialization function and try * to find it. */ symbol = g_strconcat(PACKAGE "_", module_name, "_init", NULL); g_module_symbol(handle, symbol, (gpointer)&module_init); /* If we couldn't find the entry point, error out. */ if (module_init == NULL) { lu_error_new(error, lu_error_module_sym, _("no initialization function %s in `%s'"), symbol, module_file); g_free(symbol); goto err_handle; } g_free(symbol); /* Ask the module to allocate the a module structure and hand it back * to us. */ module = module_init(ctx, error); if (module == NULL) { g_assert(*error != NULL); goto err_handle; } /* Check that the module interface version is right, too. */ if (module->version != LU_MODULE_VERSION) { lu_error_new(error, lu_error_module_version, _("module version mismatch in `%s'"), module_file); /* Don't call module->close, the pointer might not be there */ goto err_handle; } /* For safety's sake, make sure that all functions provided by the * module exist. This can often mean a useless round trip, but it * simplifies the logic of the library greatly. */ #define M(MEMBER) \ do { \ if (module->MEMBER == NULL) { \ lu_error_new(error, lu_error_module_sym, \ _("module `%s' does not define `%s'"), \ module_file, #MEMBER); \ goto err_module; \ } \ } while (0) M(uses_elevated_privileges); M(user_lookup_name); M(user_lookup_id); M(user_default); M(user_add_prep); M(user_add); M(user_mod); M(user_del); M(user_lock); M(user_unlock); M(user_unlock_nonempty); M(user_is_locked); M(user_setpass); M(user_removepass); M(users_enumerate); M(users_enumerate_by_group); M(users_enumerate_full); M(users_enumerate_by_group_full); M(group_lookup_name); M(group_lookup_id); M(group_default); M(group_add_prep); M(group_add); M(group_mod); M(group_del); M(group_lock); M(group_unlock); M(group_unlock_nonempty); M(group_is_locked); M(group_setpass); M(group_removepass); M(groups_enumerate); M(groups_enumerate_by_user); M(groups_enumerate_full); M(groups_enumerate_by_user_full); M(close); #undef M g_free(module_file); /* Initialize the last two fields in the module structure and add it to the module tree. */ module->lu_context = ctx; module->module_handle = handle; module_name = ctx->scache->cache(ctx->scache, module_name); g_tree_insert(ctx->modules, module_name, module); return TRUE; err_module: if (module->close != NULL) module->close(module); err_handle: g_module_close(handle); err_module_file: g_free(module_file); return FALSE; } gboolean lu_modules_load(struct lu_context *ctx, const char *module_list, GValueArray **names, struct lu_error **error) { char *q, *modlist; const char *module_dir; char *module_name; GValueArray *our_names; LU_ERROR_CHECK(error); g_assert(ctx != NULL); g_assert(module_list != NULL); g_assert(names != NULL); /* Build a GValueArray for the module names. */ our_names = g_value_array_new(0); /* Figure out where the modules would be. */ module_dir = lu_cfg_read_single(ctx, "defaults/moduledir", MODULEDIR); /* Load the modules. */ modlist = g_strdup(module_list); for (module_name = strtok_r(modlist, SEPARATORS, &q); module_name != NULL; module_name = strtok_r(NULL, SEPARATORS, &q)) { GValue value; /* Only load the module if it's not already loaded. */ if (g_tree_lookup(ctx->modules, module_name) == NULL) { if (load_one_module(ctx, module_dir, module_name, error) == FALSE) { /* The module initializer may report a warning, which is not fatal. */ if (lu_error_is_warning((*error)->code)) { lu_error_free(error); continue; } else { /* Modules loaded before this failure are kept loaded, but the list of used modules does not change. */ g_value_array_free(our_names); g_free(modlist); return FALSE; } } } /* Record that we loaded the module. */ memset(&value, 0, sizeof(value)); g_value_init(&value, G_TYPE_STRING); g_value_set_string(&value, module_name); g_value_array_append(our_names, &value); g_value_unset(&value); } g_free(modlist); if (*names != NULL) g_value_array_free(*names); *names = our_names; return TRUE; } /* Unload a given module, implemented as a callback for a GTree where the * module's name is a key, and the module structure is the value. */ int lu_module_unload(gpointer key, gpointer value, gpointer data) { (void)key; (void)data; /* Give the module a chance to clean itself up. */ if (value != NULL) { struct lu_module *module; GModule *handle; module = (struct lu_module *) value; handle = module->module_handle; module->close(module); /* Unload the module. */ if (handle != NULL) g_module_close(handle); } return 0; } libuser-0.56.9.dfsg.1.orig/lib/misc.c0000644000175000017500000001456510777230701015254 0ustar gheghe/* Copyright (C) 2000-2002, 2004 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include "user_private.h" #include "internal.h" char * lu_value_strdup(const GValue *value) { char *ret; if (G_VALUE_HOLDS_STRING(value)) ret = g_value_dup_string(value); else if (G_VALUE_HOLDS_LONG(value)) ret = g_strdup_printf("%ld", g_value_get_long(value)); else if (G_VALUE_HOLDS_INT64(value)) ret = g_strdup_printf("%lld", (long long)g_value_get_int64(value)); else { g_assert_not_reached(); ret = NULL; } return ret; } int lu_values_equal(const GValue *a, const GValue *b) { g_return_val_if_fail(G_VALUE_TYPE(a) == G_VALUE_TYPE(b), FALSE); if (G_VALUE_HOLDS_STRING(a)) return strcmp(g_value_get_string(a), g_value_get_string(b)) == 0; else if (G_VALUE_HOLDS_LONG(a)) return g_value_get_long(a) == g_value_get_long(b); else if (G_VALUE_HOLDS_INT64(a)) return g_value_get_int64(a) == g_value_get_int64(b); else { g_assert_not_reached(); return FALSE; } } void lu_value_init_set_id(GValue *value, id_t id) { /* Don't unnecessarily change behavior when long is enough. Only when long isn't enough, we fail in more interesting ways instead of silently corrupting data. The (intmax_t) casts are needed to handle the (Linux) case when id_t is "unsigned long', otherwise the comparison would be (unsigned long)(long)id == id, which is always true. */ if ((intmax_t)(long)id == (intmax_t)id) { g_value_init(value, G_TYPE_LONG); g_value_set_long(value, id); } else { /* FIXME: check that int64 is enough */ g_value_init(value, G_TYPE_INT64); g_value_set_int64(value, id); } } id_t lu_value_get_id(const GValue *value) { long long val; if (G_VALUE_HOLDS_LONG(value)) val = g_value_get_long(value); else if (G_VALUE_HOLDS_INT64(value)) val = g_value_get_int64(value); else if (G_VALUE_HOLDS_STRING(value)) { const char *src; char *end; src = g_value_get_string(value); errno = 0; val = strtoll(src, &end, 10); if (errno != 0 || *end != 0 || end == src) { g_error("lu_value_get_id(): invalid id_t value '%s'", src); return LU_VALUE_INVALID_ID; } } else { g_error("lu_value_get_id(): invalid GValue type"); return LU_VALUE_INVALID_ID; } if ((id_t)val != val) { g_error("lu_value_get_id(): value %lld out of range", val); return LU_VALUE_INVALID_ID; } return val; } /* Check whether NAME is within LIST, which is a NUL-separated sequence of strings, terminated by double NUL. */ static gboolean attr_in_list(const char *attr, const char *list) { size_t attr_len; attr_len = strlen(attr); while (*list != '\0') { size_t s_len; s_len = strlen(list); if (attr_len == s_len && strcmp(attr, list) == 0) return TRUE; list += s_len + 1; } return FALSE; } /* The error messages returned from this function don't contain the input string, to allow the caller to output at least partially usable error message without disclosing the invalid string in e.g. /etc/shadow, which might be somebody's misplaced password. */ gboolean lu_value_init_set_attr_from_string(GValue *value, const char *attr, const char *string, lu_error_t **error) { LU_ERROR_CHECK(error); #define A(NAME) NAME "\0" if (attr_in_list(attr, A(LU_USERNAME) A(LU_USERPASSWORD) A(LU_GECOS) A(LU_HOMEDIRECTORY) A(LU_LOGINSHELL) A(LU_GROUPNAME) A(LU_GROUPPASSWORD) A(LU_MEMBERNAME) A(LU_ADMINISTRATORNAME) A(LU_SHADOWNAME) A(LU_SHADOWPASSWORD) A(LU_COMMONNAME) A(LU_GIVENNAME) A(LU_SN) A(LU_ROOMNUMBER) A(LU_TELEPHONENUMBER) A(LU_HOMEPHONE) A(LU_EMAIL))) { g_value_init(value, G_TYPE_STRING); g_value_set_string(value, string); } else if (attr_in_list(attr, A(LU_SHADOWLASTCHANGE) A(LU_SHADOWMIN) A(LU_SHADOWMAX) A(LU_SHADOWWARNING) A(LU_SHADOWINACTIVE) A(LU_SHADOWEXPIRE) A(LU_SHADOWFLAG))) { long l; char *p; errno = 0; l = strtol(string, &p, 10); if (errno != 0 || *p != 0 || p == string) { lu_error_new(error, lu_error_invalid_attribute_value, _("invalid number")); return FALSE; } g_value_init(value, G_TYPE_LONG); g_value_set_long(value, l); } else if (attr_in_list(attr, A(LU_UIDNUMBER) A(LU_GIDNUMBER))) { intmax_t imax; char *p; errno = 0; imax = strtoimax(string, &p, 10); if (errno != 0 || *p != 0 || p == string || (id_t)imax != imax) { lu_error_new(error, lu_error_invalid_attribute_value, _("invalid ID")); return FALSE; } lu_value_init_set_id(value, imax); } else { *error = NULL; return FALSE; } #undef A return TRUE; } void lu_set_prompter(struct lu_context *context, lu_prompt_fn * prompter, gpointer prompter_data) { g_assert(prompter != NULL); context->prompter = prompter; context->prompter_data = prompter_data; } void lu_get_prompter(struct lu_context *context, lu_prompt_fn **prompter, gpointer *prompter_data) { if (prompter != NULL) { *prompter = context->prompter; } if (prompter_data != NULL) { *prompter_data = context->prompter_data; } } gboolean lu_set_modules(struct lu_context * context, const char *list, struct lu_error ** error) { return lu_modules_load(context, list, &context->module_names, error); } const char * lu_get_modules(struct lu_context *context) { char *tmp = NULL, *ret = NULL; size_t i; for (i = 0; i < context->module_names->n_values; i++) { GValue *value; value = g_value_array_get_nth(context->module_names, i); if (tmp) { char *p; p = g_strconcat(tmp, " ", g_value_get_string(value), NULL); g_free(tmp); tmp = p; } else { tmp = g_value_dup_string(value); } } if (tmp) { ret = context->scache->cache(context->scache, tmp); g_free(tmp); } return ret; } libuser-0.56.9.dfsg.1.orig/lib/error.h0000644000175000017500000000505610777230701015452 0ustar gheghe/* * Copyright (C) 2000-2002 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef libuser_error_h #define libuser_error_h #include #include #include G_BEGIN_DECLS typedef enum lu_status { /* Non-fatal. */ lu_success = 0, lu_warning_config_disabled, /* Fatal. */ lu_error_generic, lu_error_privilege, lu_error_access_denied, /* Data validation errors. */ lu_error_name_bad, lu_error_id_bad, lu_error_name_used, lu_error_id_used, /* Terminal manipulation errors. */ lu_error_terminal, /* File I/O errors. */ lu_error_open, lu_error_lock, lu_error_stat, lu_error_read, lu_error_write, lu_error_search, /* Initialization or module-loading errors. */ lu_error_init, lu_error_module_load, lu_error_module_sym, lu_error_module_version, /* Since 0.53 */ lu_error_unlock_empty, /* Since 0.56 */ lu_error_invalid_attribute_value } lu_status_t; typedef struct lu_error { enum lu_status code; char *string; } lu_error_t; /* Checks that a passed-in error pointer is not already populated, and calls abort() if it is. */ #define LU_ERROR_CHECK(err_p_p) \ do { \ struct lu_error **__err = (err_p_p); \ if ((__err == NULL) || (*__err != NULL)) { \ if(__err == NULL) { \ fprintf(stderr, "libuser fatal error: %s() called with NULL " #err_p_p "\n", __FUNCTION__); \ } else \ if(*__err != NULL) { \ fprintf(stderr, "libuser fatal error: %s() called with non-NULL *" #err_p_p "\n", __FUNCTION__); \ } \ abort(); \ } \ } while(0) /* Functions for allocating and freeing error objects. */ void lu_error_new(lu_error_t **error, lu_status_t code, const char *fmt, ...) G_GNUC_PRINTF(3, 4); const char *lu_strerror(lu_error_t *error); gboolean lu_error_is_success(lu_status_t status); gboolean lu_error_is_warning(lu_status_t status); gboolean lu_error_is_error(lu_status_t status); void lu_error_free(lu_error_t **error); G_END_DECLS #endif libuser-0.56.9.dfsg.1.orig/lib/error.c0000644000175000017500000001007510777230701015442 0ustar gheghe/* Copyright (C) 2000-2002 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include #include "user.h" #include "user_private.h" const char * lu_strerror(struct lu_error *error) { if (error != NULL) { if (error->string != NULL) { return error->string; } switch (error->code) { case lu_success: return _("success"); case lu_warning_config_disabled: return _("module disabled by configuration"); case lu_error_generic: return _("generic error"); case lu_error_privilege: return _("not enough privileges"); case lu_error_access_denied: return _("access denied"); case lu_error_name_bad: return _("bad user/group name"); case lu_error_id_bad: return _("bad user/group id"); case lu_error_name_used: return _("user/group name in use"); case lu_error_id_used: return _("user/group id in use"); case lu_error_terminal: return _("error manipulating terminal attributes"); case lu_error_open: return _("error opening file"); case lu_error_lock: return _("error locking file"); case lu_error_stat: return _("error statting file"); case lu_error_read: return _("error reading file"); case lu_error_write: return _("error writing to file"); case lu_error_search: return _("data not found in file"); case lu_error_init: return _("internal initialization error"); case lu_error_module_load: return _("error loading module"); case lu_error_module_sym: return _("error resolving symbol in module"); case lu_error_module_version: return _("library/module version mismatch"); case lu_error_unlock_empty: return _("unlocking would make the password " "field empty"); default: break; } } return _("unknown error"); } gboolean lu_error_is_success(enum lu_status code) { switch (code) { case lu_success: return TRUE; default: return FALSE; } return FALSE; } gboolean lu_error_is_warning(enum lu_status code) { switch (code) { case lu_warning_config_disabled: return TRUE; default: return FALSE; } return FALSE; } gboolean lu_error_is_error(enum lu_status code) { switch (code) { case lu_error_generic: case lu_error_privilege: case lu_error_access_denied: case lu_error_name_bad: case lu_error_id_bad: case lu_error_name_used: case lu_error_id_used: case lu_error_terminal: case lu_error_open: case lu_error_lock: case lu_error_stat: case lu_error_read: case lu_error_write: case lu_error_search: case lu_error_init: case lu_error_module_load: case lu_error_module_sym: case lu_error_module_version: case lu_error_unlock_empty: return TRUE; default: return FALSE; } return FALSE; } void lu_error_new(struct lu_error **error, enum lu_status code, const char *fmt, ...) { if (error != NULL) { struct lu_error *ret; g_assert(*error == NULL); ret = g_malloc0(sizeof(struct lu_error)); ret->code = code; if (fmt != NULL) { va_list args; va_start(args, fmt); ret->string = g_strdup_vprintf(fmt, args); va_end(args); } else ret->string = g_strdup(lu_strerror(ret)); *error = ret; } } void lu_error_free(struct lu_error **error) { if (error != NULL) { g_free((*error)->string); memset(*error, 0, sizeof(**error)); g_free(*error); *error = NULL; } } libuser-0.56.9.dfsg.1.orig/lib/common.c0000644000175000017500000001172110777230701015600 0ustar gheghe/* * Copyright (C) 2000-2002, 2008 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include "user_private.h" /* Populate the fields of a user structure with non-name, non-ID data. */ gboolean lu_common_user_default(struct lu_module *module, const char *name, gboolean is_system, struct lu_ent *ent, struct lu_error **error) { GValue value; (void)module; (void)is_system; (void)error; g_return_val_if_fail(name != NULL, FALSE); memset(&value, 0, sizeof(value)); if (lu_ent_get(ent, LU_USERPASSWORD) == NULL) { g_value_init(&value, G_TYPE_STRING); g_value_set_string(&value, LU_COMMON_DEFAULT_PASSWORD); lu_ent_add(ent, LU_USERPASSWORD, &value); g_value_unset(&value); } if (lu_ent_get(ent, LU_SHADOWPASSWORD) == NULL) { g_value_init(&value, G_TYPE_STRING); g_value_set_string(&value, LU_COMMON_DEFAULT_PASSWORD); lu_ent_add(ent, LU_SHADOWPASSWORD, &value); g_value_unset(&value); } if (lu_ent_get(ent, LU_GECOS) == NULL) { g_value_init(&value, G_TYPE_STRING); g_value_set_string(&value, name); lu_ent_add(ent, LU_GECOS, &value); g_value_unset(&value); } if (lu_ent_get(ent, LU_HOMEDIRECTORY) == NULL) { char *tmp; g_value_init(&value, G_TYPE_STRING); tmp = g_strdup_printf("/home/%s", name); g_value_set_string(&value, tmp); g_free(tmp); lu_ent_add(ent, LU_HOMEDIRECTORY, &value); g_value_unset(&value); } if (lu_ent_get(ent, LU_LOGINSHELL) == NULL) { g_value_init(&value, G_TYPE_STRING); g_value_set_string(&value, LU_COMMON_DEFAULT_SHELL); lu_ent_add(ent, LU_LOGINSHELL, &value); g_value_unset(&value); } return TRUE; } /* Populate the fields of a group structure with non-name, non-ID data. */ gboolean lu_common_group_default(struct lu_module *module, const char *name, gboolean is_system, struct lu_ent *ent, struct lu_error **error) { (void)module; (void)is_system; (void)error; g_return_val_if_fail(name != NULL, FALSE); if (lu_ent_get(ent, LU_SHADOWPASSWORD) == NULL) { GValue value; memset(&value, 0, sizeof(value)); g_value_init(&value, G_TYPE_STRING); g_value_set_string(&value, LU_COMMON_DEFAULT_PASSWORD); lu_ent_add(ent, LU_SHADOWPASSWORD, &value); g_value_unset(&value); } return TRUE; } /* Populate the fields of a user structure with non-name, non-ID data. */ gboolean lu_common_suser_default(struct lu_module *module, const char *name, gboolean is_system, struct lu_ent *ent, struct lu_error **error) { GValue value; (void)module; (void)is_system; (void)error; g_return_val_if_fail(name != NULL, FALSE); memset(&value, 0, sizeof(value)); if (lu_ent_get(ent, LU_SHADOWPASSWORD) == NULL) { g_value_init(&value, G_TYPE_STRING); g_value_set_string(&value, LU_COMMON_DEFAULT_PASSWORD); lu_ent_add(ent, LU_SHADOWPASSWORD, &value); g_value_unset(&value); } if (lu_ent_get(ent, LU_SHADOWLASTCHANGE) == NULL) lu_util_update_shadow_last_change(ent); if (lu_ent_get(ent, LU_SHADOWMIN) == NULL) { g_value_init(&value, G_TYPE_LONG); g_value_set_long(&value, 0); lu_ent_add(ent, LU_SHADOWMIN, &value); g_value_unset(&value); } if (lu_ent_get(ent, LU_SHADOWMAX) == NULL) { g_value_init(&value, G_TYPE_LONG); g_value_set_long(&value, 99999); lu_ent_add(ent, LU_SHADOWMAX, &value); g_value_unset(&value); } if (lu_ent_get(ent, LU_SHADOWWARNING) == NULL) { g_value_init(&value, G_TYPE_LONG); g_value_set_long(&value, 7); lu_ent_add(ent, LU_SHADOWWARNING, &value); g_value_unset(&value); } if (lu_ent_get(ent, LU_SHADOWINACTIVE) == NULL) { g_value_init(&value, G_TYPE_LONG); g_value_set_long(&value, -1); lu_ent_add(ent, LU_SHADOWINACTIVE, &value); g_value_unset(&value); } if (lu_ent_get(ent, LU_SHADOWEXPIRE) == NULL) { g_value_init(&value, G_TYPE_LONG); g_value_set_long(&value, -1); lu_ent_add(ent, LU_SHADOWEXPIRE, &value); g_value_unset(&value); } if (lu_ent_get(ent, LU_SHADOWFLAG) == NULL) { g_value_init(&value, G_TYPE_LONG); g_value_set_long(&value, -1); lu_ent_add(ent, LU_SHADOWFLAG, &value); g_value_unset(&value); } return TRUE; } gboolean lu_common_sgroup_default(struct lu_module *module, const char *name, gboolean is_system, struct lu_ent *ent, struct lu_error **error) { g_return_val_if_fail(name != NULL, FALSE); return lu_common_group_default(module, name, is_system, ent, error); } libuser-0.56.9.dfsg.1.orig/lib/entity.c0000644000175000017500000004013210777230701015622 0ustar gheghe/* * Copyright (C) 2000-2002, 2004, 2005 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include "user_private.h" #include "internal.h" /* Create and return a new entity object. */ struct lu_ent * lu_ent_new() { struct lu_ent *ent; ent = g_malloc0(sizeof(struct lu_ent)); ent->magic = LU_ENT_MAGIC; ent->cache = lu_string_cache_new(TRUE); ent->current = g_array_new(FALSE, TRUE, sizeof(struct lu_attribute)); ent->pending = g_array_new(FALSE, TRUE, sizeof(struct lu_attribute)); ent->modules = g_value_array_new(1); return ent; } struct lu_ent * lu_ent_new_typed(enum lu_entity_type entity_type) { struct lu_ent *ret; ret = lu_ent_new(); ret->type = entity_type; return ret; } /* Free an entity object. */ void lu_ent_free(struct lu_ent *ent) { size_t i; struct lu_attribute *attr; g_return_if_fail(ent != NULL); g_return_if_fail(ent->magic == LU_ENT_MAGIC); /* Free the cache. */ ent->cache->free(ent->cache); /* Free each current attribute. */ for (i = 0; i < ent->current->len; i++) { attr = &g_array_index(ent->current, struct lu_attribute, i); /* Free the values array in this attribute; the array free * will get the rest. */ g_value_array_free(attr->values); attr->name = 0; attr->values = NULL; } g_array_free(ent->current, TRUE); /* Free each pending attribute. */ for (i = 0; i < ent->pending->len; i++) { attr = &g_array_index(ent->pending, struct lu_attribute, i); /* Free the values array in this attribute; the array free * will get the rest. */ g_value_array_free(attr->values); attr->name = 0; attr->values = NULL; } g_array_free(ent->pending, TRUE); /* Free the module list. */ g_value_array_free(ent->modules); memset(ent, 0, sizeof(struct lu_ent)); g_free(ent); } /* Dump a set of attributes */ static void lu_ent_dump_attributes(GArray *attrs, FILE *fp) { size_t i; for (i = 0; i < attrs->len; i++) { struct lu_attribute *attribute; size_t j; attribute = &g_array_index(attrs, struct lu_attribute, i); for (j = 0; j < attribute->values->n_values; j++) { GValue *value; value = g_value_array_get_nth(attribute->values, j); fprintf(fp, " %s = ", g_quark_to_string(attribute->name)); if (G_VALUE_HOLDS_STRING(value)) fprintf(fp, "`%s'\n", g_value_get_string(value)); else if (G_VALUE_HOLDS_LONG(value)) fprintf(fp, "%ld\n", g_value_get_long(value)); else if (G_VALUE_HOLDS_INT64(value)) fprintf(fp, "%lld\n", (long long)g_value_get_int64(value)); else fprintf(fp, "???\n"); } } } /* Dump the contents of an entity structure. This is primarily for * debugging. */ void lu_ent_dump(struct lu_ent *ent, FILE *fp) { size_t i; g_return_if_fail(ent != NULL); fprintf(fp, "dump of struct lu_ent at %p:\n", ent); fprintf(fp, " magic = %08x\n", ent->magic); g_return_if_fail(ent->magic == LU_ENT_MAGIC); g_return_if_fail((ent->type == lu_user) || (ent->type == lu_group)); switch (ent->type) { case lu_invalid: fprintf(fp, " type = invalid\n"); break; case lu_user: fprintf(fp, " type = user\n"); break; case lu_group: fprintf(fp, " type = group\n"); break; default: fprintf(fp, " type = UNKNOWN\n"); break; } /* Print the module list. */ fprintf(fp, " modules = ("); for (i = 0; i < ent->modules->n_values; i++) { GValue *value; value = g_value_array_get_nth(ent->modules, i); if (i > 0) fprintf(fp, ", "); if (G_VALUE_HOLDS_STRING(value)) fprintf(fp, "`%s'", g_value_get_string(value)); else fprintf(fp, "?"); } fprintf(fp, ")\n"); /* Print the current data values. */ lu_ent_dump_attributes(ent->current, fp); fprintf(fp, "\n"); lu_ent_dump_attributes(ent->pending, fp); } /* Add a module to the list of modules kept for this entity. */ void lu_ent_add_module(struct lu_ent *ent, const char *source) { size_t i; g_return_if_fail(ent != NULL); g_return_if_fail(ent->magic == LU_ENT_MAGIC); g_return_if_fail(ent->modules != NULL); for (i = 0; i < ent->modules->n_values; i++) { GValue *val; val = g_value_array_get_nth(ent->modules, i); /* We only add strings, so there had better be only strings * in this list, otherwise someone is messing with us. */ g_assert(G_VALUE_HOLDS_STRING(val)); if (strcmp(g_value_get_string(val), source) == 0) break; } /* If we fell of the end of the array, then the new value is not * in there, so we should add it. */ if (i >= ent->modules->n_values) { GValue value; /* Initialize a value with the string. */ memset(&value, 0, sizeof(value)); g_value_init(&value, G_TYPE_STRING); g_value_set_string(&value, source); g_value_array_append(ent->modules, &value); g_value_unset(&value); } } /* Clear the list of modules which affect this module, by freeing the array * we use to keep track of them and allocating a new one. */ void lu_ent_clear_modules(struct lu_ent *ent) { g_return_if_fail(ent != NULL); g_return_if_fail(ent->magic == LU_ENT_MAGIC); g_value_array_free(ent->modules); ent->modules = g_value_array_new(1); } /* Remove all attributes from an object. This function takes the address * of whichever list we want cleared. */ static void clear_attribute_list(GArray *dest) { int i; for (i = dest->len - 1; i >= 0; i--) { struct lu_attribute *attr; attr = &g_array_index(dest, struct lu_attribute, i); g_value_array_free(attr->values); attr->values = NULL; g_array_remove_index_fast(dest, i); } } /* Copy all attributes from source to dest, wiping out whatever was already * in the destination array. */ static void copy_attributes(GArray *source, GArray *dest) { size_t i; /* First, clear the destination list of all attributes. */ clear_attribute_list(dest); /* Now copy all of the attributes and their values. */ for (i = 0; i < source->len; i++) { struct lu_attribute *attr, newattr; attr = &g_array_index(source, struct lu_attribute, i); /* Copy the attribute name, then its values, into the holding * area. */ memset(&newattr, 0, sizeof(newattr)); newattr.name = attr->name; newattr.values = g_value_array_copy(attr->values); /* Now append the attribute to the array. */ g_array_append_val(dest, newattr); } } void lu_ent_revert(struct lu_ent *entity) { copy_attributes(entity->current, entity->pending); } void lu_ent_commit(struct lu_ent *entity) { copy_attributes(entity->pending, entity->current); } void lu_ent_copy(struct lu_ent *source, struct lu_ent *dest) { g_return_if_fail(source != NULL); g_return_if_fail(dest != NULL); g_return_if_fail(source->magic == LU_ENT_MAGIC); g_return_if_fail(dest->magic == LU_ENT_MAGIC); dest->type = source->type; copy_attributes(source->current, dest->current); copy_attributes(source->pending, dest->pending); g_value_array_free(dest->modules); dest->modules = g_value_array_copy(source->modules); } /* Return a GQark for lower-cased attribute */ static GQuark quark_from_attribute(const char *attribute) { GQuark quark; char *lower; lower = g_ascii_strdown(attribute, -1); quark = g_quark_from_string(lower); g_free(lower); return quark; } static GValueArray * lu_ent_get_int(GArray *list, const char *attribute) { GQuark aquark; size_t i; g_return_val_if_fail(list != NULL, NULL); g_return_val_if_fail(attribute != NULL, NULL); g_return_val_if_fail(strlen(attribute) > 0, NULL); aquark = quark_from_attribute(attribute); for (i = 0; i < list->len; i++) { struct lu_attribute *attr; attr = &g_array_index(list, struct lu_attribute, i); if (attr != NULL) { if (attr->name == aquark) { g_assert(attr->values != NULL); g_assert(attr->values->n_values > 0); return attr->values; } } } return NULL; } static gboolean lu_ent_has_int(GArray *list, const char *attribute) { g_return_val_if_fail(list != NULL, FALSE); g_return_val_if_fail(attribute != NULL, FALSE); g_return_val_if_fail(strlen(attribute) > 0, FALSE); return (lu_ent_get_int(list, attribute) != NULL) ? TRUE : FALSE; } static void lu_ent_clear_int(GArray *list, const char *attribute) { int i; struct lu_attribute *attr = NULL; GQuark aquark; g_return_if_fail(list != NULL); g_return_if_fail(attribute != NULL); g_return_if_fail(strlen(attribute) > 0); aquark = quark_from_attribute(attribute); for (i = list->len - 1; i >= 0; i--) { attr = &g_array_index(list, struct lu_attribute, i); if (attr->name == aquark) break; } if (i >= 0) { g_value_array_free(attr->values); attr->values = NULL; g_array_remove_index(list, i); } } static void lu_ent_set_int(GArray *list, const char *attr, const GValueArray *values) { GValueArray *dest, *copy; size_t i; g_return_if_fail(list != NULL); g_return_if_fail(attr != NULL); g_return_if_fail(strlen(attr) > 0); if (values->n_values == 0) { lu_ent_clear_int(list, attr); return; } dest = lu_ent_get_int(list, attr); if (dest == NULL) { struct lu_attribute newattr; memset(&newattr, 0, sizeof(newattr)); newattr.name = quark_from_attribute(attr); newattr.values = g_value_array_new(0); dest = newattr.values; g_array_append_val(list, newattr); } while (dest->n_values > 0) g_value_array_remove(dest, dest->n_values - 1); copy = g_value_array_copy(values); for (i = 0; i < copy->n_values; i++) g_value_array_append(dest, g_value_array_get_nth(copy, i)); g_value_array_free(copy); } static void lu_ent_add_int(GArray *list, const char *attr, const GValue *value) { GValueArray *dest; size_t i; g_return_if_fail(list != NULL); g_return_if_fail(value != NULL); g_return_if_fail(attr != NULL); g_return_if_fail(strlen(attr) > 0); dest = lu_ent_get_int(list, attr); if (dest == NULL) { struct lu_attribute newattr; memset(&newattr, 0, sizeof(newattr)); newattr.name = quark_from_attribute(attr); newattr.values = g_value_array_new(1); dest = newattr.values; g_array_append_val(list, newattr); } for (i = 0; i < dest->n_values; i++) { GValue *current; current = g_value_array_get_nth(dest, i); if (G_VALUE_TYPE(value) == G_VALUE_TYPE(current) && lu_values_equal(value, current)) break; } if (i >= dest->n_values) g_value_array_append(dest, value); } static void lu_ent_clear_all_int(GArray *list) { clear_attribute_list(list); } static void lu_ent_del_int(GArray *list, const char *attr, const GValue *value) { GValueArray *dest; size_t i; g_return_if_fail(list != NULL); g_return_if_fail(value != NULL); g_return_if_fail(attr != NULL); g_return_if_fail(strlen(attr) > 0); dest = lu_ent_get_int(list, attr); if (dest != NULL) { for (i = 0; i < dest->n_values; i++) { GValue *tvalue; tvalue = g_value_array_get_nth(dest, i); if (G_VALUE_TYPE(value) == G_VALUE_TYPE(tvalue) && lu_values_equal(value, tvalue)) break; } if (i < dest->n_values) { g_value_array_remove(dest, i); if (dest->n_values == 0) lu_ent_clear_int(list, attr); } } } static GList * lu_ent_get_attributes_int(GArray *list) { size_t i; GList *ret = NULL; g_return_val_if_fail(list != NULL, NULL); for (i = 0; i < list->len; i++) { struct lu_attribute *attr; attr = &g_array_index(list, struct lu_attribute, i); ret = g_list_prepend(ret, (char*)g_quark_to_string(attr->name)); } return g_list_reverse(ret); } GValueArray * lu_ent_get(struct lu_ent *ent, const char *attribute) { g_return_val_if_fail(ent != NULL, NULL); g_return_val_if_fail(ent->magic == LU_ENT_MAGIC, NULL); g_return_val_if_fail(attribute != NULL, NULL); g_return_val_if_fail(strlen(attribute) > 0, NULL); return lu_ent_get_int(ent->pending, attribute); } GValueArray * lu_ent_get_current(struct lu_ent *ent, const char *attribute) { g_return_val_if_fail(ent != NULL, NULL); g_return_val_if_fail(ent->magic == LU_ENT_MAGIC, NULL); g_return_val_if_fail(attribute != NULL, NULL); g_return_val_if_fail(strlen(attribute) > 0, NULL); return lu_ent_get_int(ent->current, attribute); } gboolean lu_ent_has(struct lu_ent *ent, const char *attribute) { g_return_val_if_fail(ent != NULL, FALSE); g_return_val_if_fail(ent->magic == LU_ENT_MAGIC, FALSE); g_return_val_if_fail(attribute != NULL, FALSE); g_return_val_if_fail(strlen(attribute) > 0, FALSE); return lu_ent_has_int(ent->pending, attribute); } gboolean lu_ent_has_current(struct lu_ent *ent, const char *attribute) { g_return_val_if_fail(ent != NULL, FALSE); g_return_val_if_fail(ent->magic == LU_ENT_MAGIC, FALSE); g_return_val_if_fail(attribute != NULL, FALSE); g_return_val_if_fail(strlen(attribute) > 0, FALSE); return lu_ent_has_int(ent->current, attribute); } void lu_ent_set(struct lu_ent *ent, const char *attribute, const GValueArray *values) { g_return_if_fail(ent != NULL); g_return_if_fail(ent->magic == LU_ENT_MAGIC); g_return_if_fail(attribute != NULL); g_return_if_fail(strlen(attribute) > 0); lu_ent_set_int(ent->pending, attribute, values); } void lu_ent_set_current(struct lu_ent *ent, const char *attribute, const GValueArray *values) { g_return_if_fail(ent != NULL); g_return_if_fail(ent->magic == LU_ENT_MAGIC); g_return_if_fail(attribute != NULL); g_return_if_fail(strlen(attribute) > 0); lu_ent_set_int(ent->current, attribute, values); } void lu_ent_add(struct lu_ent *ent, const char *attribute, const GValue *value) { g_return_if_fail(ent != NULL); g_return_if_fail(ent->magic == LU_ENT_MAGIC); g_return_if_fail(attribute != NULL); g_return_if_fail(strlen(attribute) > 0); lu_ent_add_int(ent->pending, attribute, value); } void lu_ent_add_current(struct lu_ent *ent, const char *attribute, const GValue *value) { g_return_if_fail(ent != NULL); g_return_if_fail(ent->magic == LU_ENT_MAGIC); g_return_if_fail(attribute != NULL); g_return_if_fail(strlen(attribute) > 0); lu_ent_add_int(ent->current, attribute, value); } void lu_ent_clear(struct lu_ent *ent, const char *attribute) { g_return_if_fail(ent != NULL); g_return_if_fail(ent->magic == LU_ENT_MAGIC); g_return_if_fail(attribute != NULL); g_return_if_fail(strlen(attribute) > 0); lu_ent_clear_int(ent->pending, attribute); } void lu_ent_clear_current(struct lu_ent *ent, const char *attribute) { g_return_if_fail(ent != NULL); g_return_if_fail(ent->magic == LU_ENT_MAGIC); g_return_if_fail(attribute != NULL); g_return_if_fail(strlen(attribute) > 0); lu_ent_clear_int(ent->current, attribute); } void lu_ent_clear_all(struct lu_ent *ent) { g_return_if_fail(ent != NULL); g_return_if_fail(ent->magic == LU_ENT_MAGIC); lu_ent_clear_all_int(ent->pending); } void lu_ent_clear_all_current(struct lu_ent *ent) { g_return_if_fail(ent != NULL); g_return_if_fail(ent->magic == LU_ENT_MAGIC); lu_ent_clear_all_int(ent->current); } void lu_ent_del(struct lu_ent *ent, const char *attribute, const GValue *value) { g_return_if_fail(ent != NULL); g_return_if_fail(ent->magic == LU_ENT_MAGIC); g_return_if_fail(attribute != NULL); g_return_if_fail(strlen(attribute) > 0); g_return_if_fail(value != NULL); lu_ent_del_int(ent->pending, attribute, value); } void lu_ent_del_current(struct lu_ent *ent, const char *attribute, const GValue *value) { g_return_if_fail(ent != NULL); g_return_if_fail(ent->magic == LU_ENT_MAGIC); g_return_if_fail(attribute != NULL); g_return_if_fail(strlen(attribute) > 0); g_return_if_fail(value != NULL); lu_ent_del_int(ent->current, attribute, value); } GList * lu_ent_get_attributes(struct lu_ent *ent) { g_return_val_if_fail(ent != NULL, NULL); g_return_val_if_fail(ent->magic == LU_ENT_MAGIC, NULL); return lu_ent_get_attributes_int(ent->pending); } GList * lu_ent_get_attributes_current(struct lu_ent *ent) { g_return_val_if_fail(ent != NULL, NULL); g_return_val_if_fail(ent->magic == LU_ENT_MAGIC, NULL); return lu_ent_get_attributes_int(ent->current); } libuser-0.56.9.dfsg.1.orig/lib/prompt.h0000644000175000017500000000531510777230701015640 0ustar gheghe/* * Copyright (C) 2000-2002 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef libuser_prompt_h #define libuser_prompt_h #include #include G_BEGIN_DECLS /* The type of data passed to a prompter function. The library uses these * when it needs to prompt the user for information. */ struct lu_prompt { /* An invariant string of the form "module/name", which describes the * information being prompted for. The calling application may use * this value as an index into a hash table used to cache answers to * particular queries. */ const char *key; /* The text of a prompt to display. This *may* be translated for the * current locale by a module. */ const char *prompt; /* The text domain which contains this prompt's translations. This * may be the default libuser domain, or a module-specific text domain * which the module which provided this prompt bound for gettext when * it was loaded. */ const char *domain; /* Whether or not the user's response should be echoed to the screen * (in a console app) or visible in an entry field (in a GUI app).*/ gboolean visible; /* A default value, given as a string. This will only contain a * value if the string is visible, but the reverse won't necessarily * be true (default_value -> visible). */ const char *default_value; /* The user's response. This is set by the prompter function. */ char *value; /* A function which can free the user's response. This is set by the * prompter function. If NULL, the response will not be freed, ever. */ void (*free_value) (void *); }; /* A prompter function. */ typedef gboolean (lu_prompt_fn)(struct lu_prompt * prompts, int count, gpointer callback_data, struct lu_error ** error); /* Built-in prompter functions. */ gboolean lu_prompt_console(struct lu_prompt *prompts, int count, gpointer callback_data, struct lu_error **error); gboolean lu_prompt_console_quiet(struct lu_prompt *prompts, int count, gpointer callback_data, struct lu_error **error); G_END_DECLS #endif libuser-0.56.9.dfsg.1.orig/docs/0000755000175000017500000000000010777230763014334 5ustar gheghelibuser-0.56.9.dfsg.1.orig/docs/Makefile.in0000644000175000017500000004257210777230720016404 0ustar gheghe# Makefile.in generated by automake 1.10 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = docs DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/isc-posix.m4 \ $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive man5dir = $(mandir)/man5 am__installdirs = "$(DESTDIR)$(man5dir)" NROFF = nroff MANS = $(man_MANS) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CRYPT_LIBS = @CRYPT_LIBS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO = @ECHO@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ GMODULE_CFLAGS = @GMODULE_CFLAGS@ GMODULE_LIBS = @GMODULE_LIBS@ GMSGFMT = @GMSGFMT@ GOBJECT_CFLAGS = @GOBJECT_CFLAGS@ GOBJECT_LIBS = @GOBJECT_LIBS@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ HTML_DIR = @HTML_DIR@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LDFLAGS = @LDFLAGS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ MSGMERGE = @MSGMERGE@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ POSUB = @POSUB@ PYTHON = @PYTHON@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ PYTHON_PLATFORM = @PYTHON_PLATFORM@ PYTHON_PREFIX = @PYTHON_PREFIX@ PYTHON_VERSION = @PYTHON_VERSION@ RANLIB = @RANLIB@ SED = @SED@ SELINUX_LIBS = @SELINUX_LIBS@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ YACC = @YACC@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ pkgpyexecdir = @pkgpyexecdir@ pkgpythondir = @pkgpythondir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ pythondir = @pythondir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = reference man_MANS = libuser.conf.5 CLEANFILES = $(man_MANS) sgml/libuser.html sgml/libuser-1.html \ sgml/libuser-2.html sgml/libuser.txt EXTRA_DIST = attributes.txt libuser.conf.5.in rfc2307.txt sgml/libuser.sgml all: all-recursive .SUFFIXES: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu docs/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-man5: $(man5_MANS) $(man_MANS) @$(NORMAL_INSTALL) test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)" @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \ l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ for i in $$l2; do \ case "$$i" in \ *.5*) list="$$list $$i" ;; \ esac; \ done; \ for i in $$list; do \ if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ else file=$$i; fi; \ ext=`echo $$i | sed -e 's/^.*\\.//'`; \ case "$$ext" in \ 5*) ;; \ *) ext='5' ;; \ esac; \ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed -e 's/^.*\///'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst"; \ done uninstall-man5: @$(NORMAL_UNINSTALL) @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \ l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ for i in $$l2; do \ case "$$i" in \ *.5*) list="$$list $$i" ;; \ esac; \ done; \ for i in $$list; do \ ext=`echo $$i | sed -e 's/^.*\\.//'`; \ case "$$ext" in \ 5*) ;; \ *) ext='5' ;; \ esac; \ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed -e 's/^.*\///'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ echo " rm -f '$(DESTDIR)$(man5dir)/$$inst'"; \ rm -f "$(DESTDIR)$(man5dir)/$$inst"; \ done # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): @failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): @failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ mkid -fID $$unique tags: TAGS TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$tags $$unique; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(CTAGS_ARGS)$$tags$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$tags $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && cd $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) $$here distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ distdir=`$(am__cd) $(distdir) && pwd`; \ top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ (cd $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$top_distdir" \ distdir="$$distdir/$$subdir" \ am__remove_distdir=: \ am__skip_length_check=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am check: check-recursive all-am: Makefile $(MANS) installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(man5dir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive info: info-recursive info-am: install-data-am: install-man install-dvi: install-dvi-recursive install-exec-am: install-html: install-html-recursive install-info: install-info-recursive install-man: install-man5 install-pdf: install-pdf-recursive install-ps: install-ps-recursive installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-man uninstall-man: uninstall-man5 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ install-strip .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am check check-am clean clean-generic clean-libtool \ ctags ctags-recursive distclean distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-man5 install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs installdirs-am \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-recursive uninstall uninstall-am uninstall-man \ uninstall-man5 all: sgml/libuser.txt sgml/libuser.html libuser.conf.5: $(srcdir)/libuser.conf.5.in Makefile sed 's,@sysconfdir\@,$(sysconfdir),g' \ < $(srcdir)/libuser.conf.5.in > $@ sgml/libuser.txt: $(srcdir)/sgml/libuser.sgml [ -d sgml ] || mkdir sgml cd sgml; sgml2txt ../$(srcdir)/sgml/libuser.sgml sgml/libuser.html: $(srcdir)/sgml/libuser.sgml [ -d sgml ] || mkdir sgml cd sgml; sgml2html ../$(srcdir)/sgml/libuser.sgml # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libuser-0.56.9.dfsg.1.orig/docs/attributes.txt0000644000175000017500000000063410777230701017256 0ustar ghegheUsers: objectclass = posixAccount (files) uid userPassword uidNumber gidNumber gecos homeDirectory loginShell objectclass = shadowAccount (shadow) uid shadowLastChange shadowMin shadowMax shadowWarning shadowInactive shadowExpire shadowFlag Groups: objectclass = posixGroup (files) cn gidNumber memberUid objectclass = shadowGroup (shadow) cn userPassword administratorUid memberUid libuser-0.56.9.dfsg.1.orig/docs/libuser.conf.5.in0000644000175000017500000002362110777230701017414 0ustar gheghe'\" t .\" A man page for libuser.conf -*- nroff -*- .\" Copyright (C) 2005, 2008 Red Hat, Inc. .\" .\" This is free software; you can redistribute it and/or modify it under .\" the terms of the GNU Library General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or .\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, but .\" WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU .\" General Public License for more details. .\" .\" You should have received a copy of the GNU Library General Public .\" License along with this program; if not, write to the Free Software .\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. .\" .\" Author: Miloslav Trmac .TH libuser.conf 5 "Jan 7 2008" libuser .SH NAME libuser.conf \- configuration for libuser and libuser utilities .SH FILE FORMAT .B libuser.conf is a text file. Leading and trailing white space on each line is ignored. Lines starting with .B # are ignored. The file defines variables grouped into sections. Each section starts with a section header: .RS \fB[\fIsection name\fB]\fR .RE A single section header can appear more than once in the file. The lines following a section header define variables from that section: .RS .I variable .B = .I value .RE The .I value can be empty. A .I variable can have more than one value, specified by using more than one line defining that \fIvariable\fR. All currently defined variables accept only the first value and ignore the others, if any. .SH \fB[defaults]\fR .TP .B create_modules A list of module names to use when creating user or group entries, unless the application specifies a different list. The module names in the list can be separated using space, tab or comma. Default value is \fBfiles shadow\fR. .TP .B crypt_style The algorithm to use for password encryption when creating new passwords. The current algorithm may be retained when changing a password of an existing user, depending on the application. Possible values are \fBdes\fR, \fBmd5\fR, \fBblowfish\fR, .B sha256 and \fBsha512\fR, all case-insensitive. Unrecognized values are treated as \fBdes\fR. Default value is \fBdes\fR. .TP \fBhash_rounds_min\fR, \fBhash_rounds_max\fR These variables specify an inclusive range of hash rounds used when .B crypt_style is .B sha256 or \fBsha512\fR. A number of hash rounds is chosen from this interval randomly. A larger number of rounds makes password checking, and brute-force attempts to guess the password by reversing the hash, more CPU-intensive. The number of rounds is restricted to the interval [1000, 999999999]. If only one of the above variables is specified, the number of rounds used is specified by the other variable. If neither variable is specified, the number of rounds is chosen by \fBlibc\fR. .TP .B mailspooldir The directory containing user's mail spool files. Default value is \fB/var/mail\fR. .TP .B moduledir The directory containing .B libuser modules. Default value uses the modules installed with \fBlibuser\fR, corresponding to the architecture of the .B libuser library, e.g. \fB/usr/lib/libuser\fR or \fB/usr/lib64/libuser\fR (assuming .B libuser was configured with \fB--prefix=/usr\fR). .TP .B modules A list of module names to use when not creating user or group entries, unless the application specifies a different list. The module names in the list can be separated using space, tab or comma. Default value is \fBfiles shadow\fR. .TP .B skeleton The directory containing files to copy to newly created home directories. Default value is \fB/etc/skel\fR. .SH \fB[import]\fR .TP .B login_defs A path to the .I login.defs file from \fBshadow\fR. If this variable is defined, the variables from the named file are used in place of some .B libuser variables. Variables explicitly defined in .I libuser.conf are not affected by contents of \fIlogin.defs\fR. The following variables are imported: .TS tab(,); l|l -|- lb|lb. Variable,Imported as ENCRYPT_METHOD,defaults/crypt_style GID_MIN,groupdefaults/LU_GIDNUMBER MAIL_DIR,defaults/mailspooldir MD5_CRYPT_ENAB,defaults/crypt_style PASS_MAX_DAYS,userdefaults/LU_SHADOWMAX PASS_MIN_DAYS,userdefaults/LU_SHADOWMIN PASS_WARN_AGE,userdefaults/LU_SHADOWWARNING SHA_CRYPT_MIN_ROUNDS,defaults/hash_rounds_min SHA_CRYPT_MAX_ROUNDS,defaults/hash_rounds_max UID_MIN,userdefaults/LU_UIDNUMBER .TE The following variables are .I not imported: \fBCREATE_HOME\fR, \fBGID_MAX\fR, \fBMAIL_FILE\fR, \fBSYSLOG_SG_ENAB\fR, \fBUID_MAX\fR, \fBUMASK\fR, \fBUSERDEL_CMD\fR, \fBUSERGROUPS_ENAB\fR .TP .B default_useradd A path to the .I default/useradd file from .B useradd in \fBshadow\fR. If this variable is defined, the variables from the named file are used in place of some .B libuser variables. Variables explicitly defined in .I libuser.conf are not affected by contents of \fIdefault/useradd\fR. The following variables are imported: .TS tab(,); l|l -|- lb|lb. Variable,Imported as EXPIRE,userdefaults/LU_SHADOWEXPIRE GROUP,userdefaults/LU_GIDNUMBER HOME,userdefaults/LU_HOMEDIRECTORY INACTIVE,userdefaults/LU_SHADOWINACTIVE SHELL,userdefaults/LU_LOGINSHELL SKEL,defaults/skeleton .TE The .B HOME variable value has .B /%n appended to it before importing. .SH \fB[userdefaults]\fR This section defines attribute values of newly created user entities. There is one special variable: .TP .B LU_UIDNUMBER A decimal number, the first allowed UID value for regular users (not system users). Default value is \fB500\fR. .P All other variables have the same names as the attribute names from \fB\fR and define attribute values. Either the macro name (e.g. \fBLU_GECOS\fR) or the macro content (e.g. \fBpw_gecos\fR) can be used; if both are used, the one appearing later in the configuration file is used. The .B % character in the value of the variable introduces an escape sequence: .B %n is replaced by the user name, .B %d is replaced by current date in days since the epoch, .B %u is replaced by the user's UID. There is no way to escape the .B % character and avoid this substitution. After the .B userdefaults section is processed, modules may define additional attributes or even override the attributes defined in this section. .SH \fB[groupdefaults]\fR The .B groupdefaults section is similar to \fBuserdefaults\fR. There is one special variable: .TP .B LU_GIDNUMBER A decimal number, the first allowed GID value for regular groups (not system groups). Default value is \fB500\fR. .P The other variables follow the same rules as in the .B userdefaults section, except that .B %n and .B %u are replaced by the group name and group's GID, respectively. After the .B groupdefaults section is processed, modules may define additional attributes or even override the attributes defined in this section. .SH \fB[files]\fR Configures the .B files module, which manages .I /etc/group and \fI/etc/passwd\fR. The configuration variables are probably useful only for .B libuser development. .TP .B directory The directory containing the .I group and .I passwd files. Default value is \fB/etc\fR. .TP .B nonroot Allow module initialization when not invoked as the .B root user if the value is \fByes\fR. .SH \fB[shadow]\fR Configures the .B files module, which manages .I /etc/gshadow and \fI/etc/shadow\fR. The configuration variables are probably useful only for .B libuser development. .TP .B directory The directory containing the .I gshadow and .I shadow files. Default value is \fB/etc\fR. .TP .B nonroot Allow module initialization when not invoked as the .B root user if the value is \fByes\fR. .SH \fB[ldap]\fR Configures the .B ldap module, which manages an user database accessible using LDAP. .TP .B userBranch The LDAP suffix for user entities. Default value is \fBou=People\fR. .TP .B groupBranch The LDAP suffix for group entities. Default value is \fBou=Group\fR. .TP .B server A domain name or an URI of the LDAP server. The URI can use the .B ldap or the .B ldaps protocol. When a simple domain name is used, the connection fails if TLS can not be used; an URI using the .B ldap protocol allows connection without TLS. Default value is \fBldap\fR. .TP .B basedn The base DN of the server. Default value is \fBdc=example,dc=com\fR. .TP .B binddn A DN for binding to the server. If the value is empty or binding using this DN fails, a DN of \fBuid=\fIuser\fR,\fIuserBranch\fR,\fIbasedn\fR is used, where .I userBranch and .I basedn are variables from this section and .I user is the user name of the invoking user, unless overridden by the .B user variable from this section. Default value is \fBcn=manager,dc=example,dc=com\fR. .TP .B user The SASLv2 identity for authenticating to the LDAP server, also overrides the user name for generating a bind DN. Default value is the name of the invoking user. .TP .B authuser The SASLv2 authorization user, if non-empty. Default value is empty. .TP .B bindtype The list of bind types to use, separated by commas. Allowed bind types are \fBsimple\fR, \fBsasl\fR, and \fBsasl/\fImechanism\fR, where .I mechanism is a SASL mechanism. The bind types (but not necessarily \fImechanism\fR) are case-insensitive. If more than one bind type is specified, their relative order is ignored. Default value is \fBsimple,sasl\fR. .\" [krb5] is not currently implemented .\" realm: default is krb5's default realm .\" principal: default is $user/admin@$default_realm .SH \fB[sasl]\fR Configures the .B sasl module, which manages a SASLv2 user database. .TP .B appname Name of the SASLv2 application. Default value is empty. .TP .B domain Domain used by libuser for the SASLv2 authentication object. Default value is empty. .SH BUGS Invalid lines in the configuration file (or the imported .B shadow configuration files) are silently ignored. .SH FILES .TP .I @sysconfdir@/libuser.conf The default location of the configuration file. Can be overridden by the .I LIBUSER_CONF environment variable, except in set-uid or set-gid programs. libuser-0.56.9.dfsg.1.orig/docs/reference/0000755000175000017500000000000010777230763016272 5ustar gheghelibuser-0.56.9.dfsg.1.orig/docs/reference/libuser.types0000644000175000017500000000000010777230763021013 0ustar gheghelibuser-0.56.9.dfsg.1.orig/docs/reference/Makefile.in0000644000175000017500000004076010777230721020340 0ustar gheghe# Makefile.in generated by automake 1.10 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # This is a blank Makefile.am for using gtk-doc. # Copy this to your project's API docs directory and modify the variables to # suit your project. See the GTK+ Makefiles in gtk+/docs/reference for examples # of using the various options. # -*- mode: makefile -*- #################################### # Everything below here is generic # #################################### VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(srcdir)/gtk-doc.make subdir = docs/reference ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/isc-posix.m4 \ $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = DIST_SOURCES = DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CRYPT_LIBS = @CRYPT_LIBS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO = @ECHO@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ GMODULE_CFLAGS = @GMODULE_CFLAGS@ GMODULE_LIBS = @GMODULE_LIBS@ GMSGFMT = @GMSGFMT@ GOBJECT_CFLAGS = @GOBJECT_CFLAGS@ GOBJECT_LIBS = @GOBJECT_LIBS@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ HTML_DIR = @HTML_DIR@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LDFLAGS = @LDFLAGS@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ MSGMERGE = @MSGMERGE@ OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ POSUB = @POSUB@ PYTHON = @PYTHON@ PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ PYTHON_PLATFORM = @PYTHON_PLATFORM@ PYTHON_PREFIX = @PYTHON_PREFIX@ PYTHON_VERSION = @PYTHON_VERSION@ RANLIB = @RANLIB@ SED = @SED@ SELINUX_LIBS = @SELINUX_LIBS@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ YACC = @YACC@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ pkgpyexecdir = @pkgpyexecdir@ pkgpythondir = @pkgpythondir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ pythondir = @pythondir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ # The name of the module, e.g. 'glib'. DOC_MODULE = libuser # The top-level SGML file. Change it if you want. DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml # The directory containing the source code. Relative to $(srcdir). # gtk-doc will search all .c & .h files beneath here for inline comments # documenting functions and macros. DOC_SOURCE_DIR = ../../lib # Extra options to supply to gtkdoc-scan. SCAN_OPTIONS = # Extra options to supply to gtkdoc-mkdb. MKDB_OPTIONS = # Extra options to supply to gtkdoc-fixref. FIXXREF_OPTIONS = # Used for dependencies. HFILE_GLOB = CFILE_GLOB = # Header files to ignore when scanning. IGNORE_HFILES = internal.h user_private.h # Images to copy into HTML directory. HTML_IMAGES = # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE). content_files = # Other files to distribute. extra_files = # CFLAGS and LDFLAGS for compiling scan program. Only needed if your app/lib # contains GtkObjects/GObjects and you want to document signals and properties. GTKDOC_CFLAGS = GTKDOC_LIBS = # If you need to override some of the declarations, place them in this file # and uncomment this line. DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS) @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS) @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) # We set GPATH here; this gives us semantics for GNU make # which are more like other make's VPATH, when it comes to # whether a source that is a target of one rule is then # searched for in VPATH/GPATH. # GPATH = $(srcdir) TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) EXTRA_DIST = \ $(content_files) \ $(HTML_IMAGES) \ $(DOC_MAIN_SGML_FILE) \ $(DOC_MODULE)-sections.txt \ $(DOC_MODULE)-overrides.txt DOC_STAMPS = scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \ $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp SCANOBJ_FILES = \ $(DOC_MODULE).args \ $(DOC_MODULE).hierarchy \ $(DOC_MODULE).interfaces \ $(DOC_MODULE).prerequisites \ $(DOC_MODULE).signals REPORT_FILES = \ $(DOC_MODULE)-undocumented.txt \ $(DOC_MODULE)-undeclared.txt \ $(DOC_MODULE)-unused.txt CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) all: all-am .SUFFIXES: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/gtk-doc.make $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/reference/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu docs/reference/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs tags: TAGS TAGS: ctags: CTAGS CTAGS: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$(top_distdir)" distdir="$(distdir)" \ dist-hook check-am: all-am check: check-am all-am: Makefile all-local installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-local mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic distclean-local dvi: dvi-am dvi-am: html: html-am info: info-am info-am: install-data-am: install-data-local install-dvi: install-dvi-am install-exec-am: install-html: install-html-am install-info: install-info-am install-man: install-pdf: install-pdf-am install-ps: install-ps-am installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic \ maintainer-clean-local mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-local .MAKE: install-am install-strip .PHONY: all all-am all-local check check-am clean clean-generic \ clean-libtool clean-local dist-hook distclean \ distclean-generic distclean-libtool distclean-local distdir \ dvi dvi-am html html-am info info-am install install-am \ install-data install-data-am install-data-local install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic \ maintainer-clean-local mostlyclean mostlyclean-generic \ mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ uninstall-local @ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp @ENABLE_GTK_DOC_FALSE@all-local: docs: html-build.stamp #### scan #### scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB) @echo 'gtk-doc: Scanning header files' @-chmod -R u+w $(srcdir) cd $(srcdir) && \ gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="$(IGNORE_HFILES)" $(SCAN_OPTIONS) $(EXTRA_HFILES) if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \ CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" CFLAGS="$(GTKDOC_CFLAGS)" LDFLAGS="$(GTKDOC_LIBS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \ else \ cd $(srcdir) ; \ for i in $(SCANOBJ_FILES) ; do \ test -f $$i || touch $$i ; \ done \ fi touch scan-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp @true #### templates #### tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt @echo 'gtk-doc: Rebuilding template files' @-chmod -R u+w $(srcdir) cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) touch tmpl-build.stamp tmpl.stamp: tmpl-build.stamp @true tmpl/*.sgml: @true #### xml #### sgml-build.stamp: tmpl.stamp $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files) @echo 'gtk-doc: Building XML' @-chmod -R u+w $(srcdir) cd $(srcdir) && \ gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $(MKDB_OPTIONS) touch sgml-build.stamp sgml.stamp: sgml-build.stamp @true #### html #### html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) @echo 'gtk-doc: Building HTML' @-chmod -R u+w $(srcdir) rm -rf $(srcdir)/html mkdir $(srcdir)/html cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html ) @echo 'gtk-doc: Fixing cross-references' cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) touch html-build.stamp ############## clean-local: rm -f *~ *.bak rm -rf .libs distclean-local: cd $(srcdir) && \ rm -rf xml $(REPORT_FILES) \ $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt maintainer-clean-local: clean cd $(srcdir) && rm -rf xml html install-data-local: installfiles=`echo $(srcdir)/html/*`; \ if test "$$installfiles" = '$(srcdir)/html/*'; \ then echo '-- Nothing to install' ; \ else \ $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR); \ for i in $$installfiles; do \ echo '-- Installing '$$i ; \ $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \ done; \ echo '-- Installing $(srcdir)/html/index.sgml' ; \ $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \ (which gtkdoc-rebase >& /dev/null && \ gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR)) || : ; \ fi uninstall-local: rm -f $(DESTDIR)$(TARGET_DIR)/* # # Require gtk-doc when making dist # @ENABLE_GTK_DOC_TRUE@dist-check-gtkdoc: @ENABLE_GTK_DOC_FALSE@dist-check-gtkdoc: @ENABLE_GTK_DOC_FALSE@ @echo "*** gtk-doc must be installed and enabled in order to make dist" @ENABLE_GTK_DOC_FALSE@ @false dist-hook: dist-check-gtkdoc dist-hook-local mkdir $(distdir)/tmpl mkdir $(distdir)/xml mkdir $(distdir)/html -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl -cp $(srcdir)/xml/*.xml $(distdir)/xml cp $(srcdir)/html/* $(distdir)/html cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ cd $(distdir) && rm -f $(DISTCLEANFILES) -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html .PHONY : dist-hook-local docs # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libuser-0.56.9.dfsg.1.orig/docs/reference/libuser-overrides.txt0000644000175000017500000000000010777230701022456 0ustar gheghelibuser-0.56.9.dfsg.1.orig/docs/reference/html/0000755000175000017500000000000010777230763017236 5ustar gheghelibuser-0.56.9.dfsg.1.orig/docs/reference/html/right.png0000644000175000017500000000073010777230763021061 0ustar gheghePNG  IHDRw=bKGD pHYs  ~tIME2 I%=eIDATx!o@.'**M0$$?1~vIeEuLl&4䝠Bݛ|>$ݶoc libuser

libuser

config — Routines for reading configuration information for the libuser library.
value — Simplified interface to GValue types used in libuser entities.
entity — Functions for manipulating lu_ent structures.
error — Functions for allocating and manipulating lu_error structures.
prompt — Sample prompter functions for use with the libuser library.
user — Functions for initializing the library, looking up information, and making changes to the system information store.
libuser-0.56.9.dfsg.1.orig/docs/reference/html/index.html0000644000175000017500000000430010777230763021230 0ustar gheghe libuser Reference Manual

libuser
config — Routines for reading configuration information for the libuser library.
value — Simplified interface to GValue types used in libuser entities.
entity — Functions for manipulating lu_ent structures.
error — Functions for allocating and manipulating lu_error structures.
prompt — Sample prompter functions for use with the libuser library.
user — Functions for initializing the library, looking up information, and making changes to the system information store.
libuser-0.56.9.dfsg.1.orig/docs/reference/html/libuser.devhelp20000644000175000017500000002721210777230763022342 0ustar gheghe libuser-0.56.9.dfsg.1.orig/docs/reference/html/libuser-config.html0000644000175000017500000002046310777230763023041 0ustar gheghe config

config

config — Routines for reading configuration information for the libuser library.

Synopsis




GList*              lu_cfg_read                         (struct lu_context *context,
                                                         const char *key,
                                                         const char *default_value);
const char*         lu_cfg_read_single                  (struct lu_context *context,
                                                         const char *key,
                                                         const char *default_value);
GList*              lu_cfg_read_keys                    (struct lu_context *context,
                                                         const char *parent_key);

Description

These routines allow an application or module to read configuration data from the libuser configuration.

Details

lu_cfg_read ()

GList*              lu_cfg_read                         (struct lu_context *context,
                                                         const char *key,
                                                         const char *default_value);

Reads the list of values for a given key from the configuration space.

context :

A valid libuser library context.

key :

The value to be read from the configuration. The key should be of the form "section/key" for most purposes. For example, the files module uses keys of the form "file/foo" for all of its configuration data.

default_value :

A default value to be returned in case none are found. Can be NULL.

Returns :

A GList of values, formatted as strings. The list must be freed by calling g_list_free().

lu_cfg_read_single ()

const char*         lu_cfg_read_single                  (struct lu_context *context,
                                                         const char *key,
                                                         const char *default_value);

Read a single value set for a given key in the configuration space. This is a convenience function.

context :

A valid libuser library context.

key :

The value to be read from the configuration. The key should be of the form "section/key" for most purposes. For example, the files module uses keys of the form "file/foo" for all of its configuration data.

default_value :

A default value to be returned in case none are found. Can be NULL.

Returns :

A string representation of one of the values set for the key. This string must not be freed.

lu_cfg_read_keys ()

GList*              lu_cfg_read_keys                    (struct lu_context *context,
                                                         const char *parent_key);

Read the names of all of the keys "below" a given key in the configuration space. This function is typically used for walking the configuration space.

context :

A valid libuser library context.

parent_key :

The parent key under which the caller wishes to know which subkeys are present.

Returns :

A GList of string representations of key names. The list must be freed using g_list_free().

libuser-0.56.9.dfsg.1.orig/docs/reference/html/libuser-value.html0000644000175000017500000003546210777230763022715 0ustar gheghe value

value

value — Simplified interface to GValue types used in libuser entities.

Synopsis




#define             LU_VALUE_INVALID_ID
char*               lu_value_strdup                     (const GValue *value);
gboolean            lu_value_init_set_attr_from_string  (GValue *value,
                                                         const char *attr,
                                                         const char *string,
                                                         lu_error_t **error);
void                lu_value_init_set_id                (GValue *value,
                                                         id_t id);
id_t                lu_value_get_id                     (const GValue *value);
int                 lu_values_equal                     (const GValue *a,
                                                         const GValue *b);

Description

Libuser entities store attribute values as GValue, which allows representing any possible data type. Only a few types are needed in practice; the only types applications should hard-code are G_TYPE_LONG and G_TYPE_STRING (G_TYPE_STRING can usually be used as a fallback for other number types).

The only currently used data types that are not conveniently supported using the above types are uid_t and gid_t (which can be together represented in id_t), because they can support values outside of the range of glong. Helper functions are provided to convert values between id_t and GValue, even if the value is stored using G_TYPE_STRING. The GValue types used for storing id_t values are an internal implementation detail of libuser and applications should not rely on them.

Values of each attribute are expected to have a specific type, documented in the documentation of the specific attribute name. Using other types (e.g. using G_TYPE_STRING for LU_UIDNUMBER) is not allowed and results in undefined behavior.. You can use lu_value_strdup() and lu_value_init_set_attr_from_string() for conversion between strings and values appropriate for a specific attribute.

Details

LU_VALUE_INVALID_ID

#define LU_VALUE_INVALID_ID ((id_t)-1)

An id_t value that matches no valid user or group ID.


lu_value_strdup ()

char*               lu_value_strdup                     (const GValue *value);

Converts value, of any type used by libuser, to a string. Preferable to hard-coding checks for expected value types.

value :

value

Returns :

string, should be freed by g_free()

lu_value_init_set_attr_from_string ()

gboolean            lu_value_init_set_attr_from_string  (GValue *value,
                                                         const char *attr,
                                                         const char *string,
                                                         lu_error_t **error);

Initializes a zero-filled (uninitialized) value for storing a value of attribute attr and sets it to the contents of string. To see whether a specific type is used for an attribute, see the documentation of that attribute.

value :

GValue

attr :

attribute name

string :

the string to convert

error :

filled with a lu_error if an error occurs, or NULL if attr is unknown

Returns :

TRUE on success, FALSE on error or if attr is unknown

lu_value_init_set_id ()

void                lu_value_init_set_id                (GValue *value,
                                                         id_t id);

Initializes a zero-filled (uninitialized) value with an unspecified type and sets it to id.

value :

GValue

id :

user or group ID.

lu_value_get_id ()

id_t                lu_value_get_id                     (const GValue *value);

Get the contents of value. value should be initialized by lu_value_init_set_id() or use G_TYPE_LONG or G_TYPE_STRING.

If value does not contain a valid id_t value, LU_VALUE_INVALID_ID is returned.

value :

GValue

Returns :

ID value or LU_VALUE_INVALID_ID

lu_values_equal ()

int                 lu_values_equal                     (const GValue *a,
                                                         const GValue *b);

Check whether a and b have the same type and value.

a :

GValue

b :

GValue

Returns :

TRUE if a and b have the same type and value

libuser-0.56.9.dfsg.1.orig/docs/reference/html/libuser-error.html0000644000175000017500000002644110777230763022727 0ustar gheghe error

error

error — Functions for allocating and manipulating lu_error structures.

Synopsis




#define             LU_ERROR_CHECK                      (err_p_p)
void                lu_error_new                        (lu_error_t **error,
                                                         lu_status_t code,
                                                         const char *fmt,
                                                         ...);
void                lu_error_free                       (lu_error_t **error);
gboolean            lu_error_is_success                 (lu_status_t status);
gboolean            lu_error_is_warning                 (lu_status_t status);
gboolean            lu_error_is_error                   (lu_status_t status);
const char*         lu_strerror                         (lu_error_t *error);

Description

error.h includes declarations for allocating and manipulating lu_error structures. These structures hold error and status information passed between libuser, its modules, and applications.

A struct lu_error contains an error code and a human-readable, possibly translated error string. The error string is using the encoding specified by LC_CTYPE locale category.

Details

LU_ERROR_CHECK()

#define             LU_ERROR_CHECK(err_p_p)

Checks that the given pointer to a pointer to a struct does not already point to a valid lu_error structure. This macro is used by many internal functions to check that an error has not already occurred when they are invoked.

err_p_p :

A pointer to a struct lu_error * which will be checked. If there

lu_error_new ()

void                lu_error_new                        (lu_error_t **error,
                                                         lu_status_t code,
                                                         const char *fmt,
                                                         ...);

Creates a new lu_error structure.

error :

A pointer to a struct lu_error * which will hold the newly-created error structure. It must point to NULL before calling this function.

code :

An error code

fmt :

Format string describing the error. If NULL, a default string is used.

... :

Arguments for fmt, if necessary

lu_error_free ()

void                lu_error_free                       (lu_error_t **error);

Frees an lu_error structure.

error :

A pointer to a pointer to the structure to be freed. The pointer is set to NULL after the error is freed.

lu_error_is_success ()

gboolean            lu_error_is_success                 (lu_status_t status);

Check if the error code held by an error structure is a success code.

status :

An error code

Returns :

a gboolean indicating whether or not the error is a success code.

lu_error_is_warning ()

gboolean            lu_error_is_warning                 (lu_status_t status);

Check if the error code held by an error structure is a warning code.

status :

An error code

Returns :

a gboolean indicating whether or not the error is a warning code.

lu_error_is_error ()

gboolean            lu_error_is_error                   (lu_status_t status);

Check if the error code held by an error structure is an error code.

status :

An error code

Returns :

a gboolean indicating whether or not the error is an error code.

lu_strerror ()

const char*         lu_strerror                         (lu_error_t *error);

Converts an lu_error structure to a string describing the error. If the error->string is NULL, returns a text representation of error->code.

error :

An error

Returns :

error string valid at least until error is freed.

libuser-0.56.9.dfsg.1.orig/docs/reference/html/up.png0000644000175000017500000000062610777230763020374 0ustar gheghePNG  IHDRw=bKGD pHYs  ~tIME2.E#IDATx=J@Fo] !+2[Z<@/9|t$D9nnBjBRIsI:H8UPN1fcsN95M㧖ɵ 束1~pEe$I 7nrDf!;`'ykI䲤sI_]y^^I>O>?YBIENDB`libuser-0.56.9.dfsg.1.orig/docs/reference/html/libuser.devhelp0000644000175000017500000002415110777230763022257 0ustar gheghe libuser-0.56.9.dfsg.1.orig/docs/reference/html/index.sgml0000644000175000017500000002166110777230763021237 0ustar gheghe libuser-0.56.9.dfsg.1.orig/docs/reference/html/libuser-user.html0000644000175000017500000021442210777230763022552 0ustar gheghe user

user

user — Functions for initializing the library, looking up information, and making changes to the system information store.

Synopsis




lu_context_t*       lu_start                            (const char *authname,
                                                         lu_entity_type_t auth_type,
                                                         const char *modules,
                                                         const char *create_modules,
                                                         lu_prompt_fn *prompter,
                                                         gpointer callback_data,
                                                         lu_error_t **error);
void                lu_end                              (lu_context_t *context);
void                lu_set_prompter                     (lu_context_t *context,
                                                         lu_prompt_fn *prompter,
                                                         gpointer callback_data);
void                lu_get_prompter                     (lu_context_t *context,
                                                         lu_prompt_fn **prompter,
                                                         gpointer *callback_data);
gboolean            lu_set_modules                      (lu_context_t *context,
                                                         const char *list,
                                                         lu_error_t **error);
const char*         lu_get_modules                      (lu_context_t *context);
gboolean            lu_uses_elevated_privileges         (lu_context_t *context);
gboolean            lu_user_lookup_name                 (lu_context_t *context,
                                                         const char *name,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);
gboolean            lu_user_lookup_id                   (lu_context_t *context,
                                                         uid_t uid,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);
gboolean            lu_user_default                     (lu_context_t *ctx,
                                                         const char *name,
                                                         gboolean system_account,
                                                         struct lu_ent *ent);
gboolean            lu_user_add                         (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);
gboolean            lu_user_modify                      (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);
gboolean            lu_user_delete                      (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);
gboolean            lu_user_setpass                     (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         const char *newpass,
                                                         gboolean crypted,
                                                         lu_error_t **error);
gboolean            lu_user_removepass                  (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);
gboolean            lu_user_lock                        (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);
gboolean            lu_user_unlock                      (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);
gboolean            lu_user_unlock_nonempty             (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);
gboolean            lu_user_islocked                    (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);
GValueArray*        lu_users_enumerate                  (lu_context_t *context,
                                                         const char *pattern,
                                                         lu_error_t **error);
GValueArray*        lu_users_enumerate_by_group         (lu_context_t *context,
                                                         const char *group,
                                                         lu_error_t **error);
GPtrArray*          lu_users_enumerate_full             (lu_context_t *context,
                                                         const char *pattern,
                                                         lu_error_t **error);
gboolean            lu_group_lookup_name                (lu_context_t *context,
                                                         const char *name,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);
gboolean            lu_group_lookup_id                  (lu_context_t *context,
                                                         gid_t gid,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);
gboolean            lu_group_default                    (lu_context_t *ctx,
                                                         const char *name,
                                                         gboolean system_account,
                                                         struct lu_ent *ent);
gboolean            lu_group_add                        (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);
gboolean            lu_group_modify                     (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);
gboolean            lu_group_delete                     (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);
gboolean            lu_group_setpass                    (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         const char *newpass,
                                                         gboolean crypted,
                                                         lu_error_t **error);
gboolean            lu_group_removepass                 (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);
gboolean            lu_group_lock                       (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);
gboolean            lu_group_unlock                     (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);
gboolean            lu_group_unlock_nonempty            (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);
gboolean            lu_group_islocked                   (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);
GValueArray*        lu_groups_enumerate                 (lu_context_t *context,
                                                         const char *pattern,
                                                         lu_error_t **error);
GValueArray*        lu_groups_enumerate_by_user         (lu_context_t *context,
                                                         const char *user,
                                                         lu_error_t **error);
GPtrArray*          lu_groups_enumerate_full            (lu_context_t *context,
                                                         const char *pattern,
                                                         lu_error_t **error);

Description

user.h contains declarations for functions which start up and shut down the libuser library, and for functions which perform lookup queries and modifications of the system information store.

Details

lu_start ()

lu_context_t*       lu_start                            (const char *authname,
                                                         lu_entity_type_t auth_type,
                                                         const char *modules,
                                                         const char *create_modules,
                                                         lu_prompt_fn *prompter,
                                                         gpointer callback_data,
                                                         lu_error_t **error);

Initializes the libuser library.

authname :

suggested client name to use when connecting to servers, or NULL

auth_type :

whether auth_name is a user or a group

modules :

a list of modules to use for queries (separated by whitespace or commas), or NULL to use modules specified in the config file

create_modules :

a list of modules to use for entity creation (separated by whitespace or commas), or NULL to use modules specified in the config file

prompter :

a function to use for getting information from the user

callback_data :

data for prompter

error :

filled with a lu_error if an error occurs

Returns :

a context which should be freed by lu_end() on success, NULL on failure

lu_end ()

void                lu_end                              (lu_context_t *context);

Destroys a libuser library context

context :

a context

lu_set_prompter ()

void                lu_set_prompter                     (lu_context_t *context,
                                                         lu_prompt_fn *prompter,
                                                         gpointer callback_data);

Changes the prompter function in a context

context :

a context

prompter :

a new function to user for getting information from the user

callback_data :

data for prompter

lu_get_prompter ()

void                lu_get_prompter                     (lu_context_t *context,
                                                         lu_prompt_fn **prompter,
                                                         gpointer *callback_data);

Gets current prompter function from a context

context :

a context

prompter :

if not NULL, points to a place where the current prompter function will be stored

callback_data :

if not NULL, points to a place where the current prompter function data will be stored

lu_set_modules ()

gboolean            lu_set_modules                      (lu_context_t *context,
                                                         const char *list,
                                                         lu_error_t **error);

Replaces the current set of modules for queries in context to list.

context :

a context

list :

a list of modules (separated by whitespace or commas)

error :

filled with a lu_error if an error occurs

Returns :

TRUE on success, FALSE on failure

lu_get_modules ()

const char*         lu_get_modules                      (lu_context_t *context);

Returns a list of modules for queries in context.

context :

a context

Returns :

a list of modules separated by spaces, or NULL if the list of modules is empty. The list should not be freed by the caller.

lu_uses_elevated_privileges ()

gboolean            lu_uses_elevated_privileges         (lu_context_t *context);

Checks if any module uses elevated privileges (e.g. modifies files that normal users can't modify).

context :

a context

Returns :

TRUE if at least one module uses elevated privileges

lu_user_lookup_name ()

gboolean            lu_user_lookup_name                 (lu_context_t *context,
                                                         const char *name,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);

Looks up an user by name.

context :

a context

name :

user name

ent :

an entity filled with received information

error :

filled with a lu_error if an error occurs

Returns :

TRUE on success

lu_user_lookup_id ()

gboolean            lu_user_lookup_id                   (lu_context_t *context,
                                                         uid_t uid,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);

Looks up an user by UID.

context :

a context

uid :

user ID

ent :

an entity filled with received information

error :

filled with a lu_error if an error occurs

Returns :

TRUE on success

lu_user_default ()

gboolean            lu_user_default                     (lu_context_t *ctx,
                                                         const char *name,
                                                         gboolean system_account,
                                                         struct lu_ent *ent);

Fills out an user entity as specified by the config file and modules to prepare for creation of the user.

ctx :

a context

name :

new user name

system_account :

non-zero if the user is a system user

ent :

an entity

Returns :

TRUE on success

lu_user_add ()

gboolean            lu_user_add                         (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);

Creates an user in all modules specified for entity creation.

context :

a context

ent :

an entity describing the user, on success updated with resulting account

error :

filled with a lu_error if an error occurs

Returns :

TRUE on success

lu_user_modify ()

gboolean            lu_user_modify                      (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);

Modifies an user entity.

context :

a context

ent :

an entity with pending modifications, on success updated with current information

error :

filled with a lu_error if an error occurs

Returns :

TRUE on success

lu_user_delete ()

gboolean            lu_user_delete                      (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);

Deletes an user.

context :

a context

ent :

an entity describing the user

error :

filled with a lu_error if an error occurs

Returns :

TRUE on success

lu_user_setpass ()

gboolean            lu_user_setpass                     (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         const char *newpass,
                                                         gboolean crypted,
                                                         lu_error_t **error);

Changes an user's password.

context :

a context

ent :

an entity describing the user, on success updated with current information and LU_SHADOWLASTCHANGE

newpass :

new password

crypted :

non-zero if newpass is already encrypted

error :

filled with an lu_error if an error occurs

Returns :

TRUE on success

lu_user_removepass ()

gboolean            lu_user_removepass                  (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);

Changes an user's password to an empty string.

context :

a context

ent :

an entity describing the user, on success updated with current information and LU_SHADOWLASTCHANGE

error :

filled with an lu_error if an error occurs

Returns :

TRUE on success

lu_user_lock ()

gboolean            lu_user_lock                        (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);

Locks an user account.

context :

a context

ent :

an entity describing the user, on success updated with current information

error :

filled with a lu_error if an error occurs

Returns :

TRUE on success

lu_user_unlock ()

gboolean            lu_user_unlock                      (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);

Unlocks an user account.

context :

a context

ent :

an entity describing the user, on success updated with current information

error :

filled with a lu_error if an error occurs

Returns :

TRUE on success

lu_user_unlock_nonempty ()

gboolean            lu_user_unlock_nonempty             (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);

Unlocks an user account. If unlocking the account would result in an empty password field, it fails with lu_error_unlock_empty. Note that the password can still be empty.

context :

a context

ent :

an entity describing the user, on success updated with current information

error :

filled with a lu_error if an error occurs

Returns :

TRUE on success

lu_user_islocked ()

gboolean            lu_user_islocked                    (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);

Checks if an user account is locked.

context :

a context

ent :

an entity describing the user

error :

filled with a lu_error if an error occurs

Returns :

TRUE if the account is locked in at least one module

lu_users_enumerate ()

GValueArray*        lu_users_enumerate                  (lu_context_t *context,
                                                         const char *pattern,
                                                         lu_error_t **error);

Returns a list of all users matching a pattern.

context :

a context

pattern :

a glob-like pattern for user name

error :

filled with a lu_error if an error occurs

Returns :

an array of strings, each representing one user name. The array should be freed by the caller.

lu_users_enumerate_by_group ()

GValueArray*        lu_users_enumerate_by_group         (lu_context_t *context,
                                                         const char *group,
                                                         lu_error_t **error);

Returns a list of all members of a group group.

context :

a context

group :

group name

error :

filled with a lu_error if an error occurs

Returns :

an array of strings, each representing one user name. The array should be freed by the caller.

lu_users_enumerate_full ()

GPtrArray*          lu_users_enumerate_full             (lu_context_t *context,
                                                         const char *pattern,
                                                         lu_error_t **error);

Returns a list of entities, one for each user matching a pattern.

context :

a context

pattern :

a glob-like pattern for user name

error :

filled with a lu_error if an error occurs

Returns :

a list of pointers to user entities. The entities and the list should be freed by the caller.

lu_group_lookup_name ()

gboolean            lu_group_lookup_name                (lu_context_t *context,
                                                         const char *name,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);

Looks up a group by name.

context :

a context

name :

group name

ent :

an entity filled with received information

error :

filled with a lu_error if an error occurs

Returns :

TRUE on success

lu_group_lookup_id ()

gboolean            lu_group_lookup_id                  (lu_context_t *context,
                                                         gid_t gid,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);

Looks up a group by GID.

context :

a context

gid :

group ID

ent :

an entity filled with received information

error :

filled with a lu_error if an error occurs

Returns :

TRUE on success

lu_group_default ()

gboolean            lu_group_default                    (lu_context_t *ctx,
                                                         const char *name,
                                                         gboolean system_account,
                                                         struct lu_ent *ent);

Fills out a group entity as specified by the config file and modules to prepare for creation of the group.

ctx :

a context

name :

new group name

system_account :

non-zero if the group is a system group

ent :

an entity

Returns :

TRUE on success

lu_group_add ()

gboolean            lu_group_add                        (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);

Creates a group in all modules specified for entity creation.

context :

a context

ent :

an entity describing the group, on success updated with resulting account

error :

filled with a lu_error if an error occurs

Returns :

TRUE on success

lu_group_modify ()

gboolean            lu_group_modify                     (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);

Modifies a group entity.

context :

a context

ent :

an entity with pending modifications, on success updated with current information

error :

filled with a lu_error if an error occurs

Returns :

TRUE on success

lu_group_delete ()

gboolean            lu_group_delete                     (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);

Deletes a group.

context :

a context

ent :

an entity describing the group

error :

filled with a lu_error if an error occurs

Returns :

TRUE on success

lu_group_setpass ()

gboolean            lu_group_setpass                    (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         const char *newpass,
                                                         gboolean crypted,
                                                         lu_error_t **error);

Changes a group password.

context :

a contect

ent :

an entity describing the group, on success updated with current information and LU_SHADOWLASTCHANGE

newpass :

new password

crypted :

non-zero if newpass is already encrypted

error :

filled with an lu_error if an error occurs

Returns :

TRUE on success

lu_group_removepass ()

gboolean            lu_group_removepass                 (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);

Changes a group password to an empty string.

context :

a context

ent :

an entity describing the group, on success udpated with current information and LU_SHADOWLASTCHANGE

error :

filled with in lu_error if an error occurs

Returns :

TRUE on success

lu_group_lock ()

gboolean            lu_group_lock                       (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);

Locks a group account

context :

a context

ent :

an entity describing the group, on success updated with current information

error :

filled with a lu_error if an error occurs

Returns :

TRUE on success

lu_group_unlock ()

gboolean            lu_group_unlock                     (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);

Unlocks a group account.

context :

a context

ent :

an entity describing the group, on success updated with current information

error :

filled with a lu_error if an error occurs

Returns :

TRUE on success

lu_group_unlock_nonempty ()

gboolean            lu_group_unlock_nonempty            (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);

Unlocks a group account. If unlocking the account would result in an empty password field, it fails with lu_error_unlock_empty. Note that the password can still be empty.

context :

a context

ent :

an entity describing the group, on success updated with current information

error :

filled with a lu_error if an error occurs

Returns :

TRUE on success

lu_group_islocked ()

gboolean            lu_group_islocked                   (lu_context_t *context,
                                                         struct lu_ent *ent,
                                                         lu_error_t **error);

Checks if a group account is locked.

context :

a context

ent :

an entity describing the group

error :

filled with a lu_error if an error occurs

Returns :

TRUE if the account is locked in at least one module

lu_groups_enumerate ()

GValueArray*        lu_groups_enumerate                 (lu_context_t *context,
                                                         const char *pattern,
                                                         lu_error_t **error);

Returns a list of all groups matching a pattern.

context :

a context

pattern :

a glob-like pattern for group name

error :

filled with a lu_error if an error occurs

Returns :

an array of strings, each representing one group name. The array should be freed by the caller.

lu_groups_enumerate_by_user ()

GValueArray*        lu_groups_enumerate_by_user         (lu_context_t *context,
                                                         const char *user,
                                                         lu_error_t **error);

Returns a list of all groups containing an user user.

context :

a context

user :

user name

error :

filled with a lu_error if an error occurs

Returns :

an array of strings, each representing one group name. The array should be freed by the caller.

lu_groups_enumerate_full ()

GPtrArray*          lu_groups_enumerate_full            (lu_context_t *context,
                                                         const char *pattern,
                                                         lu_error_t **error);

Returns a list of entities, one for each group matching a pattern.

context :

a context

pattern :

a glob-like pattern for group name

error :

filled with a lu_error if an error occurs

Returns :

a list of pointers to group entities. The entities and the list should be freed by the caller.

libuser-0.56.9.dfsg.1.orig/docs/reference/html/home.png0000644000175000017500000000121610777230763020674 0ustar gheghePNG  IHDRw=bKGD pHYs  ~tIME1KvIDATxՕkq?rCp ~CnpCAAJ .B-\'G]:ܠC -(8 Ԁ!fDғklbRoyxwpðIJ<of_-@RHf֟t^ښ$Q|pgv;X^^&s(bwwZF9&3඙ ^IRZUE.0Z]]U PYM8HGIekqqҀ! $۬3n e{-/seeeÌXOͷ$8==USQRR'9-s+B^ Cەs+%<7W :2IENDB`libuser-0.56.9.dfsg.1.orig/docs/reference/html/style.css0000644000175000017500000000415610777230763021116 0ustar gheghe.synopsis, .classsynopsis { background: #eeeeee; border: solid 1px #aaaaaa; padding: 0.5em; } .programlisting { background: #eeeeff; border: solid 1px #aaaaff; padding: 0.5em; } .variablelist { padding: 4px; margin-left: 3em; } .variablelist td:first-child { vertical-align: top; } /* this is needed so that the local anchors are displayed below the naviagtion */ @media screen { div.refnamediv a[name], div.refsect1 a[name] { position: relative; top: -4.5em; } table.navigation#top { background: #ffeeee; border: solid 1px #ffaaaa; margin-top: 0; margin-bottom: 0; position: fixed; top: 0; left: 0; height: 2em; z-index: 1; } .navigation a { color: #770000; } .navigation a:visited { color: #550000; } td.shortcuts { color: #770000; font-size: 80%; } div.refentry, div.chapter, div.reference, div.part, div.book, div.index, div.glossary, div.sect1, div.appendix, div.preface { position: relative; top: 3em; z-index: 0; } div.refnamediv { margin-top: 2em; } body { padding-bottom: 20em; } } @media print { table.navigation { visibility: collapse; display: none; } div.titlepage table.navigation { visibility: visible; display: table; background: #ffeeee; border: solid 1px #ffaaaa; margin-top: 0; margin-bottom: 0; top: 0; left: 0; height: 2em; } } .navigation .title { font-size: 200%; } div.gallery-float { float: left; padding: 10px; } div.gallery-float img { border-style: none; } div.gallery-spacer { clear: both; } a { text-decoration: none; } a:hover { text-decoration: underline; color: #FF0000; } div.table table { border-collapse: collapse; border-spacing: 0px; border-style: solid; border-color: #777777; border-width: 1px; } div.table table td, div.table table th { border-style: solid; border-color: #777777; border-width: 1px; padding: 3px; vertical-align: top; } div.table table th { background-color: #eeeeee; } hr { color: #888; background: #888; border: 0; height: 1px; clear: both; } libuser-0.56.9.dfsg.1.orig/docs/reference/html/libuser-prompt.html0000644000175000017500000001675110777230763023122 0ustar gheghe prompt

prompt

prompt — Sample prompter functions for use with the libuser library.

Synopsis




gboolean            lu_prompt_console                   (struct lu_prompt *prompts,
                                                         int count,
                                                         gpointer callback_data,
                                                         struct lu_error **error);
gboolean            lu_prompt_console_quiet             (struct lu_prompt *prompts,
                                                         int count,
                                                         gpointer callback_data,
                                                         struct lu_error **error);

Description

prompt.h declares two predefined prompter functions which applications can use instead of providing their own. These should suffice for most command-line applications. Authors of graphical applications are encouraged to supply graphical implementations.

Details

lu_prompt_console ()

gboolean            lu_prompt_console                   (struct lu_prompt *prompts,
                                                         int count,
                                                         gpointer callback_data,
                                                         struct lu_error **error);

Prompts the user using a text console.

prompts :

An array of lu_prompt structures.

count :

The number of elements in the prompts array.

callback_data :

Ignored.

error :

The location to store error information in the event of an error.

Returns :

A gboolean indicating success or failure.

lu_prompt_console_quiet ()

gboolean            lu_prompt_console_quiet             (struct lu_prompt *prompts,
                                                         int count,
                                                         gpointer callback_data,
                                                         struct lu_error **error);

Prompts the user using a text console. Unlike lu_prompt_console(), this function will not prompt users for a question for which the calling application or module supplies a default, and will simply return the default.

prompts :

An array of lu_prompt structures.

count :

The number of elements in the prompts array.

callback_data :

Ignored.

error :

The location to store error information in the event of an error.

Returns :

A gboolean indicating success or failure.

libuser-0.56.9.dfsg.1.orig/docs/reference/html/libuser-entity.html0000644000175000017500000013013610777230763023107 0ustar gheghe entity

entity

entity — Functions for manipulating lu_ent structures.

Synopsis




#define             LU_USERNAME
#define             LU_USERPASSWORD
#define             LU_UIDNUMBER
#define             LU_GIDNUMBER
#define             LU_GECOS
#define             LU_HOMEDIRECTORY
#define             LU_LOGINSHELL
#define             LU_GROUPNAME
#define             LU_GROUPPASSWORD
#define             LU_MEMBERNAME
#define             LU_ADMINISTRATORNAME
#define             LU_SHADOWNAME
#define             LU_SHADOWPASSWORD
#define             LU_SHADOWLASTCHANGE
#define             LU_SHADOWMIN
#define             LU_SHADOWMAX
#define             LU_SHADOWWARNING
#define             LU_SHADOWINACTIVE
#define             LU_SHADOWEXPIRE
#define             LU_SHADOWFLAG
#define             LU_COMMONNAME
#define             LU_GIVENNAME
#define             LU_SN
#define             LU_ROOMNUMBER
#define             LU_TELEPHONENUMBER
#define             LU_HOMEPHONE
#define             LU_EMAIL
lu_ent_t*           lu_ent_new                          (void);
void                lu_ent_free                         (lu_ent_t *ent);
void                lu_ent_copy                         (lu_ent_t *source,
                                                         lu_ent_t *dest);
void                lu_ent_commit                       (lu_ent_t *ent);
void                lu_ent_revert                       (lu_ent_t *ent);
void                lu_ent_add                          (lu_ent_t *ent,
                                                         const char *attr,
                                                         const GValue *value);
void                lu_ent_add_current                  (lu_ent_t *ent,
                                                         const char *attr,
                                                         const GValue *value);
void                lu_ent_clear                        (lu_ent_t *ent,
                                                         const char *attr);
void                lu_ent_clear_all                    (lu_ent_t *ent);
void                lu_ent_clear_all_current            (lu_ent_t *ent);
void                lu_ent_clear_current                (lu_ent_t *ent,
                                                         const char *attr);
void                lu_ent_del                          (lu_ent_t *ent,
                                                         const char *attr,
                                                         const GValue *value);
void                lu_ent_del_current                  (lu_ent_t *ent,
                                                         const char *attr,
                                                         const GValue *value);
void                lu_ent_dump                         (lu_ent_t *ent,
                                                         FILE *fp);
GValueArray*        lu_ent_get                          (lu_ent_t *ent,
                                                         const char *attribute);
GList*              lu_ent_get_attributes               (lu_ent_t *ent);
GList*              lu_ent_get_attributes_current       (lu_ent_t *ent);
GValueArray*        lu_ent_get_current                  (lu_ent_t *ent,
                                                         const char *attribute);
gboolean            lu_ent_has                          (lu_ent_t *ent,
                                                         const char *attribute);
gboolean            lu_ent_has_current                  (lu_ent_t *ent,
                                                         const char *attribute);
void                lu_ent_set                          (lu_ent_t *ent,
                                                         const char *attr,
                                                         const GValueArray *values);
void                lu_ent_set_current                  (lu_ent_t *ent,
                                                         const char *attr,
                                                         const GValueArray *values);

Description

entity.h declares functions for manipulating lu_ent structures, which are used by libuser, its modules, and applications to hold data about a particular user or group account.

Each struct lu_ent contains two sets of attributes: pending and current. The pending attributes are modified by default, the current attributes are modified by functions ending with _current.

Each attribute contains a list of values. The list is never empty; removing the last entry from the list removes the list completely.

Details

LU_USERNAME

#define LU_USERNAME		"pw_name"

User name, a G_TYPE_STRING.


LU_USERPASSWORD

#define LU_USERPASSWORD		"pw_passwd"

User password, a G_TYPE_STRING. If shadow passwords are used, this is the placeholder password.


LU_UIDNUMBER

#define LU_UIDNUMBER		"pw_uid"

User ID, an id_t.


LU_GIDNUMBER

#define LU_GIDNUMBER		"pw_gid"

Group ID, an id_t.


LU_GECOS

#define LU_GECOS		"pw_gecos"

Usually user's real name, a G_TYPE_STRING. Often contains user's real name, office name, office phone, home phone, separated by commas.


LU_HOMEDIRECTORY

#define LU_HOMEDIRECTORY	"pw_dir"

User's home directory, a G_TYPE_STRING.


LU_LOGINSHELL

#define LU_LOGINSHELL		"pw_shell"

User's login shell, a G_TYPE_STRING.


LU_GROUPNAME

#define LU_GROUPNAME		"gr_name"

Group name, a G_TYPE_STRING.


LU_GROUPPASSWORD

#define LU_GROUPPASSWORD	"gr_passwd"

Group password, a G_TYPE_STRING.


LU_MEMBERNAME

#define LU_MEMBERNAME		"gr_mem"

Group member names; each member is represented by a separate G_TYPE_STRING value.


LU_ADMINISTRATORNAME

#define LU_ADMINISTRATORNAME	"gr_adm"

Group administrator names; each administrator is represented by a separate G_TYPE_STRING value.


LU_SHADOWNAME

#define LU_SHADOWNAME		LU_USERNAME

User name, a G_TYPE_STRING. Note that LU_SHADOWNAME is not distinct from LU_USERNAME.


LU_SHADOWPASSWORD

#define LU_SHADOWPASSWORD	"sp_pwdp"

User password in the shadow file, a G_TYPE_STRING.


LU_SHADOWLASTCHANGE

#define LU_SHADOWLASTCHANGE	"sp_lstchg"

The number of days since the epoch to the day when the password was last changed, a G_TYPE_LONG.


LU_SHADOWMIN

#define LU_SHADOWMIN		"sp_min"

Minimum password lifetime in days before it can be changed, a G_TYPE_LONG.


LU_SHADOWMAX

#define LU_SHADOWMAX		"sp_max"

Maximum password lifetime in days before it must be changed, a G_TYPE_LONG.


LU_SHADOWWARNING

#define LU_SHADOWWARNING	"sp_warn"

Days before the password lifetime expires when the user should start to be warned, a G_TYPE_LONG.


LU_SHADOWINACTIVE

#define LU_SHADOWINACTIVE	"sp_inact"

Days after the password lifetime expires when the user account is disabled (because it is considered inactive), a G_TYPE_LONG. -1 to disable inactive account disabling.


LU_SHADOWEXPIRE

#define LU_SHADOWEXPIRE		"sp_expire"

The number of days since the epoch to the day when the account expires and is disabled, a G_TYPE_LONG. -1 to disable account expiration.


LU_SHADOWFLAG

#define LU_SHADOWFLAG		"sp_flag"

A reserved value "for future use", a G_TYPE_LONG. In most cases the value is -1.


LU_COMMONNAME

#define LU_COMMONNAME		"cn"

User's real name, a G_TYPE_STRING.


LU_GIVENNAME

#define LU_GIVENNAME		"givenName"

User's given name, a G_TYPE_STRING.


LU_SN

#define LU_SN			"sn"

User's surname, a G_TYPE_STRING.


LU_ROOMNUMBER

#define LU_ROOMNUMBER		"roomNumber"

User's room number, a G_TYPE_STRING.


LU_TELEPHONENUMBER

#define LU_TELEPHONENUMBER	"telephoneNumber"

User's telephone number, a G_TYPE_STRING.


LU_HOMEPHONE

#define LU_HOMEPHONE		"homePhone"

User's home telephone number, a G_TYPE_STRING.


LU_EMAIL

#define LU_EMAIL		"mail"

User's email address, a G_TYPE_STRING.


lu_ent_new ()

lu_ent_t*           lu_ent_new                          (void);

Creates a new, empty struct lu_ent.

Returns :

the created entity, which should be deallocated by lu_ent_free()

lu_ent_free ()

void                lu_ent_free                         (lu_ent_t *ent);

Frees an struct lu_ent, including all strings it owns.

ent :

the entity to free

lu_ent_copy ()

void                lu_ent_copy                         (lu_ent_t *source,
                                                         lu_ent_t *dest);

Copies one struct lu_ent over another.

source :

the entity to copy

dest :

the destination space, must be already allocated by lu_ent_new()

lu_ent_commit ()

void                lu_ent_commit                       (lu_ent_t *ent);

Sets pending attribute changes as current values of the entity.

ent :

an entity

lu_ent_revert ()

void                lu_ent_revert                       (lu_ent_t *ent);

Replaces all attributes with changes pending by their current values, forgetting the pending changes.

ent :

an entity

lu_ent_add ()

void                lu_ent_add                          (lu_ent_t *ent,
                                                         const char *attr,
                                                         const GValue *value);

Appends value to pending attribute attr in a struct lu_ent if value is not yet in the list of attr values.

ent :

an entity

attr :

attribute name

value :

new attribute value

lu_ent_add_current ()

void                lu_ent_add_current                  (lu_ent_t *ent,
                                                         const char *attr,
                                                         const GValue *value);

Appends value to current attribute attr in a struct lu_ent if value is not yet in the list of attr values.

ent :

an entity

attr :

attribute name

value :

new attribute value

lu_ent_clear ()

void                lu_ent_clear                        (lu_ent_t *ent,
                                                         const char *attr);

Removes all values of pending attribute attribute from a struct lu_ent.

ent :

an entity

attr :

attribute name

lu_ent_clear_all ()

void                lu_ent_clear_all                    (lu_ent_t *ent);

Removes all pending attributes from a struct lu_ent.

ent :

an entity

lu_ent_clear_all_current ()

void                lu_ent_clear_all_current            (lu_ent_t *ent);

Removes all current attributes from a struct lu_ent.

ent :

an entity

lu_ent_clear_current ()

void                lu_ent_clear_current                (lu_ent_t *ent,
                                                         const char *attr);

Removes all values of current attribute attribute from a struct lu_ent.

ent :

an entity

attr :

attribute name

lu_ent_del ()

void                lu_ent_del                          (lu_ent_t *ent,
                                                         const char *attr,
                                                         const GValue *value);

Removes a pending attribute attr value value from a struct lu_ent, if present.

ent :

an entity

attr :

attribute name

value :

attribute value

lu_ent_del_current ()

void                lu_ent_del_current                  (lu_ent_t *ent,
                                                         const char *attr,
                                                         const GValue *value);

Removes a current attribute attr value value from a struct lu_ent, if present.

ent :

an entity

attr :

attribute name

value :

attribute value

lu_ent_dump ()

void                lu_ent_dump                         (lu_ent_t *ent,
                                                         FILE *fp);

Dumps an struct lu_ent to a file in text form, for debugging.

ent :

the entity to dump

fp :

destination file

lu_ent_get ()

GValueArray*        lu_ent_get                          (lu_ent_t *ent,
                                                         const char *attribute);

Returns values associated with a pending attribute in a struct lu_ent.

ent :

an entity

attribute :

attribute name

Returns :

an array of values, valid at least until they are modified or deleted. The array is never empty and it should not be freed by the caller. Returns NULL if the attribute is not present at all or on error.

lu_ent_get_attributes ()

GList*              lu_ent_get_attributes               (lu_ent_t *ent);

Returns a list of all pending attributes in a struct lu_ent.

ent :

an entity

Returns :

a GList of attribute names. The list (but not the strings in the list) should be freed by the caller.

lu_ent_get_attributes_current ()

GList*              lu_ent_get_attributes_current       (lu_ent_t *ent);

Returns a list of all current attributes in a struct lu_ent.

ent :

an entity

Returns :

a GList of attribute names. The list (but not the strings in the list) should be freed by the caller.

lu_ent_get_current ()

GValueArray*        lu_ent_get_current                  (lu_ent_t *ent,
                                                         const char *attribute);

Returns values associated with a current attribute in a struct lu_ent.

ent :

an entity

attribute :

attribute name

Returns :

a list of values, valid at least until they are modified or deleted. The list should not be freed by the caller. Returns NULL if the attribute is not present at all or on error.

lu_ent_has ()

gboolean            lu_ent_has                          (lu_ent_t *ent,
                                                         const char *attribute);

Checks if a struct lu_ent has at least one pending attribute attribute.

ent :

an entity

attribute :

attribute name

Returns :

TRUE if attribute has a value in ent.

lu_ent_has_current ()

gboolean            lu_ent_has_current                  (lu_ent_t *ent,
                                                         const char *attribute);

Checks if a struct lu_ent has at least one current attribute attribute.

ent :

an entity

attribute :

attribute name

Returns :

TRUE if attribute has a value in ent.

lu_ent_set ()

void                lu_ent_set                          (lu_ent_t *ent,
                                                         const char *attr,
                                                         const GValueArray *values);

Replaces all pending attributes attr in a struct lu_ent by a copy of values. If values is empty, it removes the pending attribute completely.

ent :

an entity

attr :

attribute name

values :

an array of values

lu_ent_set_current ()

void                lu_ent_set_current                  (lu_ent_t *ent,
                                                         const char *attr,
                                                         const GValueArray *values);

Replaces all current attributes attr in a struct lu_ent by a copy of values. If values is empty, it removes the current attribute completely.

ent :

an entity

attr :

attribute name

values :

an array of values

libuser-0.56.9.dfsg.1.orig/docs/reference/html/left.png0000644000175000017500000000071310777230763020677 0ustar gheghePNG  IHDRw=bKGD pHYs  ~tIME1&[(XIDATx!OPE*ID%~ꊯ"p'ŏ`sܖrKf hmiIz}ܯI.p\`x l?l[,Hk<#c%\AUx[S7n6rzEs1j@NL$ݤi0 5/}\EKIo͓$a0jdFbkIAh>WlC'?tk;|/t*INZ^`y4Nr]׮ J<ڐt`X1@p䀸dZ')hK $V?%]+LsgUK"w53OIENDB`libuser-0.56.9.dfsg.1.orig/docs/reference/libuser-sections.txt0000644000175000017500000000370010777230763022325 0ustar gheghe
config lu_cfg_read lu_cfg_read_single lu_cfg_read_keys
value LU_VALUE_INVALID_ID lu_value_strdup lu_value_init_set_attr_from_string lu_value_init_set_id lu_value_get_id lu_values_equal
entity LU_USERNAME LU_USERPASSWORD LU_UIDNUMBER LU_GIDNUMBER LU_GECOS LU_HOMEDIRECTORY LU_LOGINSHELL LU_GROUPNAME LU_GROUPPASSWORD LU_MEMBERNAME LU_ADMINISTRATORNAME LU_SHADOWNAME LU_SHADOWPASSWORD LU_SHADOWLASTCHANGE LU_SHADOWMIN LU_SHADOWMAX LU_SHADOWWARNING LU_SHADOWINACTIVE LU_SHADOWEXPIRE LU_SHADOWFLAG LU_COMMONNAME LU_GIVENNAME LU_SN LU_ROOMNUMBER LU_TELEPHONENUMBER LU_HOMEPHONE LU_EMAIL lu_ent_new lu_ent_free lu_ent_copy lu_ent_commit lu_ent_revert lu_ent_add lu_ent_add_current lu_ent_clear lu_ent_clear_all lu_ent_clear_all_current lu_ent_clear_current lu_ent_del lu_ent_del_current lu_ent_dump lu_ent_get lu_ent_get_attributes lu_ent_get_attributes_current lu_ent_get_current lu_ent_has lu_ent_has_current lu_ent_set lu_ent_set_current
error LU_ERROR_CHECK lu_error_new lu_error_free lu_error_is_success lu_error_is_warning lu_error_is_error lu_strerror
prompt lu_prompt_console lu_prompt_console_quiet
user lu_start lu_end lu_set_prompter lu_get_prompter lu_set_modules lu_get_modules lu_uses_elevated_privileges lu_user_lookup_name lu_user_lookup_id lu_user_default lu_user_add lu_user_modify lu_user_delete lu_user_setpass lu_user_removepass lu_user_lock lu_user_unlock lu_user_unlock_nonempty lu_user_islocked lu_users_enumerate lu_users_enumerate_by_group lu_users_enumerate_full lu_group_lookup_name lu_group_lookup_id lu_group_default lu_group_add lu_group_modify lu_group_delete lu_group_setpass lu_group_removepass lu_group_lock lu_group_unlock lu_group_unlock_nonempty lu_group_islocked lu_groups_enumerate lu_groups_enumerate_by_user lu_groups_enumerate_full
libuser-0.56.9.dfsg.1.orig/docs/reference/tmpl/0000755000175000017500000000000010777230763017246 5ustar gheghelibuser-0.56.9.dfsg.1.orig/docs/reference/tmpl/libuser-unused.sgml0000644000175000017500000000000010777230763023066 0ustar gheghelibuser-0.56.9.dfsg.1.orig/docs/reference/tmpl/config.sgml0000644000175000017500000000404010777230763021375 0ustar gheghe config Routines for reading configuration information for the libuser library. These routines allow an application or module to read configuration data from the libuser configuration. Reads the list of values for a given key from the configuration space. @context: A valid libuser library context. @key: The value to be read from the configuration. The key should be of the form "section/key" for most purposes. For example, the #files module uses keys of the form "file/foo" for all of its configuration data. @default_value: A default value to be returned in case none are found. Can be NULL. @Returns: A #GList of values, formatted as strings. The list must be freed by calling g_list_free(). Read a single value set for a given key in the configuration space. This is a convenience function. @context: A valid libuser library context. @key: The value to be read from the configuration. The key should be of the form "section/key" for most purposes. For example, the #files module uses keys of the form "file/foo" for all of its configuration data. @default_value: A default value to be returned in case none are found. Can be NULL. @Returns: A string representation of one of the values set for the key. This string must not be freed. Read the names of all of the keys "below" a given key in the configuration space. This function is typically used for walking the configuration space. @context: A valid libuser library context. @parent_key: The parent key under which the caller wishes to know which subkeys are present. @Returns: A #GList of string representations of key names. The list must be freed using g_list_free(). libuser-0.56.9.dfsg.1.orig/docs/reference/tmpl/error.sgml0000644000175000017500000000516210777230763021267 0ustar gheghe error Functions for allocating and manipulating #lu_error structures. error.h includes declarations for allocating and manipulating #lu_error structures. These structures hold error and status information passed between libuser, its modules, and applications. A struct #lu_error contains an error code and a human-readable, possibly translated error string. The error string is using the encoding specified by %LC_CTYPE locale category. Checks that the given pointer to a pointer to a struct does not already point to a valid #lu_error structure. This macro is used by many internal functions to check that an error has not already occurred when they are invoked. @err_p_p: A pointer to a struct #lu_error * which will be checked. If there Creates a new #lu_error structure. @error: A pointer to a struct #lu_error * which will hold the newly-created error structure. It must point to #NULL before calling this function. @code: An error code @fmt: Format string describing the error. If #NULL, a default string is used. @Varargs: Arguments for @fmt, if necessary Frees an #lu_error structure. @error: A pointer to a pointer to the structure to be freed. The pointer is set to NULL after the error is freed. Check if the error code held by an error structure is a success code. @status: An error code @Returns: a #gboolean indicating whether or not the error is a success code. Check if the error code held by an error structure is a warning code. @status: An error code @Returns: a #gboolean indicating whether or not the error is a warning code. Check if the error code held by an error structure is an error code. @status: An error code @Returns: a #gboolean indicating whether or not the error is an error code. Converts an #lu_error structure to a string describing the error. If the @error->string is %NULL, returns a text representation of @error->code. @error: An error @Returns: error string valid at least until @error is freed. libuser-0.56.9.dfsg.1.orig/docs/reference/tmpl/user.sgml0000644000175000017500000002722210777230763021115 0ustar gheghe user Functions for initializing the library, looking up information, and making changes to the system information store. user.h contains declarations for functions which start up and shut down the libuser library, and for functions which perform lookup queries and modifications of the system information store. Initializes the libuser library. @authname: suggested client name to use when connecting to servers, or %NULL @auth_type: whether auth_name is a user or a group @modules: a list of modules to use for queries (separated by whitespace or commas), or %NULL to use modules specified in the config file @create_modules: a list of modules to use for entity creation (separated by whitespace or commas), or %NULL to use modules specified in the config file @prompter: a function to use for getting information from the user @callback_data: data for @prompter @error: filled with a #lu_error if an error occurs @Returns: a context which should be freed by lu_end() on success, %NULL on failure Destroys a libuser library context @context: a context Changes the prompter function in a context @context: a context @prompter: a new function to user for getting information from the user @callback_data: data for @prompter Gets current prompter function from a context @context: a context @prompter: if not %NULL, points to a place where the current prompter function will be stored @callback_data: if not %NULL, points to a place where the current prompter function data will be stored Replaces the current set of modules for queries in @context to @list. @context: a context @list: a list of modules (separated by whitespace or commas) @error: filled with a #lu_error if an error occurs @Returns: %TRUE on success, %FALSE on failure Returns a list of modules for queries in @context. @context: a context @Returns: a list of modules separated by spaces, or %NULL if the list of modules is empty. The list should not be freed by the caller. Checks if any module uses elevated privileges (e.g. modifies files that normal users can't modify). @context: a context @Returns: %TRUE if at least one module uses elevated privileges Looks up an user by name. @context: a context @name: user name @ent: an entity filled with received information @error: filled with a #lu_error if an error occurs @Returns: %TRUE on success Looks up an user by UID. @context: a context @uid: user ID @ent: an entity filled with received information @error: filled with a #lu_error if an error occurs @Returns: %TRUE on success Fills out an user entity as specified by the config file and modules to prepare for creation of the user. @ctx: a context @name: new user name @system_account: non-zero if the user is a system user @ent: an entity @Returns: %TRUE on success Creates an user in all modules specified for entity creation. @context: a context @ent: an entity describing the user, on success updated with resulting account @error: filled with a #lu_error if an error occurs @Returns: %TRUE on success Modifies an user entity. @context: a context @ent: an entity with pending modifications, on success updated with current information @error: filled with a #lu_error if an error occurs @Returns: %TRUE on success Deletes an user. @context: a context @ent: an entity describing the user @error: filled with a #lu_error if an error occurs @Returns: %TRUE on success Changes an user's password. @context: a context @ent: an entity describing the user, on success updated with current information and LU_SHADOWLASTCHANGE @newpass: new password @crypted: non-zero if @newpass is already encrypted @error: filled with an #lu_error if an error occurs @Returns: %TRUE on success Changes an user's password to an empty string. @context: a context @ent: an entity describing the user, on success updated with current information and LU_SHADOWLASTCHANGE @error: filled with an #lu_error if an error occurs @Returns: %TRUE on success Locks an user account. @context: a context @ent: an entity describing the user, on success updated with current information @error: filled with a #lu_error if an error occurs @Returns: %TRUE on success Unlocks an user account. @context: a context @ent: an entity describing the user, on success updated with current information @error: filled with a #lu_error if an error occurs @Returns: %TRUE on success Unlocks an user account. If unlocking the account would result in an empty password field, it fails with %lu_error_unlock_empty. Note that the password can still be empty. @context: a context @ent: an entity describing the user, on success updated with current information @error: filled with a #lu_error if an error occurs @Returns: %TRUE on success Checks if an user account is locked. @context: a context @ent: an entity describing the user @error: filled with a #lu_error if an error occurs @Returns: %TRUE if the account is locked in at least one module Returns a list of all users matching a pattern. @context: a context @pattern: a glob-like pattern for user name @error: filled with a #lu_error if an error occurs @Returns: an array of strings, each representing one user name. The array should be freed by the caller. Returns a list of all members of a group @group. @context: a context @group: group name @error: filled with a #lu_error if an error occurs @Returns: an array of strings, each representing one user name. The array should be freed by the caller. Returns a list of entities, one for each user matching a pattern. @context: a context @pattern: a glob-like pattern for user name @error: filled with a #lu_error if an error occurs @Returns: a list of pointers to user entities. The entities and the list should be freed by the caller. Looks up a group by name. @context: a context @name: group name @ent: an entity filled with received information @error: filled with a #lu_error if an error occurs @Returns: %TRUE on success Looks up a group by GID. @context: a context @gid: group ID @ent: an entity filled with received information @error: filled with a #lu_error if an error occurs @Returns: %TRUE on success Fills out a group entity as specified by the config file and modules to prepare for creation of the group. @ctx: a context @name: new group name @system_account: non-zero if the group is a system group @ent: an entity @Returns: %TRUE on success Creates a group in all modules specified for entity creation. @context: a context @ent: an entity describing the group, on success updated with resulting account @error: filled with a #lu_error if an error occurs @Returns: %TRUE on success Modifies a group entity. @context: a context @ent: an entity with pending modifications, on success updated with current information @error: filled with a #lu_error if an error occurs @Returns: %TRUE on success Deletes a group. @context: a context @ent: an entity describing the group @error: filled with a #lu_error if an error occurs @Returns: %TRUE on success Changes a group password. @context: a contect @ent: an entity describing the group, on success updated with current information and LU_SHADOWLASTCHANGE @newpass: new password @crypted: non-zero if @newpass is already encrypted @error: filled with an #lu_error if an error occurs @Returns: %TRUE on success Changes a group password to an empty string. @context: a context @ent: an entity describing the group, on success udpated with current information and LU_SHADOWLASTCHANGE @error: filled with in #lu_error if an error occurs @Returns: %TRUE on success Locks a group account @context: a context @ent: an entity describing the group, on success updated with current information @error: filled with a #lu_error if an error occurs @Returns: %TRUE on success Unlocks a group account. @context: a context @ent: an entity describing the group, on success updated with current information @error: filled with a #lu_error if an error occurs @Returns: %TRUE on success Unlocks a group account. If unlocking the account would result in an empty password field, it fails with %lu_error_unlock_empty. Note that the password can still be empty. @context: a context @ent: an entity describing the group, on success updated with current information @error: filled with a #lu_error if an error occurs @Returns: %TRUE on success Checks if a group account is locked. @context: a context @ent: an entity describing the group @error: filled with a #lu_error if an error occurs @Returns: %TRUE if the account is locked in at least one module Returns a list of all groups matching a pattern. @context: a context @pattern: a glob-like pattern for group name @error: filled with a #lu_error if an error occurs @Returns: an array of strings, each representing one group name. The array should be freed by the caller. Returns a list of all groups containing an user @user. @context: a context @user: user name @error: filled with a #lu_error if an error occurs @Returns: an array of strings, each representing one group name. The array should be freed by the caller. Returns a list of entities, one for each group matching a pattern. @context: a context @pattern: a glob-like pattern for group name @error: filled with a #lu_error if an error occurs @Returns: a list of pointers to group entities. The entities and the list should be freed by the caller. libuser-0.56.9.dfsg.1.orig/docs/reference/tmpl/prompt.sgml0000644000175000017500000000267610777230763021466 0ustar gheghe prompt Sample prompter functions for use with the libuser library. prompt.h declares two predefined prompter functions which applications can use instead of providing their own. These should suffice for most command-line applications. Authors of graphical applications are encouraged to supply graphical implementations. Prompts the user using a text console. @prompts: An array of #lu_prompt structures. @count: The number of elements in the @prompts array. @callback_data: Ignored. @error: The location to store error information in the event of an error. @Returns: A #gboolean indicating success or failure. Prompts the user using a text console. Unlike lu_prompt_console(), this function will not prompt users for a question for which the calling application or module supplies a default, and will simply return the default. @prompts: An array of #lu_prompt structures. @count: The number of elements in the @prompts array. @callback_data: Ignored. @error: The location to store error information in the event of an error. @Returns: A #gboolean indicating success or failure. libuser-0.56.9.dfsg.1.orig/docs/reference/tmpl/value.sgml0000644000175000017500000000614210777230763021251 0ustar gheghe value Simplified interface to GValue types used in libuser entities. Libuser entities store attribute values as #GValue, which allows representing any possible data type. Only a few types are needed in practice; the only types applications should hard-code are %G_TYPE_LONG and %G_TYPE_STRING (%G_TYPE_STRING can usually be used as a fallback for other number types). The only currently used data types that are not conveniently supported using the above types are #uid_t and #gid_t (which can be together represented in #id_t), because they can support values outside of the range of #glong. Helper functions are provided to convert values between #id_t and #GValue, even if the value is stored using %G_TYPE_STRING. The #GValue types used for storing #id_t values are an internal implementation detail of libuser and applications should not rely on them. Values of each attribute are expected to have a specific type, documented in the documentation of the specific attribute name. Using other types (e.g. using %G_TYPE_STRING for %LU_UIDNUMBER) is not allowed and results in undefined behavior.. You can use lu_value_strdup() and lu_value_init_set_attr_from_string() for conversion between strings and values appropriate for a specific attribute. An #id_t value that matches no valid user or group ID. Converts @value, of any type used by libuser, to a string. Preferable to hard-coding checks for expected value types. @value: value @Returns: string, should be freed by g_free() Initializes a zero-filled (uninitialized) @value for storing a value of attribute @attr and sets it to the contents of @string. To see whether a specific type is used for an attribute, see the documentation of that attribute. @value: #GValue @attr: attribute name @string: the string to convert @error: filled with a #lu_error if an error occurs, or %NULL if @attr is unknown @Returns: %TRUE on success, %FALSE on error or if @attr is unknown Initializes a zero-filled (uninitialized) @value with an unspecified type and sets it to @id. @value: #GValue @id: user or group ID. Get the contents of @value. @value should be initialized by lu_value_init_set_id () or use %G_TYPE_LONG or %G_TYPE_STRING. If @value does not contain a valid #id_t value, %LU_VALUE_INVALID_ID is returned. @value: #GValue @Returns: ID value or %LU_VALUE_INVALID_ID Check whether @a and @b have the same type and value. @a: #GValue @b: #GValue @Returns: #TRUE if @a and @b have the same type and value libuser-0.56.9.dfsg.1.orig/docs/reference/tmpl/entity.sgml0000644000175000017500000002155410777230763021455 0ustar gheghe entity Functions for manipulating lu_ent structures. entity.h declares functions for manipulating lu_ent structures, which are used by libuser, its modules, and applications to hold data about a particular user or group account. Each struct lu_ent contains two sets of attributes: pending and current. The pending attributes are modified by default, the current attributes are modified by functions ending with _current. Each attribute contains a list of values. The list is never empty; removing the last entry from the list removes the list completely. User name, a %G_TYPE_STRING. User password, a %G_TYPE_STRING. If shadow passwords are used, this is the placeholder password. User ID, an #id_t. Group ID, an #id_t. Usually user's real name, a %G_TYPE_STRING. Often contains user's real name, office name, office phone, home phone, separated by commas. User's home directory, a %G_TYPE_STRING. User's login shell, a %G_TYPE_STRING. Group name, a %G_TYPE_STRING. Group password, a %G_TYPE_STRING. Group member names; each member is represented by a separate %G_TYPE_STRING value. Group administrator names; each administrator is represented by a separate %G_TYPE_STRING value. User name, a %G_TYPE_STRING. Note that %LU_SHADOWNAME is not distinct from %LU_USERNAME. User password in the shadow file, a %G_TYPE_STRING. The number of days since the epoch to the day when the password was last changed, a %G_TYPE_LONG. Minimum password lifetime in days before it can be changed, a %G_TYPE_LONG. Maximum password lifetime in days before it must be changed, a %G_TYPE_LONG. Days before the password lifetime expires when the user should start to be warned, a %G_TYPE_LONG. Days after the password lifetime expires when the user account is disabled (because it is considered inactive), a %G_TYPE_LONG. -1 to disable inactive account disabling. The number of days since the epoch to the day when the account expires and is disabled, a %G_TYPE_LONG. -1 to disable account expiration. A reserved value "for future use", a %G_TYPE_LONG. In most cases the value is -1. User's real name, a %G_TYPE_STRING. User's given name, a %G_TYPE_STRING. User's surname, a %G_TYPE_STRING. User's room number, a %G_TYPE_STRING. User's telephone number, a %G_TYPE_STRING. User's home telephone number, a %G_TYPE_STRING. User's email address, a %G_TYPE_STRING. Creates a new, empty struct #lu_ent. @Returns: the created entity, which should be deallocated by lu_ent_free() Frees an struct #lu_ent, including all strings it owns. @ent: the entity to free Copies one struct #lu_ent over another. @source: the entity to copy @dest: the destination space, must be already allocated by lu_ent_new() Sets pending attribute changes as current values of the entity. @ent: an entity Replaces all attributes with changes pending by their current values, forgetting the pending changes. @ent: an entity Appends @value to pending attribute @attr in a struct #lu_ent if @value is not yet in the list of @attr values. @ent: an entity @attr: attribute name @value: new attribute value Appends @value to current attribute @attr in a struct #lu_ent if @value is not yet in the list of @attr values. @ent: an entity @attr: attribute name @value: new attribute value Removes all values of pending attribute @attribute from a struct #lu_ent. @ent: an entity @attr: attribute name Removes all pending attributes from a struct #lu_ent. @ent: an entity Removes all current attributes from a struct #lu_ent. @ent: an entity Removes all values of current attribute @attribute from a struct #lu_ent. @ent: an entity @attr: attribute name Removes a pending attribute @attr value @value from a struct #lu_ent, if present. @ent: an entity @attr: attribute name @value: attribute value Removes a current attribute @attr value @value from a struct #lu_ent, if present. @ent: an entity @attr: attribute name @value: attribute value Dumps an struct #lu_ent to a file in text form, for debugging. @ent: the entity to dump @fp: destination file Returns values associated with a pending attribute in a struct #lu_ent. @ent: an entity @attribute: attribute name @Returns: an array of values, valid at least until they are modified or deleted. The array is never empty and it should not be freed by the caller. Returns %NULL if the attribute is not present at all or on error. Returns a list of all pending attributes in a struct #lu_ent. @ent: an entity @Returns: a #GList of attribute names. The list (but not the strings in the list) should be freed by the caller. Returns a list of all current attributes in a struct #lu_ent. @ent: an entity @Returns: a #GList of attribute names. The list (but not the strings in the list) should be freed by the caller. Returns values associated with a current attribute in a struct #lu_ent. @ent: an entity @attribute: attribute name @Returns: a list of values, valid at least until they are modified or deleted. The list should not be freed by the caller. Returns %NULL if the attribute is not present at all or on error. Checks if a struct #lu_ent has at least one pending attribute @attribute. @ent: an entity @attribute: attribute name @Returns: %TRUE if @attribute has a value in @ent. Checks if a struct #lu_ent has at least one current attribute @attribute. @ent: an entity @attribute: attribute name @Returns: %TRUE if @attribute has a value in @ent. Replaces all pending attributes @attr in a struct #lu_ent by a copy of @values. If @values is empty, it removes the pending attribute completely. @ent: an entity @attr: attribute name @values: an array of values Replaces all current attributes @attr in a struct #lu_ent by a copy of @values. If @values is empty, it removes the current attribute completely. @ent: an entity @attr: attribute name @values: an array of values libuser-0.56.9.dfsg.1.orig/docs/reference/libuser-docs.sgml0000644000175000017500000000132110777230701021536 0ustar gheghe ]> libuser Reference Manual libuser &libuser-config; &libuser-value; &libuser-entity; &libuser-error; &libuser-prompt; &libuser-user; libuser-0.56.9.dfsg.1.orig/docs/reference/gtk-doc.make0000644000175000017500000001201610740714602020446 0ustar gheghe# -*- mode: makefile -*- #################################### # Everything below here is generic # #################################### if GTK_DOC_USE_LIBTOOL GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS) GTKDOC_LD = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) else GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS) GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) endif # We set GPATH here; this gives us semantics for GNU make # which are more like other make's VPATH, when it comes to # whether a source that is a target of one rule is then # searched for in VPATH/GPATH. # GPATH = $(srcdir) TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE) EXTRA_DIST = \ $(content_files) \ $(HTML_IMAGES) \ $(DOC_MAIN_SGML_FILE) \ $(DOC_MODULE)-sections.txt \ $(DOC_MODULE)-overrides.txt DOC_STAMPS=scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \ $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp SCANOBJ_FILES = \ $(DOC_MODULE).args \ $(DOC_MODULE).hierarchy \ $(DOC_MODULE).interfaces \ $(DOC_MODULE).prerequisites \ $(DOC_MODULE).signals REPORT_FILES = \ $(DOC_MODULE)-undocumented.txt \ $(DOC_MODULE)-undeclared.txt \ $(DOC_MODULE)-unused.txt CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) if ENABLE_GTK_DOC all-local: html-build.stamp else all-local: endif docs: html-build.stamp #### scan #### scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB) @echo 'gtk-doc: Scanning header files' @-chmod -R u+w $(srcdir) cd $(srcdir) && \ gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="$(IGNORE_HFILES)" $(SCAN_OPTIONS) $(EXTRA_HFILES) if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \ CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" CFLAGS="$(GTKDOC_CFLAGS)" LDFLAGS="$(GTKDOC_LIBS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \ else \ cd $(srcdir) ; \ for i in $(SCANOBJ_FILES) ; do \ test -f $$i || touch $$i ; \ done \ fi touch scan-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp @true #### templates #### tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt @echo 'gtk-doc: Rebuilding template files' @-chmod -R u+w $(srcdir) cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) touch tmpl-build.stamp tmpl.stamp: tmpl-build.stamp @true tmpl/*.sgml: @true #### xml #### sgml-build.stamp: tmpl.stamp $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files) @echo 'gtk-doc: Building XML' @-chmod -R u+w $(srcdir) cd $(srcdir) && \ gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $(MKDB_OPTIONS) touch sgml-build.stamp sgml.stamp: sgml-build.stamp @true #### html #### html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) @echo 'gtk-doc: Building HTML' @-chmod -R u+w $(srcdir) rm -rf $(srcdir)/html mkdir $(srcdir)/html cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html ) @echo 'gtk-doc: Fixing cross-references' cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) touch html-build.stamp ############## clean-local: rm -f *~ *.bak rm -rf .libs distclean-local: cd $(srcdir) && \ rm -rf xml $(REPORT_FILES) \ $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt maintainer-clean-local: clean cd $(srcdir) && rm -rf xml html install-data-local: installfiles=`echo $(srcdir)/html/*`; \ if test "$$installfiles" = '$(srcdir)/html/*'; \ then echo '-- Nothing to install' ; \ else \ $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR); \ for i in $$installfiles; do \ echo '-- Installing '$$i ; \ $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \ done; \ echo '-- Installing $(srcdir)/html/index.sgml' ; \ $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \ (which gtkdoc-rebase >& /dev/null && \ gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR)) || : ; \ fi uninstall-local: rm -f $(DESTDIR)$(TARGET_DIR)/* # # Require gtk-doc when making dist # if ENABLE_GTK_DOC dist-check-gtkdoc: else dist-check-gtkdoc: @echo "*** gtk-doc must be installed and enabled in order to make dist" @false endif dist-hook: dist-check-gtkdoc dist-hook-local mkdir $(distdir)/tmpl mkdir $(distdir)/xml mkdir $(distdir)/html -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl -cp $(srcdir)/xml/*.xml $(distdir)/xml cp $(srcdir)/html/* $(distdir)/html cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ cd $(distdir) && rm -f $(DISTCLEANFILES) -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html .PHONY : dist-hook-local docs libuser-0.56.9.dfsg.1.orig/docs/reference/xml/0000755000175000017500000000000010777230763017072 5ustar gheghelibuser-0.56.9.dfsg.1.orig/docs/reference/xml/prompt.xml0000644000175000017500000001312610777230763021140 0ustar gheghe prompt 3 LIBUSER Library prompt Sample prompter functions for use with the libuser library. Synopsis gboolean lu_prompt_console (struct lu_prompt *prompts, int count, gpointer callback_data, struct lu_error **error); gboolean lu_prompt_console_quiet (struct lu_prompt *prompts, int count, gpointer callback_data, struct lu_error **error); Description prompt.h declares two predefined prompter functions which applications can use instead of providing their own. These should suffice for most command-line applications. Authors of graphical applications are encouraged to supply graphical implementations. Details <anchor id="lu-prompt-console" role="function"/>lu_prompt_console () lu_prompt_consolegboolean lu_prompt_console (struct lu_prompt *prompts, int count, gpointer callback_data, struct lu_error **error); Prompts the user using a text console. prompts : An array of lu_prompt structures. count : The number of elements in the prompts array. callback_data : Ignored. error : The location to store error information in the event of an error. Returns :A gboolean indicating success or failure. <anchor id="lu-prompt-console-quiet" role="function"/>lu_prompt_console_quiet () lu_prompt_console_quietgboolean lu_prompt_console_quiet (struct lu_prompt *prompts, int count, gpointer callback_data, struct lu_error **error); Prompts the user using a text console. Unlike lu_prompt_console(), this function will not prompt users for a question for which the calling application or module supplies a default, and will simply return the default. prompts : An array of lu_prompt structures. count : The number of elements in the prompts array. callback_data : Ignored. error : The location to store error information in the event of an error. Returns :A gboolean indicating success or failure. libuser-0.56.9.dfsg.1.orig/docs/reference/xml/value.xml0000644000175000017500000002554010777230763020736 0ustar gheghe value 3 LIBUSER Library value Simplified interface to GValue types used in libuser entities. Synopsis #define LU_VALUE_INVALID_ID char* lu_value_strdup (const GValue *value); gboolean lu_value_init_set_attr_from_string (GValue *value, const char *attr, const char *string, lu_error_t **error); void lu_value_init_set_id (GValue *value, id_t id); id_t lu_value_get_id (const GValue *value); int lu_values_equal (const GValue *a, const GValue *b); Description Libuser entities store attribute values as GValue, which allows representing any possible data type. Only a few types are needed in practice; the only types applications should hard-code are G_TYPE_LONG and G_TYPE_STRING (G_TYPE_STRING can usually be used as a fallback for other number types). The only currently used data types that are not conveniently supported using the above types are uid_t and gid_t (which can be together represented in id_t), because they can support values outside of the range of glong. Helper functions are provided to convert values between id_t and GValue, even if the value is stored using G_TYPE_STRING. The GValue types used for storing id_t values are an internal implementation detail of libuser and applications should not rely on them. Values of each attribute are expected to have a specific type, documented in the documentation of the specific attribute name. Using other types (e.g. using G_TYPE_STRING for LU_UIDNUMBER) is not allowed and results in undefined behavior.. You can use lu_value_strdup() and lu_value_init_set_attr_from_string() for conversion between strings and values appropriate for a specific attribute. Details <anchor id="LU-VALUE-INVALID-ID:CAPS" role="macro"/>LU_VALUE_INVALID_ID LU_VALUE_INVALID_ID#define LU_VALUE_INVALID_ID ((id_t)-1) An id_t value that matches no valid user or group ID. <anchor id="lu-value-strdup" role="function"/>lu_value_strdup () lu_value_strdupchar* lu_value_strdup (const GValue *value); Converts value, of any type used by libuser, to a string. Preferable to hard-coding checks for expected value types. value : value Returns :string, should be freed by g_free() <anchor id="lu-value-init-set-attr-from-string" role="function"/>lu_value_init_set_attr_from_string () lu_value_init_set_attr_from_stringgboolean lu_value_init_set_attr_from_string (GValue *value, const char *attr, const char *string, lu_error_t **error); Initializes a zero-filled (uninitialized) value for storing a value of attribute attr and sets it to the contents of string. To see whether a specific type is used for an attribute, see the documentation of that attribute. value : GValue attr : attribute name string : the string to convert error : filled with a lu_error if an error occurs, or NULL if attr is unknown Returns :TRUE on success, FALSE on error or if attr is unknown <anchor id="lu-value-init-set-id" role="function"/>lu_value_init_set_id () lu_value_init_set_idvoid lu_value_init_set_id (GValue *value, id_t id); Initializes a zero-filled (uninitialized) value with an unspecified type and sets it to id. value : GValue id : user or group ID. <anchor id="lu-value-get-id" role="function"/>lu_value_get_id () lu_value_get_idid_t lu_value_get_id (const GValue *value); Get the contents of value. value should be initialized by lu_value_init_set_id() or use G_TYPE_LONG or G_TYPE_STRING. If value does not contain a valid id_t value, LU_VALUE_INVALID_ID is returned. value : GValue Returns :ID value or LU_VALUE_INVALID_ID <anchor id="lu-values-equal" role="function"/>lu_values_equal () lu_values_equalint lu_values_equal (const GValue *a, const GValue *b); Check whether a and b have the same type and value. a : GValue b : GValue Returns :TRUE if a and b have the same type and value libuser-0.56.9.dfsg.1.orig/docs/reference/xml/error.xml0000644000175000017500000002231710777230763020752 0ustar gheghe error 3 LIBUSER Library error Functions for allocating and manipulating lu_error structures. Synopsis #define LU_ERROR_CHECK (err_p_p) void lu_error_new (lu_error_t **error, lu_status_t code, const char *fmt, ...); void lu_error_free (lu_error_t **error); gboolean lu_error_is_success (lu_status_t status); gboolean lu_error_is_warning (lu_status_t status); gboolean lu_error_is_error (lu_status_t status); const char* lu_strerror (lu_error_t *error); Description error.h includes declarations for allocating and manipulating lu_error structures. These structures hold error and status information passed between libuser, its modules, and applications. A struct lu_error contains an error code and a human-readable, possibly translated error string. The error string is using the encoding specified by LC_CTYPE locale category. Details <anchor id="LU-ERROR-CHECK:CAPS" role="macro"/>LU_ERROR_CHECK() LU_ERROR_CHECK#define LU_ERROR_CHECK(err_p_p) Checks that the given pointer to a pointer to a struct does not already point to a valid lu_error structure. This macro is used by many internal functions to check that an error has not already occurred when they are invoked. err_p_p : A pointer to a struct lu_error * which will be checked. If there <anchor id="lu-error-new" role="function"/>lu_error_new () lu_error_newvoid lu_error_new (lu_error_t **error, lu_status_t code, const char *fmt, ...); Creates a new lu_error structure. error : A pointer to a struct lu_error * which will hold the newly-created error structure. It must point to NULL before calling this function. code : An error code fmt : Format string describing the error. If NULL, a default string is used. ... : Arguments for fmt, if necessary <anchor id="lu-error-free" role="function"/>lu_error_free () lu_error_freevoid lu_error_free (lu_error_t **error); Frees an lu_error structure. error : A pointer to a pointer to the structure to be freed. The pointer is set to NULL after the error is freed. <anchor id="lu-error-is-success" role="function"/>lu_error_is_success () lu_error_is_successgboolean lu_error_is_success (lu_status_t status); Check if the error code held by an error structure is a success code. status : An error code Returns :a gboolean indicating whether or not the error is a success code. <anchor id="lu-error-is-warning" role="function"/>lu_error_is_warning () lu_error_is_warninggboolean lu_error_is_warning (lu_status_t status); Check if the error code held by an error structure is a warning code. status : An error code Returns :a gboolean indicating whether or not the error is a warning code. <anchor id="lu-error-is-error" role="function"/>lu_error_is_error () lu_error_is_errorgboolean lu_error_is_error (lu_status_t status); Check if the error code held by an error structure is an error code. status : An error code Returns :a gboolean indicating whether or not the error is an error code. <anchor id="lu-strerror" role="function"/>lu_strerror () lu_strerrorconst char* lu_strerror (lu_error_t *error); Converts an lu_error structure to a string describing the error. If the error->string is NULL, returns a text representation of error->code. error : An error Returns :error string valid at least until error is freed. libuser-0.56.9.dfsg.1.orig/docs/reference/xml/user.xml0000644000175000017500000021153510777230763020601 0ustar gheghe user 3 LIBUSER Library user Functions for initializing the library, looking up information, and making changes to the system information store. Synopsis lu_context_t* lu_start (const char *authname, lu_entity_type_t auth_type, const char *modules, const char *create_modules, lu_prompt_fn *prompter, gpointer callback_data, lu_error_t **error); void lu_end (lu_context_t *context); void lu_set_prompter (lu_context_t *context, lu_prompt_fn *prompter, gpointer callback_data); void lu_get_prompter (lu_context_t *context, lu_prompt_fn **prompter, gpointer *callback_data); gboolean lu_set_modules (lu_context_t *context, const char *list, lu_error_t **error); const char* lu_get_modules (lu_context_t *context); gboolean lu_uses_elevated_privileges (lu_context_t *context); gboolean lu_user_lookup_name (lu_context_t *context, const char *name, struct lu_ent *ent, lu_error_t **error); gboolean lu_user_lookup_id (lu_context_t *context, uid_t uid, struct lu_ent *ent, lu_error_t **error); gboolean lu_user_default (lu_context_t *ctx, const char *name, gboolean system_account, struct lu_ent *ent); gboolean lu_user_add (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); gboolean lu_user_modify (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); gboolean lu_user_delete (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); gboolean lu_user_setpass (lu_context_t *context, struct lu_ent *ent, const char *newpass, gboolean crypted, lu_error_t **error); gboolean lu_user_removepass (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); gboolean lu_user_lock (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); gboolean lu_user_unlock (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); gboolean lu_user_unlock_nonempty (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); gboolean lu_user_islocked (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); GValueArray* lu_users_enumerate (lu_context_t *context, const char *pattern, lu_error_t **error); GValueArray* lu_users_enumerate_by_group (lu_context_t *context, const char *group, lu_error_t **error); GPtrArray* lu_users_enumerate_full (lu_context_t *context, const char *pattern, lu_error_t **error); gboolean lu_group_lookup_name (lu_context_t *context, const char *name, struct lu_ent *ent, lu_error_t **error); gboolean lu_group_lookup_id (lu_context_t *context, gid_t gid, struct lu_ent *ent, lu_error_t **error); gboolean lu_group_default (lu_context_t *ctx, const char *name, gboolean system_account, struct lu_ent *ent); gboolean lu_group_add (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); gboolean lu_group_modify (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); gboolean lu_group_delete (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); gboolean lu_group_setpass (lu_context_t *context, struct lu_ent *ent, const char *newpass, gboolean crypted, lu_error_t **error); gboolean lu_group_removepass (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); gboolean lu_group_lock (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); gboolean lu_group_unlock (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); gboolean lu_group_unlock_nonempty (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); gboolean lu_group_islocked (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); GValueArray* lu_groups_enumerate (lu_context_t *context, const char *pattern, lu_error_t **error); GValueArray* lu_groups_enumerate_by_user (lu_context_t *context, const char *user, lu_error_t **error); GPtrArray* lu_groups_enumerate_full (lu_context_t *context, const char *pattern, lu_error_t **error); Description user.h contains declarations for functions which start up and shut down the libuser library, and for functions which perform lookup queries and modifications of the system information store. Details <anchor id="lu-start" role="function"/>lu_start () lu_startlu_context_t* lu_start (const char *authname, lu_entity_type_t auth_type, const char *modules, const char *create_modules, lu_prompt_fn *prompter, gpointer callback_data, lu_error_t **error); Initializes the libuser library. authname : suggested client name to use when connecting to servers, or NULL auth_type : whether auth_name is a user or a group modules : a list of modules to use for queries (separated by whitespace or commas), or NULL to use modules specified in the config file create_modules : a list of modules to use for entity creation (separated by whitespace or commas), or NULL to use modules specified in the config file prompter : a function to use for getting information from the user callback_data : data for prompter error : filled with a lu_error if an error occurs Returns :a context which should be freed by lu_end() on success, NULL on failure <anchor id="lu-end" role="function"/>lu_end () lu_endvoid lu_end (lu_context_t *context); Destroys a libuser library context context : a context <anchor id="lu-set-prompter" role="function"/>lu_set_prompter () lu_set_promptervoid lu_set_prompter (lu_context_t *context, lu_prompt_fn *prompter, gpointer callback_data); Changes the prompter function in a context context : a context prompter : a new function to user for getting information from the user callback_data : data for prompter <anchor id="lu-get-prompter" role="function"/>lu_get_prompter () lu_get_promptervoid lu_get_prompter (lu_context_t *context, lu_prompt_fn **prompter, gpointer *callback_data); Gets current prompter function from a context context : a context prompter : if not NULL, points to a place where the current prompter function will be stored callback_data : if not NULL, points to a place where the current prompter function data will be stored <anchor id="lu-set-modules" role="function"/>lu_set_modules () lu_set_modulesgboolean lu_set_modules (lu_context_t *context, const char *list, lu_error_t **error); Replaces the current set of modules for queries in context to list. context : a context list : a list of modules (separated by whitespace or commas) error : filled with a lu_error if an error occurs Returns :TRUE on success, FALSE on failure <anchor id="lu-get-modules" role="function"/>lu_get_modules () lu_get_modulesconst char* lu_get_modules (lu_context_t *context); Returns a list of modules for queries in context. context : a context Returns :a list of modules separated by spaces, or NULL if the list of modules is empty. The list should not be freed by the caller. <anchor id="lu-uses-elevated-privileges" role="function"/>lu_uses_elevated_privileges () lu_uses_elevated_privilegesgboolean lu_uses_elevated_privileges (lu_context_t *context); Checks if any module uses elevated privileges (e.g. modifies files that normal users can't modify). context : a context Returns :TRUE if at least one module uses elevated privileges <anchor id="lu-user-lookup-name" role="function"/>lu_user_lookup_name () lu_user_lookup_namegboolean lu_user_lookup_name (lu_context_t *context, const char *name, struct lu_ent *ent, lu_error_t **error); Looks up an user by name. context : a context name : user name ent : an entity filled with received information error : filled with a lu_error if an error occurs Returns :TRUE on success <anchor id="lu-user-lookup-id" role="function"/>lu_user_lookup_id () lu_user_lookup_idgboolean lu_user_lookup_id (lu_context_t *context, uid_t uid, struct lu_ent *ent, lu_error_t **error); Looks up an user by UID. context : a context uid : user ID ent : an entity filled with received information error : filled with a lu_error if an error occurs Returns :TRUE on success <anchor id="lu-user-default" role="function"/>lu_user_default () lu_user_defaultgboolean lu_user_default (lu_context_t *ctx, const char *name, gboolean system_account, struct lu_ent *ent); Fills out an user entity as specified by the config file and modules to prepare for creation of the user. ctx : a context name : new user name system_account : non-zero if the user is a system user ent : an entity Returns :TRUE on success <anchor id="lu-user-add" role="function"/>lu_user_add () lu_user_addgboolean lu_user_add (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); Creates an user in all modules specified for entity creation. context : a context ent : an entity describing the user, on success updated with resulting account error : filled with a lu_error if an error occurs Returns :TRUE on success <anchor id="lu-user-modify" role="function"/>lu_user_modify () lu_user_modifygboolean lu_user_modify (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); Modifies an user entity. context : a context ent : an entity with pending modifications, on success updated with current information error : filled with a lu_error if an error occurs Returns :TRUE on success <anchor id="lu-user-delete" role="function"/>lu_user_delete () lu_user_deletegboolean lu_user_delete (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); Deletes an user. context : a context ent : an entity describing the user error : filled with a lu_error if an error occurs Returns :TRUE on success <anchor id="lu-user-setpass" role="function"/>lu_user_setpass () lu_user_setpassgboolean lu_user_setpass (lu_context_t *context, struct lu_ent *ent, const char *newpass, gboolean crypted, lu_error_t **error); Changes an user's password. context : a context ent : an entity describing the user, on success updated with current information and LU_SHADOWLASTCHANGE newpass : new password crypted : non-zero if newpass is already encrypted error : filled with an lu_error if an error occurs Returns :TRUE on success <anchor id="lu-user-removepass" role="function"/>lu_user_removepass () lu_user_removepassgboolean lu_user_removepass (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); Changes an user's password to an empty string. context : a context ent : an entity describing the user, on success updated with current information and LU_SHADOWLASTCHANGE error : filled with an lu_error if an error occurs Returns :TRUE on success <anchor id="lu-user-lock" role="function"/>lu_user_lock () lu_user_lockgboolean lu_user_lock (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); Locks an user account. context : a context ent : an entity describing the user, on success updated with current information error : filled with a lu_error if an error occurs Returns :TRUE on success <anchor id="lu-user-unlock" role="function"/>lu_user_unlock () lu_user_unlockgboolean lu_user_unlock (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); Unlocks an user account. context : a context ent : an entity describing the user, on success updated with current information error : filled with a lu_error if an error occurs Returns :TRUE on success <anchor id="lu-user-unlock-nonempty" role="function"/>lu_user_unlock_nonempty () lu_user_unlock_nonemptygboolean lu_user_unlock_nonempty (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); Unlocks an user account. If unlocking the account would result in an empty password field, it fails with lu_error_unlock_empty. Note that the password can still be empty. context : a context ent : an entity describing the user, on success updated with current information error : filled with a lu_error if an error occurs Returns :TRUE on success <anchor id="lu-user-islocked" role="function"/>lu_user_islocked () lu_user_islockedgboolean lu_user_islocked (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); Checks if an user account is locked. context : a context ent : an entity describing the user error : filled with a lu_error if an error occurs Returns :TRUE if the account is locked in at least one module <anchor id="lu-users-enumerate" role="function"/>lu_users_enumerate () lu_users_enumerateGValueArray* lu_users_enumerate (lu_context_t *context, const char *pattern, lu_error_t **error); Returns a list of all users matching a pattern. context : a context pattern : a glob-like pattern for user name error : filled with a lu_error if an error occurs Returns :an array of strings, each representing one user name. The array should be freed by the caller. <anchor id="lu-users-enumerate-by-group" role="function"/>lu_users_enumerate_by_group () lu_users_enumerate_by_groupGValueArray* lu_users_enumerate_by_group (lu_context_t *context, const char *group, lu_error_t **error); Returns a list of all members of a group group. context : a context group : group name error : filled with a lu_error if an error occurs Returns :an array of strings, each representing one user name. The array should be freed by the caller. <anchor id="lu-users-enumerate-full" role="function"/>lu_users_enumerate_full () lu_users_enumerate_fullGPtrArray* lu_users_enumerate_full (lu_context_t *context, const char *pattern, lu_error_t **error); Returns a list of entities, one for each user matching a pattern. context : a context pattern : a glob-like pattern for user name error : filled with a lu_error if an error occurs Returns :a list of pointers to user entities. The entities and the list should be freed by the caller. <anchor id="lu-group-lookup-name" role="function"/>lu_group_lookup_name () lu_group_lookup_namegboolean lu_group_lookup_name (lu_context_t *context, const char *name, struct lu_ent *ent, lu_error_t **error); Looks up a group by name. context : a context name : group name ent : an entity filled with received information error : filled with a lu_error if an error occurs Returns :TRUE on success <anchor id="lu-group-lookup-id" role="function"/>lu_group_lookup_id () lu_group_lookup_idgboolean lu_group_lookup_id (lu_context_t *context, gid_t gid, struct lu_ent *ent, lu_error_t **error); Looks up a group by GID. context : a context gid : group ID ent : an entity filled with received information error : filled with a lu_error if an error occurs Returns :TRUE on success <anchor id="lu-group-default" role="function"/>lu_group_default () lu_group_defaultgboolean lu_group_default (lu_context_t *ctx, const char *name, gboolean system_account, struct lu_ent *ent); Fills out a group entity as specified by the config file and modules to prepare for creation of the group. ctx : a context name : new group name system_account : non-zero if the group is a system group ent : an entity Returns :TRUE on success <anchor id="lu-group-add" role="function"/>lu_group_add () lu_group_addgboolean lu_group_add (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); Creates a group in all modules specified for entity creation. context : a context ent : an entity describing the group, on success updated with resulting account error : filled with a lu_error if an error occurs Returns :TRUE on success <anchor id="lu-group-modify" role="function"/>lu_group_modify () lu_group_modifygboolean lu_group_modify (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); Modifies a group entity. context : a context ent : an entity with pending modifications, on success updated with current information error : filled with a lu_error if an error occurs Returns :TRUE on success <anchor id="lu-group-delete" role="function"/>lu_group_delete () lu_group_deletegboolean lu_group_delete (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); Deletes a group. context : a context ent : an entity describing the group error : filled with a lu_error if an error occurs Returns :TRUE on success <anchor id="lu-group-setpass" role="function"/>lu_group_setpass () lu_group_setpassgboolean lu_group_setpass (lu_context_t *context, struct lu_ent *ent, const char *newpass, gboolean crypted, lu_error_t **error); Changes a group password. context : a contect ent : an entity describing the group, on success updated with current information and LU_SHADOWLASTCHANGE newpass : new password crypted : non-zero if newpass is already encrypted error : filled with an lu_error if an error occurs Returns :TRUE on success <anchor id="lu-group-removepass" role="function"/>lu_group_removepass () lu_group_removepassgboolean lu_group_removepass (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); Changes a group password to an empty string. context : a context ent : an entity describing the group, on success udpated with current information and LU_SHADOWLASTCHANGE error : filled with in lu_error if an error occurs Returns :TRUE on success <anchor id="lu-group-lock" role="function"/>lu_group_lock () lu_group_lockgboolean lu_group_lock (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); Locks a group account context : a context ent : an entity describing the group, on success updated with current information error : filled with a lu_error if an error occurs Returns :TRUE on success <anchor id="lu-group-unlock" role="function"/>lu_group_unlock () lu_group_unlockgboolean lu_group_unlock (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); Unlocks a group account. context : a context ent : an entity describing the group, on success updated with current information error : filled with a lu_error if an error occurs Returns :TRUE on success <anchor id="lu-group-unlock-nonempty" role="function"/>lu_group_unlock_nonempty () lu_group_unlock_nonemptygboolean lu_group_unlock_nonempty (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); Unlocks a group account. If unlocking the account would result in an empty password field, it fails with lu_error_unlock_empty. Note that the password can still be empty. context : a context ent : an entity describing the group, on success updated with current information error : filled with a lu_error if an error occurs Returns :TRUE on success <anchor id="lu-group-islocked" role="function"/>lu_group_islocked () lu_group_islockedgboolean lu_group_islocked (lu_context_t *context, struct lu_ent *ent, lu_error_t **error); Checks if a group account is locked. context : a context ent : an entity describing the group error : filled with a lu_error if an error occurs Returns :TRUE if the account is locked in at least one module <anchor id="lu-groups-enumerate" role="function"/>lu_groups_enumerate () lu_groups_enumerateGValueArray* lu_groups_enumerate (lu_context_t *context, const char *pattern, lu_error_t **error); Returns a list of all groups matching a pattern. context : a context pattern : a glob-like pattern for group name error : filled with a lu_error if an error occurs Returns :an array of strings, each representing one group name. The array should be freed by the caller. <anchor id="lu-groups-enumerate-by-user" role="function"/>lu_groups_enumerate_by_user () lu_groups_enumerate_by_userGValueArray* lu_groups_enumerate_by_user (lu_context_t *context, const char *user, lu_error_t **error); Returns a list of all groups containing an user user. context : a context user : user name error : filled with a lu_error if an error occurs Returns :an array of strings, each representing one group name. The array should be freed by the caller. <anchor id="lu-groups-enumerate-full" role="function"/>lu_groups_enumerate_full () lu_groups_enumerate_fullGPtrArray* lu_groups_enumerate_full (lu_context_t *context, const char *pattern, lu_error_t **error); Returns a list of entities, one for each group matching a pattern. context : a context pattern : a glob-like pattern for group name error : filled with a lu_error if an error occurs Returns :a list of pointers to group entities. The entities and the list should be freed by the caller. libuser-0.56.9.dfsg.1.orig/docs/reference/xml/config.xml0000644000175000017500000001504210777230763021063 0ustar gheghe config 3 LIBUSER Library config Routines for reading configuration information for the libuser library. Synopsis GList* lu_cfg_read (struct lu_context *context, const char *key, const char *default_value); const char* lu_cfg_read_single (struct lu_context *context, const char *key, const char *default_value); GList* lu_cfg_read_keys (struct lu_context *context, const char *parent_key); Description These routines allow an application or module to read configuration data from the libuser configuration. Details <anchor id="lu-cfg-read" role="function"/>lu_cfg_read () lu_cfg_readGList* lu_cfg_read (struct lu_context *context, const char *key, const char *default_value); Reads the list of values for a given key from the configuration space. context : A valid libuser library context. key : The value to be read from the configuration. The key should be of the form "section/key" for most purposes. For example, the files module uses keys of the form "file/foo" for all of its configuration data. default_value : A default value to be returned in case none are found. Can be NULL. Returns :A GList of values, formatted as strings. The list must be freed by calling g_list_free(). <anchor id="lu-cfg-read-single" role="function"/>lu_cfg_read_single () lu_cfg_read_singleconst char* lu_cfg_read_single (struct lu_context *context, const char *key, const char *default_value); Read a single value set for a given key in the configuration space. This is a convenience function. context : A valid libuser library context. key : The value to be read from the configuration. The key should be of the form "section/key" for most purposes. For example, the files module uses keys of the form "file/foo" for all of its configuration data. default_value : A default value to be returned in case none are found. Can be NULL. Returns :A string representation of one of the values set for the key. This string must not be freed. <anchor id="lu-cfg-read-keys" role="function"/>lu_cfg_read_keys () lu_cfg_read_keysGList* lu_cfg_read_keys (struct lu_context *context, const char *parent_key); Read the names of all of the keys "below" a given key in the configuration space. This function is typically used for walking the configuration space. context : A valid libuser library context. parent_key : The parent key under which the caller wishes to know which subkeys are present. Returns :A GList of string representations of key names. The list must be freed using g_list_free(). libuser-0.56.9.dfsg.1.orig/docs/reference/xml/entity.xml0000644000175000017500000011647110777230763021142 0ustar gheghe entity 3 LIBUSER Library entity Functions for manipulating lu_ent structures. Synopsis #define LU_USERNAME #define LU_USERPASSWORD #define LU_UIDNUMBER #define LU_GIDNUMBER #define LU_GECOS #define LU_HOMEDIRECTORY #define LU_LOGINSHELL #define LU_GROUPNAME #define LU_GROUPPASSWORD #define LU_MEMBERNAME #define LU_ADMINISTRATORNAME #define LU_SHADOWNAME #define LU_SHADOWPASSWORD #define LU_SHADOWLASTCHANGE #define LU_SHADOWMIN #define LU_SHADOWMAX #define LU_SHADOWWARNING #define LU_SHADOWINACTIVE #define LU_SHADOWEXPIRE #define LU_SHADOWFLAG #define LU_COMMONNAME #define LU_GIVENNAME #define LU_SN #define LU_ROOMNUMBER #define LU_TELEPHONENUMBER #define LU_HOMEPHONE #define LU_EMAIL lu_ent_t* lu_ent_new (void); void lu_ent_free (lu_ent_t *ent); void lu_ent_copy (lu_ent_t *source, lu_ent_t *dest); void lu_ent_commit (lu_ent_t *ent); void lu_ent_revert (lu_ent_t *ent); void lu_ent_add (lu_ent_t *ent, const char *attr, const GValue *value); void lu_ent_add_current (lu_ent_t *ent, const char *attr, const GValue *value); void lu_ent_clear (lu_ent_t *ent, const char *attr); void lu_ent_clear_all (lu_ent_t *ent); void lu_ent_clear_all_current (lu_ent_t *ent); void lu_ent_clear_current (lu_ent_t *ent, const char *attr); void lu_ent_del (lu_ent_t *ent, const char *attr, const GValue *value); void lu_ent_del_current (lu_ent_t *ent, const char *attr, const GValue *value); void lu_ent_dump (lu_ent_t *ent, FILE *fp); GValueArray* lu_ent_get (lu_ent_t *ent, const char *attribute); GList* lu_ent_get_attributes (lu_ent_t *ent); GList* lu_ent_get_attributes_current (lu_ent_t *ent); GValueArray* lu_ent_get_current (lu_ent_t *ent, const char *attribute); gboolean lu_ent_has (lu_ent_t *ent, const char *attribute); gboolean lu_ent_has_current (lu_ent_t *ent, const char *attribute); void lu_ent_set (lu_ent_t *ent, const char *attr, const GValueArray *values); void lu_ent_set_current (lu_ent_t *ent, const char *attr, const GValueArray *values); Description entity.h declares functions for manipulating lu_ent structures, which are used by libuser, its modules, and applications to hold data about a particular user or group account. Each struct lu_ent contains two sets of attributes: pending and current. The pending attributes are modified by default, the current attributes are modified by functions ending with _current. Each attribute contains a list of values. The list is never empty; removing the last entry from the list removes the list completely. Details <anchor id="LU-USERNAME:CAPS" role="macro"/>LU_USERNAME LU_USERNAME#define LU_USERNAME "pw_name" User name, a G_TYPE_STRING. <anchor id="LU-USERPASSWORD:CAPS" role="macro"/>LU_USERPASSWORD LU_USERPASSWORD#define LU_USERPASSWORD "pw_passwd" User password, a G_TYPE_STRING. If shadow passwords are used, this is the placeholder password. <anchor id="LU-UIDNUMBER:CAPS" role="macro"/>LU_UIDNUMBER LU_UIDNUMBER#define LU_UIDNUMBER "pw_uid" User ID, an id_t. <anchor id="LU-GIDNUMBER:CAPS" role="macro"/>LU_GIDNUMBER LU_GIDNUMBER#define LU_GIDNUMBER "pw_gid" Group ID, an id_t. <anchor id="LU-GECOS:CAPS" role="macro"/>LU_GECOS LU_GECOS#define LU_GECOS "pw_gecos" Usually user's real name, a G_TYPE_STRING. Often contains user's real name, office name, office phone, home phone, separated by commas. <anchor id="LU-HOMEDIRECTORY:CAPS" role="macro"/>LU_HOMEDIRECTORY LU_HOMEDIRECTORY#define LU_HOMEDIRECTORY "pw_dir" User's home directory, a G_TYPE_STRING. <anchor id="LU-LOGINSHELL:CAPS" role="macro"/>LU_LOGINSHELL LU_LOGINSHELL#define LU_LOGINSHELL "pw_shell" User's login shell, a G_TYPE_STRING. <anchor id="LU-GROUPNAME:CAPS" role="macro"/>LU_GROUPNAME LU_GROUPNAME#define LU_GROUPNAME "gr_name" Group name, a G_TYPE_STRING. <anchor id="LU-GROUPPASSWORD:CAPS" role="macro"/>LU_GROUPPASSWORD LU_GROUPPASSWORD#define LU_GROUPPASSWORD "gr_passwd" Group password, a G_TYPE_STRING. <anchor id="LU-MEMBERNAME:CAPS" role="macro"/>LU_MEMBERNAME LU_MEMBERNAME#define LU_MEMBERNAME "gr_mem" Group member names; each member is represented by a separate G_TYPE_STRING value. <anchor id="LU-ADMINISTRATORNAME:CAPS" role="macro"/>LU_ADMINISTRATORNAME LU_ADMINISTRATORNAME#define LU_ADMINISTRATORNAME "gr_adm" Group administrator names; each administrator is represented by a separate G_TYPE_STRING value. <anchor id="LU-SHADOWNAME:CAPS" role="macro"/>LU_SHADOWNAME LU_SHADOWNAME#define LU_SHADOWNAME LU_USERNAME User name, a G_TYPE_STRING. Note that LU_SHADOWNAME is not distinct from LU_USERNAME. <anchor id="LU-SHADOWPASSWORD:CAPS" role="macro"/>LU_SHADOWPASSWORD LU_SHADOWPASSWORD#define LU_SHADOWPASSWORD "sp_pwdp" User password in the shadow file, a G_TYPE_STRING. <anchor id="LU-SHADOWLASTCHANGE:CAPS" role="macro"/>LU_SHADOWLASTCHANGE LU_SHADOWLASTCHANGE#define LU_SHADOWLASTCHANGE "sp_lstchg" The number of days since the epoch to the day when the password was last changed, a G_TYPE_LONG. <anchor id="LU-SHADOWMIN:CAPS" role="macro"/>LU_SHADOWMIN LU_SHADOWMIN#define LU_SHADOWMIN "sp_min" Minimum password lifetime in days before it can be changed, a G_TYPE_LONG. <anchor id="LU-SHADOWMAX:CAPS" role="macro"/>LU_SHADOWMAX LU_SHADOWMAX#define LU_SHADOWMAX "sp_max" Maximum password lifetime in days before it must be changed, a G_TYPE_LONG. <anchor id="LU-SHADOWWARNING:CAPS" role="macro"/>LU_SHADOWWARNING LU_SHADOWWARNING#define LU_SHADOWWARNING "sp_warn" Days before the password lifetime expires when the user should start to be warned, a G_TYPE_LONG. <anchor id="LU-SHADOWINACTIVE:CAPS" role="macro"/>LU_SHADOWINACTIVE LU_SHADOWINACTIVE#define LU_SHADOWINACTIVE "sp_inact" Days after the password lifetime expires when the user account is disabled (because it is considered inactive), a G_TYPE_LONG. -1 to disable inactive account disabling. <anchor id="LU-SHADOWEXPIRE:CAPS" role="macro"/>LU_SHADOWEXPIRE LU_SHADOWEXPIRE#define LU_SHADOWEXPIRE "sp_expire" The number of days since the epoch to the day when the account expires and is disabled, a G_TYPE_LONG. -1 to disable account expiration. <anchor id="LU-SHADOWFLAG:CAPS" role="macro"/>LU_SHADOWFLAG LU_SHADOWFLAG#define LU_SHADOWFLAG "sp_flag" A reserved value "for future use", a G_TYPE_LONG. In most cases the value is -1. <anchor id="LU-COMMONNAME:CAPS" role="macro"/>LU_COMMONNAME LU_COMMONNAME#define LU_COMMONNAME "cn" User's real name, a G_TYPE_STRING. <anchor id="LU-GIVENNAME:CAPS" role="macro"/>LU_GIVENNAME LU_GIVENNAME#define LU_GIVENNAME "givenName" User's given name, a G_TYPE_STRING. <anchor id="LU-SN:CAPS" role="macro"/>LU_SN LU_SN#define LU_SN "sn" User's surname, a G_TYPE_STRING. <anchor id="LU-ROOMNUMBER:CAPS" role="macro"/>LU_ROOMNUMBER LU_ROOMNUMBER#define LU_ROOMNUMBER "roomNumber" User's room number, a G_TYPE_STRING. <anchor id="LU-TELEPHONENUMBER:CAPS" role="macro"/>LU_TELEPHONENUMBER LU_TELEPHONENUMBER#define LU_TELEPHONENUMBER "telephoneNumber" User's telephone number, a G_TYPE_STRING. <anchor id="LU-HOMEPHONE:CAPS" role="macro"/>LU_HOMEPHONE LU_HOMEPHONE#define LU_HOMEPHONE "homePhone" User's home telephone number, a G_TYPE_STRING. <anchor id="LU-EMAIL:CAPS" role="macro"/>LU_EMAIL LU_EMAIL#define LU_EMAIL "mail" User's email address, a G_TYPE_STRING. <anchor id="lu-ent-new" role="function"/>lu_ent_new () lu_ent_newlu_ent_t* lu_ent_new (void); Creates a new, empty struct lu_ent. Returns :the created entity, which should be deallocated by lu_ent_free() <anchor id="lu-ent-free" role="function"/>lu_ent_free () lu_ent_freevoid lu_ent_free (lu_ent_t *ent); Frees an struct lu_ent, including all strings it owns. ent : the entity to free <anchor id="lu-ent-copy" role="function"/>lu_ent_copy () lu_ent_copyvoid lu_ent_copy (lu_ent_t *source, lu_ent_t *dest); Copies one struct lu_ent over another. source : the entity to copy dest : the destination space, must be already allocated by lu_ent_new() <anchor id="lu-ent-commit" role="function"/>lu_ent_commit () lu_ent_commitvoid lu_ent_commit (lu_ent_t *ent); Sets pending attribute changes as current values of the entity. ent : an entity <anchor id="lu-ent-revert" role="function"/>lu_ent_revert () lu_ent_revertvoid lu_ent_revert (lu_ent_t *ent); Replaces all attributes with changes pending by their current values, forgetting the pending changes. ent : an entity <anchor id="lu-ent-add" role="function"/>lu_ent_add () lu_ent_addvoid lu_ent_add (lu_ent_t *ent, const char *attr, const GValue *value); Appends value to pending attribute attr in a struct lu_ent if value is not yet in the list of attr values. ent : an entity attr : attribute name value : new attribute value <anchor id="lu-ent-add-current" role="function"/>lu_ent_add_current () lu_ent_add_currentvoid lu_ent_add_current (lu_ent_t *ent, const char *attr, const GValue *value); Appends value to current attribute attr in a struct lu_ent if value is not yet in the list of attr values. ent : an entity attr : attribute name value : new attribute value <anchor id="lu-ent-clear" role="function"/>lu_ent_clear () lu_ent_clearvoid lu_ent_clear (lu_ent_t *ent, const char *attr); Removes all values of pending attribute attribute from a struct lu_ent. ent : an entity attr : attribute name <anchor id="lu-ent-clear-all" role="function"/>lu_ent_clear_all () lu_ent_clear_allvoid lu_ent_clear_all (lu_ent_t *ent); Removes all pending attributes from a struct lu_ent. ent : an entity <anchor id="lu-ent-clear-all-current" role="function"/>lu_ent_clear_all_current () lu_ent_clear_all_currentvoid lu_ent_clear_all_current (lu_ent_t *ent); Removes all current attributes from a struct lu_ent. ent : an entity <anchor id="lu-ent-clear-current" role="function"/>lu_ent_clear_current () lu_ent_clear_currentvoid lu_ent_clear_current (lu_ent_t *ent, const char *attr); Removes all values of current attribute attribute from a struct lu_ent. ent : an entity attr : attribute name <anchor id="lu-ent-del" role="function"/>lu_ent_del () lu_ent_delvoid lu_ent_del (lu_ent_t *ent, const char *attr, const GValue *value); Removes a pending attribute attr value value from a struct lu_ent, if present. ent : an entity attr : attribute name value : attribute value <anchor id="lu-ent-del-current" role="function"/>lu_ent_del_current () lu_ent_del_currentvoid lu_ent_del_current (lu_ent_t *ent, const char *attr, const GValue *value); Removes a current attribute attr value value from a struct lu_ent, if present. ent : an entity attr : attribute name value : attribute value <anchor id="lu-ent-dump" role="function"/>lu_ent_dump () lu_ent_dumpvoid lu_ent_dump (lu_ent_t *ent, FILE *fp); Dumps an struct lu_ent to a file in text form, for debugging. ent : the entity to dump fp : destination file <anchor id="lu-ent-get" role="function"/>lu_ent_get () lu_ent_getGValueArray* lu_ent_get (lu_ent_t *ent, const char *attribute); Returns values associated with a pending attribute in a struct lu_ent. ent : an entity attribute : attribute name Returns :an array of values, valid at least until they are modified or deleted. The array is never empty and it should not be freed by the caller. Returns NULL if the attribute is not present at all or on error. <anchor id="lu-ent-get-attributes" role="function"/>lu_ent_get_attributes () lu_ent_get_attributesGList* lu_ent_get_attributes (lu_ent_t *ent); Returns a list of all pending attributes in a struct lu_ent. ent : an entity Returns :a GList of attribute names. The list (but not the strings in the list) should be freed by the caller. <anchor id="lu-ent-get-attributes-current" role="function"/>lu_ent_get_attributes_current () lu_ent_get_attributes_currentGList* lu_ent_get_attributes_current (lu_ent_t *ent); Returns a list of all current attributes in a struct lu_ent. ent : an entity Returns :a GList of attribute names. The list (but not the strings in the list) should be freed by the caller. <anchor id="lu-ent-get-current" role="function"/>lu_ent_get_current () lu_ent_get_currentGValueArray* lu_ent_get_current (lu_ent_t *ent, const char *attribute); Returns values associated with a current attribute in a struct lu_ent. ent : an entity attribute : attribute name Returns :a list of values, valid at least until they are modified or deleted. The list should not be freed by the caller. Returns NULL if the attribute is not present at all or on error. <anchor id="lu-ent-has" role="function"/>lu_ent_has () lu_ent_hasgboolean lu_ent_has (lu_ent_t *ent, const char *attribute); Checks if a struct lu_ent has at least one pending attribute attribute. ent : an entity attribute : attribute name Returns :TRUE if attribute has a value in ent. <anchor id="lu-ent-has-current" role="function"/>lu_ent_has_current () lu_ent_has_currentgboolean lu_ent_has_current (lu_ent_t *ent, const char *attribute); Checks if a struct lu_ent has at least one current attribute attribute. ent : an entity attribute : attribute name Returns :TRUE if attribute has a value in ent. <anchor id="lu-ent-set" role="function"/>lu_ent_set () lu_ent_setvoid lu_ent_set (lu_ent_t *ent, const char *attr, const GValueArray *values); Replaces all pending attributes attr in a struct lu_ent by a copy of values. If values is empty, it removes the pending attribute completely. ent : an entity attr : attribute name values : an array of values <anchor id="lu-ent-set-current" role="function"/>lu_ent_set_current () lu_ent_set_currentvoid lu_ent_set_current (lu_ent_t *ent, const char *attr, const GValueArray *values); Replaces all current attributes attr in a struct lu_ent by a copy of values. If values is empty, it removes the current attribute completely. ent : an entity attr : attribute name values : an array of values libuser-0.56.9.dfsg.1.orig/docs/reference/Makefile.am0000644000175000017500000000274010777230701020321 0ustar gheghe## Process this file with automake to produce Makefile.in # This is a blank Makefile.am for using gtk-doc. # Copy this to your project's API docs directory and modify the variables to # suit your project. See the GTK+ Makefiles in gtk+/docs/reference for examples # of using the various options. # The name of the module, e.g. 'glib'. DOC_MODULE=libuser # The top-level SGML file. Change it if you want. DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml # The directory containing the source code. Relative to $(srcdir). # gtk-doc will search all .c & .h files beneath here for inline comments # documenting functions and macros. DOC_SOURCE_DIR=../../lib # Extra options to supply to gtkdoc-scan. SCAN_OPTIONS= # Extra options to supply to gtkdoc-mkdb. MKDB_OPTIONS= # Extra options to supply to gtkdoc-fixref. FIXXREF_OPTIONS= # Used for dependencies. HFILE_GLOB= CFILE_GLOB= # Header files to ignore when scanning. IGNORE_HFILES=internal.h user_private.h # Images to copy into HTML directory. HTML_IMAGES = # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE). content_files = # Other files to distribute. extra_files = # CFLAGS and LDFLAGS for compiling scan program. Only needed if your app/lib # contains GtkObjects/GObjects and you want to document signals and properties. GTKDOC_CFLAGS = GTKDOC_LIBS = # If you need to override some of the declarations, place them in this file # and uncomment this line. DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt include $(srcdir)/gtk-doc.make libuser-0.56.9.dfsg.1.orig/docs/Makefile.am0000644000175000017500000000121210777230701016354 0ustar ghegheSUBDIRS = reference man_MANS = libuser.conf.5 CLEANFILES = $(man_MANS) sgml/libuser.html sgml/libuser-1.html \ sgml/libuser-2.html sgml/libuser.txt EXTRA_DIST = attributes.txt libuser.conf.5.in rfc2307.txt sgml/libuser.sgml all: sgml/libuser.txt sgml/libuser.html libuser.conf.5: $(srcdir)/libuser.conf.5.in Makefile sed 's,@sysconfdir\@,$(sysconfdir),g' \ < $(srcdir)/libuser.conf.5.in > $@ sgml/libuser.txt: $(srcdir)/sgml/libuser.sgml [ -d sgml ] || mkdir sgml cd sgml; sgml2txt ../$(srcdir)/sgml/libuser.sgml sgml/libuser.html: $(srcdir)/sgml/libuser.sgml [ -d sgml ] || mkdir sgml cd sgml; sgml2html ../$(srcdir)/sgml/libuser.sgml libuser-0.56.9.dfsg.1.orig/docs/sgml/0000755000175000017500000000000010777230763015276 5ustar gheghelibuser-0.56.9.dfsg.1.orig/docs/sgml/libuser.sgml0000644000175000017500000002066310777230701017626 0ustar gheghe
libuser 0.52.2 Nalin Dahyabhai 28 September 2004 This is the libuser administrator and programmer's guide. It first describes the motivation for the existence of this library, and then delves into the library interface used by both libuser modules and applications. Introduction

This section describes libuser: why it was written, and how it works. How the library is to be used will be described later. Motivation

When proper nsswitch functionality was introduced into glibc 2.0, it became possible to supply third-party facilities which would allow the standard C library (and by extension, all of a system's binaries) to pull information about users, protocols, and services from a variety of sources the glibc authors might not have anticipated.

The most common use for a new nsswitch module is supplementing the user and group databases, extending the data sources accessed over a network to a centrally-managed information store. This, along with the ability to authenticate users using networked servers (functionality provided by the increasingly-ubiquitous Linux-PAM library) and an enterprise-class networked filesystem, allows a properly-configured Linux workstation to participate as a full-fledged client in a large-scale network.

The facilities provided by PAM allow a user to log in and change her authentication tokens. The nsswitch interface allows any user (even unprivileged users like nobody) to look up information needed to run applications.

However, there are certain functions supplied by traditional isolated systems which such a networked workstation can't provide. Users have no method for modifying their non-essential information (chfn is broken), and the system administrator who previously had total power over the user and group databases must now perform all administration at the server using tools which are designed for general modification of the information store (hand-editing zone files for hesiod databases, ldapmodify, kadmin) instead of the traditionally-used tools. Alternative Solutions

The software which comes closest to meeting these needs is pwdb. However, the pwdb library has a few design limitations which make it unsuitable for this purpose. Like the standard files-based mechanisms, pwdb assumes that the superuser wields full power over the databases it interfaces with. The current version of pwdb provides no facilities for managing groups(?). The current version of pwdb can not be extended easily by third parties due to its reliance on static linking. The libuser Library

The libuser library implements a fully-modular system for reading, modifying, creating, and removing user and group accounts and account information. Modules which provide access to information stores can request information from the accessing user in order to authenticate to the information store. System Administration

This section describes libuser's configuration file and bundled applications which may be of use to system administrators. Configuration

The libuser configuration file is named libuser.conf and usually lives in /etc. Its format is the common format used by numerous other programs. Sections are marked by the section name enclosed in square brackets ([section]), and configuration directives within these sections are of the form key = value.

The defaults, userdefaults, and groupdefaults sections are used by the library itself. The defaults section specifies the directory where modules can be found (moduledir) and lists the modules to be consulted when looking up user information.

There are two lists of modules because libuser separates an account's authentication information from other information. This is done to allow different information stores to be used for these functions, and because some information stores can only hold authentication data (for example, shadow and krb5).

For the info_modules and auth_modules lists, order is only important for account creation -- the library will attempt to create a data entry for the user in each of the modules until one of them succeeds (so if you prefer new accounts to be created in your LDAP directory, then you'd make sure "ldap" was listed before "files"). For looking up account information, the order determines precedence because the library stops searching after a module returns success (so again, you'd want "ldap" listed before "files"). Account modifications and deletions go straight to the information store which is known to hold the user's information. Modules

Specific modules implement access to specific information stores. The modules included in the source distribution are the files and shadow modules. Modules can supply and manipulate either (or both) of two distinct types of data about a user: generic user information (the UID, home directory, etc.), and authentication-related information. files

The files module implements both information and authentication data stores using the standard passwd and group files.

This module uses the files section of the configuration file to store configuration data. It presently recognizes these flags: directory - the directory the passwd and group files are to be stored in shadow

The shadow module implements only an authentication data store using the shadow and the gshadow files. While the format of these files (and even the existence of the gshadow file) varies between OSs, this module supports the same file formats used by the shadow password suite.

This module uses the shadow section of the configuration file to store configuration data. It presently recognizes these flags: directory - the directory the shadow and gshadow files are to be stored in. krb5

The krb5 module implements only an authentication data store using a connection to the Kerberos realm's administrative server and the kadmin protocols.

This module uses the krb5 section of the configuration file to store configuration data. It presently recognizes these flags: realm - the default realm to administer accounts in. If not specified, the value is taken from krb5.conf by the Kerberos libraries the module links with. ldap

The ldap module implements both information and authentication data stores using an LDAP directory and a schema which (should) conform to RFC2307. The module expects the client and server to support access using LDAPv3 with TLS; TLS is not required if the server is specified by URI.

This module uses the ldap section of the configuration file to store configuration data. It presently recognizes these flags: server - the hostname or URI of the LDAP server basedn - the distinguished name which is the root of your tree user - the user name with which to perform SASL binds authuser - the authorization user name with which to perform SASL binds binddn - the distinguished name to connect as for administrative access userBranch - the distinguished name (relative to the basedn) under which user account data is kept groupBranch - the distinguished name (relative to the basedn) under which group account data is kept Applications

Sample testbed applications which mimic the behavior of certain parts of the shadow password suite are included in the libuser distribution. To allow them to be used alongside existing utilities, their names have been prefixed with the letter 'l'.

As of this writing (version 0.7), this list of tools includes workalikes for useradd, usermod, userdel, groupadd, groupmod, groupdel, and chage. It should be noted that none of these tools provide a means for modifying the defaults they use, and no functions for creating, populating, moving, or deleting user home directories are implemented.

libuser-0.56.9.dfsg.1.orig/samples/0000755000175000017500000000000010777230755015051 5ustar gheghelibuser-0.56.9.dfsg.1.orig/samples/genusers0000755000175000017500000000106210777230702016621 0ustar gheghe#!/bin/sh userlist() { uid=$1 max=$2 while [ "$uid" -lt "$max" ] ; do echo "joe${uid}:password${uid}:${uid}:${uid}:joe with uid ${uid}:/var/joe${uid}:/bin/bash" uid=`expr $uid + 1` echo "joe${uid}:password${uid}:${uid}:joe${uid}:joe with uid ${uid}:/var/joe${uid}:/bin/bash" uid=`expr $uid + 1` echo "joe${uid}:password${uid}:${uid}:users:joe with uid ${uid}:/var/joe${uid}:/bin/bash" uid=`expr $uid + 1` done } if [ x$1 = x ] ; then uid=50000 else uid=$1 fi if [ x$2 = x ] ; then count=50 else count=$2 fi userlist $uid `expr $uid + $count` libuser-0.56.9.dfsg.1.orig/samples/field.c0000644000175000017500000000370310777230702016273 0ustar gheghe/* * Copyright (C) 2000-2002 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include "../lib/user_private.h" int main(int argc, char **argv) { int fd; struct lu_error *error = NULL; gpointer lock; if (argc < 4) { printf("usage: %s [value]\n", strchr(argv[0], '/') ? strrchr(argv[0], '/') + 1 : argv[0]); exit(1); } fd = open(argv[1], (argc > 4) ? O_RDWR : O_RDONLY); if (fd == -1) { fprintf(stderr, "error opening `%s': %s\n", argv[1], strerror(errno)); exit(2); } if ((lock = lu_util_lock_obtain(fd, &error)) == NULL) { fprintf(stderr, "failed to lock `%s': %s\n", argv[1], lu_strerror(error)); close(fd); exit(3); } if (argc > 4) { if (!lu_util_field_write(fd, argv[2], atoi(argv[3]), argv[4], &error)) { fprintf(stderr, "failed to modify `%s': %s\n", argv[1], lu_strerror(error)); } } else { char *ret; ret = lu_util_field_read(fd, argv[2], atoi(argv[3]), &error); if (ret == NULL) { fprintf(stderr, "failed to read `%s': %s\n", argv[1], lu_strerror(error)); } printf("`%s'\n", ret); g_free(ret); } lu_util_lock_free(lock); close(fd); return 0; } libuser-0.56.9.dfsg.1.orig/samples/enum.c0000644000175000017500000000467510777230702016165 0ustar gheghe/* * Copyright (C) 2000-2002 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include "../lib/user.h" int main(int argc, char **argv) { struct lu_context *lu; struct lu_error *error = NULL; gboolean group = FALSE, full = FALSE; int c; size_t i; bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); setlocale(LC_ALL, ""); while ((c = getopt(argc, argv, "fg")) != -1) { switch (c) { case 'f': full = TRUE; break; case 'g': group = TRUE; break; default: break; } } lu = lu_start(NULL, 0, NULL, NULL, lu_prompt_console, NULL, &error); if (lu == NULL) { fprintf(stderr, gettext("Error initializing %s: %s.\n"), PACKAGE, lu_strerror(error)); return 1; } if (full == FALSE) { GValueArray *names; if (group == FALSE) { names = lu_users_enumerate(lu, argv[optind], &error); } else { names = lu_groups_enumerate(lu, argv[optind], &error); } for (i = 0; (names != NULL) && (i < names->n_values); i++) { GValue *name; name = g_value_array_get_nth(names, i); g_print(" Found %s named `%s'.\n", group ? "group" : "user", g_value_get_string(name)); } if (names != NULL) { g_value_array_free(names); } } else { GPtrArray *accounts; if (group == FALSE) { accounts = lu_users_enumerate_full(lu, argv[optind], &error); } else { accounts = lu_groups_enumerate_full(lu, argv[optind], &error); } for (i = 0; (accounts != NULL) && (i < accounts->len); i++) { struct lu_ent *ent; ent = g_ptr_array_index(accounts, i); g_print("Found account:\n"); lu_ent_dump(ent, stdout); lu_ent_free(ent); } if (accounts != NULL) { g_ptr_array_free(accounts, TRUE); } } lu_end(lu); return 0; } libuser-0.56.9.dfsg.1.orig/samples/lookup.c0000644000175000017500000000541410777230702016522 0ustar gheghe/* * Copyright (C) 2000-2002 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include #include "../lib/user_private.h" int main(int argc, char **argv) { struct lu_context *lu; gboolean success, group = FALSE, byid = FALSE; int c; id_t id; struct lu_ent *ent, *tmp; struct lu_error *error = NULL; const char *modules = NULL; bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); setlocale(LC_ALL, ""); while ((c = getopt(argc, argv, "m:gn")) != -1) { switch (c) { case 'g': group = TRUE; break; case 'n': byid = TRUE; break; case 'm': modules = optarg; break; default: break; } } lu = lu_start(NULL, 0, modules, modules, lu_prompt_console, NULL, &error); if (lu == NULL) { fprintf(stderr, gettext("Error initializing %s: %s\n"), PACKAGE, lu_strerror(error)); return 1; } if (optind < argc) { intmax_t imax; char *end; errno = 0; imax = strtoimax(argv[optind], &end, 10); if (errno != 0 || *end != 0 || end == argv[optind] || (id_t)imax != imax) { fprintf(stderr, gettext("Invalid ID %s\n"), argv[optind]); return 1; } id = imax; } else id = 0; tmp = lu_ent_new(); if (group) { if (byid) { g_print(gettext("Searching for group with ID %jd.\n"), (intmax_t)id); success = lu_group_lookup_id(lu, id, tmp, &error); } else { g_print(gettext("Searching for group named %s.\n"), argv[optind]); success = lu_group_lookup_name(lu, argv[optind], tmp, &error); } } else { if (byid) { g_print(gettext ("Searching for user with ID %jd.\n"), (intmax_t)id); success = lu_user_lookup_id(lu, id, tmp, &error); } else { g_print(gettext("Searching for user named %s.\n"), argv[optind]); success = lu_user_lookup_name(lu, argv[optind], tmp, &error); } } ent = tmp; if (success) { fflush(NULL); lu_ent_dump(ent, stdout); fflush(NULL); } else { g_print(gettext("Entry not found.\n")); } lu_ent_free(ent); lu_end(lu); return 0; } libuser-0.56.9.dfsg.1.orig/samples/prompt.c0000644000175000017500000000335110777230702016530 0ustar gheghe/* * Copyright (C) 2000-2002 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include "../lib/user_private.h" int main(void) { struct lu_prompt prompts[] = { {"main/name", "Name", PACKAGE, TRUE, g_strdup("anonymous"), NULL, NULL}, {"main/password1", "Password1", PACKAGE, TRUE, g_strdup("anonymous"), NULL, NULL}, {"main/password2", "Password2", PACKAGE, FALSE, g_strdup("anonymous"), NULL, NULL}, }; struct lu_error *error = NULL; bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); setlocale(LC_ALL, ""); if (lu_prompt_console(prompts, sizeof(prompts) / sizeof(prompts[0]), NULL, &error)) { size_t i; g_print(gettext("Prompts succeeded.\n")); for (i = 0; i < sizeof(prompts) / sizeof(prompts[0]); i++) { if (prompts[i].value) { g_print("`%s'\n", prompts[i].value); prompts[i].free_value(prompts[i].value); } else { g_print("(null)\n"); } } } else { g_print(gettext("Prompts failed.\n")); } return 0; } libuser-0.56.9.dfsg.1.orig/samples/testuser.c0000644000175000017500000000546410777230702017074 0ustar gheghe/* * Copyright (C) 2000-2002 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include "../lib/user_private.h" static void dump_attribute(const char *attribute, struct lu_ent *ent) { GValueArray *array; array = lu_ent_get(ent, attribute); if (array != NULL) { size_t i; for (i = 0; i < array->n_values; i++) { GValue *value; value = g_value_array_get_nth(array, i); if (G_VALUE_HOLDS_STRING(value)) g_print("attribute %s = `%s'\n", attribute, g_value_get_string(value)); else if (G_VALUE_HOLDS_LONG(value)) g_print("attribute %s = %ld\n", attribute, g_value_get_long(value)); else if (G_VALUE_HOLDS_INT64(value)) g_print("attribute %s = %lld\n", attribute, (long long)g_value_get_int64(value)); } } } int main(void) { struct lu_context *ctx; struct lu_ent *ent, *tmp, *temp; struct lu_error *error = NULL; GList *ret; size_t i; void *control; bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); setlocale(LC_ALL, ""); control = g_malloc0(65536); ctx = lu_start(NULL, 0, NULL, NULL, lu_prompt_console, NULL, &error); if (ctx == NULL) { fprintf(stderr, gettext("Error initializing %s: %s.\n"), PACKAGE, lu_strerror(error)); exit(1); } g_print(gettext("Default user object classes:\n")); ret = lu_cfg_read(ctx, "userdefaults/objectclass", "bar"); for (i = 0; i < g_list_length(ret); i++) { g_print(" %s\n", (char *) g_list_nth(ret, i)->data); } g_print(gettext("Default user attribute names:\n")); ret = lu_cfg_read_keys(ctx, "userdefaults"); for (i = 0; i < g_list_length(ret); i++) { g_print(" %s\n", (char *) g_list_nth(ret, i)->data); } g_print(gettext("Getting default user attributes:\n")); ent = lu_ent_new(); lu_user_default(ctx, "newuser", FALSE, ent); lu_ent_dump(ent, stdout); dump_attribute(LU_UIDNUMBER, ent); g_print(gettext("Copying user structure:\n")); tmp = lu_ent_new(); lu_ent_copy(ent, tmp); temp = lu_ent_new(); lu_ent_copy(tmp, temp); lu_ent_dump(temp, stdout); lu_ent_free(ent); lu_ent_free(tmp); lu_ent_free(temp); lu_end(ctx); g_free(control); return 0; } libuser-0.56.9.dfsg.1.orig/samples/homedir.c0000644000175000017500000000417510777230702016643 0ustar gheghe/* * Copyright (C) 2001,2002 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it under * the terms of the GNU Library General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include #include #include #include #include "../apps/apputil.h" int main(int argc, char **argv) { struct lu_error *error = NULL; int add = 0, mod = 0, rem = 0, c; bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); setlocale(LC_ALL, ""); while ((c = getopt(argc, argv, "arm")) != -1) { switch (c) { case 'a': add = 1; break; case 'r': rem = 1; break; case 'm': mod = 1; default: break; } } if (add) { struct lu_context *ctx; struct lu_error *error; error = NULL; ctx = lu_start(NULL, 0, NULL, NULL, lu_prompt_console, NULL, &error); if (ctx == NULL) { fprintf(stderr, gettext("Error initializing %s: %s\n"), PACKAGE, lu_strerror(error)); return 1; } if (!lu_homedir_populate(ctx, "/etc/skel", argv[optind], 500, 500, 0700, &error)) { fprintf(stderr, "populate_homedir(%s) failed: %s\n", argv[optind], lu_strerror(error)); return 1; } lu_end(ctx); } if (mod && !lu_homedir_move(argv[optind], argv[optind + 1], &error)) { fprintf(stderr, "move_homedir(%s, %s) failed: %s\n", argv[optind], argv[optind + 1], lu_strerror(error)); return 1; } if (rem && !lu_homedir_remove(argv[optind], &error)) { fprintf(stderr, "remove_homedir(%s) failed: %s\n", argv[optind], lu_strerror(error)); return 1; } return 0; } libuser-0.56.9.dfsg.1.orig/po/0000755000175000017500000000000010777230763014022 5ustar gheghelibuser-0.56.9.dfsg.1.orig/po/bn_IN.gmo0000644000175000017500000007536510777230760015530 0ustar gheghe,3< "(5K*$Ej""9H Z{</)7"a'1Mf*)( I`.|((.$I n!x "#!#($L#q. (-<Vg%v%  3P_s    -#7,Q~," % ,9Of#'!$F d"! #+ #O s  +   ! !1&!X!r!!$!!8!("*="*h")"*"0")#)C#m##1###$$!6$!X$+z$.$$G$;%)S%&}%"%%!%#&'&G&\&o&&&(&$&&)'8'K'0g'!'''&'" (',( T(u(3(!((( )#)9)"M)p) ))) ) ) * **K*"k*******%+#=+ a++'++++ +- ,:,O,"b,,$,,,,8.u.r/K/SD0=0=0k1Y1y1iT2Y2G3`3y3c4b4_M5#5I5^67z6>66=7w7h8a8MT997+::c:7:<:X;/l;T;(;=<1X<<y==+#>[O>>]@??f7@@g6A"A|A>BM^BKBNB5GCA}CdC<$DLaD8D[DCEs]E!E@E54FjFM~F F5F#GEIIxJWJJsKKLIMiMDN(]NHN<N~ OKOsO?KP?PpPMlXEXPXIBYYn3ZQZNZvC[S[\\>]2]< ^F^'^)_<G_g_t_a``gaqa_b5cgEcc{PdWd>$eTcePe9 f3Cf7wfvfs&gg/&h}Vh,hHiXJi]ijjlj{kk^ljallv`m1m2 n%tt)u.unuwOvjv 2w".REIt1h{Nd-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld Warning: Group with ID %jd does not exist. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorinvalid IDinvalid numberlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser.tip Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-03-11 12:50+0530 Last-Translator: Runa Bhattacharjee Language-Team: Bengali INDIA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n != 1); %s-র কোনো gid সংখ্যা নেই। %s-র ব্যক্তিগত (হোম) ডিরেক্টরি উপস্থিত ছিল না। %s-র, %s-র finger সংক্রান্ত তথ্য পরিবর্তন করার অধিকার নেই। অ্যাকাউন্টের মেয়াদপূর্তী: %s অ্যাকাউন্ট তৈরি করতে ব্যর্থ: %s। অ্যাকাউন্ট লক করা আছে। অ্যাকাউন্ট লক করা নেই। %s-র পরিচয়প্রমাণ প্রক্রিয়া ব্যর্থ হয়েছে। -L এবং -U দুটিই নির্দিষ্ট করা হয়েছে। /etc/passwd-র ডিফল্ট প্রসঙ্গ নির্ধারণ করা সম্ভব হয়নি %s সংক্রান্ত finger তথ্য পরিবর্তন করা হচ্ছে। %s-র পাসওয়ার্ড পরিবর্তন করা হচ্ছে। %s-র শেল পরিবর্তন করা হচ্ছে। ব্যবহারকারীর বৈশিষ্ট্যের পরিকাঠামো কপি করা হচ্ছে: ব্যবহারকারী তৈরি করতে Cyrus SASL সংক্রান্ত সমস্যা: %sব্যবহারকারী মুছে ফেলার সময় Cyrus SASL সংক্রান্ত সমস্যা: %sব্যবহারকারীর ডিফল্ট বৈশিষ্ট্যর নাম: ব্যবহারকারীর ডিফল্ট অবজেক্ট ক্লাস: ই-মেইল ঠিকানাএন্ট্রি খুঁজে পাওয়া যায়নি। `%s'-র মালিকানা পরিবর্তন করতে সমস্যা: %s%s তৈরি করতে সমস্যা: %s। `%s' নির্মাণ করতে সমস্যা: %s`%s' -র জন্য অ্যাকাউন্ট তৈরি করতে সমস্যা: পংক্তিটি সঠিক বিন্যাসে গঠিত হয়নি। `%s' দল তৈরি করতে সমস্যা: %s `%s'-র জন্য, GID %jd ব্যবহার করে দল তৈরি করতে সমস্যা: %s %s-র জন্য ব্যক্তিগত (হোম) ডিরেক্টরি তৈরি করতে সমস্যা: %s %s-র জন্য মেইল স্পুল তৈরি করতে সমস্যা। মেইল স্পুল তৈরি করতে সমস্যা। %s-র জন্য ব্যবহারকারীর অ্যাকাউন্ট তৈরি করতে সমস্যা:%s %s আরম্ভ করতে সমস্যা: %s %s আরম্ভ করতে সমস্যা: %s। PAM আরম্ভ করতে সমস্যা। %s অনুসন্ধানে সমস্যা: %s। %s কে %s-এ সরিয়ে নিতে সমস্যা হয়েছে: %s। `%s' খুলতে সমস্যা: %s। আর্গুমেন্ট পার্স করতে সমস্যা: %s. `%s' পড়তে সমস্যা: %s%s সরিয়ে ফেলতে সমস্যা: %s। `%s' অপসারণে সমস্যা: %s%s-র জন্য প্রারম্ভিক পাসওয়ার্ড নির্ধারণ করতে সমস্যা: %s %s দলের জন্য পাসওয়ার্ড নির্ধারণ করতে সমস্যা: %s। %s ব্যবহারকারীর জন্য পাসওয়ার্ড নির্ধারণ করতে সমস্যা: %s। `%s' লিখতে সমস্যা: %sঅধিকার হ্রাসের প্রচেষ্টা ব্যর্থ। %s সংক্রান্ত পুরোনো তথ্য পরিবর্তনের প্রচেষ্টা ব্যর্থ: %s। %s দলের পাসওয়ার্ড তৈরি করতে ব্যর্থ: %s %s ব্যবহারকারীর জন্য পাসওয়ার্ড নির্ধারণ করা সম্ভব হয়নি: %s। Finger সংক্রান্ত তথ্য পরিবর্তন করা হয়েছে। Finger সংক্রান্ত তথ্য পরিবর্তন করা যায়নি: ইনপুটজড়িত ত্রুটি। Finger সংক্রান্ত তথ্য পরিবর্তন করা হয়নি: %s। সম্পূর্ণ নামব্যবহারকারীর ডিফল্ট বৈশিষ্ট্য আহরণ করা হচ্ছে: প্রদত্ত নাম%jd দলটি বর্তমানে উপস্থিত নেই। %s দলটি মুছে ফেলা সম্ভব হয়নি: %s %s দলটি মুছে ফেলা সম্ভব হয়নি: %s। %s দলটি লক করা যায়নি: %s %s দল পরিবর্তন করা যায়নি: %s %s দলের তথ্য পরিবর্তন করা সম্ভব হয়নি: %s। %s দলটি আন-লক করা যায়নি: %s %s দলটি বর্তমানে উপস্থিত নেই। দল তৈরি করতে ব্যর্থ: %s %jd GIDসহ দলের কোনো নাম উল্লিখিত হয়নি। গৃহের ফোনব্যক্তিগত ডিরেক্টরির পাথ `%s', সুনির্দিষ্ট নয়নিষ্ক্রিয়: %ld PAM-র অভ্যন্তরীণ সমস্যা `%s'. অভ্যন্তরীণ সমস্যা। অবৈধ ID %s %s ক্ষেত্রে ডিফল্ট মান বৈধ নয়: %sদলের অবৈধ ID %s ব্যবহারকারী অবৈধ ID %s Kerberos Admin PrincipalAdmin Principal-র জন্য Kerberos পাসওয়ার্ডKerberos RealmLDAP Bind DNLDAP Bind পাসওয়ার্ডLDAP SASL-র অনুমোদন ব্যবহারকারীLDAP SASL ব্যবহারকারীLDAP Search Base DNLDAP সার্ভারের নামসর্বশেষ পরিবর্তন: %s সর্বোচ্চ: %ld সর্বনিম্ন: %ld কখনো নয়নতুন শেলনতুন পাসওয়ার্ডনতুন পাসওয়ার্ড (নিশ্চায়ন)দলের নাম উল্লেখ করা হয়নি, %d gid-র জন্য কোনো নাম লেখা হয়নি। দলের নাম উল্লেখ করা হয়নি, %s ব্যবহার করা হচ্ছে। কোনো দলের নাম নির্ধারণ করা হয়নি। %jd GIDসহ কোনো দল বর্তমানে উপস্থিত নেই, মুছে ফেলা সম্ভব নয়। %s-র কোনো নতুন ব্যক্তিগত (হোম) ডিরেক্টরি উপস্থিত নেই। %s-র ক্ষেত্রে পুরোনো ব্যক্তিগত (হোম) ডিরেক্টরি উপস্থিত নেই। কোনো ব্যবহারকারীর নাম নির্দিষ্ট হয়নি, %d uid-র কোনো নাম উল্লিখিত হয়নি। ব্যবহারকারীর নাম উল্লেখ করা হয়নি, %s ব্যবহার করা হচ্ছে। কোনো ব্যবহারকারীর নাম উল্লেখ করা হয়নি। কর্মস্থলকর্মস্থলের ফোনপাসওয়ার্ডের মেয়াদপূর্তী: %s পাসওয়ার্ড নিষ্ক্রিয়: %s পাসওয়ার্ড পরিবর্তন প্রক্রিয়া বাতিল করা হয়েছে। পাসওয়ার্ড পরিবর্তিত হয়েছে। পাসওয়ার্ড দুটি মেলেনি, পুনরায় চেষ্টা করুন। বিফল চিহ্নকারী প্রম্পট সফল চিহ্নকারী প্রম্পট। UID 0 ব্যবহার করে অ্যাকাউন্ট তৈরি করা হবে না। %s নামক দলের সন্ধান করা হচ্ছে। %jd ID-ধারী দলের সন্ধান করা হচ্ছে। %s নামক ব্যবহারকারীর সন্ধান করা হচ্ছে। %jd ID-ধারী ব্যবহারকারীর সন্ধান করা হচ্ছে। শেল পরিবর্তিত হয়েছে। শেল পরিবর্তিত হয়নি: %s পদবিঅজানা ব্যবহারকারী অনুমোদিত রয়েছেন। ব্যবহারকারীর প্রাসঙ্গিক বিবরণ অজানাব্যবহারকারী %s'র অ্যাকাউন্ট মুছে ফেলা সম্ভব হয়নি: %s। %s ব্যবহারকারীকে লক (lock) করা সম্ভব হয়নি: %s। %s ব্যবহারকারীর তথ্য পরিবর্তন করা সম্ভব হয়নি: %s। %s ব্যবহারকারীকে আন-লক (unlock) করা সম্ভব হয়নি: %s। %s ব্যবহারকারী বর্তমানে উপস্থিত নেই। ব্যবহারকারীর গরমিল। সতর্কবার্তা: %ld সতর্কবার্তা: %jd ID সহ দলটি বর্তমানে উপস্থিত নেই। [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] userঅনুমোদন করা হয়নিব্যাক-আপ ফাইল `%s' বর্তমানে উপস্থিত আছে এবং এটি কোনো সাধারণ ফাইল নয়ব্যাক-আপ ফাইলের মাপে গরমিলঅবৈধ ব্যবহারকারী/দলের idঅবৈধ ব্যবহারকারী/দলের নামকনফিগারেশন ফাইল `%s' অত্যাধিক বড়LDAP সার্ভারে bind করা সম্ভব হয়নিLDAP সার্ভারে bind করা সম্ভব হয়নি, `%s' রূপে প্রথম প্রচেষ্টা করা হয়েছে: %sLDAP সার্ভারের সাথে TLS মীমাংসা করা সম্ভব হয়নিকনফিগারেশন ফাইল `%s' খোলা যায়নি: %sকনফিগারেশন ফাইল `%s' পড়া যায়নি: %sLDAP প্রোটোকল %d সংস্করণের সাথে স্থাপন করা যায়নিকনফিগারেশন ফাইল `%s' stat করা যায়নি: %s`%s'-র জন্য প্রাসঙ্গিক নিরাপত্তার বিবরণ প্রাপ্ত করা যায়নি: %sডিফল্ট প্রাসঙ্গিক নিরাপত্তার বিবরণ নির্ধারণ করা যায়নি: %s`%s'-র জন্য প্রাসঙ্গিক নিরাপত্তার বিবরণ প্রাপ্ত করা যায়নি: %s`%s' খোলা সম্ভব হয়নি: %s`%s' থেকে পড়া সম্ভব হয়নি: %sডিফল্ট প্রাসঙ্গিক নিরাপত্তার বিবরণ`%s' হিসাবে নির্ধারণ করা যায়নি: %s`%s' stat করা যায়নি: %s`%s'-এ লেখা যায়নি: %sফাইলে তথ্য পাওয়া যায়নিএন্ট্রিতে কোনো %s বৈশিষ্ট্য উপস্থিত নেইস্বত্বায় কোনো %s অথবা %s বৈশিষ্ট্য উপস্থিত নেইস্বত্বার অবজেক্টের মধ্যে %s বৈশিষ্ট্য উপস্থিত নেইস্বত্বার গঠনে কোনো %s অথবা %s বৈশিষ্ট্য উপস্থিত নেইকোনো %s অথবা %s বৈশিষ্ট্য বিনা স্বত্বা তৈরি করা হয়েছেফাইলের মধ্যে এন্ট্রি বর্তমানে উপস্থিত আছে`%s' পরিসেবার জন্য kdam5 সার্ভারটির সাথে সংযোগ করতে `%s' realm-এ সমস্যা হয়েছে: %s`%s' তৈরি করতে সমস্যা: %sLDAP ডিরেক্টরি এন্ট্রি তৈরি করতে সমস্যা: %sব্যবহারকারীর জন্য ব্যক্তিগত (হোম) ডিরেক্টরি তৈরি করতে সমস্যাব্যবহারকারীর জন্য মেইল-স্পুল তৈরি করতে সমস্যাপাসওয়ার্ড এনক্রিপ্ট করতে সমস্যাCyrus SASL আরম্ভ করতে সমস্যা: %skerberos লাইব্রেরি আরম্ভ করতে সমস্যাLdap লাইব্রেরি আরম্ভ করতে সমস্যামডিউল লোড করতে সমস্যাফাইল লক করতে সমস্যাফাইল লক করতে সমস্যা: %sটার্মিনালের বৈশিষ্ট্য পরিবর্তন করতে সমস্যাLDAP ডিরেক্টরি এন্ট্রি পরিবর্তন করতে সমস্যা: %sব্যবহারকারীর ব্যক্তিগত (হোম) ডিরেক্টরি সরাতে সমস্যাফাইল খুলতে সমস্যা`%s' ব্যবহারকারীর নাম kerberos-র জন্য পার্স করতে সমস্যাফাইল পড়তে সমস্যাটার্মিনাল থেকে পড়তে সমস্যা`%s'-র জন্য kerberos থেকে তথ্য পড়তে সমস্যাটার্মিনালের বৈশিষ্ট্য পড়তে সমস্যাLDAP ডিরেক্টরি এন্ট্রি মুছে ফেলতে সমস্যা: %sব্যবহারকারীর ব্যক্তিগত (হোম) ডিরেক্টরি মুছে ফেলতে সমস্যাব্যবহারকারীর জন্য মেইল-স্পুল তৈরি করতে সমস্যাLDAP ডিরেক্টরি এন্ট্রির নাম পরিবর্তন করতে সমস্যা: %sমডিউলের সিম্বল মীমাংসা করতে সমস্যা`%s'-র জন্য পাসওয়ার্ড নির্ধারণ করতে সমস্যা%s-র জন্য LDAP ডিরেক্টরিতে পাসওয়ার্ড নির্ধারণ করতে সমস্যা: %sটার্মিনালের বৈশিষ্ট্য নির্ধারণ করতে সমস্যাফাইল stat করতে সমস্যাফাইলে লিখতে সমস্যাসাধারণ সমস্যা%jd দলের নাম উল্লিখিত নেই%s নামক দলের ক্ষেত্রে GID ধার্য করা হয়নিদলের নাম ও GID ধার্য করা হয়নিঅভ্যন্তরীণ প্রারম্ভিক সমস্যাঅবৈধ IDঅবৈধ সংখ্যালাইব্রেরি/মডিউলের সংস্করণে গরমিল`%s' মডিউলের দ্বারা `%s'-র ব্যাখ্যা করা যায়নিকনফিগারেশনের দরুণ মডিউলটি নিষ্ক্রিয় হয়ে গেছে`%s'-র মডিউল সংস্করণে গরমিলনামের মধ্য নিয়ন্ত্রক (control) অক্ষর লেখা হয়েছেনামের মধ্য অবৈধ অক্ষর `%c' লেখা হয়েছেনামের মধ্য non-ASCII অক্ষর লেখা হয়েছেনামের মধ্যে শূণ্যস্থান রয়েছেনাম নির্ধারণ করা হয়নিউল্লিখিত নাম অত্যাধিক লম্বা (%zu > %d)নাম অত্যাধিক ছোটনামের প্রারম্ভে হাইফেন চিহ্ন (-) উপস্থিত রয়েছেকোনো `%s' বৈশিষ্ট্য পাওয়া যায়নি%s প্রারম্ভিক কার্য `%s'-র মধ্যে উপস্থিত নেইকোনো শেডো ফাইল উপস্থিত নেই -- নিষ্ক্রিয় করা হচ্ছেLDAP ডিরেক্টরির মধ্যে এই ধরনের কোনো বস্তু উপস্থিত নেইঅপর্যাপ্ত অধিকারসুপার-ইউজারের অধিকারসহ সঞ্চালিত হচ্ছে নাঅবজেক্টের মধ্যে কোনো %s বৈশিষ্ট্য উপস্থিত নেইঅবজেক্টের মধ্যে %s বৈশিষ্ট্য উপস্থিত নেইসফলঅজানা সমস্যাআন-লক করা হলে পাসওয়ার্ডের ক্ষেত্র ফাঁকা হয়ে যাবে%jd ব্যবহারকারীর নাম উল্লিখিত নেই%s নামক ব্যবহারকারীর ক্ষেত্রে UID ধার্য করা হয়নিব্যবহারকারীর নাম ও UID ধার্য করা হয়নিব্যবহারকারীর অবজেক্টে কোনো `%s' বৈশিষ্ট্য উপস্থিত নেইব্যবহারকারীর অবজেক্ট `%s' বিনা নির্মিত হয়েছেব্যবহারকারী/দলের id বর্তমানে ব্যবহৃত হচ্ছেব্যবহারকারী/দলের নাম বর্তমানে ব্যবহৃত হচ্ছেlibuser-0.56.9.dfsg.1.orig/po/stamp-po0000644000175000017500000000001210777230762015475 0ustar gheghetimestamp libuser-0.56.9.dfsg.1.orig/po/remove-potcdate.sin0000644000175000017500000000066010777230705017631 0ustar gheghe# Sed script that remove the POT-Creation-Date line in the header entry # from a POT file. # # The distinction between the first and the following occurrences of the # pattern is achieved by looking at the hold space. /^"POT-Creation-Date: .*"$/{ x # Test if the hold space is empty. s/P/P/ ta # Yes it was empty. First occurrence. Remove the line. g d bb :a # The hold space was nonempty. Following occurrences. Do nothing. x :b } libuser-0.56.9.dfsg.1.orig/po/ja.gmo0000644000175000017500000005352010777230761015123 0ustar gheghe,3< "(5K*$Ej""9H Z{</)7"a'1Mf*)( I`.|((.$I n!x "#!#($L#q. (-<Vg%v%  3P_s    -#7,Q~," % ,9Of#'!$F d"! #+ #O s  +   ! !1&!X!r!!$!!8!("*="*h")"*"0")#)C#m##1###$$!6$!X$+z$.$$G$;%)S%&}%"%%!%#&'&G&\&o&&&(&$&&)'8'K'0g'!'''&'" (',( T(u(3(!((( )#)9)"M)p) ))) ) ) * **K*"k*******%+#=+ a++'++++ +- ,:,O,"b,,$,,,e,*\.=.L. /53/1i/4/%/2/O)00y0.0"0&04#11X1&181142*52 `22Q2,2=3D\34313>4 G4"h4 4 404&4)%5#O5 s5585@5<,6#i66/6B687)V7@7177/8 38'@86h89898698J9?9)9/9B: `:Nm: ::::9 ;F;c;';9;;; <.<K<b<z<< < <<<<<D =7O=1=H=F>CI>F>7>1 ? >?H? X?y?(??:?@)@6:@,q@&@,@&@A3AQAUA'uA9A<A9BBNB)BB B5B C'CBCZC$rCfC3C+2D+^D-D8DcDCUE7E7EK F=UF?FIF?G]G$yGQG0G!!H9CH7}HGHIHPGIGI6ISJ!kJEJBJ6K*MK'xK9K/K' L$2L+WL*LNL?L$=M?bM*M0MBM3ANBuN?N6NH/O0xO,OIO- P0NP*PP)P0P>QTQ sQQ=Q9Q6R2?R*rR-R.RR$S#>SbS0{S,S-SDTSLTT6T4T4%UZUaUEtU3U0U>V@^VEV5V4W@3!nO8uL_#X9) Z 7,:`$Q k+oTD& /iPq;"[lG0p*m2J%fe~aU}<(?4Ms'BWV^C j b=SxKcwgFH]Az|Yy>.REIt1h{Nd-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld Warning: Group with ID %jd does not exist. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorinvalid IDinvalid numberlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: ja Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-04-03 22:16+0900 Last-Translator: Makoto Mizukami Language-Team: Japanese MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit %s には GID 番号がありません。 %s にはホームディレクトリーがありません。 %s は %s の finger 情報を変更するのに認可されていません アカウント期限切れ: %s アカウントの作成に失敗しました: %s。 アカウントはロックされています。 アカウントはロックされていません。 %s の認証に失敗しました。 -L と -U の両方が指定されています。 /etc/passwd 用のデフォルトのコンテキストが設定できません %s用のfinger情報を変更しています。 %s のパスワード変更中にエラー。 %s 用にシェルを変更中。 ユーザー構造体をコピー中: ユーザーの作成中に Cyrus SASL エラー: %sユーザーの削除で Cyrus SASL エラー: %sデフォルトユーザー属性名: デフォルトユーザーオブジェクトクラス: メールアドレスエントリーは見つかりませんでした。 `%s' の所有者の変更でエラー: %s%s の作成でエラー: %s。 `%s'の作成でエラー: %s`%s' 用のアカウント作成でエラー: 行に不正フォーマット。 グループ `%s' の作成でエラー: %s `%s' 用に GID %jd でグループ作成中にエラー: %s %s 用の新規ホームディレクトリー作成でエラー: %s %s 用のメールスプール作成でエラー。 メールスプールの作成中にエラー。 %s 用のユーザーアカウント作成でエラー: %s。 %s の初期化でエラー: %s %sの初期化でエラー: %s。 PAM の初期化でエラー。 %s の検索でエラー: %s。 %s を %s に移動する際にエラー: %s。 `%s' の読み込みエラー: %s 。 引数の構文解析でエラー: %s。 `%s'の読み込みでエラー: %s%s の削除でエラー: %s。 `%s'の削除でエラー: %s%s 用の初期パスワード設定中にエラー: %s グループ %s のパスワード設定中にエラー: %s 。 ユーザー %s のパスワード設定でエラー: %s。 `%s'の書き込みでエラー: %s特権の停止に失敗。 %s の情報の更新に失敗しました: %s グループ %s のパスワード設定に失敗しました: %s ユーザーのパスワード設定で失敗 %s: %s。 Finger 情報が変更されました。 Finger 情報は変更されていません: 入力エラー。 Finger 情報は変更されていません: %s. フルネームデフォルトユーザー属性を取得中: 下の名前グループ %jd は存在しません グループ %s は削除できませんでした: %s グループ %s は削除できませんでした: %s。 グループ %s はロックされませんでした: %s グループ %s は修正できませんでした: %s グループ %s は修正できませんでした:%s。 グループ %s はロック解除できませんでした: %s グループ %s は存在しません。 グループの作成に失敗しました: %s GID %jd のグループにはグループ名がありません。 自宅電話ホームディレクトリーパス `%s' が絶対パスではありません無効: %ld 内部 PAM エラー `%s'。 内部エラー。 無効な ID %s 領域 %s の値は無効なデフォルト値です : %s無効なグループ ID %s 無効なユーザー ID %s ケルベロス管理プリンシパル管理プリンシパルのケルベロスパスワードケルベロス領域LDAP バインド DNLDAP バインドパスワードLDAP SASL 認証ユーザーLDAP SASL ユーザーLDAP 検索ベース DNLDAP サーバー名最終更新: %s 最大: %ld 最小: %ld なし新規のシェル新規パスワード新規パスワード(確認)グループ名は未指定です。gid %d の名前は未設定。 グループ名は未指定です。%s を使用中。 グループ名は指定されていません。 GID %jd のグループが存在しないため、削除しません。 %s には新しいホームディレクトリーはありません。 %s には古いホームディレクトリーがありません。 ユーザー名が未指定で、uid %dの名前がありません。 ユーザー名が未指定です。%s を使用中。 ユーザー名が指定されていません。 勤務先勤務先電話パスワード期限切れ: %s パスワード無効: %s パスワード変更は取り消し。 パスワード変更済み。 パスワードが不一致。やり直して下さい。 指示失敗。 指示成功。 UID 0でのアカウント作成を拒否中です。 名前が %s のグループを検索中。 ID %jd のグループを検索中。 名前が %s のユーザーを検索中。 ID %jd のユーザーを検索中。 シェル変更済み。 シェル変更不可能: %s 姓不明なユーザー認証。 不明なユーザーコンテキストユーザー %s は削除できませんでした: %s。 ユーザー %s はロックできませんでした: %s。 ユーザー %s は編集できませんでした: %s。 ユーザー %s はロック解除できませんでした: %s。 ユーザー %s は存在しません。 ユーザーの不一致。 警告: %ld 警告: グループ ID %jd は存在しません。 [OPTION...][OPTION...] [ユーザー][OPTION...]グループ[OPTION...]ユーザーアクセスが拒否されましたバックアップファイル `%s' は存在しますが通常のファイルではありません。バックアップファイルサイズの不一致正しくないユーザー/グループ ID正しくないユーザー/グループ名設定ファイル `%s' が大きすぎますLDAP サーバーとバインドできませんでしたLDAP サーバーとバインドできませんでした。最初に `%s' として試みます: %sLDAP サーバーと TLS ネゴシエートできませんでした設定ファイル `%s' を開けませんでした: %s設定ファイル `%s' を開けませんでした: %sLDAP プロトコルをバージョン %d に設定できませんでした設定ファイル `%s' を stat できませんでした: %s`%s' のセキュリティー情報を決定できません: %sデフォルトのセキュリティー情報を取得できません: %s`%s' のセキュリティー情報を取得できません: %s`%s' を開けません: %s`%s' から読みこめません: %s`%s' にデフォルトのセキュリティー情報を設定できません: %s`%s' の stat 情報を取得できません: %s`%s' に書き込めません: %sデータはファイルに見つかりませんでしたエンティティーには %s 属性はありませんエンティティーには %s および %s 属性はありません。エンティティーオブジェクトには %s 属性はありませんエンティティー構造体には %s および %s 属性はありません。エンティティーは %s や %s 属性なしで作成されましたエントリーはファイルにすでにあります領域 `%s' のサービス `%s' で kadm5 サーバーに接続できません: %s`%s' の作成中にエラー: %sLDAP ディレクトリーエントリーの作成中にエラー: %sユーザー用のホームディレクトリー作成でエラーユーザーのメールスプール作成でエラーパスワードの暗号化中にエラーCyrus SASL の初期化でエラー: %sケルベロスライブラリーの初期化でエラーLDAP ライブラリーの初期化でエラーモジュールのロードでエラーファイルのロックでエラーファイルのロック中にエラー: %sターミナル属性の取得でエラーLDAP ディレクトリーエントリーを変更するときにエラー: %sユーザーのホームディレクトリー移動でエラーファイルを開く際にエラーケルベロスのユーザー名 `%s' で構文解析エラーファイルの読み込み中にエラーターミナルから読み込み中にエラーケルベロスから `%s' の情報を読み込み中にエラーターミナル属性の読み込み中にエラーLDAP ディレクトリーエントリーの削除でエラー: %sユーザーのホームディレクトリー削除でエラーユーザーのメールスプール削除でエラーLDAP ディレクトリーエントリーの名前変更でエラー: %sモジュールのシンボル解決でエラー`%s' のパスワード設定中にエラー%s の LDAP ディレクトリーのパスワード設定でエラー: %sターミナル属性の設定中にエラーファイルの stat 情報取得中にエラーファイルの書き込み中にエラー一般エラーグループ %jd にはありません。グループ %s には GID がありません。グループには名前もしくは GID がありません。内部の初期化でエラー無効な ID無効な番号ライブラリー/モジュールバージョンの不一致モジュール `%s' が `%s' を定義していませんモジュールが設定で無効になっています`%s' のモジュールバージョンの不一致名前が制御文字を含んでいます名前に無効な文字 `%c' があります名前に ASCII 以外の文字があります名前に空白があります名前が設定されていません名前が長すぎます (%zu > %d)名前が短すぎますハイフンから名前が始まっています`%s' 属性は見つかりませんでした`%s' の関数 %s で初期化できませんshadow ファイルはありません -- 無効になっていますLDAP ディレクトリーにはそのようなオブジェクトはありません権限がありませんスーパーユーザー特権で実行できませんオブジェクトには %s 属性はありませんオブジェクトには %s 属性はありません成功不明なエラーロックを解除するとパスワード領域は空になりますユーザー %jd には 名前がありません。ユーザー %s には UID がありません。ユーザーには名前もしくは UID がありません。ユーザーオブジェクトには %s 属性はありませんユーザーオブジェクトは `%s' なしで生成されましたユーザー/グループ ID は使われていますユーザー/グループ名は使われていますlibuser-0.56.9.dfsg.1.orig/po/ml.po0000644000175000017500000012240010777230757014774 0ustar gheghe# translation of ml.po to # This file is distributed under the same license as the PACKAGE package. # Copyright (C) YEAR Red Hat, Inc. # # Ani Peter , 2006, 2007. msgid "" msgstr "" "Project-Id-Version: ml\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-03-12 12:55+0530\n" "Last-Translator: \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "\n" "\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "ഹോം ഡയറക്ടറിയുടെ പാഥ് ആയ `%s' ആബ്സല്യൂട്ട് അല്ല" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "`%s' വായിക്കുന്നതില്‍ പിഴവ്: %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "`%s'സൃഷ്ടിയില്‍ പിഴവ് : %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "`%s' ഉടമസ്ഥനെ മാറ്റുന്നതിന്‍ പിഴവ്: %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "`%s'എഴുതുന്നതില്‍ പിഴവ്: %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "`%s'നീക്കം ചെയ്യുന്നതില്‍ പിഴവ് : %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "അനുമതികള്‍ വേണ്ടെന്ന് വയ്ക്കുന്നതില്‍ പരാജയം.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "ഇന്‍റേണല്‍ പിഴവ്.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%sന്‍റെ ഫിന്‍ഗറ്‍ ഇന്‍ഫോ മാറ്റുവാന്‍ %sന് അധികാരമില്ല \n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "അപരിചിതമായ യൂസര്‍ കോണ്‍ടെക്സ്റ്റ്" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "/etc/passwdന് ഡീഫോള്‍ട്ട് കോണ്‍ട്ടെക്സ്റ്റ് സെറ്റ് ചെയ്യുമാന്‍ സാധ്യമല്ല\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "PAM initialise ചെയ്യുന്നതില്‍ പിഴവ്.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "%sന് ഓഥന്‍റിക്കേഷന്‍ പരാജയപ്പട്ടു.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "PAMന്‍റെ ഇന്‍റേണല്‍ പിഴവ് `%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "അജ്ഞാതനായ ഉപയോക്താവ്.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "യൂസറുകള്‍ തമ്മില്‍ പൊരുത്തക്കേട്.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[OPTION...] യൂസറ്‍" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "ആറ്‍ഗ്യിമെന്‍റുകള്‍ പാഴ്സ് ചെയ്യുന്നതില്‍ പിഴവ്: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "യൂസറ്‍നെയിം വ്യക്തമാക്കിയിട്ടില്ല.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "%s ആരംഭിക്കുന്നതില്‍ പിശക്: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "%s എന്ന യൂസറ്‍ നിലവിലില്ല.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "അക്കൌണ്ട് ലോക്ക് ചെയ്തിരിക്കുന്നു.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "അക്കൌണ്ട് ലോക്ക് ചെയ്തിട്ടില്ല.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "ഏറ്റവും കുറഞ്ഞ:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "പരമാവധി:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "മുന്നറിയിപ്പ്:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "സജീവമല്ലാത്ത:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "ഒരിക്കലും ഇല്ല" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "ഒടുവിലത്തെ മാറ്റം:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "പാസ്വേഡ് കാലാവധി തീരുന്നു:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "പാസ്വേഡ് ഇന്നാക്ക്റ്റീവ്:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "അക്കൌണ്ടിന്‍റെ കാലാവധി തീരുന്നു:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Failed to modify aging information for %s: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[OPTION...] [യൂസറ്‍]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "യൂസറിന്‍റെ പേര് വ്യക്തമാക്കിയിട്ടില്ല, uid %dയ്ക്ക് പേരില്ല.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "%s ന്‍റെ finger informationല്‍ മാറ്റം വരുത്തുന്നു.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "മുഴുവന്‍ പേര്" #: apps/lchfn.c:154 msgid "Surname" msgstr "സറ്‍നെയിം" #: apps/lchfn.c:169 msgid "Given Name" msgstr "തന്നിരിക്കുന്ന പേര്" #: apps/lchfn.c:179 msgid "Office" msgstr "ഓഫീസ്" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "ഓഫീസിലെ ഫോണ്‍ നംമ്പറ്‍" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "വീട്ടിലെ ഫോണ്‍ നംമ്പറ്‍" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "ഈ-മെയില്‍ അഡ്രസ്സ്" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "finger informationല്‍ മാറ്റം വന്നിട്ടില്ല: ഇന്‍പുട്ടില്‍ പിഴവ്.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "finger informationല്‍ മാറ്റം വരുത്തി.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "finger informationല്‍ മാറ്റം വരുത്തിയില്ല: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "%sന്‍റെ ഷെല്ല് മാറ്റുന്നു.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "പുതിയ ഷെല്ല്" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "ഷെല്ല് മാറ്റിയിട്ടില്ല:%s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "ഷെല്ല് മാറ്റിയിരിക്കുന്നു.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[OPTION...] ഗ്രൂപ്പ്" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "ഗ്രൂപ്പ് നെയിം വ്യക്തമാക്കിയിട്ടില്ല.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "അസാധുവായ ഗ്രൂപ്പ് ID%s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "ഗ്രൂപ്പിനെ സൃഷ്ടിക്കുന്നതില്‍ പരാജയപ്പെട്ടു: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "%s എന്ന ഗ്രൂപ്പ് നിലവിലില്ല.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "%s എന്ന ഗ്രൂപ്പ നീക്കം ചെയ്യുവാന്‍ സാധിക്കുന്നില്ല: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "-Lും -Uും വ്യക്തമാക്കിയിട്ടുണ്ട്. \n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "%s എന്ന ഗ്രൂപ്പിന് പാസ്വേഡ് സെറ്റ് ചെയ്യുന്നതില്‍ പരാജയപ്പെട്ടു: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "%s എന്ന ഗ്രൂപ്പ് ലോക്ക് ചെയ്യുവാന്‍ സാധിക്കുന്നില്ല: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "%s എന്ന ഗ്രൂപ്പ് അണ്‍ലോക്ക് ചെയ്യുവാന്‍ സാധിക്കുന്നില്ല: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "%s എന്ന ഗ്രൂപ്പില്‍ മാറ്റം വരുത്തുവാന്‍ സാധിക്കുന്നില്ല: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "%s-ല്‍ തിരയുന്നതില്‍ പിഴവ്: %s.\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "ഗ്രൂപ്പിന്‍റെ പേര് വ്യക്തമാക്കാഞ്ഞതിനാല്‍, %s ഉപയോഗിക്കുന്നു.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "ഗ്രൂപ്പിന്‍റെ പേര് വ്യക്തമാക്കിയിട്ടില്ല, gid %dയ്ക്കും പേരില്ല.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "യൂസറിന്‍റെ പേര് വ്യക്തമാക്കാഞ്ഞതിനാല്‍, %s ഉപയോഗിക്കുന്നു.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[OPTION...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "`%s' തുറക്കുന്നതില്‍ പിഴവ്: %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "%sന് അക്കൌണ്ട് നിര്‍മ്മിക്കുന്നതില്‍ പിഴവ്: ലൈന്‍ തെറ്റായി രൂപപ്പെടുത്തിയിരിക്കുന്നു.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "അസാധുവായ യൂസറ്‍ ID %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "UID 0 ആയി അക്കൌണ്ട് തുറക്കുവാന്‍ അനുവദിക്കുന്നില്ല.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "`%s' ന് GID %jd ആയി ഗ്രൂപ്പ് ഉണ്ടാക്കുന്നതില്‍ പിഴവ് സംഭവിച്ചിരിക്കുന്നു: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "%sന് ഇനീഷിയല്‍ പാസ്വേഡ് സെറ്റ് ചെയ്യുന്നതില്‍ പിഴവ് സംഭവിച്ചിരിക്കുന്നു: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "%sയ്ക്ക് ഹോം ഡയറക്ടറി സൃഷ്ടിക്കുന്നതില്‍ പിഴവ് സംഭവിച്ചിരിക്കുന്നു: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "%sന് മെയില്‍ സ്പൂള്‍ സൃഷ്ടിക്കുന്നതില്‍ പിഴവ് സംഭവിച്ചിരിക്കുന്നു.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "%sന് യൂസറ്‍ അക്കൌണ്ട് ഉണ്ടാക്കുന്നതില്‍ പിഴവ് സംഭവിച്ചിരിക്കുന്നു : %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "%sന് പാസ്വേഡ് മാറ്റുന്നു.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "പുതിയ പാസ്വേഡ്" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "പുതിയ പാസ്വേഡ് (ഉറപ്പ് വരുത്തുക)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "പാസ്വേഡുകള്‍ തമ്മില്‍ ചേരുന്നില്ല.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "പാസ്വേഡില്‍ മാറ്റം വരുത്തിയത് റദ്ദാക്കിയിരിക്കുന്നു.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "%s എന്ന യൂസറിന് പാസ്വേഡ് സെറ്റ് ചെയ്യുന്നതില്‍ പിഴവ് സംഭവിച്ചിരിക്കുന്നു: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "%s എന്ന ഗ്രൂപ്പിന് പാസ്വേഡ് സെറ്റ് ചെയ്യുന്നതില്‍ പിഴവ് സംഭവിച്ചിരിക്കുന്നു: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "പാസ്വേഡ് മാറ്റിയിരിക്കുന്നു.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "%jdഎന്ന ഗ്രൂപ്പ് നിലവിലില്ല\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "`%s' എന്ന ഗ്രൂപ്പ് സൃഷ്ടിക്കുന്നതില്‍ പിഴവ് സംഭവിച്ചിരിക്കുന്നു: %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "അക്കൌണ്ട് സൃഷ്ടിക്കുവാന്‍ സാധിച്ചില്ല: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "%sല്‍ സൃഷ്ടിക്കുന്നതില്‍ പിഴവ് സംഭവിച്ചിരിക്കുന്നു: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "മെയില്‍ സ്പൂള്‍ സൃഷ്ടിക്കുന്നതില്‍ പിഴവ് സംഭവിച്ചിരിക്കുന്നു.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "User %s എന്ന യൂസറിനെ നീക്കം ചെയ്യുവാന്‍ സാധിച്ചില്ല : %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%sന് gid നംമ്പറ്‍ ലഭ്യമല്ല.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "GID %jd ആയിട്ടുളള ഗ്രൂപ്പ് നിലവിലില്ല, അതിനാല്‍ നീക്കം ചെയ്യുന്നില്ല.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "GID %jd ആയുളള ഗ്രൂപ്പിന് ഗ്രൂപ്പ് നെയിം ലഭ്യമല്ല.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "%s എന്ന ഗ്രൂപ്പ നീക്കം ചെയ്യുവാന്‍ സാധിച്ചില്ല: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%sന് ഹോം ഡയറക്ടറി ഇല്ലായിരുന്നു.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "%s നീക്കം ചെയ്യുന്നതില്‍ പിഴവ്: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "%s എന്ന യൂസറിന് പാസ്വേഡ് സെറ്റ് ചെയ്യുവാന്‍ സാധിച്ചില്ല: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "%sഎന്ന യൂസറ്‍ ലോക്ക് ചെയ്യുവാന്‍ സാധിച്ചില്ല: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "%sഎന്ന യൂസറ്‍ അണ്‍ലോക്ക് ചെയ്യുവാന്‍ സാധിച്ചില്ല: %s.\n" #: apps/lusermod.c:221 #, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "മുന്നറിയിപ്പ്: %jd എന്ന ഐഡിയുള്ള ഗ്രൂപ്പ് നിലവിലില്ല.\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "%s എന്ന യൂസറിനെ പരിഷ്കരിക്കുവാന്‍ സാധിച്ചില്ല: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "%sഎന്ന ഗ്രൂപ്പിനെ പരിഷ്കരിക്കുവാന്‍ സാധിച്ചില്ല: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "%sന് പഴയ ഡയറക്ടറി ലഭ്യമല്ല.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "%sന് പുതിയ ഡയറക്ടറി ലഭ്യമല്ല .\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "%sലേക്ക് %sനെ നീക്കുന്നതില്‍ പിഴവ്: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "`%s' എന്ന കോണ്‍ഫിഗറേഷന്‍ ഫൈല്‍ തുറക്കുവാന്‍ സാധിച്ചില്ല: %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "`%s' എന്ന കോണ്‍ഫിഗറേഷന്‍ ഫൈല്‍ stat ചെയ്യുവാന്‍ സാധിച്ചില്ല : %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "`%s' കോണ്‍ഫിഗറേഷന്‍ ഫൈല്‍ വളരെ വലുതാണ് " #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "`%s'എന്ന കോണ്‍ഫിഗറേഷന്‍ ഫൈല്‍ വായിക്കുവാന്‍ സാധിച്ചില്ല: %s" #: lib/error.c:38 msgid "success" msgstr "വിജയിച്ചു" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "കോണ്‍ഫിഗറേഷനാല്‍ മൊഡ്യൂള്‍ പ്രവറ്‍ത്തനരഹിതമായിരിക്കുന്നു" #: lib/error.c:42 msgid "generic error" msgstr "ജനറിക്ക് ഇററ്‍" #: lib/error.c:44 msgid "not enough privileges" msgstr "മതിയായ previleges ഇല്ല" #: lib/error.c:46 msgid "access denied" msgstr "access നിഷേധിച്ചിരിക്കുന്നു" #: lib/error.c:48 msgid "bad user/group name" msgstr "അസാധുവായ യൂസറ്‍/ഗ്രൂപ്പ് നെയിം" #: lib/error.c:50 msgid "bad user/group id" msgstr "അസാധുവായ യൂസറ്‍/ഗ്രൂപ്പ് id" #: lib/error.c:52 msgid "user/group name in use" msgstr "യൂസറ്‍/ ഉപയോഗത്തിലുളള ഗ്രൂപ്പ് നെയിം" #: lib/error.c:54 msgid "user/group id in use" msgstr "യൂസറ്‍/ ഉപയോഗത്തിലുളള ഗ്രൂപ്പ് id" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "error manipulating terminal attributes" #: lib/error.c:58 msgid "error opening file" msgstr "ഫൈല്‍ തുറക്കുന്നതില്‍ പിഴവ്" #: lib/error.c:60 msgid "error locking file" msgstr "ഫൈല്‍ ലോക്ക് ചെയ്യുന്നതില്‍ പിഴവ്" #: lib/error.c:62 msgid "error statting file" msgstr "ഫൈല്‍ stat ചെയ്യുന്നതില്‍ പിഴവ്" #: lib/error.c:64 msgid "error reading file" msgstr "ഫൈല്‍ വായിക്കുന്നതില്‍ പിഴവ്" #: lib/error.c:66 msgid "error writing to file" msgstr "ഫൈല്‍ എഴുതുന്നതില്‍ പിഴവ്" #: lib/error.c:68 msgid "data not found in file" msgstr "ഡാറ്റാ ഫൈലില്‍ ലഭ്യമല്ല" #: lib/error.c:70 msgid "internal initialization error" msgstr "ഇന്‍റേണല്‍ initialization ഇററ്‍" #: lib/error.c:72 msgid "error loading module" msgstr "മൊഡ്യൂള്‍ ലോഡ് ചെയ്യുന്നതില്‍ പിഴവ് സംഭവിച്ചിരിക്കുന്നു" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "error resolving symbol in module" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "ലൈബ്രറി/മൌഡ്യൂള്‍ വേറ്‍ഷനില്‍ പൊരുത്തക്കേട്" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "അണ്‍ലോക്കിംഗ് ചെയ്താല്‍ പാസ്വേഡ് ഫീള്‍ഡ് കാലിയാകും" #: lib/error.c:84 msgid "unknown error" msgstr "പരിചയമില്ലാത്ത പിഴവ്" #: lib/misc.c:165 msgid "invalid number" msgstr "അസാധുവായ നംബര്‍" #: lib/misc.c:179 msgid "invalid ID" msgstr "അസാധുവായ ഐഡി" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "%sഎന്ന initialization function `%s'ല്‍ ലഭ്യമല്ല" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "%sല്‍ മൊഡ്യൂള്‍ വേറ്‍ഷനില്‍ പൊരുത്തക്കേട്" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "module `%s' does not define `%s'" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "ടെറ്‍മിനലിന്‍റെ ഗുണഗണങ്ങള്‍ വായിക്കുന്നതില്‍ പിഴവ്" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "ടെറ്‍മിനലിന്‍റെ ഗുണഗണങ്ങള്‍ സെറ്റ് ചെയ്യുന്നതില്‍ പിഴവ്" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "ടെറ്‍മിനലില്‍ നിന്നും വായിക്കുന്നതില്‍ പിഴവ്" #: lib/user.c:191 msgid "name is not set" msgstr "പേര് സെറ്റ് ചെയ്തിട്ടില്ല" #: lib/user.c:196 msgid "name is too short" msgstr "പേര് വളരെ ചെറുതാണ്" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "പേര് വളരെ വലുതാണ് (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "non-ASCII characters പേരില്‍ അടങ്ങുന്നു" #: lib/user.c:215 msgid "name contains control characters" msgstr "control characters പേരില്‍ അടങ്ങുന്നു" #: lib/user.c:222 msgid "name contains whitespace" msgstr "whitespace പേരില്‍ അടങ്ങുന്നു" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "പേര് ഹൈഫന്‍ കൊണ്ട് തുടങ്ങുന്നു" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "പേരില്‍ '%c' എന്ന അസാധുവായ character" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "%s എന്ന ഉപയോക്താവിന് UID ലഭ്യമല്ല" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "ഗ്രൂപ്പ് %s-ന് GID ലഭ്യമല്ല" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "" "%jd എന്ന ഉപയോക്താവിന്\n" "പേരില്ല" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "%jdഎന്ന ഗ്രൂപ്പിന് പേരില്ല" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "ഉപയോഗിക്കുന്ന ആളിന് പേരോ UID-യോ ലഭ്യമല്ല" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "ഗ്രൂപ്പിന് പേരോ GID-യോ ലഭ്യമല്ല" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "%s ഫീള്‍ഡിന്‍റെ ഡീഫോള്‍ട്ട് മൂല്ല്യം: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "ഫൈല്‍ ലോക്ക് ചെയ്യുന്നതില്‍ പിഴവ്: %s" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "സ്വതവേയുള്ള സെക്യൂരിറ്റി കോണ്‍ടെക്സ്റ്റ ലഭ്യമാക്കുവാന്‍ സാധ്യമായില്ല: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "couldn't get security context of `%s': %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "couldn't set default security context to `%s': %s" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "`%s'- നുള്ള സെക്യൂരിറ്റി കോണ്‍ടെക്സ്റ്റ് ലഭ്യമാക്കുവാന്‍ സാധ്യമായില്ല: %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' തുറക്കുവാന്‍ സാധിച്ചില്ല: %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s' stat ചെയ്യുവാന്‍ സാധിച്ചില്ല: %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "`%s' create ചെയ്യുന്നതില്‍ പിഴവ്: %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "%s എന്ന ബാക്കപ്പ് ഫൈല്‍ നിലവിലുണ്ട്, അത് ഒരു സാധാരണ ഫൈലല്ല" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "ബാക്കപ്പ് ഫൈലിന്‍റെ വലിപ്പത്തില്‍ പൊരുത്തക്കേട്" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s' നിന്നും വായിക്കുവാന്‍ സാധിച്ചില്ല: %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "എന്‍ട്രി ഫൈലില്‍ നിലനില്‍ക്കുന്നു" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s'ലേക്ക് എഴുതുവാന്‍ സാധിച്ചില്ല : %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "entity object has no %s attribute" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "പാസ്വേഡ് എന്‍ക്രിപ്റ്റ് ചെയ്യുന്നതില്‍ പിഴവ്" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "not executing with superuser privileges" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "ഷാഡോ ഫൈല്‍ ലഭ്യമല്ല -- disabling" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "`%s' എന്ന realmല്‍ `%s' എന്ന സറ്‍വീസിനായി kadm5 സറ്‍വറുമായി കണക്റ്റ് ചെയ്യുന്നതില്‍‍ പിഴവ്: %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "kerberos ലൈബ്രറി initialize ചെയ്യുന്നതില്‍ പിഴവ്" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "kerberosന് വേണ്ടി `%s' എന്ന യൂസറ്‍ നെയിം parse ചെയ്യുന്നതില്‍ പിഴവ്" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "entity structure has no %s or %s attributes" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "entity has no %s or %s attributes" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "%s അല്ലെങ്കില്‍ %s ആട്ട്രിബ്യൂട്ടുകള്‍ ഇല്ലാതെയാണ് എന്‍റിറ്റി നിര്‍മ്മിച്ചിരിക്കുന്നത്" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "kerberosല്‍ നിന്നും `%s'ന് വിവരം വായിക്കുന്നതില്‍ പിഴവ്" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "എന്‍റിറ്റിയ്ക്ക് %s എന്ന ആട്ട്രിബ്യൂട്ട് ഇല്ല" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "`%s'ന് പാസ്വേഡ് സെറ്റ് ചെയ്യുന്നതില്‍ പിഴവ്" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Kerberos Realm" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Kerberos അഡ്മിന്‍ പ്രിന്‍സിപ്പള്‍" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "അഡ്മിന്‍ പ്രിന്‍സിപ്പളിന് Kerberos പാസ്വേഡ്" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "error initializing ldap library" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "LDAP പ്രോട്ടോക്കോള്‍ വേറ്‍ഷന്‍ %dലേക്ക് സെറ്റ് ചെയ്യുവാന്‍ സാധിച്ചില്ല" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "could not negotiate TLS with LDAP server" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "LDAP സറ്‍വറിലേക്ക് bind ചെയ്യുവാന്‍ സാധിച്ചില്ല" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "could not bind to LDAP server, first attempt as `%s': %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "user object had no %s attribute" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "`%s' ഇല്ലാതെയാണ് യൂസറ്‍ ഒബ്ജക്ക്റ്റ് സൃഷ്ടിക്കപ്പെട്ടത്" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "ഒരു LDAP ഡയറക്ടറി എന്‍ട്രി നിര്‍മ്മിക്കുന്നതില്‍ പിഴവ്: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "ഒരു LDAP ഡയറക്ടറി എന്‍ട്രിയില്‍ മാറ്റം വരുത്തുന്നതില്‍ പിഴവ്: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "LDAP ഡയറക്ടറി എന്‍ട്രിയുടെ പേര് മാറ്റുന്നതില്‍ പിഴവ്: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "ഒബ്ജക്റ്റിന് %s എന്ന അട്ട്രിബ്യൂട്ടില്ല" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "LDAP ഡയറക്ടറി എന്‍ട്രി നീക്കം ചെയ്യുന്നതില്‍ പിഴവ്: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "ഒബ്ജക്റ്റിന് %s എന്ന അട്ട്രിബ്യൂട്ടില്ല" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "LDAP ഡയറക്ടറിയില്‍ അങ്ങനെ ഒരു ഒബ്ജക്റ്റില്ല" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "%s എന്ന അട്ട്രിബ്യൂട്ട് കണ്ടുകിട്ടിയില്ല" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "LDAP ഡയറക്ടറിയില്‍ %sനായി പാസ്വേര്‍ഡ് സെറ്റ് ചെയ്യുന്നതില്‍ പിഴവ്: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "LDAP സറ്‍വറ്‍ നെയിം" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP സറ്‍ച്ച് ബെയ്സ് DN" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP Bind പാസ്വേഡ്" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL യൂസറ്‍" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL ഓഥറയിസേഷന്‍" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Cyrus SASL error creating user: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Cyrus SASL error removing user: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "error initializing Cyrus SASL: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "യൂസറിന് ഹോം ഡയറക്ടറി ഉണ്ടാക്കുന്നതില്‍ പിഴവ്" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "യൂസറിന്‍റെ ഹോം ഡയറക്ടറി നീക്കം ചെയ്യുന്നതില്‍ പിഴവ്" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "യൂസറിന്‍റെ ഹോം ഡയറക്ടറി നീക്കുന്നതില്‍ പിഴവ്" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "യൂസറിന് മെയില്‍ സ്പൂള്‍ ഉണ്ടാക്കുന്നതില്‍ പിഴവ്" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "യൂസറിനുള്ള മെയില്‍ സ്പൂള്‍ നീക്കം ചെയ്യുന്നതില്‍ പിഴവ്" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Error initializing %s: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "അസാധുവായ ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "ID %jdആയ ഗ്രൂപ്പിനെ തിരയുന്നു.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "%s എന്ന പേരുളള ഗ്രൂപ്പിനെ തിരയുന്നു.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "ID %jdആയ യൂസറിനെ തിരയുന്നു.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "%s എന്ന പേരുളള യൂസറിനെ തിരയുന്നു.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "എന്‍ട്രി കാണ്‍മാനില്ല.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Prompts succeeded.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Prompts failed.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "ഡീഫോള്‍ട്ട് യൂസറ്‍ ഒബ്ജക്ക്റ്റ് ക്ളാസ്സുകള്‍:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Default user attribute names:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Getting default user attributes:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "യൂസറിന്‍റെ structure പകറ്‍ത്തുന്നു:\n" libuser-0.56.9.dfsg.1.orig/po/en_GB.po0000644000175000017500000006552410777230756015352 0ustar gheghe# English (British) translation. # Copyright (C) 2007 Red Hat, Inc. # This file is distributed under the same license as the PACKAGE package. # Abigail Brady , Bastien Nocera , 2007. # msgid "" msgstr "" "Project-Id-Version: libuser\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2007-06-11 13:46+0000\n" "Last-Translator: Abigail Brady \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Error reading `%s': %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Error creating `%s': %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Error changing owner of `%s': %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Error writing `%s': %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Error removing `%s': %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Failed to drop privileges.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Internal error.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s is not authorized to change the finger info of %s\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Unknown user context" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Can't set default context for /etc/passwd\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Error initializing PAM.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Authentication failed for %s.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Internal PAM error `%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "Unknown user authenticated.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "User mismatch.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[OPTION...] user" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Error parsing arguments: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "No user name specified.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Error initializing %s: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "User %s does not exist.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Account is locked.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Account is not locked.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Minimum:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Maximum:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Warning:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Inactive:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Never" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Last Change:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Password Expires:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Password Inactive:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Account Expires:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Failed to modify aging information for %s: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[OPTION...] [user]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "No user name specified, no name for uid %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Changing finger information for %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Full Name" #: apps/lchfn.c:154 msgid "Surname" msgstr "Surname" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Given Name" #: apps/lchfn.c:179 msgid "Office" msgstr "Office" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Office Phone" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Home Phone" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "E-Mail Address" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Finger information not changed: input error.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Finger information changed.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Finger information not changed: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Changing shell for %s.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "New Shell" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Shell not changed: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Shell changed.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[OPTION...] group" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "No group name specified.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "Invalid group ID %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "Group creation failed: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Group %s does not exist.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "Group %s could not be deleted: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "Both -L and -U specified.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Failed to set password for group %s: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "Group %s could not be locked: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Group %s could not be unlocked: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "Group %s could not be modified: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Error looking up %s: %s\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "No group name specified, using %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "No group name specified, no name for gid %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "No user name specified, using %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[OPTION...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Error opening `%s': %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "Error creating account for `%s': line improperly formatted.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "Invalid user ID %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Refusing to create account with UID 0.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Error creating group for `%s' with GID %jd: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Error setting initial password for %s: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Error creating home directory for %s: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "Error creating mail spool for %s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Error creating user account for %s: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Changing password for %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "New password" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "New password (confirm)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Passwords do not match, try again.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Password change cancelled.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Error setting password for user %s: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Error setting password for group %s: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Password changed.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "Group %jd does not exist\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Error creating group `%s': %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Account creation failed: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Error creating %s: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "Error creating mail spool.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "User %s could not be deleted: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s did not have a gid number.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "No group with GID %jd exists, not removing.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "Group with GID %jd did not have a group name.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Group %s could not be deleted: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s did not have a home directory.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Error removing %s: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Failed to set password for user %s: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "User %s could not be locked: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "User %s could not be unlocked: %s.\n" #: apps/lusermod.c:221 #, fuzzy, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Group %jd does not exist\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "User %s could not be modified: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "Group %s could not be modified: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "No old home directory for %s.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "No new home directory for %s.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Error moving %s to %s: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "could not open configuration file `%s': %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "could not stat configuration file `%s': %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "configuration file `%s' is too large" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "could not read configuration file `%s': %s" #: lib/error.c:38 msgid "success" msgstr "success" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "module disabled by configuration" #: lib/error.c:42 msgid "generic error" msgstr "generic error" #: lib/error.c:44 msgid "not enough privileges" msgstr "not enough privileges" #: lib/error.c:46 msgid "access denied" msgstr "access denied" #: lib/error.c:48 msgid "bad user/group name" msgstr "bad user/group name" #: lib/error.c:50 msgid "bad user/group id" msgstr "bad user/group id" #: lib/error.c:52 msgid "user/group name in use" msgstr "user/group name in use" #: lib/error.c:54 msgid "user/group id in use" msgstr "user/group id in use" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "error manipulating terminal attributes" #: lib/error.c:58 msgid "error opening file" msgstr "error opening file" #: lib/error.c:60 msgid "error locking file" msgstr "error locking file" #: lib/error.c:62 msgid "error statting file" msgstr "error statting file" #: lib/error.c:64 msgid "error reading file" msgstr "error reading file" #: lib/error.c:66 msgid "error writing to file" msgstr "error writing to file" #: lib/error.c:68 msgid "data not found in file" msgstr "data not found in file" #: lib/error.c:70 msgid "internal initialization error" msgstr "internal initialization error" #: lib/error.c:72 msgid "error loading module" msgstr "error loading module" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "error resolving symbol in module" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "library/module version mismatch" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "unlocking would make the password field empty" #: lib/error.c:84 msgid "unknown error" msgstr "unknown error" #: lib/misc.c:165 #, fuzzy msgid "invalid number" msgstr "Invalid user ID %s\n" #: lib/misc.c:179 #, fuzzy msgid "invalid ID" msgstr "Invalid ID %s\n" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "no initialization function %s in `%s'" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "module version mismatch in `%s'" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "module `%s' does not define `%s'" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "error reading terminal attributes" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "error setting terminal attributes" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "error reading from terminal" #: lib/user.c:191 msgid "name is not set" msgstr "name is not set" #: lib/user.c:196 msgid "name is too short" msgstr "name is too short" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "name is too long (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "name contains non-ASCII characters" #: lib/user.c:215 msgid "name contains control characters" msgstr "name contains control characters" #: lib/user.c:222 msgid "name contains whitespace" msgstr "name contains whitespace" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "name starts with a hyphen" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "name contains invalid char `%c'" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "user %s has no UID" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "group %s has no GID" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "user %jd has no name" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "group %jd has no name" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "user has neither a name nor an UID" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "group has neither a name nor a GID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "Invalid default value of field %s: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "error locking file: %s" #: lib/util.c:706 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "couldn't set default security context: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "couldn't get security context of `%s': %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "couldn't set default security context to `%s': %s" #: lib/util.c:760 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "couldn't get security context of `%s': %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "couldn't open `%s': %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "couldn't stat `%s': %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "error creating `%s': %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "backup file `%s' exists and is not a regular file" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "backup file size mismatch" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "couldn't read from `%s': %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "entry already present in file" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "couldn't write to `%s': %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "entity object has no %s attribute" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "error encrypting password" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "not executing with superuser privileges" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "no shadow file present -- disabling" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "error connecting to the kadm5 server for service `%s' in realm `%s': %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "error initializing kerberos library" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "error parsing user name `%s' for kerberos" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "entity structure has no %s or %s attributes" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "entity has no %s or %s attributes" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "entity was created with no %s or %s attributes" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "error reading information for `%s' from kerberos" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "entity has no %s attribute" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "error setting password for `%s'" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Kerberos Realm" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Kerberos Admin Principal" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Kerberos Password for Admin Principal" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "error initializing ldap library" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "could not set LDAP protocol to version %d" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "could not negotiate TLS with LDAP server" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "could not bind to LDAP server" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "could not bind to LDAP server, first attempt as `%s': %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "user object had no %s attribute" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "user object was created with no `%s'" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "error creating a LDAP directory entry: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "error modifying LDAP directory entry: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "error renaming LDAP directory entry: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "object had no %s attribute" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "error removing LDAP directory entry: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "object has no %s attribute" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "no such object in LDAP directory" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "no `%s' attribute found" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "error setting password in LDAP directory for %s: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "LDAP Server Name" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP Search Base DN" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP Bind Password" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL User" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL Authorization User" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Cyrus SASL error creating user: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Cyrus SASL error removing user: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "error initializing Cyrus SASL: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "error creating home directory for user" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "error removing home directory for user" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "error moving home directory for user" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "error creating mail spool for user" #: python/admin.c:885 #, fuzzy msgid "error removing mail spool for user" msgstr "error creating mail spool for user" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Error initializing %s: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "Invalid ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "Searching for group with ID %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "Searching for group named %s.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "Searching for user with ID %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "Searching for user named %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Entry not found.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Prompts succeeded.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Prompts failed.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Default user object classes:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Default user attribute names:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Getting default user attributes:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Copying user structure:\n" #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "could not convert internal data to LDAPMods" libuser-0.56.9.dfsg.1.orig/po/ar.gmo0000644000175000017500000005107210777230760015132 0ustar gheghe PQ"p5(G*b$""!Dc</.)^"' &?[t*)(.W.s((.$@ e!o "#!#$C#h. &5J^%w  . 4 >K-b#,,9"f #5F'Z! )1"F!i## - >1L~8(*$*O)z*) 1, ^ u   ! ! +!.2!a!G!!)!& ""0"S"!m"#"""""&#(9#$b##)###0#!$$'F$&n$'$ $$3$!2%T%h% ~%%"%%% &"& B&c&"&&&&&&'%/'#U' y''''''( (-$(R(g("z(($(((l)3{*,*B*/+)O+y+++$+>+?1,3q,8,4,<-<P-=-A-, .0:. k.!._.1/V@/>/1/.0870 p0&00%0 001!P1r1!1G1A1B>2+2P2?2C>3)3D3,34S644)4&4.4*$5+O52{555)5,6W;66$66)62 7+?70k7@7707,8!H8j8?888 88$9179oi9I90#:MT:(:1:l:Mj;0; ;;4 <)A<;k<'<L<=4=CL=7=?=7>?@>%>(>> >-?7.?2f?I?$?$@ -@9@L@^@o@S@4@+A,PB:Q9}QFQ;Q~/VPM<^N:)|=eyd \x0Dpw?IQW5KL%+ag-Hs]j1_}'F3Jn@ ;.UT*tz[B&lh,ORC$Zo! uq(Acf"r2i`k>X#Gm 49bv7Y6{E8S%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Failed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneInternal PAM error `%s'. Internal error. Invalid ID %s Invalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebad user/group idbad user/group namecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorlibrary/module version mismatchmodule disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: ar Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2007-01-12 09:34+0200 Last-Translator: Ali Ghareb Language-Team: Arabic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 %sلم يكن له رقم هويّة مجموعة. لم يملك %s دليلاً موطناً. %s ليس مخوّلا بتغيير معلومات finger لـ %s تنتهي صلاحية الحساب في: %s فشل في انشاء الحساب: %s. الحساب مقفل. الحساب غير مقفل. فشل في توثيق %s. تم تحديد كل من -L و -B لا يمكن ضبط سياق افتراضي لـ /etc/passwd جاري تغيير معلومات finger للمستخدم %s. جاري تغيير كلمة المرور لـ%s. جاري تغيير الصّدفة للمستخدم %s. جاري نسخ بناء موطن المستخدم: خطأ Cyrus SASL أثناء إنشاء المستخدم: %sخطأ Cyrus SASL أثناء إزالة المستخدم: %sأسماء خصائص المستخدم الافتراضية: أصناف كائنات المستخدم الافتراضيّة: عنوان البريد الإلكترونيلم يتم العثور على المُدخل. خطأ في إنشاء %s: %s. خطأ في إنشاء ´%s´. %sخطأ في إنشاء حساب للمستخدم %s، السطر منسّق بشكل خاطئ. خطأ في انشاء المجموعة `%s': %s خطأ في إنشاء مجموعة لـ`%s' برقم هويّة مجموعة %jd: %s خطأ في إنشاء الدّليل الموطن لـ%s. %s خطأ في إنشاء مخزن بريد لـ%s. خطأ في إنشاء مخزن البريد. خطأ في إنشاء حساب مستخدم لـ%s. %s خطأ في ابتداء %s: %s خطأ في ابتداء ´%s´. %s. خطأ في ابتداء PAM. خطأ في نقل %s إلى %s: %s. خطأ في فتح ´%s´، %s. خطأ في إعراب المُعطيات: %s. خطأ في قراءة ´%s´. %sخطأ في إزالة %s. %s. خطأ في إزالة ´%s´. %sخطأ في وضع كلمة السّر الابتدئيّة لـ%s. %s خطأ في وضع كلمة المرور للمجموعة %s. %s خطأ في وضع كلمة المرور للمستخدم %s. %s. فشل في اسقاط الصلاحيات. فشل في تعديل معلومات الفترة الزمنيّة لـ %s: %s فشل في وضع كلمة المرور لمجموعة %s: %s فشل في وضع كلمة المرور للمستخدم %s؛ %s. تمّ تغيير معلومات finger. لم يتمّ تغيير معلومات finger: خطأ إدخال. معلومات finger لم تتغيّر: %s الاسم الكاملجاري الاستعلام عن خصائص المستخدم الافتراضية: الاسم المُعطىالمجموعة %jd غير موجودة تعذّر حذف مجموعة %s: %s لم يمكن حذف المجموعة %s: %s. تعذّر تأمين مجموعة %s: %s تعذّر تعديل مجموعة %s: %s. لم يمكن تعديل المجموعة %s: %s. تعذّر إلغاء تأمين مجموعة %s: %s المجموعة %s غير موجودة. فشل في إنشاء المجموعة: %s المجموعة ذات رقمّ الهويّة %jd لم تحمل اسم مجموعة. هاتف المنزلخطأ داخلي في PAM ´%s´. خطأ داخلي. رقم التعريف %s غير صالح رقم تعريف مجموعة غير صالح %s رقم المستخدم %s غير صالح المدير الرئيسي لكِرْبِروسكلمة مرور كِرْبِروس للمدير الرئيسيمملكة كِرْبِروسالاسم المُميِّز (DN) لـLDAP Bindكلمة مرور LDAP Bindمستخدم توثيق LDAP SASLمستخدم LDAP SASLالاسم المُميِّز (DN) الأساسي لبحث LDAPاسم خادم LDAPآخر تغيير: %s أبداًصَدَفة جديدةكلمة المرور الجديدةكلمة المرور الجديدة (تأكيد)لم يتم تحديد اسم للمجموعة، لا يوجد اسم لرقم هويّة المجموعة %d. لم يتم تحديد اسم مجموعة، جاري استخدام %s. لم يتم تحديد اسم للمجموعة. لا توجد مجموعة برقم هويّة %jd، لن يتم الحذف. لا دليل موطن جديد لـ%s. لا يوجد دليل موطن سابق لـ%s. لم يتم تحديد اسم مستخدم، لا يوجد اسم لرقم هويّة المستخدم %d. لم يتم تحديد اسم المستخدم، جاري استخدام %s. لم يتم إدخال اسم للمستخدم. المكتبهاتف المكتبتنتهي صلاحية كلمة السر في: %s كلمة السر غير فعالة: %s تم التراجع عن تغيير كلمة المرور. تم تغيير كلمة المرور. كلمات المرور غير متطابقة، حاول مُجدّداً. فشل التذكير. نجح التذكير. رَفْض إنشاء حساب برقم هويّة مستخدم 0. جاري البحث عن مجموعة مُسمّى %s. جاري البحث عن مجموعة برقم تعريف %jd. جاري البحث عن مستخدم مُسمّى %s. جاري البحث عن مستخدم برقم تعريف %jd. تم تغيير الصَّدَفة. لم يتم تغيير الـ shell: %s اسم الأبسياق مستخدم مجهوللم يمكن حذف المستخدم %s: %s لم يمكن قفل حساب المستخدم %s: %s. لم يمكن تعديل المستخدم %s: %s. لم يتمكن من إلغاء قفل حساب المستخدم %s: %s. لا وجود للمستخدم %s. عدم تطابق المستخدم. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] userممنوع الوصولالملف الاحتياطي ´%s' موجود مسبقاً وغير اعتياديرقم هويّة مستخدم/مجموعة سيّئاسم مستخدم/مجموعة سَيّئلم يُمكن الرّبط بخادم LDAPتعذّر الرّبط بخادم LDAP، المحاولة الأولى كـ `%s': %sلم يمكن مفاوضة TLS مع خادم LDAPلم يمكن فتح ملف التّهيئة ´%s': %sتعذّر فتح ملف الإعداد `%s': %ssلم يمكن وضع بروتوكول LDAP للنسخة %dتعذّر stat ملف الإعداد `%s': %ssتعذّر الحصول على سياق الأمان لـ `%s': %sلم يمكن فتح ´%s': %sلم يمكن القراءة من ´%s': %sتعذّر ضبط سياق أمان افتراضي إلى `%s': %s لم يمكن استعلام وضع `%s': %sلم يمكن الكتابة إلى ´%s': %sلم يتم العثور على البيانات في الملفالكينونة ليس لها خاصّيّة %sالكينونة ليس لها %s أو خاصّيّة %sكائن الكينونة ليس له خاصّيّة %sبناء الكينونة ليس له %s أو خصائص %sتم إنشاء الكينونة بدون %s أو خصائص %sالمُدخل موجود مسبقاً في الملفخطأ في الاتصال بخادم إدارة كِرْبِروس 5 للخدمة ´%s' في المملكة ´%s': %sخطأ في إنشاء ´%s': %sخطأ في إنشاء مُدخل لدليل LDAP: %sخطأ في انشاء مجلد رئيسي للمستخدمخطأ في إنشاء مخزن البريد للمستخدخطأ في تشفير كلمة المرورخطأ في ابتداء Cyrus SASL: %sخطأ في ابتداء مكتبة كِرْبِروسخطأ في ابتداء مكتبة ldapخطأ في تحميل الوحدةخطأ في قفل الملفخطأ في قفل الملف: %sخطأ في تعديل خصائص سطر الأوامرخطأ في تعديل المُدخل لدليل LDAP: %sخطأ في نقل المجلد الرئيسي للمستخدمخطأ في فتح الملفخطأ في إعراب اسم المستخدم ´%s' لكِرْبِروسخطأ في قراءة الملفخطأ في القراءة من سطر الأوامرخطأ في قراءة المعلومات لـ ´%s' من كِرْبِروسخطأ في قراءة خصائص سطر الأوامرخطأ في حذف المُدخل لدليل LDAP: %sخطأ في ازالة المجلد الرئيسي للمستخدمخطأ في إعادة تسمية المُدخل لدليل LDAP: %sخطأ في فك الترميز في الوحدةخطأ في وضع كلمة المرور لـ´%s'خطأ في وضع كلمة مرور في دليل LDAP لـ%s: %sخطأ في وضع خصائص سطر الأوامرخطأ في استعلام وضع الملفّخطأ في الكتابة للملفخطأ عامالمجموعة %s ليس لديها رقم تعريفالمجموعة ليست لديها اسم أو رقم تعريفخطأ داخلي في الابتداءعدم التوافق في نسخة المكتبة/الوحدةتم تعطيل الوحدة بواسطة التنسيقعدم توافق في نسخة الوحدة في ´%s´يحتوي الاسم على أحرف تحكّمالاسم يحتوي على حرف غير صالح ´%c'الاسم يحتوي على حروف ليست ASCIIالاسم يحتوي على مسافاتلم يتم تحديد الاسماسم طويل جدا (%zu>%d)الاسم قصير جدّاًاسم يبدأ بوصلةلم يعثر على الخاصّيّة ´%s´لا توجد وظيفة لابتداء %s في ´%s'لا يوجد ملف shadow -- جاري التعطيللا وجود لهذا الكائن في دليل LDAPالصلاحيات غير كافيةلم يتمّ التّنفيذ بصلاحيات المستخدم الخارقلم يحتوي الكائن على خاصّيّة %sلا يحتوي الكائن على خاصّيّة %sناجحخطأ مجهولألغاء التأمين سوف يترك حقل كلمة المرور فارغاًالمستخدم %jd ليس لديه اسمالمستخدم %s ليس لدية رقم تعريفالمستخدم ليس لديه اسم أو رقم تعريفلم يحتوي كائن المستخدم على خاصّيّة %sكائن المستخدم تمّ إنشاءه دون `%s'رقم هويّة المستخدم/المجموعة المُستخدماسم المستخدم/المجموعة المُستخدمlibuser-0.56.9.dfsg.1.orig/po/mk.po0000644000175000017500000010444610777230757015005 0ustar gheghe# translation of libuser.HEAD.mk.po to Macedonian # Macedonian translations for mk package. # Copyright (C) 2004 THE mk'S COPYRIGHT HOLDER # This file is distributed under the same license as the mk package. # # # Automatically generated, 2004. # Arangel Angov , 2004. # Tomislav Markovski , 2004. # Tomislav Markovski , 2005. # Jovan Naumovski , 2007. msgid "" msgstr "" "Project-Id-Version: libuser.HEAD.mk\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2007-07-18 15:25+0200\n" "Last-Translator: Jovan Naumovski \n" "Language-Team: Macedonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Грешка при читање на „%s“: %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Грешка при креирање на „%s“: %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Грешка при менување на сопственикот на „%s“: %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Грешка при запишување „%s“: %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Грешка при отстранување на „%s“: %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Не успеав да ги симнам привилегиите.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Внатрешна грешка.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s не е авторизиран за промена на информациите на %s\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Непознат кориснички контекст" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Не можам да го поставам стандардниот контекст за /etc/passwd\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Грешка при иницијализација на PAM.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Автентикацијата е неуспешна за %s.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Внатрешна грешка во PAM „%s“.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "Автентициран е непознат корисник.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Погрешен корисник.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[ОПЦИЈА...] корисник" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Грешка при парсирање на аргументите: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Не е одредено корисничко име.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Грешка при иницијализирање на %s: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "Корисникот %s не постои.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Сметката е заклучена.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Сметката не е заклучена.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Минимум:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Максимум:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Предупредување:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Неактивно:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Никогаш" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Последна промена:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Лозинката истекува:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Лозинката е неактивна:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Сметката истекува:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Не успеав да ги променам информциите за стареење за %s: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[ОПЦИЈА...] [корисник]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Нема одредено корисничко име. Нема име за uid %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Ја менувам информацијата од finger за %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Целосно име" #: apps/lchfn.c:154 msgid "Surname" msgstr "Презиме" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Дадено име" #: apps/lchfn.c:179 msgid "Office" msgstr "Канцеларија" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Телефон на работа" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Телефон дома" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "Адреса за е-пошта" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Информацијата од finger не е променета: влезна грешка.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Информацијата од finger е променета.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Информацијата за finger не е променета: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Ја менувам школката за %s.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Нова школка" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Школката не е сменета: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Школката е сменета.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[ОПЦИЈА...] група" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Нема одредено име за групата.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "Невалидно ID на група %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "Креирањето на групата не успеа: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Групата %s не постои.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "Групата %s не може да биде избришана: %s.\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "И -L и -U се одредени.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Не успеав да поставам лозинка за групата %s: %s.\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "Групата %s не може да биде заклучена: %s.\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Групата %s не може да биде отклучена: %s.\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "Групата %s не може да биде променета: %s.\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Грешка при заклучување на %s: %s.\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Нема одредено име за групата, користам %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Нема одредено име за групата. Нема име за gid %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Нема одредено корисничко име, користам %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[ОПЦИЈА...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Грешка при отворање на „%s“: %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "" "Грешка при креирање на сметка за „%s“: линијата е форматирана погрешно.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "Невалиден ID на корисник %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Одбивам да креирам сметка со UID 0.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Грешка при креирањето на група за „%s“ со GID %jd: %s.\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Грешка при поставување на лозинка за %s: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Грешка при креирање на домашен директориум за %s: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "Грешка при креирање на mail spool за %s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Грешка при креирање на корисничка сметка за %s: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Ја менувам лозинката за %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Нова лозинка" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Нов лозинка (потврда)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Лозинките не се совпаѓаат, пробајте повторно.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Промената на лозинката е откажана.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Грешка при поставување на лозинка за корисникот %s: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Грешка при поставување на лозинка за групата %s: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Лозинката е променета.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "Групата %jd не постои.\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Грешка при креирање на групата „%s“: %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Креирањето на сметката не успеа: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Грешка при креирање на %s: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "Грешка при креирање на mail spool.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Корисникот %s не може да биде избришан: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s нема gid број.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "Не постои група со GID %jd. Не отстранувам.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "Групата со GID %jd немаше име на групата.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Групата %s не може да биде избришана: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s нема домашен директориум.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Грешка при отстранување на %s: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Не успеав да поставам лозинка за корисникот %s: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Корисникот %s не може да биде заклучен: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Корисникот %s не може да биде отклучен: %s.\n" #: apps/lusermod.c:221 #, fuzzy, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Групата %jd не постои.\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Корисникот %s не може да биде променет: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "Групата %s не може да биде променета: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "Нема стар домашен директориум за %s.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "Нема нов домашен директориум за %s.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Грешка при преместување на %s до %s: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "не можам да ја отворам датотеката со конфигурација „%s“: %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "не можам да ја отворам конфигурациската датотека „%s“: %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "Конфигурациската датотека „%s“ е преголема" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "не можам да ја отворам конфигурациската датотека„%s“: %s" #: lib/error.c:38 msgid "success" msgstr "успех" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "модулот е оневозможен од конфигурацијата" #: lib/error.c:42 msgid "generic error" msgstr "генеричка грешка" #: lib/error.c:44 msgid "not enough privileges" msgstr "нема доволно привилегии" #: lib/error.c:46 msgid "access denied" msgstr "пристапот е одбиен" #: lib/error.c:48 msgid "bad user/group name" msgstr "лош корисник/име на група" #: lib/error.c:50 msgid "bad user/group id" msgstr "лош корисник/id на група" #: lib/error.c:52 msgid "user/group name in use" msgstr "корисник/име на група која што се користи" #: lib/error.c:54 msgid "user/group id in use" msgstr "корисник/id на група кое што се користи" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "грешка при манипулирање со атрибутите во терминалот" #: lib/error.c:58 msgid "error opening file" msgstr "грешка при отворање на датотека" #: lib/error.c:60 msgid "error locking file" msgstr "грешка при заклучување на датотека" #: lib/error.c:62 msgid "error statting file" msgstr "грешка при изјавување на датотека" #: lib/error.c:64 msgid "error reading file" msgstr "грешка при вчитување на датотека" #: lib/error.c:66 msgid "error writing to file" msgstr "грешка при запишување во датотека" #: lib/error.c:68 msgid "data not found in file" msgstr "податоците не се најдени во датотеката" #: lib/error.c:70 msgid "internal initialization error" msgstr "внатрешна грешка при иницијализација" #: lib/error.c:72 msgid "error loading module" msgstr "грешка при вчитување на модул" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "грешка при пронаоѓање на симбол во модул" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "библиотека/погрешна верзија на модул" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "отклучувањето ќе го испразни полето со лозинка" #: lib/error.c:84 msgid "unknown error" msgstr "непозната грешка" #: lib/misc.c:165 #, fuzzy msgid "invalid number" msgstr "Невалиден ID на корисник %s\n" #: lib/misc.c:179 #, fuzzy msgid "invalid ID" msgstr "Невалиден ID %s\n" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "нема функција за иницијализација %s во „%s“" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "погрешна верзија на модул во „%s“" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "модулот „%s“ не дефинира „%s“" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "грешка при читање на атрибутите во терминалот" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "грешка при подесување на атрибути за терминалот" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "грешка при читање од терминалот" #: lib/user.c:191 msgid "name is not set" msgstr "името не е поставено" #: lib/user.c:196 msgid "name is too short" msgstr "името е премногу кратко" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "името е предолго (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "името содржи знаци кои што не се ASCII" #: lib/user.c:215 msgid "name contains control characters" msgstr "името содржи контролни знаци" #: lib/user.c:222 msgid "name contains whitespace" msgstr "името содржи празни места" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "името започнува со тире" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "името содржи валиден знак „%c“" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "корисникот %s нема UID" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "групата %s нема GID" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "корисникот %jd нема име" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "групата %jd нема име" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "корисникот нема ни име ни UID" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "групата нема ни име ни GID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "Невалидна стандардна вредност за полето %s: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "грешка при заклучувањето на датотеката: %s" #: lib/util.c:706 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "не можам да го поставам стандардниот безбедносен контекст: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "не можам да го добијам безбедносниот контекст на „%s“: %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "не можам да го поставам основниот безбедносен контекст на „%s“: %s" #: lib/util.c:760 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "не можам да го добијам безбедносниот контекст на „%s“: %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "не можам да отворам „%s“: %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "не можам да одредам „%s“: %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "грешка при креирање на „%s“: %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "резервната датотека „%s“ постои и не е регуларна датотека" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "погрешна големина на резервната датотека" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "не можам да прочитам од „%s“: %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "записот веќе постои во датотеката" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "не можам да запишам во „%s“: %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "објектот нема %s атрибут" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "грешка при кодирање на лозинката" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "не извршувам со суперкориснички привилегии" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "нема присутна сенка датотека -- оневозможувам" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "грешка при врзување со kadm5 серверот за сервисот „%s“ во realm „%s“: %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "грешка при иницијализирање на kerberos библиотеката" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "грешка при парсирањето на корисничкото име „%s“ за kerberos." #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "структурата нема %s или %s атрибути" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "ентитетот нема %s или %s атрибути" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "ентитетот бил креиран без %s или %s атрибути" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "грешка при читање на информации за „%s“ од страна на kerberos" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "ентитетот нема %s атрибут" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "грешка при поставување на лозинката за „%s“" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Kerberos простор" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Принцип на админ за kerberos" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Лозинка за принцип на админ за kerberos" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "грешка при иницијализирање на ldap библиотеката" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "не можам да го поставам LDAP протоколот на верзијата %d" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "не можам да договорам TLS со LDAP серверот" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "не можам да се врзам за LDAP серверот" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "не можам да се врзам за LDAP серверот, првиот обид беше како „%s“: %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "корисничкиот објект нема %s атрибут" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "корисничкиот објект беше креиран без „%s“" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "грешка при креирање на запис за LDAP: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "грешка при менување на записот водиректориумот на LDAP: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "грешка при реименувањето на записот за LDAP: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "објектот нема %s атрибути" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "грешка при отстранување на записот за LDAP: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "објектот нема %s атрибут" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "нема таков објект во директориумот на LDAP" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "не пронајдов атрибут„%s“" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "грешка при поставување на лозинка во директориумот на LDAP за %s: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "Име на LDAP сервер" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "База за пребарување на LDAP " #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP Bind лозинка" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL корисник" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL авторизација за корисник" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Cyrus SASL грешка при креирање на корисник: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Cyrus SASL грешка при отстранување на корисник: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "грешка при иницијализација на Cyrus SASL: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "грешка при креирање на домашен директориум за корисникот" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "грешка при отстранување на домашниот директориум за корисникот" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "грешка при преместувањето на домашниот директориум за корисникот" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "грешка при креирање на mail spool за корисникот" #: python/admin.c:885 #, fuzzy msgid "error removing mail spool for user" msgstr "грешка при креирање на mail spool за корисникот" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Грешка при иницијализирање %s: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "Невалиден ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "Барам група со ID %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "Барам група под името %s.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "Барам корисник со ID %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "Барам корисник под името %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Записот не е пронајден.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Појавувањата беа успешни.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Појавувањата не успеаа.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Стандардни кориснички објектни класи:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Стандардни кориснички имиња на атрибути:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Ги земам стандардните кориснички атрибути:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Ја копирам корисничката структура:\n" #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "не можам да ги конвертирам внатрешните податоци со LDAPMods" libuser-0.56.9.dfsg.1.orig/po/hi.po0000644000175000017500000011235010777230756014766 0ustar gheghe# translation of libuser.tip.hi.po to Hindi # This file is distributed under the same license as the PACKAGE package. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. # # Rajesh Ranjan , 2004, 2005, 2006, 2008. # hi , 2007. msgid "" msgstr "" "Project-Id-Version: libuser.tip.hi\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-04-03 12:34+0530\n" "Last-Translator: Rajesh Ranjan \n" "Language-Team: Hindi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" "\n" "\n" "\n" "\n" "\n" "\n" "\n" "\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "घर निर्देशिका पथ `%s' निरपेक्ष नहीं है" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "`%s' पढ़ने में त्रुटि: %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "`%s' निर्मित करने में त्रुटि: %s " #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "`%s' के स्वामित्व बदलाव में त्रुटि: %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "`%s' लिखने में त्रुटि: %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "`%s' हटाने में त्रुटि: %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "विशेषाधिकार हटाने में असफल.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "आंतरिक त्रुटि.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s की पहचान को बदलने के लिए %s अधिकृत नहीं है\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "अज्ञात उपयोक्ता संदर्भ" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "/etc/passwd के लिए मूलभूत संदर्भ व्यवस्थित नहीं कर सकता\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "PAM प्रारंभिकीकरण त्रुटि.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "%s के लिए सत्यापन असफल.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "आंतरिक PAM त्रुटि`%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "अज्ञात उपयोक्ता सत्यापित.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "उपयोक्ता बेमेल.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[विकल्प...] उपयोक्ता" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "तर्कों को विश्लेषण करने में त्रुटि: %s।\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "कोई उपयोक्ता नाम निर्दिष्ट नहीं किया गया.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr " %s के प्रारंभिकीकरण में त्रुटि: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "%s उपयोक्ता जीवंत नहीं है.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "लेखा तालकित है.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "लेखा तालकित नहीं है.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "न्यूनतम:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "अधिकतम:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "चेतावनी:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "निष्क्रिय:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "कभी नहीं" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "अंतिम बदलाव:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "शब्दकूट अंत:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "शब्दकूट निष्क्रिय:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "लेखा अंत:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "%s के लिए पुरानी जानकारी रूपांतरित करने में असफल: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[विकल्प...] [उपयोक्ता]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "कोई उपयोक्ता नाम निर्दिष्ट नहीं किया गया,uid %d के लिए नाम नहीं है.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "%s के लिए फिंगर जानकारी बदली जा रही है.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "पूरा नाम" #: apps/lchfn.c:154 msgid "Surname" msgstr "उपनाम" #: apps/lchfn.c:169 msgid "Given Name" msgstr "दिया नाम" #: apps/lchfn.c:179 msgid "Office" msgstr "कार्यालय" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "कार्यालय दूरभाष" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "घर दूरभाष" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "ई-डाक पता" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "फिंगर जानकारी नहीं बदली गई: निवेश त्रुटि.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "फिंगर जानकारी बदली गई.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "फिंगर जानकारी नहीं बदली गई: %s।\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "%s के लिए शैल बदला जा रहा है.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "नया शैल" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "शैल नहीं बदला गया:%s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "शैल बदला गया.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[विकल्प...] समूह" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "कोई समूह नाम निर्दिष्ट नहीं किया गया.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "अमान्य समूह ID %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "समूह निर्माण असफल: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "%s समूह उपस्थित नहीं है.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "समूह %s को विलोपित नहीं कर सका: %s.\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "-L और -U दोनों निर्दिष्ट है. \n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "%s समूह के लिए शब्दकूट जमावट असफल: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "%s समूह को तालकित नहीं किया जा सकता: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "%s समूह को अतालकित नहीं किया जा सकता: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "%s समूह को परिवर्तित नहीं किया जा सका: %ss\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "%s देखने में त्रुटि: %s\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "%s के प्रयोग से कोई समूह नाम निर्दिष्ट नहीं किया गया.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "कोई समूह नाम निर्दिष्ट नहीं किया गया, gid %d के लिए कोई नाम नहीं है.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "%s के प्रयोग से कोई उपयोक्ता नाम निर्दिष्ट नहीं किया गया.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[विकल्प...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "`%s' खोलने में त्रुटि: %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "`%s' के लिए लेखा बनाने में त्रुटि: लाइन सही तरीके से संरूपित नहीं किया गया.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "अमान्य उपयोक्ता ID %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "UID 0 से लेखा बनाने के लिए इंकार कर रहा है\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "`%s' के लिए GID %jd से समूह बनाने में त्रुटि: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "%s के लिए प्रारंभिक शब्दकूट जमा करने में त्रुटि: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "%s के लिए घर निर्देशिका बनाने में त्रुटि: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "%s के लिए डाक स्पूल बनाने में त्रुटि\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "%s के लिए उपयोक्ता लेखा बनाने में त्रुटि: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "%s के लिए शब्दकूट बदला जा रहा है.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "नया शब्दकूट" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "नया शब्दकूट (निश्चित करें)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "शब्दकूट मिल नहीं रहे,पुन:प्रयास करें.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "शब्दकूट बदलाव रद्द किया गया.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "%s उपयोक्ता के लिए शब्दकूट जमावट त्रुटि: %s।\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "%s समूह के लिए शब्दकूट जमावट त्रुटि: %s।\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "शब्दकूट बदला गया.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "%jd समूह उपस्थित नहीं है.\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "`%s' समूह बनाने में त्रुटि: %s.\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "लेखा बनावट असफल: %s।\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "%s बनाने में त्रुटि: %s।\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "डाक स्पूल बनाने में त्रुटि.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "उपयोक्ता %s को विलोपित नहीं कर सका: %s।\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s के gid अंक नहीं है.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "GID %jd के साथ कोई जीवंत समूह मौजूद है, नहीं हटा रहे हैं.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "GID %jd समूह का कोई समूह नाम नहीं है.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "समूह %s को विलोपित नहीं कर सका: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s की कोई घर निर्देशिका नहीं है.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "%s हटाने में त्रुटि: %s।\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "%s उपयोक्ता के लिए शब्दकूट जमावट असफल: %s।\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "%s उपयोक्ता को तालकित नहीं कर सका: %s।\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "%s उपयोक्ता को अतालकित नहीं कर सका: %s।\n" #: apps/lusermod.c:221 #, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "चेतावनी: ID %jd के साथ समूह मौजूद नहीं है.\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "%s उपयोक्ता को परिवर्तित नहीं कर सका: %s।\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "%s समूह को परिवर्तित नहीं कर सका: %s।\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "%s की कोई पुरानी घर निर्देशिका नहीं है.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "%s की कोई नई घर निर्देशिका नहीं है.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "%s से %s को चलाने में त्रुटि: %s।\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "`%s' विन्यास फाइल खोल नहीं सका: %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "`%s' विन्यास फाइल स्टेट नहीं कर सका: %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "`%s' विन्यास फाइल काफी बड़ा है" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "`%s' विन्यास फाइल पढ़ नहीं सका: %s" #: lib/error.c:38 msgid "success" msgstr "सफल" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "विन्यास से मॉड्यूल असमर्थ किया गया" #: lib/error.c:42 msgid "generic error" msgstr "जेनेरिक त्रुटि" #: lib/error.c:44 msgid "not enough privileges" msgstr "अधिकार काफी नहीं हैं" #: lib/error.c:46 msgid "access denied" msgstr "अभिगम निषेध" #: lib/error.c:48 msgid "bad user/group name" msgstr "बुरा उपयोक्ता/समूह नाम" #: lib/error.c:50 msgid "bad user/group id" msgstr "बुरा उपयोक्ता/समूह id" #: lib/error.c:52 msgid "user/group name in use" msgstr "उपयोक्ता/समूह नाम प्रयोग में है" #: lib/error.c:54 msgid "user/group id in use" msgstr "उपयोक्ता/समूह id प्रयोग में है" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "टर्मिनल गुण से छेड़छाड़ करने में त्रुटि" #: lib/error.c:58 msgid "error opening file" msgstr "फाइल खुलने में त्रुटि" #: lib/error.c:60 msgid "error locking file" msgstr "फाइल तालकित करने में त्रुटि" #: lib/error.c:62 msgid "error statting file" msgstr "फाइल स्थाई करने में त्रुटि" #: lib/error.c:64 msgid "error reading file" msgstr "फाइल पढ़ने में त्रुटि" #: lib/error.c:66 msgid "error writing to file" msgstr "फाइल को लिखने में त्रुटि" #: lib/error.c:68 msgid "data not found in file" msgstr "फाइल में आंकडा नहीं मिला" #: lib/error.c:70 msgid "internal initialization error" msgstr "आंतरिक प्रारंभिकीकरण त्रुटि" #: lib/error.c:72 msgid "error loading module" msgstr "मॉड्यूल भारित करने में त्रुटि" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "मॉड्यूल में प्रतीक वियोजन करने में त्रुटि" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "लाइब्रेरी/मॉड्यूल संस्करण बेमेल" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "अतालाकित करना शब्दकूट क्षेत्र को खाली रखेगा." #: lib/error.c:84 msgid "unknown error" msgstr "अज्ञात त्रुटि" #: lib/misc.c:165 msgid "invalid number" msgstr "अमान्य संख्या" #: lib/misc.c:179 msgid "invalid ID" msgstr "अमान्य ID" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "%s फलन प्रारंभिकीकरण, '%s' में नहीं है" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "`%s' में मॉड्यूल संस्करण मेल नहीं खाता" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "`%s' मौड्यूल `%s' को परिभाषित नहीं करता है" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "टर्मिनल गुण पढने में त्रुटि" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "टर्मिनल गुण जमावट में त्रुटि" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "टर्मिनल से पढ़ने में त्रुटि" #: lib/user.c:191 msgid "name is not set" msgstr "नाम नहीं जमा है" #: lib/user.c:196 msgid "name is too short" msgstr "नाम बहुत छोटा है" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "नाम काफी लंबा है (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "नाम में गैर-ASCII अक्षर समाहित हैं" #: lib/user.c:215 msgid "name contains control characters" msgstr "नाम में नियंत्रण संप्रतीक समाहित है" #: lib/user.c:222 msgid "name contains whitespace" msgstr "नाम में रिक्तस्थान समाहित है" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "नाम हाइफन से शुरू होता है" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "नाम में अनुचित अक्षर `%c' समाहित है" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "उपयोक्ता के पास %s कोई UID नहीं है." #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "समूह के पास %s कोई GID नहीं है" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "उपयोक्ता %jd के पास कोई नाम नहीं है" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "समूह %jd का कोई नाम नहीं है" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "उपयोक्ता के पास कोई नाम या UID नहीं है" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "समूह के पास न तो नाम है न GID." #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "%s क्षेत्र का अवैध मूलभूत मान: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "%s फाइल तालकित करने में त्रुटि" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "मूलभूत सुरक्षा संदर्भ व्यवस्थित पा नहीं सका: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "`%s' का सुरक्षा संदर्भ पा नहीं सका: %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "`%s' में मूलभूत सुरक्षा संदर्भ व्यवस्थित नहीं कर सका: %s" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "`%s' का सुरक्षा संदर्भ निर्धारित नहीं कर सका: %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' खोल नहीं सका: %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s' stat नहीं कर सका: %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "`%s' बनाने में त्रुटि: %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "`%s' बैकअप फाइल जीवंत है और एक नियमित फाइल नहीं है" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "बैकअप फाइल आकार मेल नहीं खाया" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s' से पढ़ नहीं सका: %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "फाइल में प्रविष्टि पहले से है" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s' को लिख नहीं सका: %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "एंटिटी वस्तु का %s गुण नहीं है " #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "शब्दकूट गोपन में त्रुटि " #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "सुपरयूजर विशेषाधिकार से निष्पादन नहीं कर रहा है" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "कोई शेडो फाइल नहीं है -- असमर्थ कर रहा है" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "`%s' सेवा के लिए `%s' क्षेत्र में kadm5 सर्वर से संबंधित करने में त्रुटि: %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "करबरोस लाइब्रेरी प्रारंभिकीकरण त्रुटि" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "करबरोस के लिए `%s' उपयोक्ता नाम पद व्याख्या करने में त्रुटि" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "एंटिटी संरचना में %s या %s गुण नहीं हैं" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "एंटिटी में %s या %s गुण नहीं हैं" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "एंटिटी की बनावट %s या %s गुण के बिना की गई " #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "करबरोस से `%s' के लिए जानकारी पढ़ने में त्रुटि" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "एंटिटी में %s गुण नहीं है" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "`%s' के लिए शब्दकूट जमावट त्रुटि" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "करबरोस क्षेत्र" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "करबरोस प्रधान प्रशासक" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "प्रधान प्रशासक के लिए करबरोस शब्दकूट" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "ldap क्रमादेश प्रारंभिकीकरण त्रुटि" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "%d संस्करण को LDAP प्रोटोकॉल सेट नहीं कर सका " #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "LDAP सर्वर से TLS संबंधित नहीं कर सका" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "LDAP सर्वर से जुड नहीं सका" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "LDAP सर्वर से जुड नहीं सका, पहले `%s' रूप में प्रयास करें: %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "उपयोक्ता वस्तु का %s गुण नहीं था" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "उपयोक्ता वस्तु को `%s' के बिना बनाया गया था" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "LDAP निर्देशिका प्रविष्टि बनाने में त्रुटि: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "LDAP निर्देशिका प्रविष्टि रूपांतरित करने में त्रुटि: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "LDAP निर्देशिका प्रविष्टि के पुनर्नामकरण में त्रुटि: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "वस्तु में %s गुण नहीं था" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "LDAP निर्देशिका प्रविष्टि को हटाने में त्रुटि: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "वस्तु में %s गुण नहीं है" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "LDAP निर्देशिका में ऐसे कुछ वस्तु नहीं है" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "कोई `%s' गुण नहीं मिला" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "%s के लिए LDAP निर्देशिका में शब्दकूट जमावट त्रुटि: %s " #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "LDAP सर्वर नाम " #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP खोज आधार DN" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP बंधन DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP बंधन शब्दकूट" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL उपयोक्ता" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL प्राधिकरण उपयोक्ता" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "%s उपयोक्ता बनाने में सायरस SASL त्रुटि" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "%s उपयोक्ता हटाने में सायरस SASL त्रुटि" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "%s सायरस SASL प्रारंभिकीकरण त्रुटि" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "उपयोक्ता के लिए घर निर्देशिका बनाने में त्रुटि" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "उपयोक्ता के लिए घर निर्देशिका हटाने में त्रुटि" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "उपयोक्ता के लिए घर निर्देशिका चलाने में त्रुटि" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "उपयोक्ता के लिए डाक स्पूल बनाने में त्रुटि" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "उपयोक्ता के लिए डाक स्पूल हटाने में त्रुटि" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "%s प्रारंभिकीकरण त्रुटि: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "अमान्य ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "ID %jd से समूह की खोज हो रही है.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "%s नामित समूह के लिए खोज हो रही है.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "ID %jd से उपयोक्ता के लिए खोज हो रही है.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "%s नामित उपयोक्ता के लिए खोज हो रही है.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "प्रविष्टि नहीं मिली.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "प्रांप्ट सफल हुआ.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "प्रांप्ट विफल हुआ.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "मूलभूत उपयोक्ता वस्तु वर्गों:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "मूलभूत उपयोक्ता गुण नाम:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "मूलभूत उपयोक्ता गुण ले रहे हैं:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "उपयोक्ता संरचना प्रतिलिपि कर रहा है:\n" libuser-0.56.9.dfsg.1.orig/po/zh_TW.gmo0000644000175000017500000004243610777230762015571 0ustar gheghe%| "05S*"$Mr""#AP b</)?"i' 9Un*)((Qh.((."$Q v! "#!#0$T#y.  &7F[o%  .? E O\-s#, +,J"w #"FW'k! #:B_"t!## *6I[ l1z$ 8/ (h * * ) *!))'T)|))) )-)) *"*A*$a****#3,W,,n,,,,,, -,&- S-t---.-.-.8.V.i.,}...B.$#/>H/'///&/30:0S0o0000#001-1*D1-o10111%1%#2*I2t2+2!2223 3!3>3]3z3 3!333' 4 44A4\4m4~444#44 45535G5[5p55 5 5585(5!6->6l66D6+67 97 C7P7b7t77"777$7 8*8#I8!m888888!8#9#?9#c999 9999 :5:F:b:!::%:I:#(;#L;#p;*;#;$;<<-6<d<y<<< <<&<,#=P=@p==)='=0>P>%i>">>>>>!?(2?'[??:???'?"@)>@'h@4@@@5A6ARAhA {AAAAAA B$BCB\BuBBBBB BBC%-C$SCxC C/CCCD D!D;DVD"nDD'D D#D$ ):-F\|GIcla%;p~0C3f"=Yd,`>W?t1!8gZR@kubU2wVL+S (O{zvQNj9oe5.6]Hi&xK*s7^q T'hAr M_EBJ X/m #D<4n[P}y%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneInternal PAM error `%s'. Internal error. Invalid ID %s Invalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: zh_TW Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2006-05-02 11:41+1000 Last-Translator: Chester Cheng Language-Team: Chinese, Traditional MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.9.1 %s 沒有群組 ID (gid) 號碼。 %s 沒有家目錄。 並未授權 %s 修改 %s 的 finger 資訊 帳號過期: %s 帳號建立失敗: %s。 帳號已鎖住。 帳號沒有鎖住。 為 %s 認證失敗。 -L 與 -U 都指定了。 無法為 /etc/passwd 設定預設的本文 修改 %s 的 finger 資訊。 更改 %s 的密碼。 變更 %s 的 shell。 複製使用者結構: 建立使用者時發生 Cyrus SASL 錯誤: %s移除使用者時發生 Cyrus SASL 錯誤: %s預設使用者屬性名稱: 預設使用者物件類別: 電子郵件位址找不到登錄。 改變 `%s' 的所有人時發生錯誤:%s建立 %s 發生錯誤: %s。 建立 `%s' 錯誤: %s建立 `%s' 的帳號發生錯誤: 含有不當格式的行列。 建立 `%s' 群組發生錯誤:%s 為 `%s' 建立群組時(使用 GID %jd)發生錯誤:%s 建立 %s 的家目錄發生錯誤: %s 建立 %s 的郵件緩衝器時發生錯誤。 建立郵件 spool 時發生錯誤。 建立 %s 的使用者帳號時發生錯誤: %s。 初始化 %s 錯誤: %s 初始化 %s 錯誤: %s。 初始化 PAM 錯誤。 查詢 %s 錯誤: %s 移動 %s 至 %s 錯誤: %s。 開啟 `%s' 錯誤: %s。 語法上分析引數錯誤: %s。 讀取 `%s' 錯誤: %s移除 %s 錯誤: %s。 移除 `%s' 錯誤: %s設定初始密碼給 %s 發生錯誤: %s 設定密碼給 %s 群組發生錯誤: %s。 為 %s 使用者設定密碼發生錯誤: %s。 寫入 `%s' 錯誤:%s終止權限失敗。 修改 %s 的老舊資訊失敗:%s 設定 %s 群組的密碼失敗:%s 為 %s 使用者設定密碼失敗: %s。 finger 的資訊已變更。 finger 的資訊未變更: 輸入錯誤。 finger 的資訊未變更: %s。 全名取得預設使用者屬性: 名字%jd 群組不存在 無法刪除 %s 群組:%s 無法刪除 %s 群組: %s。 無法鎖定 %s 群組:%s %s 群組無法被修改:%s %s 群組無法被修改: %s。 %s 群組無法解除鎖定:%s %s 群組不存在。 建立群組失敗:%s GID %jd 的群組沒有群組名稱。 家用電話內部 PAM 錯誤 `%s'。 內部錯誤。 無效的 ID %s 無效的群組 ID %s 無效的使用者 ID %s Kerberos Admin PrincipalAdmin Principal 的 Kerberos 密碼Kerberos RealmLDAP Bind DNLDAP Bind 密碼LDAP SASL 認證使用者LDAP SASL 使用者LDAP Search Base DNLDAP 伺服器名稱上一次更改: %s 從不新的 shell新的密碼新的密碼(確認)沒有指定群組名稱,gid %d 沒有指定名稱。 沒有指定群組名稱,使用 %s。 沒有指定群組名稱。 GID %jd 的群組不存在,無法移除。 沒有 %s 新的家目錄。 沒有 %s 舊的家目錄。 沒有指定使用者名稱,uid %d 沒有指定使用者名稱。 沒有指定使用者名稱,使用 %s。 沒有指定使用者名稱。 辦公室公司電話密碼過期: %s 密碼失效: %s 取消密碼變更。 密碼已變更。 密碼不符,請再試一次。 提示失敗。 提示成功。 拒絕建立 UID 為 0 的帳號。 搜尋是 %s 名稱的群組。 搜尋是 %jd ID 的群組。 搜尋是 %s 名稱的使用者。 搜尋是 %jd ID 的使用者。 shell 已變更。 shell 並未變更:%s 姓氏未知的使用者認證。 未知的使用者本文無法刪除 %s 使用者: %s。 %s 使用者無法被鎖定: %s。 %s 使用者無法被修改: %s。 %s 使用者無法被開啟: %s。 使用者 %s 不存在。 使用者不符。 [OPTION...][OPTION...] [使用者][OPTION...] 群組[OPTION...] 使用者拒絕存取備份檔`%s' 存在而它不是一個正常的檔案備份檔案的大小不符不當的 使用者/群組 ID不當的 使用者/群組 名稱設定檔 `%s' 太大無法連接(bind) 至 LDAP 伺服器第一次以`%s'嘗試時,無法連接(bind)至 LDAP 伺服器:%s無法妥協 TLS 與 LDAP 伺服器無法開啟組態設定檔`%s': %s無法讀取組態設定檔`%s': %s無法設定 LDAP 通訊協定版本為 %d無法 stat 組態設定檔`%s': %s無法獲得`%s'的安全本文:%s無法開啟`%s': %s無法從`%s' 讀取: %s無法為`%s'設定預設的安全本文:%s無法 stat `%s': %s無法寫入`%s': %s檔案裡找不到資料實體沒有 %s 屬性實體沒有 %s 或 %s 的屬性實體物件沒有 %s 屬性實體結構沒有 %s 或 %s 的屬性被建立的實體沒有 %s 或 %s 的屬性檔案已存在此登錄(entry)連線至提供`%s' 服務的 %s realm 伺服器發生錯誤: %s建立`%s' 發生錯誤: %s建立 LDAP 目錄登錄發生錯誤:%s為使用者建立家目錄發生錯誤為使用者建立郵件緩衝器時發生錯誤為密碼編碼時錯誤初始化 Cyrus SASL 發生錯誤: %s初始化 kerberos 函式庫錯誤初始化 ldap 函式庫錯誤載入模組錯誤鎖定檔案錯誤鎖定檔案錯誤: %s處理終端機屬性發生錯誤修改 LDAP 目錄登錄發生錯誤: %s為使用者移除家目錄發生錯誤開啟檔案錯誤語法分解使用者名稱 `%s' 給 kerberos 發生錯誤讀取檔案錯誤終端機讀取錯誤從 kerberos 讀取`%s' 的資訊錯誤終端機屬性讀取錯誤移除 LDAP 目錄登錄發生錯誤:%s為使用者移除家目錄發生錯誤為 LDAP 目錄登錄重新命名時發生錯誤: %s解析模組裡的符號錯誤設定密碼給 `%s' 錯誤在 LDAP 目錄設定 %s 的密碼發生錯誤: %s終端機屬性設定錯誤statting 檔案錯誤寫入檔案錯誤一般錯誤群組 %jd 沒有名稱群組 %s 沒有 GID群組沒有名稱也沒有 GID內部初始化錯誤函式庫/模組 版本不符模組 `%s' 未定義 `%s'模組被組態設定成停用%s 的模組版本不符名稱包含控制字元名稱包含非法字元 `%c'名稱包含非 ASCII 的字元名稱包含空白名稱尚未設定名稱太長 (%zu > %d)名稱太短名稱以連字號開始找不到 `%s' 屬性no initialization function %s in `%s'找不到 shadow 檔案 -- 停用中在 LDAP 目錄中沒有物件權限不足非以超級使用者(superuser)的權限執行物件沒有 %s 屬性物件沒有 %s 屬性成功未知的錯誤解鎖會讓密碼欄成為空白使用者 %jd 沒有名稱使用者 %s 沒有 UID使用者沒有名稱也沒有 UID使用者物件沒有 %s 屬性使用者物件建立當時就沒有 %s使用者/群組 ID 已被使用使用者/群組 名稱已被使用libuser-0.56.9.dfsg.1.orig/po/boldquot.sed0000644000175000017500000000033110777230705016341 0ustar gheghes/"\([^"]*\)"/“\1”/g s/`\([^`']*\)'/‘\1’/g s/ '\([^`']*\)' / ‘\1’ /g s/ '\([^`']*\)'$/ ‘\1’/g s/^'\([^`']*\)' /‘\1’ /g s/“”/""/g s/“/“/g s/”/”/g s/‘/‘/g s/’/’/g libuser-0.56.9.dfsg.1.orig/po/pl.gmo0000644000175000017500000005022110777230761015137 0ustar gheghe,3< "(5K*$Ej""9H Z{</)7"a'1Mf*)( I`.|((.$I n!x "#!#($L#q. (-<Vg%v%  3P_s    -#7,Q~," % ,9Of#'!$F d"! #+ #O s  +   ! !1&!X!r!!$!!8!("*="*h")"*"0")#)C#m##1###$$!6$!X$+z$.$$G$;%)S%&}%"%%!%#&'&G&\&o&&&(&$&&)'8'K'0g'!'''&'" (',( T(u(3(!((( )#)9)"M)p) ))) ) ) * **K*"k*******%+#=+ a++'++++ +- ,:,O,"b,,$,,,R,I.c.;..8. /&/,C/+p/:/&//0#60AZ0@0/0. 1 <1I10g1!1!1R1(/26X252/2(273V3#q3 3#3*3$4-*4$X4 }4 474046(5#_505J5D5HD6'6<6/6"7037d7j7)7*7+7)8*-8+X8858+885 9C9T9r9 9.9&9-9 ,::M::::$::;;1;F;X;i; o; };;3;*;<E<%d<+<.<1<#=;=A=R=e="|==-="= >$+>P>*h>>1>>$?'?#0?T?0s?2?0?1@:@X@v@8@ @@@@A7!A'YA)A!A&A%AJB(eB4B4B0B4)CF^C=CFC*D%HDEnD$DD$D!E%@EfE0E/EEIF!PF2rF:F7F!G4:G/oG*G"GG" H20H6cH9HHAH!6I'XI6I0I1I5J6PJ5J)J)J;K-MK&{K#KKKK$ L/LNLkL'LL!LLM&&MMMmMMMMM#M#N%>N&dN N0NNN OO:/O!jOO*O+O.P31P+eP@3!nO8uL_#X9) Z 7,:`$Q k+oTD& /iPq;"[lG0p*m2J%fe~aU}<(?4Ms'BWV^C j b=SxKcwgFH]Az|Yy>.REIt1h{Nd-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld Warning: Group with ID %jd does not exist. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorinvalid IDinvalid numberlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: pl Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-03-23 10:44+0200 Last-Translator: Piotr Drąg Language-Team: Polish MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit %s nie miał numeru GID. %s nie miał folderu domowego. %s nie jest upoważniony do zmiany informacji fingera o %s Konto ważne do: %s Zakładanie konta zakończyło się niepowodzeniem: %s. Konto jest zablokowane. Konto nie jest zablokowane. Uwierzytelnienie nie powiodła się dla %s. Określono jednocześnie opcje -L oraz -U. Nie można ustawić domyślnego kontekstu dla /etc/passwd Zmienianie informacji fingera dla %s. Zmienianie hasła dla %s. Zmienianie powłoki dla %s. Kopiowanie struktury użytkownika: Błąd w bibliotece Cyrus SASL podczas tworzenia użytkownika: %sBłąd w bibliotece Cyrus SASL podczas usuwania użytkownika: %sNazwy atrybutów dla domyślnego użytkownika: Klasy obiektów dla domyślnego użytkownika: Adres e-mailWpis nie został znaleziony. Błąd podczas zmieniania właściciela `%s': %sBłąd podczas tworzenia %s: %s. Błąd podczas tworzenia `%s': %sBłąd podczas tworzenia konta dla `%s': wiersz jest nieprawidłowo sformatowany. Błąd podczas tworzenia grupy `%s': %s Błąd podczas tworzenie grupy dla `%s' z GID %jd: %s Błąd podczas tworzenia folderu domowego dla %s: %s Błąd podczas tworzenia buforu poczty dla %s. Błąd podczas tworzenia buforu poczty. Błąd podczas tworzenia konta użytkownika dla %s: %s Błąd inicjowania %s: %s Błąd podczas inicjowania %s: %s. Błąd podczas inicjowania PAM. Błąd podczas wyszukiwania %s: %s Błąd podczas przenoszenia %s do %s: %s. Błąd podczas otwierania `%s': %s. Błąd podczas analizowania argumentów: %s. Błąd podczas odczytywania `%s': %sBłąd podczas usuwania %s: %s. Błąd podczas usuwania `%s': %sBłąd podczas ustawiania wstępnego hasła dla %s: %s Błąd podczas ustawiania hasła grupie %s: %s. Błąd podczas ustawiania hasła użytkownika %s: %s. Błąd podczas zapisywania `%s': %sPróba odebrania uprawnień nie powiodła się. Wystąpił błąd podczas próby modyfikacji okresu ważności dla %s: %s Ustawienie hasła dla grupy %s: %s zakończyło się niepowodzeniem Ustawienie hasła użytkownika %s zakończyło się niepowodzeniem: %s. Informacje fingera zostały zmienione. Informacje fingera nie zostały zmienione: błąd wejścia. Informacje fingera nie zostały zmienione: %s. Imię i nazwiskoPobieranie atrybutów domyślnego użytkownika: ImięGrupa %jd nie istnieje Grupa %s nie może zostać usunięta: %s Grupa %s nie może zostać usunięta: %s. Grupa %s nie może zostać zablokowana: %s Grupa %s nie może być modyfikowana: %s Grupa %s nie może być modyfikowana: %s. Grupa %s nie może zostać odblokowana: %s Grupa %s nie istnieje. Tworzenie grupy zakończyło się niepowodzeniem: %s Grupa z GID równym %jd nie posiada nazwy. Telefon domowyŚcieżka do folderu domowego `%s' nie jest absolutnaNieaktywne: %ld Wewnętrzny błąd PAM `%s'. Błąd wewnętrzny. Nieprawidłowy identyfikator %s Nieprawidłowa domyślna wartość pola %s: %sNieprawidłowy identyfikator grupy %s Nieprawidłowy identyfikator użytkownika %s Główny administrator KerberosaHasło dostępu do Kerberosa dla głównego administratoraObszar KerberosaDN do powiązania z LDAPHasło powiązania z LDAPUpoważnienie użytkownika LDAP SASLUżytkownik LDAP SASLPodstawowy DN dla LDAPNazwa serwera LDAPOstatnia zmiana: %s Maksymalnie: %ld Minimalnie: %ld NigdyNowa powłokaNowe hasłoNowe hasło (potwierdź)Nie określono nazwy grupy, brak nazwy dla GID %d. Nie określono nazwy grupy, używanie %s. Nie określono nazwy grupy. Nie istnieje żadna grupa z GID równym %jd, nie zostanie usunięta. Brak nowego folderu domowego dla %s. Brak poprzedniego folderu domowego dla %s. Nie określono nazwy użytkownika dla UID %d. Nie określono nazwy użytkownika, używanie %s. Nie określono nazwy użytkownika. PracaTelefon do pracyHasło wygasa: %s Hasło nieaktywne: %s Zmiana hasła została anulowana. Hasło zostało zmienione. Hasła nie są jednakowe, spróbuj ponownie. Znak zachęty nie powiódł się. Znak zachęty powiódł się. Nie można utworzyć konta o UID 0. Wyszukiwanie grupy %s. Wyszukiwanie grupy o identyfikatorze %jd. Wyszukiwanie użytkownika %s. Wyszukiwanie użytkownika o identyfikatorze %jd. Powłoka została zmieniona. Powłoka nie została zmieniona: %s NazwiskoNieznany upoważniony użytkownik. Nieznany kontekst użytkownikaUżytkownik %s nie może zostać usunięty: %s. Użytkownik %s nie może zostać zablokowany: %s. Użytkownik %s nie może być modyfikowany: %s. Użytkownik %s nie może zostać odblokowany: %s Użytkownik %s nie istnieje. Użytkownik nie zgadza się. Ostrzeżenie: %ld Ostrzeżenie: grupa o identyfikatorze %jd nie istnieje. [OPCJA...][OPCJA...] [użytkownik][OPCJA...] grupa[OPCJA...] użytkownikdostęp zabronionyplik zapasowy `%s' istnieje i nie jest zwykłym plikiemniezgodność rozmiaru pliku zapasowegobłędny identyfikator użytkownika/grupybłędna nazwa użytkownika/grupyplik konfiguracyjny `%s' jest za dużynie można powiązać z serwerem LDAPnie można dołączyć się do serwera LDAP, pierwsza próba jako `%s': %snie można uzgodnić TLS z serwerem LDAPnie można otworzyć pliku konfiguracyjnego `%s': %snie można odczytać pliku konfiguracyjnego `%s': %snie można ustawić protokołu LDAP do wersji %dnie można otworzyć pliku konfiguracyjnego `%s': %snie można ustalić domyślnego kontekstu bezpieczeństwa dla `%s': %snie można uzyskać domyślnego kontekstu bezpieczeństwa: %snie można ustawić domyślnego kontekstu bezpieczeństwa dla `%s': %snie można otworzyć `%s': %snie można otworzyć pliku z `%s': %snie można ustawić domyślnego kontekstu bezpieczeństwa dla`%s': %snie można określić stanu `%s': %snie można zapisać do `%s': %sdane w pliku nie zostały znalezioneobiekt nie posiadał atrybutu %s obiekt nie posiada atrybutu %s lub %sobiekt nie posiada atrybutu %sstruktura obiektu nie posiada atrybutu %s lub %sobiekt został utworzony bez atrybutu %s lub %swpis znajduje się już w plikubłąd połączenia z usługą `%s' na serwerze kadm5 w obszarze `%s': %sbłąd podczas tworzenia `%s': %sbłąd podczas tworzenia wpisu w katalogu LDAP: %sbłąd podczas tworzenia folderu domowego dla użytkownikabłąd podczas tworzenia buforu poczty dla użytkownikabłąd podczas szyfrowania hasłabłąd podczas inicjowania biblioteki Cyrus SASL: %sbłąd podczas inicjowania biblioteki Kerberosabłąd podczas inicjowania biblioteki LDAPbłąd podczas wczytywania modułubłąd podczas blokowania plikubłąd podczas blokowania pliku %sbłąd podczas przetwarzania parametrów terminalabłąd podczas modyfikacji pozycji w katalogu LDAP: %sbłąd podczas przenoszenia folderu domowego użytkownikabłąd podczas otwierania plikubłąd podczas analizowania nazwy użytkownika `%s' dla Kerberosabłąd podczas odczytywania plikubłąd podczas odczytywania z terminalubłąd podczas odczytu informacji dla `%s' z Kerberosabłąd podczas odczytywania atrybutów terminalabłąd podczas usuwania wpisu w katalogu LDAP: %sbłąd podczas usuwania folderu domowego użytkownikabłąd podczas usuwania buforu poczty dla użytkownikabłąd podczas zmiany nazwy wpisu w katalogu LDAP: %sbłąd przy wyszukiwaniu symbolu w modulebłąd podczas ustawiania hasła dla `%s'błąd podczas ustawiania hasła w katalogu LDAP dla %s: %sbłąd podczas ustalania atrybutów terminalabłąd podczas określania stanu plikubłąd podczas zapisywania do plikuogólny błądgrupa %jd nie posiada nazwygrupa %s nie posiada GIDgrupa nie posiada ani nazwy, ani GIDbłąd wewnętrzny inicjowanianieprawidłowy identyfikatornieprawidłowy numerniezgodność wersji biblioteki/modułumoduł `%s' nie określa `%s'moduł wyłączony w konfiguracjiniezgodna wersja modułu w `%s'nazwa zawiera znaki kontrolnenazwa zawiera nieprawidłowy znak `%c'nazwa zawiera znaki spoza ASCIInazwa zawiera biały znaknazwa nie jest ustawionanazwa jest za długa (%zu > %d)nazwa jest za krótkanazwa zaczyna się od myślnikaatrybut `%s' nie został znalezionybrak funkcji inicjującej %s w `%s'plik shadow nieobecny -- wyłączanienie ma takiego obiektu w katalogu LDAPbrak wystarczających uprawnieńnie uruchamiaj z uprawnieniami superużytkownikaobiekt nie miał atrybutu %sobiekt nie ma atrybutu %spowodzenienieznany błądodblokowywanie spowoduje pozostawienie pustego pola hasłaużytkownik %jd nie posiada nazwyużytkownik %s nie posiada UIDużytkownik nie posiada ani nazwy, ani UIDobiekt użytkownika nie posiada atrybutu %sobiekt użytkownika został utworzony bez `%s'identyfikator użytkownika/grupy jest już używanynazwa użytkownika/grupy jest już używanalibuser-0.56.9.dfsg.1.orig/po/ca.gmo0000644000175000017500000005076010777230760015116 0ustar gheghe% `a"5  8W*r$""1Ts <@/_)"' ;Wp *#)N(x.((,U.r$ ! "#:!^#$#." Q\k%% 3 BOb    -#Bf,,";T [h~#' 4!Su "!8#Z#~    1) [ u  $  8 (!*@!*k!)!*!)!","1H"z""""!"!#+"#.N#}#G##)#&%$"L$o$!$#$$$%%&.%(U%$~%%)%%%0&!@&'b&&&'& &&3'!N'p'' '''"''( 3( T(u( (("(()")>)P)j)%)#) ))'*+*F*a* i*-w***"**$+5+J+la+ ,!,=-O-#g---$-'-B.5V.*.1.*.@/CU/(/+//0= 0(^0*0^041HF1C1G1>27Z2.2/2'2)31C3*u373+3+4-04G^4H4K4-;5(i5@585< 6&I6:p6-6 676 7-7'F7'n7'7'7(7*8:8!S80u88 8.8892.9a9"9$989::+:(J:s:::: : ::: ;;;:;9v;%;7;.<0=<Gn<:<&<= =6=S=*m==5==- >'8>%`>$>'>&>">+?I?&P?w?(?)?)?,@=@W@q@ @@@@@E@7A+VA!A1A5AZ B3gB9B:B8CHIC;CC&CID/^D#D&DD"D*E2GE+zE$EeE*1FC\FDFKF/1G<aGAG9G,H-GH1uH=HJHD0I)uIGI*I-JI@J:JCJG KFQK<K@KTL>kL=L/LM'M>MTMqM6MM(M,N#>N*bN*NNN!NO%O!BO8dO7O/OP0P!MPoPPP8PPPQ)/Q-YQ8Q/Q$ ):-H`IKGpU%;tg0D3jT"=]h,d>[?x1!8k^V@oylfY|2{ZN+W (QCzSPn9si5.6aJm&}M*w7bu X'eAv OcFBL \/q #E<4r_R~%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2007-02-18 10:10+0100 Last-Translator: Xavier Conde Rueda Language-Team: Catalan MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A %s li falta el nombre de gid. %s no té un directori personal. %s no té permís per canviar la informació de finger de %s El compte venç el: %s No s'ha pogut crear el compte: %s. El compte està bloquejat. El compte no està bloquejat. Ha fallat l'autenticació per a %s. S'han especificat -L i -U a la vegada. No s'ha pogut establir el context predeterminat per a /etc/passwd S'està canviant la informació del finger per a %s. S'està canviant la contrasenya per a %s. S'està canviant l'intèrpret d'ordres per a %s. S'està copiant l'estructura de l'usuari: s'ha produït un error del SASL en crear un usuari del Cyrus: %ss'ha produït un error del SASL en eliminar un usuari del Cyrus: %sNoms d'atribut de l'usuari per defecte: Classes d'objecte de l'usuari per defecte: Adreça electrònicaNo s'ha trobat el registre. S'ha produït un error en canviar el propietari de «%s»: %sS'ha produït un error en crear %s: %s. S'ha produït un error en crear «%s»: %sS'ha produït un error en crear un compte per a '%s': s'ha formatat la línia incorrectament. S'ha produït un error en crear el grup «%s»: %s. S'ha produït un error en crear un grup per a «%s» amb el GID %jd: %s S'ha produït un error en crear un directori personal per a %s: %s S'ha produït un error en crear la gestió de cues de correu per a %s. S'ha produït un error en crear la gestió de cues de correu. S'ha produït un error en crear un compte per a %s: %s S'ha produït un error en inicialitzar %s: %s S'ha produït un error en inicialitzar %s: %s. S'ha produït un error en iniciar PAM. S'ha produït un error en cercar %s: %s. S'ha produït un error en moure %s cap a %s: %s. S'ha produït un error en obrir '%s': %s. S'ha produït un error en analitzar els arguments: %s. S'ha produït un error en llegir «%s»: %sS'ha produït un error en eliminar %s: %s. S'ha produït un error en eliminar «%s»: %sS'ha produït un error en establir la contrasenya inicial per a %s: %s S'ha produït un error en configurar la contrasenya per al grup %s: %s. S'ha produït un error en configurar la contrasenya per a l'usuari %s: %s. S'ha produït un error en escriure «%s»: %sNo s'han pogut eliminar els privilegis. No s'ha pogut modificar la informació d'envelliment de %s: %s. No s'ha pogut definir la contrasenya per al grup %s: %s No s'ha pogut definir la contrasenya per a l'usuari %s: %s. La informació del finger ha canviat. La informació del finger no ha canviat: error d'entrada. La informació del finger no ha canviat: %s. Nom i cognomsS'estan definint els atributs de l'usuari per defecte: Nom facilitatEl grup %jd no existeix No s'ha pogut suprimir el grup %s: %s. No s'ha pogut suprimir el grup %s: %s. No s'ha pogut bloquejar el grup %s: %s No s'ha pogut modificar el grup %s: %s No s'ha pogut modificar el grup %s: %s. No s'ha pogut desbloquejar el grup %s: %s El grup %s no existeix. No s'ha pogut crear el grup: %s. El grup amb el GID %jd no tenia un nom de grup. Telèfon particularInactiu: %ld S'ha produït un error intern «%s» del PAM. S'ha produït un error intern. L'ID %s no és vàlid El valor per defecte del camp %s no és vàlid: %sL'ID del grup %s no és vàlid L'ID de l'usuari %s no és vàlid Administrador principal del KerberosContrasenya del Kerberos per a l'administrador principalRegne del KerberosDN del vincle de LDAPContrasenya del vincle de LDAPUsuari d'autorització del SASL del LDAPUsuari del SASL del LDAPDN de la base de cerca de LDAPNom del servidor LDAPÚltim canvi: %s Màxim: %ld Mínim: %ld MaiNou intèrpret d'ordresNova contrasenyaNova contrasenya (confirmació)No s'ha especificat cap nom de grup, el gid %d no té nom. No s'ha especificat cap nom de grup. Es farà servir %s. No s'ha especificat cap nom de grup. No existeix cap grup amb el gid %jd. No se suprimirà. No hi ha cap directori personal nou per a %s. No hi ha cap directori personal antic per a %s. No s'ha especificat cap nom d'usuari, no hi ha cap nom per a l'uid %d. No s'ha especificat cap nom d'usuari. Es farà servir %s. No s'ha especificat cap nom d'usuari. OficinaTelèfon de l'oficinaLa contrasenya venç el: %s Contrasenya inactiva: %s S'ha cancel·lat el canvi de contrasenya. S'ha canviat la contrasenya. Les contrasenyes són diferents, intenteu-ho de nou. Les sol·licituds han falla. Les sol·licituds s'han completat amb èxit. No es pot crear un compte amb l'UID 0. S'està cercant un grup anomenat %s. S'està cercant un grup amb ID %jd. S'està cercant un usuari anomenat %s. S'està cercant un usuari amb ID %jd. L'intèrpret d'ordres ha canviat. L'intèrpret d'ordres no s'ha canviat: %s. CognomS'ha autenticat un usuari desconegut. Context d'usuari desconegutL'usuari %s no s'ha pogut suprimir: %s. L'usuari %s no s'ha pogut bloquejar: %s. No s'ha pogut modificar l'usuari %s: %s. L'usuari %s no s'ha pogut desbloquejar: %s. L'usuari %s no existeix. L'usuari és discordant. Advertència: %ld [OPCIÓ...][OPCIÓ...] [usuari][OPCIÓ...] grup[OPCIÓ...] usuariaccés denegatla còpia de seguretat «%s» existeix i no és un fitxer per a dadesla mida del fitxer de còpia de seguretat no coincideixidentificador d'usuari o de grup incorrectenom d'usuari o de grup incorrecteel fitxer de configuració «%s» és massa llargno s'ha pogut crear un vincle amb el servidor de LDAPno s'ha pogut vincular amb el servidor de LDAP. El primer intent ha estat com a «%s»: %sel TLS no ha pogut negociar amb el servidor de LDAPno s'ha pogut obrir el fitxer de configuració «%s»: %sno s'ha pogut llegir el fitxer de configuració «%s»: %sno s'ha pogut establir la versió del protocol LDAP a %dno s'ha pogut obtenir informació del fitxer de configuració «%s»: %sno s'ha pogut obtenir el context de seguretat de «%s»: %sno s'ha pogut obrir «%s»: %sno s'ha podut llegir res de «%s»: %sno s'ha pogut establir el context de seguretat predeterminat a «%s»: %sno s'ha pogut obtenir informació de «%s»: %sno s'ha pogut escriure a «%s»: %sno s'han trobat les dades en el fitxerl'entitat no té cap atribut %sl'entitat no té atributs %s ni %sl'objecte de l'entitat no té l'atribut %sl'estructura de l'entitat no té atributs %s ni %ss'ha creat l'entitat sense atributs %s o %sel registre ja es troba en el fitxers'ha produït un error en connectar amb el servidor kadm5 per al servei «%s» en el regne «%s»: %ss'ha produït un error en crear «%s»: %ss'ha produït un error en crear l'entrada del directori de LDAP: %ss'ha produït un error en crear el directori personal per a l'usuaris'ha produït un error en crear la gestió de cues de correu per a l'usuaris'ha produït un error en xifrar la contrasenyas'ha produït un error en inicialitzar el SASL del Cyrus: %ss'ha produït un error en inicialitzar la biblioteca del Kerbeross'ha produït un error en inicialitzar la biblioteca ldaps'ha produït un error en carregar el mòduls'ha produït un error en bloquejar el fitxers'ha produït un error en bloquejar el fitxer: %ss'ha produït un error en manipular els atributs del terminals'ha produït un error en modificar el registre del directori del LDAP: %ss'ha produït un error en moure el directori personal per a l'usuaris'ha produït un error en obrir el fitxers'ha produït un error en analitzar el nom d'usuari «%s» pel Kerbeross'ha produït un error en llegir el fitxers'ha produït un error en llegir del terminals'ha produït un error en llegir la informació per a «%s» del Kerbeross'ha produït un error en llegir els atributs del terminals'ha produït un error en eliminar l'entrada del directori LDAP: %ss'ha produït un error en eliminar el directori personal per a l'usuaris'ha produït un error en canviar l'entrada del directori del LDAP: %ss'ha produït un error en determinar el símbol en el mòduls'ha produït un error en configurar la contrasenya per a «%s»s'ha produït un error en establir una contrasenya en el directori LDAP per a %s: %ss'ha produït un error en configurar els atributs del terminals'ha produït un error en intentar obtenir l'estat del fitxers'ha produït un error en escriure en el fitxererror genèricEl grup %jd no té nomel grup %s no té GIDel grup no té ni nom ni GIDerror d'inicialització internala versió del mòdul o de la biblioteca no coincideixel mòdul %s no defineix «%s»mòdul deshabilitat per la configuracióla versió del mòdul no coincideix a «%s»el nom conté caràcters de controlel nom conté el caràcter invàlid «%c»el nom conté caràcters que no són ASCIIel nom conté espais en blancno s'ha definit el nomel nom és massa llarg (%zu > %d)el nom és massa curtel nom comença amb un guióno s'ha trobat cap atribut «%s»no s'ha trobat cap funció d'inicialització %s a «%s»no hi ha cap fitxer shadow present -- es deshabilitaràaquest objecte no existeix en el directori LDAPno té prou privilegisno s'està executant amb permisos de superusuaril'objecte no tenia cap atribut %sl'objecte no té cap atribut %scorrecteerror desconeguten desbloquejar, el camp de la contrasenya quedarà buitl'usuari %jd no té noml'usuari %s no té UIDl'usuari no té ni nom ni UIDl'objecte de l'usuari no tenia atribut %ss'ha creat l'objecte de l'usuari sense «%s»l'identificador d'usuari o de grup ja s'està utilitzantel nom d'usuari o de grup ja s'està utilitzantlibuser-0.56.9.dfsg.1.orig/po/pa.po0000644000175000017500000011072610777230760014766 0ustar gheghe# translation of pa.po to Punjabi # Punjabi translations for libuser package. # Copyright (C) 2004 THE libuser'S COPYRIGHT HOLDER # This file is distributed under the same license as the libuser package. # # # Automatically generated, 2004. # Amanpreet Singh Alam , 2004. # Amanpreet Singh Alam , 2005. # Harmeet Singh Phulewala , 2005. # Amanpreet Singh Alam , 2006. # A P Singh , 2006. # A S Alam , 2007. # Jaswinder Singh , 2008. msgid "" msgstr "" "Project-Id-Version: pa\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-03-14 11:51+0530\n" "Last-Translator: Jaswinder Singh \n" "Language-Team: Punjabi \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "\n" "\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "ਘਰੇਲੂ ਡਾਇਰੈਕਟਰੀ ਮਾਰਗ `%s' ਨੀਯਤ ਨਹੀਂ ਹੈ" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "`%s' ਪੜ੍ਹਨ ਵਿੱਚ ਗਲਤੀ: %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "`%s' ਬਣਾਉਣ ਵਿੱਚ ਗਲਤੀ: %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "'%s' ਦੀ ਮਲਕੀਅਤ ਬਦਲਣ ਦੌਰਾਨ ਗਲਤੀ: %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "`%s' ਲਿਖਣ ਦੌਰਾਨ ਗਲਤੀ: %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "`%s' ਹਟਾਉਣ ਵਿੱਚ ਗਲਤੀ: %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "ਅਧਿਕਾਰ ਛੱਡਣ ਵਿੱਚ ਅਸਫਲ।\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "ਅੰਦਰੂਨੀ ਗਲਤੀ।\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s %s ਦੀ finger ਜਾਣਕਾਰੀ ਪ੍ਰਾਪਤ ਕਰਨ ਲਈ ਪ੍ਰਮਾਣਿਤ ਨਹੀਂ ਹੈ\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "ਅਣਜਾਣ ਉਪਭੋਗੀ ਪ੍ਰਸੰਗ" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "/etc/passwd ਲਈ ਮੂਲ ਪ੍ਰਸੰਗ ਨਹੀਂ ਲੱਭਿਆ ਹੈ\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "PAM ਸ਼ੁਰੂ ਕਰਨ ਵਿੱਚ ਗਲਤੀ।\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "%s ਲਈ ਪ੍ਰਮਾਣਕਿਤਾ ਅਸਫਲ।\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "ਅੰਦਰੂਨੀ PAM ਗਲਤੀ `%s'।\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "ਅਣਜਾਣ ਉਪਭੋਗੀ ਪ੍ਰਸੰਗ।\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "ਉਪਭੋਗੀ ਰਲਦਾ ਨਹੀਂ ਹੈ।\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[ਚੋਣ...] ਉਪਭੋਗੀ" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "ਆਰਗੂਮਿੰਟ ਪਾਰਸ ਕਰਨ ਵਿੱਚ ਗਲਤੀ: %s\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "ਕੋਈ ਉਪਭੋਗੀ ਨਾਂ ਨਹੀਂ ਦਰਸਾਇਆ।\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "%s ਸ਼ੁਰੂ ਕਰਨ ਵਿੱਚ ਗਲਤੀ: %s\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "ਉਪਭੋਗੀ %s ਮੌਜੂਦ ਨਹੀਂ।\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "ਖਾਤਾ ਲਾਕ ਹੈ।\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "ਖਾਤਾ ਲਾਕ ਨਹੀਂ ਹੈ।\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "ਘੱਟੋ-ਘੱਟ:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "ਵੱਧ ਤੋਂ ਵੱਧ:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "ਚੇਤਾਵਨੀ:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "ਨਾ ਸਰਗਰਮ:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "ਕਦੇ ਨਹੀਂ" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "ਆਖਰੀ ਬਦਲਾਅ:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "ਗੁਪਤ-ਕੋਡ ਮਿਆਦ ਖਤਮ ਹੋ ਗਈ ਹੈ:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "ਗੁਪਤ-ਕੋਡ ਨਾ-ਸਰਗਰਮ ਹੈ:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "ਖਾਤਾ ਮਿਆਦ ਪੁੱਗ ਗਈ:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "%s ਲਈ ਉਮਰ ਜਾਣਕਾਰੀ ਤਬਦੀਲ ਕਰਨ ਵਿੱਚ ਅਸਫਲ: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[ਚੋਣ...] [user]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "ਕੋਈ ਉਪਭੋਗੀ ਨਾਂ ਨਹੀਂ ਦਰਸਾਇਆ, uid %d ਲਈ ਕੋਈ ਨਾਂ ਨਹੀਂ।\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "%s ਲਈ ਮੁੱਖ ਜਾਣਕਾਰੀ ਤਬਦੀਲ ਕਰ ਰਿਹਾ ਹੈ।\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "ਪੂਰਾ ਨਾਂ" #: apps/lchfn.c:154 msgid "Surname" msgstr "ਉਪ ਨਾਂ" #: apps/lchfn.c:169 msgid "Given Name" msgstr "ਦਿੱਤਾ ਨਾਂ" #: apps/lchfn.c:179 msgid "Office" msgstr "ਦਫਤਰ" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "ਦਫਤਰ ਫੋਨ" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "ਘਰ ਫੋਨ" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "ਈ-ਮੇਲ ਸਿਰਨਾਵਾਂ" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "ਮੁੱਖ ਜਾਣਕਾਰੀ ਤਬਦੀਲ ਨਹੀਂ ਹੋਈ: ਇੰਪੁੱਟ ਗਲਤੀ।\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "ਮੁੱਖ ਜਾਣਕਾਰੀ ਤਬਦੀਲ ਹੋ ਗਈ ਹੈ।\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "ਮੁੱਖ ਜਾਣਕਾਰੀ ਤਬਦੀਲ ਨਹੀਂ ਹੋਈ: %s\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "%s ਲਈ ਸ਼ੈਲ ਤਬਦੀਲ ਕਰ ਰਿਹਾ ਹੈ।\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "ਨਵੀਂ ਸ਼ੈਲ" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "ਸ਼ੈਲ ਤਬਦੀਲ ਨਹੀਂ: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "ਸ਼ੈਲ ਤਬਦੀਲ ਹੋ ਗਈ ਹੈ।\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[ਚੋਣ...] ਗਰੁੱਪ" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "ਕੋਈ ਗਰੁੱਪ ਨਾਂ ਨਹੀਂ ਦਰਸਾਇਆ।\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "ਗਲਤ ਗਰੁੱਪ ID %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "ਗਰੁੱਪ ਬਣਾਉਣ ਵਿੱਚ ਅਸਫਲ: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "ਗਰੁੱਪ %s ਮੌਜੂਦ ਨਹੀਂ।\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "ਗਰੁੱਪ %s ਹਟਾਇਆ ਨਹੀਂ ਜਾ ਸਕਿਆ: %s।\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "ਦੋਨੋ -L ਅਤੇ -U ਦਿੱਤੇ ਹਨ।\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "%s ਗਰੁੱਪ ਲਈ ਗੁਪਤ-ਕੋਡ ਦੇਣ ਲਈ ਅਸਫਲ: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "%s ਗਰੁੱਪ ਨੂੰ ਲਾਕ ਨਹੀਂ ਕਰ ਸਕਿਆ: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "%s ਗਰੁੱਪ ਨੂੰ ਅਣ-ਲਾਕ ਨਹੀਂ ਕਰ ਸਕਿਆ: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "ਗਰੁੱਪ %s ਨੂੰ ਤਬਦੀਲ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "%s ਦੀ ਖੋਜ ਵਿੱਚ ਗਲਤੀ: %s।\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "ਕੋਈ ਗਰੁੱਪ ਨਾਂ ਨਹੀਂ ਦਰਸਾਇਆ, %s ਵਰਤਣ ਵਾਲਾ।\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "ਕੋਈ ਗਰੁੱਪ ਨਾਂ ਨਹੀਂ ਦਰਸਾਇਆ, gid %d ਲਈ ਕੋਈ ਨਾਂ ਨਹੀਂ।\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "ਕੋਈ ਉਪਭੋਗੀ ਨਾਂ ਨਹੀਂ ਦਰਸਾਇਆ, %s ਦੀ ਵਰਤੋਂ ਕਰਕੇ।\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[ਚੋਣ...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "`%s' ਨੂੰ ਖੋਲਣ ਵਿੱਚ ਗਲਤੀ: %s\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "`%s' ਲਈ ਖਾਤਾ ਬਣਾਉਣ ਵਿੱਚ ਗਲਤੀ: ਸਤਰ ਦਾ ਫਾਰਮੈਟ ਠੀਕ ਨਹੀਂ ਹੈ।\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "ਗਲਤ ਉਪਭੋਗੀ ID %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "UID 0 ਨਾਲ ਖਾਤਾ ਬਣਾਉਣ ਲਈ ਇਨਕਾਰ ਕਰ ਰਿਹਾ ਹੈ।\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "`%s' ਲਈ GID %jd ਨਾਲ ਗਰੁੱਪ ਬਣਾਉਣ ਵਿੱਚ ਗਲਤੀ: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "%s ਲਈ ਸ਼ੁਰੂਆਤੀ ਗੁਪਤ-ਕੋਡ ਸੈੱਟ ਕਰਨ ਵਿੱਚ ਗਲਤੀ: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "%s ਲਈ ਘਰ ਡਾਇਰੈਕਟਰੀ ਬਣਾਉਣ ਵਿੱਚ ਗਲਤੀ: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "%s ਲਈ ਮੇਲ ਸਪੂਲ ਬਣਾਉਣ ਵਿੱਚ ਗਲਤੀ।\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "%s ਲਈ ਉਪਭੋਗੀ ਖਾਤਾ ਬਣਾਉਣ ਵਿੱਚ ਗਲਤੀ: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "%s ਲਈ ਗੁਪਤ-ਕੋਡ ਬਦਲਿਆ ਗਿਆ।\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "ਨਵਾਂ ਗੁਪਤ-ਕੋਡ" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "ਨਵਾਂ ਗੁਪਤ-ਕੋਡ (ਪੁਸ਼ਟੀ)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "ਗੁਪਤ-ਕੋਡ ਨੇ ਮੇਲ ਨਹੀਂ ਕੀਤਾ, ਮੁੜ ਕੋਸ਼ਿਸ਼ ਕਰੋ।\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "ਗੁਪਤ-ਕੋਡ ਤਬਦੀਲੀ ਰੱਦ ਹੋਈ।\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "%s ਉਪਭੋਗੀ ਲਈ ਗੁਪਤ-ਕੋਡ ਦੇਣ ਵਿੱਚ ਗਲਤੀ: %s\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "%s ਗਰੁੱਪ ਲਈ ਗੁਪਤ-ਕੋਡ ਦੇਣ ਵਿੱਚ ਗਲਤੀ: %s\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "ਗੁਪਤ-ਕੋਡ ਬਦਲਿਆ ਗਿਆ।\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "ਗਰੁੱਪ %jd ਮੌਜੂਦ ਨਹੀਂ।\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "'%s' ਗਰੁੱਪ ਬਣਾਉਣ ਵਿੱਚ ਗਲਤੀ: %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "ਖਾਤਾ ਬਣਾਉਣ ਵਿੱਚ ਅਸਫਲ: %s\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "%s ਬਣਾਉਣ ਵਿੱਚ ਗਲਤੀ: %s\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "ਮੇਲ ਸਪੂਲ ਬਣਾਉਣ ਵਿੱਚ ਗਲਤੀ।\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "ਉਪਭੋਗੀ %s ਹਟਾਇਆ ਨਹੀਂ ਜਾ ਸਕਦਾ: %s\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s ਕੋਲ gid ਨੰਬਰ ਨਹੀਂ ਸੀ।\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "GID %jd ਵਾਲਾ ਕੋਈ ਗਰੁੱਪ ਮੌਜੂਦ ਨਹੀਂ, ਹਟਾਇਆ ਨਹੀਂ।\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "GID %jd ਵਾਲੇ ਗਰੁੱਪ ਦਾ ਗਰੁੱਪ ਨਾਂ ਨਹੀਂ ਹੈ।\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "ਗਰੁੱਪ %s ਹਟਾਇਆ ਨਹੀਂ ਜਾ ਸਕਿਆ: %s।\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s ਦੀ ਘਰ ਡਾਇਰੈਕਟਰੀ ਨਹੀਂ ਸੀ।\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "%s ਨੂੰ ਹਟਾਉਣ ਵਿੱਚ ਗਲਤੀ: %s।\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "ਉਪਭੋਗੀ %s ਲਈ ਗੁਪਤ-ਕੋਡ ਦੇਣ ਵਿੱਚ ਗਲਤੀ: %s।\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "ਉਪਭੋਗੀ %s ਲਾਕ ਨਹੀਂ ਹੋ ਸਕਿਆ: %s।\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "ਉਪਭੋਗੀ %s ਅਣ-ਲਾਕ ਨਹੀਂ ਹੋ ਸਕਿਆ: %s।\n" #: apps/lusermod.c:221 #, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "ਚੇਤਾਵਨੀ: ID %jd ਵਾਲਾ ਗਰੁੱਪ ਮੌਜੂਦ ਨਹੀਂ ਹੈ।\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "ਉਪਭੋਗੀ %s ਨੂੰ ਤਬਦੀਲ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ: %s।\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "ਗਰੁੱਪ %s ਨੂੰ ਤਬਦੀਲ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ: %s।\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "%s ਲਈ ਕੋਈ ਪੁਰਾਣੀ ਘਰ ਡਾਇਰੈਕਟਰੀ ਨਹੀਂ ਹੈ।\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "%s ਲਈ ਕੋਈ ਨਵੀਂ ਘਰ ਡਾਇਰੈਕਟਰੀ ਨਹੀਂ ਹੈ।\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "%s ਤੋਂ %s ਵਿੱਚ ਭੇਜਣ ਦੌਰਾਨ ਗਲਤੀ: %s\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "ਸੰਰਚਨਾ ਫਾਇਲ '%s' ਨੂੰ ਖੋਲ ਨਹੀਂ ਸਕਿਆ: %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "ਸੰਰਚਨਾ ਫਾਇਲ '%s' ਨੂੰ ਖੋਲ੍ਹ ਨਹੀਂ ਸਕਿਆ: %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "ਸੰਰਚਨਾ ਫਾਇਲ '%s' ਬਹੁਤ ਵੱਡੀ ਹੈ" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "ਸੰਰਚਨਾ ਫਾਇਲ '%s' ਨੂੰ ਖੋਲ੍ਹ ਨਹੀਂ ਸਕਿਆ: %s" #: lib/error.c:38 msgid "success" msgstr "ਸਫ਼ਲ" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "ਸੰਰਚਨਾ ਰਾਹੀਂ ਅਯੋਗ ਕੀਤਾ ਮੋਡੀਊਲ" #: lib/error.c:42 msgid "generic error" msgstr "ਸਾਧਾਰਨ ਗਲਤੀ" #: lib/error.c:44 msgid "not enough privileges" msgstr "ਲੋੜੀਂਦੇ ਅਧਿਕਾਰ ਨਹੀਂ ਹਨ" #: lib/error.c:46 msgid "access denied" msgstr "ਪਹੁੰਚ ਪਾਬੰਦੀ" #: lib/error.c:48 msgid "bad user/group name" msgstr "ਗਲਤ ਉਪਯੋਗੀ/ਗਰੁੱਪ ਨਾਂ" #: lib/error.c:50 msgid "bad user/group id" msgstr "ਗਲਤ ਉਪਯੋਗੀ/ਗਰੁੱਪ ਸ਼ੰਨ-ਨੰ" #: lib/error.c:52 msgid "user/group name in use" msgstr "ਵਰਤਿਆ ਜਾਂਦਾ ਉਪਯੋਗੀ/ਗਰੁੱਪ ਨਾਂ" #: lib/error.c:54 msgid "user/group id in use" msgstr "ਵਰਤਿਆ ਜਾਂਦਾ ਉਪਯੋਗੀ/ਗਰੁੱਪ id" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "ਟਰਮੀਨਲ ਵਿਸ਼ੇਸ਼ਤਾ ਤਬਦੀਲ ਕਰਨ ਵਿੱਚ ਗਲਤੀ" #: lib/error.c:58 msgid "error opening file" msgstr "ਫਾਇਲ ਖੋਲ੍ਹਣ ਵਿੱਚ ਗਲਤੀ" #: lib/error.c:60 msgid "error locking file" msgstr "ਫਾਇਲ ਲਾਕ ਕਰਨ ਵਿੱਚ ਗਲਤੀ" #: lib/error.c:62 msgid "error statting file" msgstr "ਫਾਇਲ ਨੂੰ ਦਰਜਾ ਦੇਣ ਵਿੱਚ ਗਲਤੀ" #: lib/error.c:64 msgid "error reading file" msgstr "ਫਾਇਲ ਪੜਨ ਵਿੱਚ ਗਲਤੀ" #: lib/error.c:66 msgid "error writing to file" msgstr "ਫਾਇਲ ਲਿਖਣ ਵਿੱਚ ਗਲਤੀ" #: lib/error.c:68 msgid "data not found in file" msgstr "ਫਾਇਲ ਵਿੱਚ ਡਾਟਾ ਨਹੀਂ ਲੱਭਿਆ" #: lib/error.c:70 msgid "internal initialization error" msgstr "ਅੰਦਰੂਨੀ ਸ਼ੁਰੂਆਤ ਗਲਤੀ" #: lib/error.c:72 msgid "error loading module" msgstr "ਮੋਡੀਊਲ ਲੋਡ ਕਰਨ ਵਿੱਚ ਗਲਤੀ" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "ਮੋਡੀਊਲ ਵਿੱਚ ਚਿੰਨ੍ਹ ਨਿਸਚਿਤ ਕਰਨ ਵਿੱਚ ਗਲਤੀ" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "ਲਾਇਬਰੇਰੀ/ਮੋਡੀਊਲ ਵਰਜਨ ਭਿੰਨਤਾ" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "ਤਾਲਾ ਖੋਲ੍ਹਣ ਨਾਲ ਗੁਪਤ-ਕੋਡ ਖੇਤਰ ਖਾਲੀ ਹੋ ਜਾਵੇਗਾ।" #: lib/error.c:84 msgid "unknown error" msgstr "ਅਣਜਾਣ ਗਲਤੀ" #: lib/misc.c:165 msgid "invalid number" msgstr "ਗਲਤ ਨੰਬਰ" #: lib/misc.c:179 msgid "invalid ID" msgstr "ਗਲਤੀ ID" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "`%2$s' ਵਿੱਚ ਕੋਈ ਸ਼ੁਰੂਆਤੀ ਫੰਕਸ਼ਨ %1$s ਨਹੀਂ " #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "`%s' ਵਿੱਚ ਮੋਡੀਊਲ ਵਰਜਨ ਭਿੰਨਤਾ" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "`%s' ਮੈਡੀਊਲ `%s' ਨੂੰ ਪਰਭਾਸ਼ਿਤ ਨਹੀਂ ਕਰਦਾ ਹੈ" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "ਟਰਮੀਨਲ ਵਿਸ਼ੇਸ਼ਤਾ ਪੜਨ ਵਿੱਚ ਗਲਤੀ" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "ਟਰਮੀਨਲ ਵਿਸ਼ੇਸ਼ਤਾ ਦੇਣ ਵਿੱਚ ਗਲਤੀ" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "ਟਰਮੀਨਲ ਵਿੱਚੋਂ ਪੜ੍ਹਨ ਵਿੱਚ ਗਲਤੀ" #: lib/user.c:191 msgid "name is not set" msgstr "ਨਾਂ ਨਹੀਂ ਦਿੱਤਾ ਗਿਆ" #: lib/user.c:196 msgid "name is too short" msgstr "ਨਾਂ ਬਹੁਤ ਛੋਟਾ ਹੈ" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "ਨਾਂ ਬਹੁਤ ਵੱਡਾ ਹੈ (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "ਨਾਂ ਵਿੱਚ ਨਾਨ-ASCII ਅੱਖਰ ਸ਼ਾਮਿਲ ਹਨ" #: lib/user.c:215 msgid "name contains control characters" msgstr "ਨਾਂ ਵਿੱਚ ਕੰਟਰੋਲ ਅੱਖਰ ਸ਼ਾਮਿਲ ਹਨ" #: lib/user.c:222 msgid "name contains whitespace" msgstr "ਨਾਂ ਵਿੱਚ ਖਾਲੀ ਥਾਂ ਸ਼ਾਮਿਲ ਹੈ" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "ਨਾਂ ਹਾਈਫਨ ਨਾਲ ਸ਼ੁਰੂ ਹੁੰਦਾ ਹੈ" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "ਨਾਂ ਵਿੱਚ ਅਯੋਗ ਅੱਖਰ `%c' ਸ਼ਾਮਿਲ ਹਨ" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "ਉਪਭੋਗੀ %s ਦਾ ਕੋਈ UID ਨਹੀਂ ਹੈ" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "ਗਰੁੱਪ %s ਦਾ ਕੋਈ GID ਨਹੀਂ ਹੈ" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "ਉਪਭੋਗੀ %jd ਦਾ ਕੋਈ ਨਾਂ ਨਹੀਂ ਹੈ" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "ਗਰੁੱਪ %jd ਦਾ ਕੋਈ ਨਾਂ ਨਹੀਂ ਹੈ" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "ਉਪਭੋਗੀ ਦਾ ਨਾ ਤਾਂ ਕੋਈ ਨਾਂ ਹੈ ਨਾ ਹੀ UID" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "ਗਰੁੱਪ ਦਾ ਨਾ ਤਾਂ ਕੋਈ ਨਾਂ ਹੈ ਨਾ ਹੀ GID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "%s ਖੇਤਰ ਲਈ ਗਲਤ ਮੂਲ ਮੁੱਲ: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "ਫਾਇਲ ਲਾਕ ਕਰਨ ਵਿੱਚ ਗਲਤੀ: %s" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "ਮੂਲ ਸੁਰੱਖਿਆ ਦਰਜਾ ਨਹੀਂ ਪ੍ਰਾਪਤ ਕੀਤਾ ਜਾ ਸਕਿਆ: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "`%s' ਵਿੱਚ ਲਿਖ ਨਹੀਂ ਸਕਿਆ: %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "`%s' ਵਿੱਚ ਮੂਲ ਸੁਰੱਖਿਆ ਭਾਗ ਸੈੱਟ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ: %s" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "`%s' ਲਈ ਸੁਰੱਖਿਆ ਦਰਜਾ ਪਤਾ ਨਹੀਂ ਲਗਾ ਸਕਿਆ: %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' ਨੂੰ ਖੋਲ੍ਹਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ: %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s' ਨੂੰ ਦਰਜਾ ਨਹੀਂ ਦੇ ਸਕਿਆ: %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "`%s' ਬਣਾਉਣ ਵਿੱਚ ਗਲਤੀ: %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "ਬੈਕਅੱਪ ਫਾਇਲ `%s' ਮੌਜੂਦ ਹੈ ਅਤੇ ਇਹ ਨਿਯਮਤ ਫਾਇਲ ਨਹੀਂ ਹੈ" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "ਬੈਕਅੱਪ ਫਾਇਲ ਅਕਾਰ ਰਲਦਾ ਨਹੀਂ" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s' ਵਿੱਚੋਂ ਪੜ੍ਹਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ: %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "ਫਾਇਲ ਵਿੱਚ ਇੰਦਰਾਜ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s' ਵਿੱਚ ਲਿਖਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ: %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "ਇੰਦਰਾਜ ਇਕਾਈ ਦੀ ਕੋਈ %s ਵਿਸ਼ੇਸ਼ਤਾ ਨਹੀਂ ਹੈ" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "ਗੁਪਤ-ਕੋਡ ਇਕਰਿਪਸ਼ਨ ਗਲਤੀ" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "ਮੁੱਖ-ਉਪਭੋਗੀ ਅਧਿਕਾਰਾਂ ਨਾਲ ਚੱਲ ਨਹੀਂ ਰਿਹਾ" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "ਕੋਈ ਪਰਛਾਵਾਂ ਫਾਇਲ ਮੌਜੂਦ ਨਹੀਂ -- ਅਯੋਗ ਕੀਤਾ" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "`%s' ਸੇਵਾ ਲਈ `%s' ਖੇਤਰ ਵਿੱਚ kadm5 ਸਰਵਰ ਨਾਲ ਜੁੜਨ ਵਿੱਚ ਗਲਤੀ: %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "kerberos ਲਾਇਬਰੇਰੀ ਸ਼ੁਰੂ ਕਰਨ ਵਿੱਚ ਗਲਤੀ" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "kerberos ਲਈ ਉਪਭੋਗੀ ਨਾਂ `%s' ਪਾਰਸ ਕਰਨ ਵਿੱਚ ਗਲਤੀ" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "ਇਕਾਈ ਢਾਂਚੇ ਵਿੱਚ ਕੋਈ %s ਜਾਂ %s ਵਿਸ਼ੇਸ਼ਤਾ ਨਹੀਂ ਹੈ" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "ਇਕਾਈ ਵਿੱਚ ਕੋਈ %s ਜਾਂ %s ਵਿਸ਼ੇਸ਼ਤਾ ਨਹੀਂ ਹੈ" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "ਇਕਾਈ %s ਜਾਂ %s ਵਿਸ਼ੇਸ਼ਤਾ ਤੋਂ ਬਿਨਾ ਬਣਾਈ ਗਈ ਸੀ" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "kerberos ਵਿੱਚੋ `%s' ਲਈ ਜਾਣਕਾਰੀ ਪੜਨ ਵਿੱਚ ਗਲਤੀ" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "ਇਕਾਈ ਵਿੱਚ ਕੋਈ %s ਵਿਸ਼ੇਸ਼ਤਾ ਨਹੀਂ ਹੈ" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "`%s' ਲਈ ਗੁਪਤ-ਕੋਡ ਸੈੱਟ ਕਰਨ ਵਿੱਚ ਗਲਤੀ" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "ਕੀਰਬੀਰੋਸ ਖੇਤਰ" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "ਕੀਰਬੀਰੋਸ ਪਰਸ਼ਾਸ਼ਨ ਪ੍ਰਿੰਸੀਪਲ " #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "ਪਰਸ਼ਾਸ਼ਨ ਪ੍ਰਿੰਸੀਪਲ ਲਈ ਕੀਰਬੀਰੋਸ ਗੁਪਤ-ਕੋਡ" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "ldap ਲਾਇਬ੍ਰੇਰੀ ਸ਼ੁਰੂ ਕਰਨ ਵਿੱਚ ਗਲਤੀ" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "ਵਰਜਨ %d ਲਈ LDAP ਪ੍ਰੋਟੋਕੋਲ ਨਿਰਧਾਰਿਤ ਨਹੀਂ ਕਰ ਸਕਿਆ" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "TLS ਨੂੰ LDAP ਸਰਵਰ ਨਾਲ ਗੱਲਬਾਤ ਨਹੀਂ ਕਰਾ ਸਕਿਆ" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "LDAP ਸਰਵਰ ਨਾਲ ਜੁੜ ਨਹੀਂ ਸਕਿਆ" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "LDAP ਸਰਵਰ ਨਾਲ ਪਹਿਲੀਂ ਕੋਸ਼ਿਸ ਵਿੱਚ `%s' ਵਾਂਗ ਜੁੜਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ: %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "ਉਪਭੋਗੀ ਇਕਾਈ ਕੋਲ ਕੋਈ %s ਵਿਸ਼ੇਸ਼ਤਾ ਨਹੀਂ ਹੈ" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "ਉਪਭੋਗੀ ਇਕਾਈ ਬਿਨਾਂ ਕਿਸੇ `%s' ਤੋਂ ਬਣਾਈ ਗਈ ਹੈ" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "LDAP ਡਾਇਰੈਕਟਰੀ ਇੰਦਰਾਜ ਨੂੰ ਮੁੜ ਨਾਂ ਦੇਣ ਵਿੱਚ ਗਲਤੀ: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "LDAP ਡਾਇਰੈਕਟਰੀ ਇੰਦਰਾਜ ਤਬਦੀਲ ਕਰਨ ਵਿੱਚ ਗਲਤੀ: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "LDAP ਡਾਇਰੈਕਟਰੀ ਇੰਦਰਾਜ ਨੂੰ ਮੁੜ ਨਾਂ ਦੇਣ ਵਿੱਚ ਗਲਤੀ: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "ਇਕਾਈ ਦੀ ਕੋਈ %s ਵਿਸ਼ੇਸ਼ਤਾ ਨਹੀਂ ਸੀ" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "LDAP ਡਾਇਰੈਕਟਰੀ ਇੰਦਰਾਜ ਨੂੰ ਹਟਾਉਣ ਵਿੱਚ ਗਲਤੀ: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "ਇਕਾਈ ਦੀ ਕੋਈ %s ਵਿਸ਼ੇਸ਼ਤਾ ਨਹੀਂ ਹੈ" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "LDAP ਡਾਇਰੈਕਟਰੀ ਵਿੱਚ ਅਜਿਹੀ ਕੋਈ ਇਕਾਈ ਨਹੀਂ ਹੈ" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "ਕੋਈ `%s' ਵਿਸ਼ੇਸ਼ਤਾ ਨਹੀਂ ਲੱਭੀ" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "%s ਲਈ LDAP ਡਾਇਰੈਕਟਰੀ ਵਿੱਚ ਗੁਪਤ-ਕੋਡ ਨਿਰਧਾਰਿਤ ਕਰਨ ਵਿੱਚ ਗਲਤੀ : %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "LDAP ਸਰਵਰ ਨਾਂ" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP ਖੋਜ ਮੂਲ DN" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP ਬੰਧਨ DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP ਬੰਧਨ ਗੁਪਤ-ਕੋਡ" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL ਉਪਯੋਗੀ" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL ਪ੍ਰਬੰਧਕੀ ਉਪਯੋਗੀ" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "ਉਪਭੋਗੀ ਬਣਾਉਣ ਸਮੇਂ ਸਾਇਰਸ SASL ਗਲਤੀ: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "ਉਪਭੋਗੀ ਹਟਾਉਣ ਸਮੇਂ ਸਾਇਰਸ SASL ਗਲਤੀ: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "ਸਾਇਰਸ SASL ਸ਼ੁਰੂ ਕਰਨ ਵਿੱਚ ਗਲਤੀ: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "ਉਪਭੋਗੀ ਲਈ ਘਰ ਡਾਇਰੈਕਟਰੀ ਬਣਾਉਣ ਸਮੇਂ ਗਲਤੀ" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "ਉਪਭੋਗੀ ਲਈ ਘਰ ਡਾਇਰੈਕਟਰੀ ਹਟਾਉਣ ਸਮੇਂ ਗਲਤੀ" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "ਉਪਭੋਗੀ ਲਈ ਘਰ ਡਾਇਰੈਕਟਰੀ ਹਿਲਾਉਣ ਸਮੇਂ ਗਲਤੀ" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "ਉਪਭੋਗੀ ਲਈ ਪੱਤਰ ਸਪੂਲ ਬਣਾਉਣ ਸਮੇਂ ਗਲਤੀ" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "ਉਪਭੋਗੀ ਲਈ ਮੇਲ ਸਪੂਲ ਹਟਾਉਣ ਸਮੇਂ ਗਲਤੀ" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "%s ਸ਼ੁਰੂ ਕਰਨ ਵਿੱਚ ਗਲਤੀ: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "ਗਲਤੀ ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "ID %jd ਵਾਲੇ ਗਰੁੱਪ ਲਈ ਖੋਜ ਕਰ ਰਿਹਾ ਹੈ।\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "ਨਾਂ %s ਵਾਲੇ ਗਰੁੱਪ ਲਈ ਖੋਜ ਕਰ ਰਿਹਾ ਹੈ।\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "ID %jd ਵਾਲੇ ਉਪਭੋਗੀ ਲਈ ਖੋਜ ਕਰ ਰਿਹਾ ਹੈ।\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "ਨਾਂ %s ਵਾਲੇ ਉਪਭੋਗੀ ਲਈ ਖੋਜ ਕਰ ਰਿਹਾ ਹੈ।\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "ਇੰਦਰਾਜ ਨਹੀਂ ਲੱਭਾ।\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "ਸਫਲਤਾਪੂਰਕ ਮੁਕੰਮਲ।\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "ਅਸਫਲ ਹੈ।\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "ਮੂਲ ਉਪਭੋਗੀ ਆਬਜੈਕਟ ਕਲਾਸਾਂ:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "ਮੂਲ ਉਪਭੋਗੀ ਵਿਸ਼ੇਸ਼ਤਾਵਾਂ ਦੇ ਨਾਂ:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "ਮੂਲ ਉਪਭੋਗੀ ਵਿਸ਼ੇਸ਼ਤਾਵਾਂ ਪ੍ਰਾਪਤ ਕਰ ਰਿਹਾ ਹੈ:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "ਉਪਭੋਗੀ ਢਾਂਚੇ ਦੀ ਨਕਲ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ:\n" libuser-0.56.9.dfsg.1.orig/po/id.gmo0000644000175000017500000004557610777230761015141 0ustar gheghe3 "5Qf*$:Um""  *Kc<{/)"1T'p6Tk*)(0.L({(.$ >!H ju"#!#$#Ae. ( &7%Fl%  /CT e s  -#,!Nm,"  6Q#d'! 4Ue|"!## C \ l z    1  !(!$B8>1{>/>/>, ?=:?5x?3?5?@!5@7W@1@@!@ A($A&MA1tA,AAKA.REIt1h{Nd~-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-02-23 00:52+0100 Last-Translator: Teguh DC Language-Team: Linux Indonesia MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit %s tidak memiliki nomer gid. %s tidak memiliki direktori home. %s tidak diijinkan untuk mengubah info finger dari %s Masa Akun Habis: %s Pembuatan akun gagal: %s. Akun dikunci. Akun tidak dikunci. Otentikasi gagal untuk %s. -L dan -U telah ditetapkan. Tidak dapat menset konteks standar untuk /etc/passwd Mengubah informasi finger untuk %s. Mengubah password untuk %s. Mengubah shell untuk %s. Meng-copy struktur pengguna: Kesalahan SASL Cyrus saat membuat pengguna: %sKesalahan SASL Cyrus saat menghapus pengguna: %sNama atribut pengguna standar: Kelas obyek pengguna standar: Alamat E-MailMasukan tidak ketemu. Salah mengubah kepemilikan dari `%s': %sSalah saat membuat %s: %s. Salah pembuatan `%s': %sSalam saat membuat akun untuk `%s': baris tidak terformat sebagaimana mestinya. Salah saat membuat grup `%s': %s Salah saat membuat grup untuk `%s' dengan GID %jd: %s Salah saat membuat direktori home untuk %s: %s Salah saat membuat spool mail untuk %s. Salah saat membuat spool mail. Salah saat membuat akun pengguna untuk %s: %s Salah saat menginisiasi %s: %s Salah menginisiasi %s: %s. Salah menginisiasi PAM. Salah saat mencari %s: %s. Salah saat memindahkan %s ke %s: %s. Salah membuka `%s': %s. Salah memparse argumen: %s. Salah pembacaan `%s': %sSalah saat menghapus %s: %s. Salah pemindahan `%s': %sSalah saat menset password awal untuk %s: %s Salah saat menset password untuk grup %s: %s. Salah saat menset password untuk pengguna %s: %s. Salah penulisan `%s': %sGagal mencabut hak akses. Gagal mengubah informasi masa berlaku untuk %s: %s Gagal menset password untuk grup %s: %s Gagal menset password untuk user %s: %s. Informasi finger berubah. Informasi finger tidak berubah: kesalahan input. Informasi finger tidak berubah: %s. Nama LengkapMengambil atribut pengguna standar: Nama DepanGrup %jd tidak ada Grup %s tidak dapat dihapus: %s Grup %s tidak dapat dihapus: %s. Grup %s tidak dapat dikunci: %s Grup %s tidak dapat diubah: %s Grup %s tidak dapat diubah: %s. Grup %s tidak dapat dibuka kuncinya: %s Grup %s tidak ada. Pembuatan grup gagal: %s Grup dengan GID %jd tidak memiliki nama grup. Telp. RumahPath direktori rumah `%s' tidak absolutInaktif: %ld Kesalahan internal PAM `%s'. Kesalahan internal. ID%s tidak valid Nilai default kolom %s tidak valid: %s ID grup %s tidak valid ID pengguna %s tidak valid Kepala Admin KerberosPassword Kerberos untuk Kepala AdminRealm KerberosBind DN LDAPBind Password LDAPOtorisasi Pengguna SASL LDAPPengguna SASL LDAPPencarian Base DN LDAPNama Server LDAPPerubahan Terakhir: %s Maksimum: %ld Minimum: %ld Tidak PernahShell BaruPassword baruPassowrd baru (ulangi)Tidak ada nama grup yang ditetapkan, tidak ada nama untuk gid %d. Tidak ada nama grup yang ditetapkan, mempergunakan %s. Tidak ada nama grup yang dimasukkan. Tidak ada grup dengan GID %jd, batal menghapus. Tidak ada direktori home baru untuk %s. Tidak ada direktori home lama untuk %s. Nama pengguna tidak dimasukkan, tidak ada nama untuk uid %d. Tidak ada nama pengguna yang ditetapkan, mempergunakan %s. Tidak ada nama pengguna yang dimasukkan. KantorTelp. KantorMasa berlakunya password habis: %s Password Tidak Aktif: %s Pengubahan password dibatalkan. Password telah diubah. Password tidak cocok, coba lagi. Prompt gagal. Prompt sukses. Menolak untuk membuat akun dengan UID 0. Mencari nama grup %s. Mencari grup dengan ID %jd. Mencari nama pengguna %s. Mencari pengguna dengan ID %jd. Shell telah berubah. Shell tidak berubah: %s Nama KeluargaPengguna yang tidak dikenal terotentikasi. Konteks pengguna tidak diketahuiPengguna %s tidak dapat dihapus: %s. Pengguna %s tidak dapat dikunci: %s. Pengguna %s tidak dapat diubah: %s. Penguna %s tidak dapat dibuka kuncinya: %s. Pengguna %s tidak ada. Pengguna tidak cocok. Peringatan: %ld [OPSI...][OPTION...] [user][OPTION...] group[OPTION...] userakses ditolakada berkas cadangan `%s' dan itu bukan berkas biasaukuran berkas cadangan tidak cocokid pengguna/grup salahNama pengguna/grup salahberkas konfigurasi `%s' terlalu besartidak dapat mengikat ke server LDAPtidak dapat mengikat ke server LDAP, usaha pertama adalah `%s': %stidak dapat menegosiasikan TLS dengan server LDAPtidak dapat membuka berkas konfigurasi `%s': %stidak dapat membaca berkas konfigurasi `%s': %stidak dapat menset protokol LDAP ke versi %dtidak dapat menampilkan informasi berkas konfigurasi `%s': %stidak dapat menentukan konteks keamanan dari `%s': %stidak dapat memperoleh konteks keamanan standar: %stidak dapat memperoleh konteks keamanan dari `%s': %stidak dapat membuka `%s': %stidak dapat membaca dari `%s': %stidak dapat menset konteks keamanan standar ke `%s': %stidak dapat menampilkan informasi berkas `%s': %stidak dapat menulis ke `%s': %sdata tidak ditemukan dalam berkasentiti tidak memiliki atribut %sentiti tidak memiliki atribut %s atau %sobyek entiti tidak memiliki atribut %sstruktur entiti tidak memiliki atribut %s atau %sentiti telah dibuat tanpa atribut %s atau %sentri telah ada dalam berkassalah saat menghubungi server kadm5 untuk layanan `%s' dalam realm `%s': %ssalah saat membuat `%s': %ssalah saat membuat entri direktori LDAP: %ssalah saat membuat direktori home untuk penggunasalah saat membuat spool mail untuk penggunasalah saat meng-enkrip passwordsalah saat menginisiasikan SASL Cyrus: %ssalah saat menginisiasi pustaka kerberossalah saat menginisiasi pustaka ldapsalah saat memuat modulsalah saat mengunci berkassalah saat mengunci berkas: %ssalah saat memanipulasi atribut terminalsalah saat memodifikasi entri direktori LDAP: %ssalah saat memindahkan direktori home untuk penggunasalah saat membuka berkassalah saat menguraikan nama pengguna `%s' untuk kerberossalah saat membaca berkassalah saat membaca terminalsalah saat membaca informasi untuk `%s' untuk kerberossalah saat membaca atribut terminalsalah saat menghapus entri direktori LDAP: %ssalah saat menghapus direktori home untuk penggunagagal menghapus spool mail untuk penggunasalah saat mengganti nama entri direktori LDAP: %ssalah saat menerjemahkan simbol dalam modulsalah saat menset password untuk `%s'salah saat menset password dalam direktori LDAP untuk %s: %ssalah saat menset atribut terminalsalah saat melihat informasi berkassalah saat menulis ke berkaskesalahan generikGrup %jd tidak memiliki namagrup %s tidak memiliki GIDgrup tidak memiliki nama atau GIDkesalahan internal saat menginisiasiversi pustaka/modul tidak cocokmodul `%s' tidak mendefinisikan `%s'modul dinonaktifkan oleh konfigurasiversi modul tidak cocok dalam `%s'nama mengandung karakter kontrolnama mengandung karakter `%c' yang tidak validnama mengandung karakter non-ASCIInama mengandung whitespacenama tidak disetnama terlalu panjang (%zu > %d)nama terlalu pendeknama dimulai dengan tanda hubungtidak ada atribut `%s' yang ditemukantidak ada fungsi penginisiasian %s dalam `%s'tidak ada berkas shadow -- menonaktifkantidak ada obyek tersebut dalam direktori LDAPhak akses tidak mencukupitidak mengeksekusi dengan hak akses superuserobyek tidak memiliki atribut %sobyek tidak memiliki atribut %ssukseskesalahan tidak diketahuimembuka kunci akan membuat kolom password menjadi kosonguser %jd tidak memiliki namauser %s tidak memiliki UIDuser tidak memiliki nama ataupun UIDobyek pengguna tidak memiliki atribut %sobyek user telah dibuat tanpa `%s'id pengguna/grup sedang digunakannama pengguna/grup sedang digunakanlibuser-0.56.9.dfsg.1.orig/po/ru.po0000644000175000017500000010560310777230760015012 0ustar gheghe# translation of libuser.HEAD.ru.po to Russian # Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. # # Leonid Kanter , 2003. # Andrew Martynov , 2004, 2005, 2006, 2007. # Nikolay Sivov , 2007. msgid "" msgstr "" "Project-Id-Version: libuser.HEAD.ru\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-03-31 22:24+0300\n" "Last-Translator: Andrew Martynov \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "Путь к домашнему каталогу `%s' не является абсолютным" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Ошибка чтения `%s': %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Ошибка создания `%s': %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Ошибка смены владельца `%s': %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Ошибка записи `%s': %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Ошибка удаления `%s': %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Ошибка сброса привилегий.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Внутренняя ошибка.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s не авторизован для изменения finger информации о %s\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Неизвестный пользовательский контекст" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Не могу установить контекст по умолчанию для /etc/passwd\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Ошибка инициализации PAM.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Ошибка аутентификации для %s.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Внутренняя ошибка PAM `%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "Аутентификация неизвестного пользователя.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Пользователь не совпадает.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[ПАРАМЕТР...] пользователь" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Ошибка разбора аргументов: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Имя пользователя не указано.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Ошибка инициализации %s: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "Пользователь %s не существует.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Учетная запись заблокирована.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Учетная запись не заблокирована.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Минимум:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Максимум:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Предупреждение:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Неактивных:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Никогда" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Последнее изменение:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Действие пароля завершается:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Пароль не активен:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Учетная запись действительна до:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Ошибка изменения информации о сроках для %s: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[ПАРАМЕТР...] [пользователь]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Имя пользователя не указано, нет имени для uid %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Изменение информации finger для %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Полное имя" #: apps/lchfn.c:154 msgid "Surname" msgstr "Фамилия" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Имя" #: apps/lchfn.c:179 msgid "Office" msgstr "Офис" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Служебный телефон" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Домашний телефон" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "Адрес E-Mail" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Информация finger не изменена: ошибка ввода.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Информация finger изменена.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Информация finger не изменена: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Изменение оболочки для %s\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Новая оболочка" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Оболочка не изменена: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Оболочка изменена.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[ПАРАМЕТР...] группа" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Не указано имя группы.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "Неверен ID группы %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "Ошибка создания группы: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Группа %s не существует.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "Группа %s не может быть удалена: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "-L и -U указаны одновременно.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Ошибка установки пароля для группы %s: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "Группа %s не может быть заблокирована: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Группа %s не может быть разблокирована: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "Группа %s не может быть изменена: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Ошибка поиска %s: %s\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Не указано имя группы, используется %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Не указано имя группы, нет имени для gid %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Имя пользователя не указано, используется %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[ПАРАМЕТР...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Ошибка открытия `%s': %s\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "Ошибка создания учетной записи для `%s': неверный формат строки.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "Неверен ID пользователя %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Отказ в создании учетной записи с UID 0.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Ошибка создания группы для `%s' с GID %jd: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Ошибка установки начального пароля для %s: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Ошибка создания домашнего каталога для %s: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "Ошибка создания почтовой очереди для %s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Ошибка создания учетной записи пользователя %s: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Изменение пароля пользователя %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Новый пароль" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Новый пароль (подтвердите)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Пароли не совпадают, попробуйте еще раз.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Изменение пароля отменено.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Ошибка установки пароля для пользователя %s: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Ошибка установки пароля для группы %s: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Пароль изменен.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "Группа %jd не существует\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Ошибка создания группы `%s': %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Ошибка создания учетной записи: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Ошибка создания %s: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "Ошибка создания почтовой очереди.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Пользователь %s не может быть удален: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s не имеет уровня gid.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "Не существует группы с GID %jd, не удаляется.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "Группа c GID %jd не имела имени.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Группа %s не может быть удалена: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s не имеет домашнего каталога.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Ошибка удаления %s: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Ошибка установки пароля для пользователя %s: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Пользователь %s не может быть заблокирован: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Пользователь %s не может быть разблокирован: %s.\n" #: apps/lusermod.c:221 #, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Предупреждение: Группа с номером %jd не существуетю.\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Пользователь %s не может быть изменен: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "Группа %s не может быть изменена: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "Нет старого домашнего каталога для %s.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "Нет нового домашнего каталога для %s.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Ошибка перемещения %s в %s: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "невозможно открыть файл конфигурации `%s': %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "невозможно получить информацию о файле конфигурации `%s': %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "файл конфигурации `%s' слишком велик" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "невозможно прочитать файл конфигурации `%s': %s" #: lib/error.c:38 msgid "success" msgstr "выполнено" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "модуль запрещен в настройках" #: lib/error.c:42 msgid "generic error" msgstr "общая ошибка" #: lib/error.c:44 msgid "not enough privileges" msgstr "недостаточно привилегий" #: lib/error.c:46 msgid "access denied" msgstr "доступ запрещен" #: lib/error.c:48 msgid "bad user/group name" msgstr "неверное имя пользователя/группы" #: lib/error.c:50 msgid "bad user/group id" msgstr "неверный ID пользователя/группы" #: lib/error.c:52 msgid "user/group name in use" msgstr "имя пользователя/группы используется" #: lib/error.c:54 msgid "user/group id in use" msgstr "ID пользователя/группы используется" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "ошибка изменения атрибутов терминала" #: lib/error.c:58 msgid "error opening file" msgstr "ошибка открытия файла" #: lib/error.c:60 msgid "error locking file" msgstr "ошибка блокировки файла" #: lib/error.c:62 msgid "error statting file" msgstr "ошибка получения параметров файла" #: lib/error.c:64 msgid "error reading file" msgstr "ошибка чтения файла" #: lib/error.c:66 msgid "error writing to file" msgstr "ошибка записи в файл" #: lib/error.c:68 msgid "data not found in file" msgstr "данные не найдены в файле" #: lib/error.c:70 msgid "internal initialization error" msgstr "внутренняя ошибка инициализации" #: lib/error.c:72 msgid "error loading module" msgstr "ошибка загрузки модуля" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "ошибка определения символа в модуле" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "несоответствие версии модуля и библиотеки" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "при разблокировании поле пароля будет очищено" #: lib/error.c:84 msgid "unknown error" msgstr "неизвестная ошибка" #: lib/misc.c:165 msgid "invalid number" msgstr "неверный номер" #: lib/misc.c:179 msgid "invalid ID" msgstr "неверный идентификатор" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "нет функции инициализации %s в `%s'" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "несоответствие версии модуля в `%s'" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "в модуле `%s' не определено значение `%s'" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "ошибка чтения атрибутов терминала" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "ошибка установки атрибутов терминала" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "ошибка чтения с терминала" #: lib/user.c:191 msgid "name is not set" msgstr "имя не установлено" #: lib/user.c:196 msgid "name is too short" msgstr "имя слишком коротко" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "имя слишком длинное (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "имя содержит не-ASCII символы" #: lib/user.c:215 msgid "name contains control characters" msgstr "имя содержит управляющие символы" #: lib/user.c:222 msgid "name contains whitespace" msgstr "имя содержит пробелы" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "имя начинается с дефиса" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "имя содержит неверный символ `%c'" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "пользователь %s не имеет UID" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "группа %s не имеет GID" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "пользователь %jd не имеет имени" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "группа %jd не имеет имени" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "пользователь не имеет имени и кода UID" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "группа не имеет имени и кода UID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "Неверное значение по умолчанию для поля %s: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "ошибка блокировки файла: %s" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "невозможно получить контекст безопасности по умолчанию: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "невозможно получить контекст безопасности для `%s': %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "" "невозможно задать значение контекста безопасности по умолчанию `%s': %s" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "невозможно определить контекст безопасности для `%s': %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "невозможно открыть `%s': %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "невозможно получить сведения о `%s': %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "ошибка создания `%s': %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "резервный файл `%s' существует и не является обычным файлом" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "несоответствие размера файла резервной копии" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "невозможно прочитать из `%s': %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "запись уже существует в файле" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "невозможно записать в `%s': %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "объект не имеет атрибута %s" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "ошибка при шифровании пароля" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "выполняется без привилегий суперпользователя" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "нет файла shadow -- запрещено" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "error connecting to the kadm5 server for service `%s' in realm `%s': %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "ошибка инициализации библиотеки kerberos" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "ошибка обработки имени пользователя `%s' для kerberos" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "структура не имеет атрибутов %s или %s" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "сущность не имеет атрибутов %s или %s" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "сущность была создана без атрибутов %s или %s" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "ошибка чтения информации для `%s' из kerberos" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "сущность не имеет атрибута %s" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "ошибка установки пароля для `%s'" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Kerberos Realm" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Kerberos Admin Principal" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Пароль Kerberos для Admin Principal" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "ошибка инициализации библиотеки ldap" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "невозможно установить протокол LDAP для версии %d" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "невозможно согласовать TLS с сервером LDAP" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "невозможно подключиться к серверу LDAP" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "невозможно подключиться к серверу LDAP, первая попытка - `%s': %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "объект пользователя не имеет атрибута %s" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "объект пользователя был создан без `%s'" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "ошибка создания записи каталога LDAP: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "ошибка изменения записи каталога LDAP: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "ошибка переименования записи каталога LDAP: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "объект не имел атрибута %s" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "ошибка удаления записи каталога LDAP: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "объект не имеет атрибута %s" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "нет такого объекта в каталоге LDAP" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "не найден атрибут `%s'" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "ошибка установки пароля в каталоге LDAP для %s: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "Имя сервера LDAP" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP Search Base DN" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP Bind Password" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "Пользователь LDAP SASL" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "Авторизованный пользователь LDAP SASL" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "ошибка Cyrus SASL при создании пользователя: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Ошибка SASL при удалении пользователя: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "ошибка инициализации Cyrus SASL: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "ошибка создания домашнего каталога для пользователя" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "ошибка удаления домашнего каталога для пользователя" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "ошибка перемещения домашнего каталога для пользователя" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "ошибка создания почтовой очереди для пользователя" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "ошибка удаления почтовой очереди для пользователя" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Ошибка при инициализации %s: %s.\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "Неверен идентификатор %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "Поиск группы с номером %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "Поиск группы с именем %s.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "Поиск пользователя с номером %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "Поиск пользователя с именем %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Запись не найдена\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Запрос выполнен удачно.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Запрос выполнен неудачно.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Стандартные классы объекта пользователя:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Имена стандартных атрибутов пользователя:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Получение стандартных атрибутов пользователя:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Копирование структуры пользователя:\n" #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "невозможно преобразовать внутренние данные в LDAPMods" #, fuzzy #~ msgid "Shell not changed: input error.\n" #~ msgstr "Оболочка не изменена: %s\n" #~ msgid "could not search LDAP server" #~ msgstr "невозможно искать сервер LDAP" #~ msgid "LDAP server appears to have no root DSE" #~ msgstr "Похоже, что сервер LDAP не имеет корневого DSE" #~ msgid "error mapping name to LDAP distinguished name" #~ msgstr "ошибка преобразования имени в форму, понятную для LDAP" #~ msgid "error mapping name to LDAP base distinguished name" #~ msgstr "ошибка преобразования имени в форму, понятную для базы LDAP" #~ msgid "couldn't reset default security context to `%s': %s" #~ msgstr "" #~ "невозможно сбросить значение контекста безопасности по умолчанию `%s': %s" #~ msgid "Cyrus SASL error creating user: %s: %s" #~ msgstr "ошибка Cyrus SASL при создании пользователя: %s: %s" #~ msgid "Cyrus SASL error removing user: %s: %s" #~ msgstr "Ошибка Cyrus SASL при удалении пользователя: %s: %s" #~ msgid "Error initializing %s.\n" #~ msgstr "Ошибка инициализации %s.\n" #~ msgid "Group %s could not be deleted.\n" #~ msgstr "Группа %s не может быть удалена.\n" #~ msgid "Group %s could not be modified.\n" #~ msgstr "Группа %s не может быть изменена.\n" #~ msgid "error initializing module" #~ msgstr "ошибка инициализации модуля" libuser-0.56.9.dfsg.1.orig/po/bg.po0000644000175000017500000010404710777230755014761 0ustar gheghe# translation of libuser.pot to Bulgarian # This file is distributed under the same license as the PACKAGE package. # Copyright (C) 2008 THE PACKAGE'S COPYRIGHT HOLDER. # # Boril Gourinov , 2004. # Doncho N. Gunchev , 2004. # Николай Сърмаджиев , 2004, 2005. # Doncho N. Gunchev , 2007. msgid "" msgstr "" "Project-Id-Version: libuser\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-03-08 12:40+0100\n" "Last-Translator: Doncho N. Gunchev \n" "Language-Team: Bulgarian >\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "Пътят `%s', до домашната директория не е абсолютен" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Грешка при четене на `%s': %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Грешка при създаване на`%s': %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Грешка при променяне на собственика на `%s': %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Грешка при записването на`%s': %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Грешка при премахване на `%s': %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Неуспешен отказ от привилегии.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Вътрешна грешка.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s не е оторизиран да променя информацията на %s\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Неизвестен потребителски контекст" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Не може да установи контекста за /etc/passwd\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Грешка при инициализиране на PAM.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Неуспешно опознаване на %s.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Вътрешна грешка на PAM `%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "Удостовери се неизвестен потребител.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Грешен потребител.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[ПАРАМЕТЪР...] потребител" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Грешка при анализа на аргументите: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Не е посочено име на потребител.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Грешка при инициализацията на %s: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "Потребител %s не съществува.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Акаунта е заключен.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Акаунта не е заключен.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Минимум:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Максимум:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Предупреждение:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Неактивен:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Никога" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Последна промяна:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Срока на паролата изтича:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Паролата неактивна:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Акаунта изтича на:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Неуспех при промяна на aging информацията за %s: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[ПАРАМЕТЪР...] [потребител]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Няма посочено име на потребител, няма име за uid %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Промяна на finger информацията за %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Пълно име" #: apps/lchfn.c:154 msgid "Surname" msgstr "Презиме" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Лично име" #: apps/lchfn.c:179 msgid "Office" msgstr "Работа" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Служебен телефон" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Домашен телефон" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "Електронна поща" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Finger информацията не е променена: грешен вход.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Finger информацията е променена.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Finger информацията не е променена: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Промяна на обвивката за %s.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Нова обвивка" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Обвивката не е променена: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Обвивката променена.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[ПАРАМЕТЪР...] група" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Няма посочено име на група.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "Невалиден групов идентификатор %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "Неуспех при създаване на група: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Група %s не съществува.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "Група %s не може да бъде премахната: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "И -L и -U указани едновременно.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Неуспешно задаване на парола за група %s: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "Група %s не може да бъде заключена: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Група %s не може да бъде отключена: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "Група %s не може да бъде модифицирана: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Грешка при търсене на %s: %s\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Не е посочено име на група, ще бъде използвана %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Не е посочено име на група, няма име за gid %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Не е посочен потребител, ще бъде използван %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[ПАРАМЕТЪР...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Грешка при отваряне на `%s': %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "Грешка при създаване на потребител `%s': некоректно форматиран ред.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "Невалиден потребителски идентификатор %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Отказано създаването на потребител с UID 0.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "" "Грешка при създаването на група за `%s' с групов идентификатор %jd: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Грешка при задаване начална парола за %s: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Грешка при създаване на домашна директория за %s: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "Грешка при създаване файл за поща за %s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Грешка при създаване на потребителски акаунт за %s: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Промяна паролата на %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Нова парола" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Нова парола (потвърждение)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Паролите не съвпадат, опитайте отново.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Смяната на паролата прекъсната.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Грешка при задаване паролата за потребител %s: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Грешка при задаване паролата за група %s: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Паролата променена.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "Група %jd не съществува\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Грешка при създаване на група `%s': %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Неуспех при създаването на акаунт: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Грешка при създаване на %s: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "Грешка при създаване на файл за поща.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Потребител %s не може да бъде изтрит: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s нямаше gid номер.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "Не съществува група с идентификатор %jd, не може да се премахне.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "Групата с идентификатор %jd нямаше име.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Група %s не може да бъде изтрита: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s нямаше домашна директория.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Грешка при изтриване на %s: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Неуспешно задаване парола за потребител %s: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Потребител %s не може да бъде заключен: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Потребител %s не може да бъде отключен: %s.\n" #: apps/lusermod.c:221 #, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Предупреждение: Група %jd не съществува.\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Потребител %s не може да бъде изменен: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "Група %s не може да бъде изменена: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "Няма стара домашна директория за %s.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "Няма нова домашна директория за %s.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Грешка при преместване на %s към %s: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "не може да бъде отворен конфигурационен файл `%s': %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "не може да stat конфигурационния файл `%s': %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "конфигурационния файл `%s' е твърде голям" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "не може да бъде прочетен конфигурационния файл `%s': %s" #: lib/error.c:38 msgid "success" msgstr "успешно" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "модула е деактивиран от конфигурацията" #: lib/error.c:42 msgid "generic error" msgstr "обща грешка" #: lib/error.c:44 msgid "not enough privileges" msgstr "недостатъчни права" #: lib/error.c:46 msgid "access denied" msgstr "достъпа забранен" #: lib/error.c:48 msgid "bad user/group name" msgstr "лошо име на потребител/група" #: lib/error.c:50 msgid "bad user/group id" msgstr "лошо id на потребител/група" #: lib/error.c:52 msgid "user/group name in use" msgstr "името на потребител/група вече се ползва" #: lib/error.c:54 msgid "user/group id in use" msgstr "такова id на потребител/група вече се ползва" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "грешка при манипулиране атрибутите на терминала" #: lib/error.c:58 msgid "error opening file" msgstr "грешка при отваряне на файл" #: lib/error.c:60 msgid "error locking file" msgstr "грешка при заключване на файл" #: lib/error.c:62 msgid "error statting file" msgstr "грешка при получаване състоянието на файл" #: lib/error.c:64 msgid "error reading file" msgstr "грешка при четене на файл" #: lib/error.c:66 msgid "error writing to file" msgstr "грешка при запис в файл" #: lib/error.c:68 msgid "data not found in file" msgstr "данните не са намерени в файла" #: lib/error.c:70 msgid "internal initialization error" msgstr "вътрешна грешка при инициализацията" #: lib/error.c:72 msgid "error loading module" msgstr "грешка при зареждане на модул" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "грешка при откриване на символ в модула" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "грешна версия на библиотека/модул" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "отключването ще направи паролата празно поле" #: lib/error.c:84 msgid "unknown error" msgstr "неизвестна грешка" #: lib/misc.c:165 msgid "invalid number" msgstr "невалиден номер" #: lib/misc.c:179 msgid "invalid ID" msgstr "невалиден идентификатор" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "няма инициализираща функция %s в `%s'" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "грешна версия на модул в `%s'" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "модул `%s' не дефинира `%s'" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "грешка при четене атрибутите на терминала" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "грешка при задаване атрибутите на терминала" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "грешка при четене от терминала" #: lib/user.c:191 msgid "name is not set" msgstr "името не е зададено" #: lib/user.c:196 msgid "name is too short" msgstr "името е твърде късо" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "името е твърде дълго (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "името съдържа не-ASCII знаци" #: lib/user.c:215 msgid "name contains control characters" msgstr "името съдържа контролни знаци" #: lib/user.c:222 msgid "name contains whitespace" msgstr "името съдържа интервали" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "името започва с тире" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "името съдържа невалиден знак `%c'" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "потребител %s няма UID" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "група %s няма GID" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "потребител %jd няма име" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "група %jd няма име" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "потребителя няма нито име нито UID" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "групата няма нито име нито GID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "Невалидна стойност по подразбиране на поле %s: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "грешка при заключване на файл: %s" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "грешка при получаване подразбрания защитен контекст: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "не може да получи защитния контекст на `%s': %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "не може да се установи защитния контекст в `%s': %s" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "не може да получи защитния контекст за `%s': %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "не може да се отвори `%s': %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "грешка при получаване състоянието на `%s': %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "грешка при създаване на `%s': %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "файла резервно копие `%s' съществува и не е обикновен файл" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "размера на запасния файл - объркан" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "не може да се чете от `%s': %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "записа вече присъства във файла" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "не може да се пише в `%s': %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "обекта от записа няма атрибут %s" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "грешка при криптиране на паролата" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "няма да бъде изпълнено с администраторски права" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "няма наличен сенчест файл -- деактивиране" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "грешка при свързване с kadm5 сървъра за услуга `%s' в областите `%s': %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "грешка при инициализация библиотеката на kerberos" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "грешка при анализ на потребителско име `%s' за kerberos" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "структурата в записа няма атрибути %s или %s" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "записа няма атрибути %s или %s" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "записа бе създаден без атрибути %s или %s" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "грешка при четене на данните за `%s' от kerberos" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "записа няма атрибут %s" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "грешка при задаване парола за `%s'" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Kerberos област" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Kerberos принципи на администриране" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Парола за Kerberos Admin Principal" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "грешка при инициализация на ldap библиотеката" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "не може да бъде установена версията на LDAP протокола на %d" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "не може да бъде договорен TLS с LDAP сървъра" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "грешка при свързване с LDAP сървъра" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "грешка при свързване с LDAP сървъра, първи опит като `%s': %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "потребителския обект нямаше атрибут %s" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "потребителския обект създаден без `%s'" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "грешка при създаване на запис в LDAP директорията: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "грешка при промяна на LDAP директориен запис: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "грешка при преименуване на запис в LDAP директорията: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "обекта нямаше атрибут %s" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "грешка при премахване на запис в LDAP директорията: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "обекта няма атрибут %s" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "няма такъв обект в LDAP директорията" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "няма намерен атрибут `%s'" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "грешка при задаване парола в LDAP директорията за %s: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "Име на LDAP сървър" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "Базов DN за LDAP търсене" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP DN за връзка" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP парола за връзка" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL потребител" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL упълномощаващ потребител" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Грешка на Cyrus SASL при създаване на потребител: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Грешка на Cyrus SASL при премахване на потребител: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "грешка при инициализация на Cyrus SASL: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "грешка при създаване домашна директория за потребител" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "грешка при премахване на домашна директория за потребител" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "грешка при преместване домашната директория на потребител" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "грешка при създаване на файл за поща за потребител" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "грешка при премахване на файл за поща за потребител" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Грешка при инициализация на %s: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "Невалиден идентификатор %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "Търсене на група с идентификатор %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "Търсене на група именувана %s.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "Търсене на потребител с идентификатор %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "Търсене на потребител наименуван %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Запис не е намерен.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Промптовете успяха.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Промптовете се провалиха.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Стандартни класове за потребителски обект:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Стандартни потребителски атрибути:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Извличане на стандартни потребителски атрибути:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Копиране на потребителска структура:\n" #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "неуспешно преобразуване на вътрешни данни към LDAPMods" libuser-0.56.9.dfsg.1.orig/po/nl.gmo0000644000175000017500000004616210777230761015146 0ustar gheghe,3< "(5K*$Ej""9H Z{</)7"a'1Mf*)( I`.|((.$I n!x "#!#($L#q. (-<Vg%v%  3P_s    -#7,Q~," % ,9Of#'!$F d"! #+ #O s  +   ! !1&!X!r!!$!!8!("*="*h")"*"0")#)C#m##1###$$!6$!X$+z$.$$G$;%)S%&}%"%%!%#&'&G&\&o&&&(&$&&)'8'K'0g'!'''&'" (',( T(u(3(!((( )#)9)"M)p) ))) ) ) * **K*"k*******%+#=+ a++'++++ +- ,:,O,"b,,$,,,,..F.//5/N/l//9/&/ 0)0D0*d0-0%0$0 11)*1T1o1>1!12162&U2|20222 3(3)B3l3#3333031045b44!404/5475l5.5&55(56!6(96)b6)6'6(6)717I7'e77.77778)8;8R8n8(88 88899*9;9 T9 b9p9 v99929'9 :9):&c:$:6:+:;2; 7;E;^;#w;;2;;;& <3<R<"q<"<<< <%<=-0=.^=,=.==>%>-8> f>q>>>>7>0>)?F?$e?"?>?-?,@+G@-s@<@2@5A4GA|AA>A%A B7B UB'vB&B0B1B(CMGCC#C1C+D 2D%SD+yD'DDD!E(#E$LE4qEE4EE F4&F"[F&~F4F.F$ G$.G'SG5{G&G$GGH,HFH(^HH HH-H H! I&.IUIpIIIIIIJ%J&BJ)iJ%JJ+JJK6K=K.LK{KK,K&K* L4LRL@3!nO8uL_#X9) Z 7,:`$Q k+oTD& /iPq;"[lG0p*m2J%fe~aU}<(?4Ms'BWV^C j b=SxKcwgFH]Az|Yy>.REIt1h{Nd-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld Warning: Group with ID %jd does not exist. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorinvalid IDinvalid numberlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-03-26 21:48+0100 Last-Translator: Peter van Egdom Language-Team: Dutch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 %s had geen gid-nummer. %s had geen persoonlijke map. %s is niet geautoriseerd om de finger-informatie van %s te veranderen Account verloopt: %s Aanmaken account mislukt: %s. Account is vergrendeld. Account is niet vergrendeld. Authenticatie mislukt voor %s. Zowel -L als -U opgegeven. Instellen van standaard-context voor /etc/passwd mislukt Finger-informatie veranderen voor %s. Wachtwoord veranderen voor %s. Shell veranderen voor %s. Gebruikersstructuur kopiëren: Cyrus SASL fout bij aanmaken gebruiker: %sCyrus SASL fout bij verwijderen gebruiker: %sStandaard gebruiker attribuut-namen: Standaard gebruiker object-klassen: E-mail adresItem niet gevonden. Fout bij veranderen eigenaar van `%s': %sFout bij aanmaken %s: %s. Fout bij aanmaken `%s': %sFout bij aanmaken account voor `%s': regel onjuist opgemaakt. Fout bij aanmaken groep `%s': %s Fout bij aanmaken groep voor `%s' met GID %jd: %s Fout bij aanmaken persoonlijke map (home) voor %s: %s Fout bij aanmaken mail-spool voor %s. Fout bij aanmaken mail-spool. Fout bij aanmaken gebruikersaccount voor %s: %s Fout bij initialiseren %s: %s Fout bij initialiseren %s: %s. Fout bij initialiseren PAM. Fout bij opzoeken %s: %s Fout bij verplaatsen van %s naar %s: %s. Fout bij openen `%s': %s. Fout bij verwerken argumenten: %s. Fout bij lezen `%s': %sFout bij verwijderen %s: %s. Fout bij verwijderen `%s': %sFout bij instellen begin-wachtwoord voor %s: %s Fout bij instellen wachtwoord voor groep %s: %s. Fout bij instellen wachtwoord voor gebruiker %s: %s. Fout bij schrijven `%s': %sLaten vallen privileges mislukt. Aanpassen verloopinformatie voor %s mislukt: %s Instellen wachtwoord voor groep %s mislukt: %s Instellen wachtwoord voor gebruiker %s mislukt: %s. Finger-informatie veranderd. Finger-informatie niet veranderd: invoerfout. Finger-informatie niet veranderd: %s. Volledige naamOphalen standaard gebruikersattributen: VoornaamGroep %jd bestaat niet Groep %s kon niet worden verwijderd: %s Groep %s kon niet worden verwijderd: %s. Groep %s kon niet worden vergrendeld: %s Groep %s kon niet worden aangepast: %s Groep %s kon niet worden aangepast: %s. Groep %s kon niet worden ontgrendeld: %s Groep %s bestaat niet. Aanmaken groep mislukt: %s Groep met GID %jd had geen groepsnaam. Telefoon thuisPad van persoonlijke map `%s' is niet absoluutInactief: %ld Interne PAM-fout `%s'. Interne fout. Ongeldig ID %s Ongeldige standaardwaarde van veld %s: %sOngeldige groep-ID %s Ongeldige gebruikers-ID %s Kerberos Admin PrincipalKerberos wachtwoord voor Admin PrincipalKerberos omgevingLDAP Bind DNLDAP Bind wachtwoordLDAP SASL autorisatie gebruikerLDAP SASL gebruikerLDAP zoekbasis DNLDAP server-naamLaatste verandering: %s Maximum: %ld Minimum: %ld NooitNieuwe shellNieuw wachtwoordNieuw wachtwoord (bevestigen)Geen groepsnaam opgegeven, geen naam voor gid %d. Geen groepsnaam opgegeven, gebruik %s. Geen groepsnaam opgegeven. Er bestaat geen groep met GID %jd, zal niet verwijderen. Geen nieuwe persoonlijke map voor %s. Geen oude persoonlijke map voor %s. Geen gebruikersnaam opgegeven, geen naam voor uid %d. Geen gebruikersnaam opgegeven, gebruik %s. Geen gebruikersnaam opgegeven. WerkTelefoon werkWachtwoord verloopt: %s Wachtwoord inactief: %s Wachtwoord veranderen geannuleerd. Wachtwoord veranderd. Wachtwoorden komen niet overeen, probeer opnieuw. Opvragen mislukt. Opvragen geslaagd. Aanmaken account met UID 0 geweigerd. Zoeken naar groep genaamd %s. Zoeken naar groep met ID %jd. Zoeken naar gebruiker genaamd %s. Zoeken naar gebruiker met ID %jd. Shell veranderd. Shell niet veranderd: %s AchternaamOnbekende gebruiker geauthenticeerd. Onbekende gebruikerscontextGebruiker %s kon niet worden verwijderd: %s. Gebruiker %s kon niet worden vergrendeld: %s. Gebruiker %s kon niet worden aangepast: %s. Gebruiker %s kon niet worden ontgrendeld: %s. Gebruiker %s bestaat niet. Gebruikers komen niet overeen. Waarschuwing: %ld Waarschuwing: Groep met ID %jd bestaat niet. [OPTIE...][OPTIE...] [gebruiker][OPTIE...] groep[OPTIE...] gebruikertoegang geweigerdbackup-bestand `%s' bestaat en is geen regulier bestandgrootte van het backup-bestand komt niet overeenverkeerde gebruiker/groep idverkeerde gebruiker/groep naamconfiguratiebestand `%s' is te grootkon niet binden aan de LDAP-serverkon niet binden aan de LDAP-server, eerste poging als `%s': %skon de TLS niet onderhandelen met LDAP-serverkon configuratiebestand `%s' niet openen: %skon configuratiebestand `%s' niet lezen: %skon LDAP-protocol niet instellen op versie %dkon de status van configuratiebestand `%s' niet opvragen: %skon de security context voor `%s' niet bepalen: %skon de standaard security context niet verkrijgen: %skon de security context van `%s' niet verkrijgen: %skon `%s' niet openen: %skon niet lezen van `%s': %skon de standaard security context niet instellen naar `%s': %skon status van `%s' niet opvragen: %skon niet naar `%s' schrijven: %sdata niet in bestand gevondenentiteit heeft geen %s attribuutentiteit heeft geen %s of %s attributenentiteitobject heeft geen %s attribuutentiteitstructuur heeft geen %s of %s attributenentiteit is aangemaakt zonder %s of %s attributenitem reeds aanwezig in bestandfout bij verbinden met de kadm5-server voor service `%s' in omgeving `%s': %sfout bij aanmaken `%s': %sfout bij aanmaken LDAP-map item: %sfout bij aanmaken persoonlijke map voor gebruikerfout bij aanmaken mail-spool voor gebruikerfout bij versleutelen wachtwoordfout bij initialiseren Cyrus SASL: %sfout bij initialiseren kerberos-bibliotheekfout bij initialiseren ldap-bibliotheekfout bij laden modulefout bij vergrendelen bestandfout bij vergrendelen bestand: %sfout bij manipuleren terminal-attributenfout bij aanpassen LDAP-map item: %sfout bij verplaatsen persoonlijke map voor gebruikerfout bij openen bestandfout bij verwerken gebruikersnaam `%s' voor kerberosfout bij lezen bestandfout bij lezen van terminalfout bij lezen van informatie voor `%s' van kerberosfout bij lezen terminal-attributenfout bij verwijderen LDAP-map item: %sfout bij verwijderen persoonlijke map voor gebruikerfout bij verwijderen mail-spool voor gebruikerfout bij hernoemen LDAP-map item: %sfout bij herkennen symbool in modulefout bij instellen wachtwoord voor `%s'fout bij instellen wachtwoord in LDAP-map voor %s: %sfout bij instellen terminal-attributenfout bij opvragen status van bestandfout bij schrijven naar bestandgenerieke foutgroep %jd heeft geen naamgroep %s heeft geen GIDgroep heeft zowel geen naam als geen GIDinterne initialisatiefoutongeldig IDongeldig nummerbibliotheek/module versies komen niet overeenmodule `%s' definieert `%s' nietmodule uitgezet door configuratiemoduleversie komt niet overeen in `%s'naam bevat controle-tekensnaam bevat ongeldig teken `%c'naam bevat non-ASCII tekensnaam bevat spaties of tabsnaam is niet ingesteldnaam is te lang (%zu > %d)naam is te kortnaam begint met een streepjegeen `%s' attribuut gevondengeen initialiseringsfunctie %s in `%s'geen schaduwbestand aanwezig -- uitzettenzo'n object niet gevonden in LDAP-mapte weinig privilegeszal niet uitvoeren met superuser privilegesobject had geen %s attribuutobject heeft geen %s attribuutsuccesonbekende foutontgrendelen zou het wachtwoordveld leeg makengebruiker %jd heeft geen naamgebruiker %s heeft geen UIDgebruiker heeft zowel geen naam als geen UIDgebruikersobject had geen %s attribuutgebruikersobject is aangemaakt zonder `%s'gebruiker/groep id in gebruikgebruiker/groep naam in gebruiklibuser-0.56.9.dfsg.1.orig/po/bn_IN.po0000644000175000017500000012223610777230755015356 0ustar gheghe# translation of libuser.tip.po to Bengali INDIA # Bangla Translation of Libuser.po # Copyright (C) 2004 Red Hat Inc. # This file is distributed under the same license as the libuser package. # # Runa Bhattacharjee , 2004, 2005, 2006, 2007. # Runa Bhattacharjee , 2008. msgid "" msgstr "" "Project-Id-Version: libuser.tip\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-03-11 12:50+0530\n" "Last-Translator: Runa Bhattacharjee \n" "Language-Team: Bengali INDIA \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "\n" "\n" "\n" "\n" "\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "ব্যক্তিগত ডিরেক্টরির পাথ `%s', সুনির্দিষ্ট নয়" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "`%s' পড়তে সমস্যা: %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "`%s' নির্মাণ করতে সমস্যা: %s" # modified for RHEL #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "`%s'-র মালিকানা পরিবর্তন করতে সমস্যা: %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "`%s' লিখতে সমস্যা: %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "`%s' অপসারণে সমস্যা: %s" # modified for RHEL #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "অধিকার হ্রাসের প্রচেষ্টা ব্যর্থ।\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "অভ্যন্তরীণ সমস্যা।\n" # modified for RHEL #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s-র, %s-র finger সংক্রান্ত তথ্য পরিবর্তন করার অধিকার নেই।\n" # modified for RHEL #: apps/apputil.c:604 msgid "Unknown user context" msgstr "ব্যবহারকারীর প্রাসঙ্গিক বিবরণ অজানা" # modified for RHEL #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "/etc/passwd-র ডিফল্ট প্রসঙ্গ নির্ধারণ করা সম্ভব হয়নি\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "PAM আরম্ভ করতে সমস্যা।\n" # modified for RHEL #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "%s-র পরিচয়প্রমাণ প্রক্রিয়া ব্যর্থ হয়েছে।\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "PAM-র অভ্যন্তরীণ সমস্যা `%s'.\n" # modified for RHEL #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "অজানা ব্যবহারকারী অনুমোদিত রয়েছেন।\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "ব্যবহারকারীর গরমিল।\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[OPTION...] user" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "আর্গুমেন্ট পার্স করতে সমস্যা: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "কোনো ব্যবহারকারীর নাম উল্লেখ করা হয়নি।\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "%s আরম্ভ করতে সমস্যা: %s।\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "%s ব্যবহারকারী বর্তমানে উপস্থিত নেই।\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "অ্যাকাউন্ট লক করা আছে।\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "অ্যাকাউন্ট লক করা নেই।\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "সর্বনিম্ন:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "সর্বোচ্চ:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "সতর্কবার্তা:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "নিষ্ক্রিয়:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "কখনো নয়" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "সর্বশেষ পরিবর্তন:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "পাসওয়ার্ডের মেয়াদপূর্তী:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "পাসওয়ার্ড নিষ্ক্রিয়:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "অ্যাকাউন্টের মেয়াদপূর্তী:\t%s\n" # modified for RHEL #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "%s সংক্রান্ত পুরোনো তথ্য পরিবর্তনের প্রচেষ্টা ব্যর্থ: %s।\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[OPTION...] [user]" # modified for RHEL #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "কোনো ব্যবহারকারীর নাম নির্দিষ্ট হয়নি, %d uid-র কোনো নাম উল্লিখিত হয়নি।\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "%s সংক্রান্ত finger তথ্য পরিবর্তন করা হচ্ছে।\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "সম্পূর্ণ নাম" #: apps/lchfn.c:154 msgid "Surname" msgstr "পদবি" #: apps/lchfn.c:169 msgid "Given Name" msgstr "প্রদত্ত নাম" #: apps/lchfn.c:179 msgid "Office" msgstr "কর্মস্থল" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "কর্মস্থলের ফোন" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "গৃহের ফোন" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "ই-মেইল ঠিকানা" # modified for RHEL #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Finger সংক্রান্ত তথ্য পরিবর্তন করা যায়নি: ইনপুটজড়িত ত্রুটি।\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Finger সংক্রান্ত তথ্য পরিবর্তন করা হয়েছে।\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Finger সংক্রান্ত তথ্য পরিবর্তন করা হয়নি: %s।\n" # modified for RHEL #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "%s-র শেল পরিবর্তন করা হচ্ছে।\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "নতুন শেল" # modified for RHEL #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "শেল পরিবর্তিত হয়নি: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "শেল পরিবর্তিত হয়েছে।\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[OPTION...] group" # modified for RHEL #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "কোনো দলের নাম নির্ধারণ করা হয়নি।\n" # modified for RHEL #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "দলের অবৈধ ID %s\n" # modified for RHEL #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "দল তৈরি করতে ব্যর্থ: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "%s দলটি বর্তমানে উপস্থিত নেই।\n" # modified for RHEL #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "%s দলটি মুছে ফেলা সম্ভব হয়নি: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "-L এবং -U দুটিই নির্দিষ্ট করা হয়েছে।\n" # modified for RHEL #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "%s দলের পাসওয়ার্ড তৈরি করতে ব্যর্থ: %s\n" # modified for RHEL # modified for RHEL #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "%s দলটি লক করা যায়নি: %s\n" # modified for RHEL # modified for RHEL #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "%s দলটি আন-লক করা যায়নি: %s\n" # modified for RHEL #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "%s দল পরিবর্তন করা যায়নি: %s\n" # modified for RHEL #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "%s অনুসন্ধানে সমস্যা: %s।\n" # modified for RHEL #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "দলের নাম উল্লেখ করা হয়নি, %s ব্যবহার করা হচ্ছে।\n" # modified for RHEL #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "দলের নাম উল্লেখ করা হয়নি, %d gid-র জন্য কোনো নাম লেখা হয়নি।\n" # modified for RHEL #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "ব্যবহারকারীর নাম উল্লেখ করা হয়নি, %s ব্যবহার করা হচ্ছে।\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[OPTION...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "`%s' খুলতে সমস্যা: %s।\n" # modified for RHEL #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "" "`%s' -র জন্য অ্যাকাউন্ট তৈরি করতে সমস্যা: পংক্তিটি সঠিক বিন্যাসে গঠিত হয়নি।\n" # modified for RHEL #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "ব্যবহারকারী অবৈধ ID %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "UID 0 ব্যবহার করে অ্যাকাউন্ট তৈরি করা হবে না।\n" # Aargh! Abandon all hope. # modified for RHEL # # modified for RHEL #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "`%s'-র জন্য, GID %jd ব্যবহার করে দল তৈরি করতে সমস্যা: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "%s-র জন্য প্রারম্ভিক পাসওয়ার্ড নির্ধারণ করতে সমস্যা: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "%s-র জন্য ব্যক্তিগত (হোম) ডিরেক্টরি তৈরি করতে সমস্যা: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "%s-র জন্য মেইল স্পুল তৈরি করতে সমস্যা।\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "%s-র জন্য ব্যবহারকারীর অ্যাকাউন্ট তৈরি করতে সমস্যা:%s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "%s-র পাসওয়ার্ড পরিবর্তন করা হচ্ছে।\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "নতুন পাসওয়ার্ড" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "নতুন পাসওয়ার্ড (নিশ্চায়ন)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "পাসওয়ার্ড দুটি মেলেনি, পুনরায় চেষ্টা করুন।\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "পাসওয়ার্ড পরিবর্তন প্রক্রিয়া বাতিল করা হয়েছে।\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "%s ব্যবহারকারীর জন্য পাসওয়ার্ড নির্ধারণ করতে সমস্যা: %s।\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "%s দলের জন্য পাসওয়ার্ড নির্ধারণ করতে সমস্যা: %s।\n" # modified for RHEL #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "পাসওয়ার্ড পরিবর্তিত হয়েছে।\n" # modified for RHEL #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "%jd দলটি বর্তমানে উপস্থিত নেই।\n" # modified for RHEL #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "`%s' দল তৈরি করতে সমস্যা: %s\n" # modified for RHEL #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "অ্যাকাউন্ট তৈরি করতে ব্যর্থ: %s।\n" # modified for RHEL #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "%s তৈরি করতে সমস্যা: %s।\n" # modified for RHEL #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "মেইল স্পুল তৈরি করতে সমস্যা।\n" # modified for RHEL #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "ব্যবহারকারী %s'র অ্যাকাউন্ট মুছে ফেলা সম্ভব হয়নি: %s।\n" # modified for RHEL #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s-র কোনো gid সংখ্যা নেই।\n" # modified for RHEL #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "%jd GIDসহ কোনো দল বর্তমানে উপস্থিত নেই, মুছে ফেলা সম্ভব নয়।\n" # modified for RHEL #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "%jd GIDসহ দলের কোনো নাম উল্লিখিত হয়নি।\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "%s দলটি মুছে ফেলা সম্ভব হয়নি: %s।\n" # modified for RHEL #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s-র ব্যক্তিগত (হোম) ডিরেক্টরি উপস্থিত ছিল না।\n" # modified for RHEL #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "%s সরিয়ে ফেলতে সমস্যা: %s।\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "%s ব্যবহারকারীর জন্য পাসওয়ার্ড নির্ধারণ করা সম্ভব হয়নি: %s।\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "%s ব্যবহারকারীকে লক (lock) করা সম্ভব হয়নি: %s।\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "%s ব্যবহারকারীকে আন-লক (unlock) করা সম্ভব হয়নি: %s।\n" # modified for RHEL #: apps/lusermod.c:221 #, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "সতর্কবার্তা: %jd ID সহ দলটি বর্তমানে উপস্থিত নেই।\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "%s ব্যবহারকারীর তথ্য পরিবর্তন করা সম্ভব হয়নি: %s।\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "%s দলের তথ্য পরিবর্তন করা সম্ভব হয়নি: %s।\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "%s-র ক্ষেত্রে পুরোনো ব্যক্তিগত (হোম) ডিরেক্টরি উপস্থিত নেই।\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "%s-র কোনো নতুন ব্যক্তিগত (হোম) ডিরেক্টরি উপস্থিত নেই।\n" # modified for RHEL #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "%s কে %s-এ সরিয়ে নিতে সমস্যা হয়েছে: %s।\n" # modified for RHEL #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "কনফিগারেশন ফাইল `%s' খোলা যায়নি: %s" # modified for RHEL #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "কনফিগারেশন ফাইল `%s' stat করা যায়নি: %s" # modified for RHEL #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "কনফিগারেশন ফাইল `%s' অত্যাধিক বড়" # modified for RHEL #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "কনফিগারেশন ফাইল `%s' পড়া যায়নি: %s" #: lib/error.c:38 msgid "success" msgstr "সফল" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "কনফিগারেশনের দরুণ মডিউলটি নিষ্ক্রিয় হয়ে গেছে" #: lib/error.c:42 msgid "generic error" msgstr "সাধারণ সমস্যা" #: lib/error.c:44 msgid "not enough privileges" msgstr "অপর্যাপ্ত অধিকার" #: lib/error.c:46 msgid "access denied" msgstr "অনুমোদন করা হয়নি" #: lib/error.c:48 msgid "bad user/group name" msgstr "অবৈধ ব্যবহারকারী/দলের নাম" #: lib/error.c:50 msgid "bad user/group id" msgstr "অবৈধ ব্যবহারকারী/দলের id" #: lib/error.c:52 msgid "user/group name in use" msgstr "ব্যবহারকারী/দলের নাম বর্তমানে ব্যবহৃত হচ্ছে" #: lib/error.c:54 msgid "user/group id in use" msgstr "ব্যবহারকারী/দলের id বর্তমানে ব্যবহৃত হচ্ছে" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "টার্মিনালের বৈশিষ্ট্য পরিবর্তন করতে সমস্যা" #: lib/error.c:58 msgid "error opening file" msgstr "ফাইল খুলতে সমস্যা" #: lib/error.c:60 msgid "error locking file" msgstr "ফাইল লক করতে সমস্যা" # modified for RHEL #: lib/error.c:62 msgid "error statting file" msgstr "ফাইল stat করতে সমস্যা" #: lib/error.c:64 msgid "error reading file" msgstr "ফাইল পড়তে সমস্যা" #: lib/error.c:66 msgid "error writing to file" msgstr "ফাইলে লিখতে সমস্যা" #: lib/error.c:68 msgid "data not found in file" msgstr "ফাইলে তথ্য পাওয়া যায়নি" #: lib/error.c:70 msgid "internal initialization error" msgstr "অভ্যন্তরীণ প্রারম্ভিক সমস্যা" #: lib/error.c:72 msgid "error loading module" msgstr "মডিউল লোড করতে সমস্যা" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "মডিউলের সিম্বল মীমাংসা করতে সমস্যা" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "লাইব্রেরি/মডিউলের সংস্করণে গরমিল" # modified for RHEL #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "আন-লক করা হলে পাসওয়ার্ডের ক্ষেত্র ফাঁকা হয়ে যাবে" #: lib/error.c:84 msgid "unknown error" msgstr "অজানা সমস্যা" # modified for RHEL #: lib/misc.c:165 msgid "invalid number" msgstr "অবৈধ সংখ্যা" # modified for RHEL #: lib/misc.c:179 msgid "invalid ID" msgstr "অবৈধ ID" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "%s প্রারম্ভিক কার্য `%s'-র মধ্যে উপস্থিত নেই" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "`%s'-র মডিউল সংস্করণে গরমিল" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "`%s' মডিউলের দ্বারা `%s'-র ব্যাখ্যা করা যায়নি" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "টার্মিনালের বৈশিষ্ট্য পড়তে সমস্যা" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "টার্মিনালের বৈশিষ্ট্য নির্ধারণ করতে সমস্যা" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "টার্মিনাল থেকে পড়তে সমস্যা" #: lib/user.c:191 msgid "name is not set" msgstr "নাম নির্ধারণ করা হয়নি" #: lib/user.c:196 msgid "name is too short" msgstr "নাম অত্যাধিক ছোট" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "উল্লিখিত নাম অত্যাধিক লম্বা (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "নামের মধ্য non-ASCII অক্ষর লেখা হয়েছে" #: lib/user.c:215 msgid "name contains control characters" msgstr "নামের মধ্য নিয়ন্ত্রক (control) অক্ষর লেখা হয়েছে" #: lib/user.c:222 msgid "name contains whitespace" msgstr "নামের মধ্যে শূণ্যস্থান রয়েছে" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "নামের প্রারম্ভে হাইফেন চিহ্ন (-) উপস্থিত রয়েছে" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "নামের মধ্য অবৈধ অক্ষর `%c' লেখা হয়েছে" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "%s নামক ব্যবহারকারীর ক্ষেত্রে UID ধার্য করা হয়নি" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "%s নামক দলের ক্ষেত্রে GID ধার্য করা হয়নি" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "%jd ব্যবহারকারীর নাম উল্লিখিত নেই" # modified for RHEL #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "%jd দলের নাম উল্লিখিত নেই" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "ব্যবহারকারীর নাম ও UID ধার্য করা হয়নি" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "দলের নাম ও GID ধার্য করা হয়নি" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "%s ক্ষেত্রে ডিফল্ট মান বৈধ নয়: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "ফাইল লক করতে সমস্যা: %s" # modified for RHEL #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "ডিফল্ট প্রাসঙ্গিক নিরাপত্তার বিবরণ নির্ধারণ করা যায়নি: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "`%s'-র জন্য প্রাসঙ্গিক নিরাপত্তার বিবরণ প্রাপ্ত করা যায়নি: %s" # modified for RHEL #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "ডিফল্ট প্রাসঙ্গিক নিরাপত্তার বিবরণ`%s' হিসাবে নির্ধারণ করা যায়নি: %s" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "`%s'-র জন্য প্রাসঙ্গিক নিরাপত্তার বিবরণ প্রাপ্ত করা যায়নি: %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' খোলা সম্ভব হয়নি: %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s' stat করা যায়নি: %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "`%s' তৈরি করতে সমস্যা: %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "ব্যাক-আপ ফাইল `%s' বর্তমানে উপস্থিত আছে এবং এটি কোনো সাধারণ ফাইল নয়" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "ব্যাক-আপ ফাইলের মাপে গরমিল" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s' থেকে পড়া সম্ভব হয়নি: %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "ফাইলের মধ্যে এন্ট্রি বর্তমানে উপস্থিত আছে" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s'-এ লেখা যায়নি: %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "স্বত্বার অবজেক্টের মধ্যে %s বৈশিষ্ট্য উপস্থিত নেই" # modified for RHEL #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "পাসওয়ার্ড এনক্রিপ্ট করতে সমস্যা" # modified for RHEL #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "সুপার-ইউজারের অধিকারসহ সঞ্চালিত হচ্ছে না" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "কোনো শেডো ফাইল উপস্থিত নেই -- নিষ্ক্রিয় করা হচ্ছে" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "`%s' পরিসেবার জন্য kdam5 সার্ভারটির সাথে সংযোগ করতে `%s' realm-এ সমস্যা হয়েছে: %" "s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "kerberos লাইব্রেরি আরম্ভ করতে সমস্যা" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "`%s' ব্যবহারকারীর নাম kerberos-র জন্য পার্স করতে সমস্যা" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "স্বত্বার গঠনে কোনো %s অথবা %s বৈশিষ্ট্য উপস্থিত নেই" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "স্বত্বায় কোনো %s অথবা %s বৈশিষ্ট্য উপস্থিত নেই" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "কোনো %s অথবা %s বৈশিষ্ট্য বিনা স্বত্বা তৈরি করা হয়েছে" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "`%s'-র জন্য kerberos থেকে তথ্য পড়তে সমস্যা" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "এন্ট্রিতে কোনো %s বৈশিষ্ট্য উপস্থিত নেই" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "`%s'-র জন্য পাসওয়ার্ড নির্ধারণ করতে সমস্যা" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Kerberos Realm" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Kerberos Admin Principal" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Admin Principal-র জন্য Kerberos পাসওয়ার্ড" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "Ldap লাইব্রেরি আরম্ভ করতে সমস্যা" # modified for RHEL #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "LDAP প্রোটোকল %d সংস্করণের সাথে স্থাপন করা যায়নি" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "LDAP সার্ভারের সাথে TLS মীমাংসা করা সম্ভব হয়নি" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "LDAP সার্ভারে bind করা সম্ভব হয়নি" # modified for RHEL #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "LDAP সার্ভারে bind করা সম্ভব হয়নি, `%s' রূপে প্রথম প্রচেষ্টা করা হয়েছে: %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "ব্যবহারকারীর অবজেক্টে কোনো `%s' বৈশিষ্ট্য উপস্থিত নেই" # modified for RHEL #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "ব্যবহারকারীর অবজেক্ট `%s' বিনা নির্মিত হয়েছে" # modified for RHEL #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "LDAP ডিরেক্টরি এন্ট্রি তৈরি করতে সমস্যা: %s" # modified for RHEL #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "LDAP ডিরেক্টরি এন্ট্রি পরিবর্তন করতে সমস্যা: %s" # modified for RHEL #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "LDAP ডিরেক্টরি এন্ট্রির নাম পরিবর্তন করতে সমস্যা: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "অবজেক্টের মধ্যে কোনো %s বৈশিষ্ট্য উপস্থিত নেই" # modified for RHEL #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "LDAP ডিরেক্টরি এন্ট্রি মুছে ফেলতে সমস্যা: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "অবজেক্টের মধ্যে %s বৈশিষ্ট্য উপস্থিত নেই" # modified for RHEL #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "LDAP ডিরেক্টরির মধ্যে এই ধরনের কোনো বস্তু উপস্থিত নেই" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "কোনো `%s' বৈশিষ্ট্য পাওয়া যায়নি" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "%s-র জন্য LDAP ডিরেক্টরিতে পাসওয়ার্ড নির্ধারণ করতে সমস্যা: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "LDAP সার্ভারের নাম" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP Search Base DN" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP Bind পাসওয়ার্ড" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL ব্যবহারকারী" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL-র অনুমোদন ব্যবহারকারী" # modified for RHEL #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "ব্যবহারকারী তৈরি করতে Cyrus SASL সংক্রান্ত সমস্যা: %s" # modified for RHEL #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "ব্যবহারকারী মুছে ফেলার সময় Cyrus SASL সংক্রান্ত সমস্যা: %s" # modified for RHEL #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "Cyrus SASL আরম্ভ করতে সমস্যা: %s" # modified for RHEL #: python/admin.c:523 msgid "error creating home directory for user" msgstr "ব্যবহারকারীর জন্য ব্যক্তিগত (হোম) ডিরেক্টরি তৈরি করতে সমস্যা" # modified for RHEL #: python/admin.c:576 msgid "error removing home directory for user" msgstr "ব্যবহারকারীর ব্যক্তিগত (হোম) ডিরেক্টরি মুছে ফেলতে সমস্যা" # modified for RHEL #: python/admin.c:654 msgid "error moving home directory for user" msgstr "ব্যবহারকারীর ব্যক্তিগত (হোম) ডিরেক্টরি সরাতে সমস্যা" # modified for RHEL #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "ব্যবহারকারীর জন্য মেইল-স্পুল তৈরি করতে সমস্যা" # modified for RHEL #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "ব্যবহারকারীর জন্য মেইল-স্পুল তৈরি করতে সমস্যা" # modified for RHEL #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "%s আরম্ভ করতে সমস্যা: %s\n" # modified for RHEL #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "অবৈধ ID %s\n" # modified for RHEL #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "%jd ID-ধারী দলের সন্ধান করা হচ্ছে।\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "%s নামক দলের সন্ধান করা হচ্ছে।\n" # modified for RHEL #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "%jd ID-ধারী ব্যবহারকারীর সন্ধান করা হচ্ছে।\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "%s নামক ব্যবহারকারীর সন্ধান করা হচ্ছে।\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "এন্ট্রি খুঁজে পাওয়া যায়নি।\n" # modified for RHEL #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "সফল চিহ্নকারী প্রম্পট।\n" # modified for RHEL #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "বিফল চিহ্নকারী প্রম্পট\n" # modified for RHEL #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "ব্যবহারকারীর ডিফল্ট অবজেক্ট ক্লাস:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "ব্যবহারকারীর ডিফল্ট বৈশিষ্ট্যর নাম:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "ব্যবহারকারীর ডিফল্ট বৈশিষ্ট্য আহরণ করা হচ্ছে:\n" # modified for RHEL #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "ব্যবহারকারীর বৈশিষ্ট্যের পরিকাঠামো কপি করা হচ্ছে:\n" libuser-0.56.9.dfsg.1.orig/po/vi.gmo0000644000175000017500000003446210777230762015154 0ustar ghegheL|  ";Pn$,"E"h<)V"'7Sl*)(&O(k.$ ! 1#<$` % #0C`o  -#+Ed," -H#['"!#A#e  14FZ(x*) )@[r!!+.,GJ&"!#:Zo&($)!K^0z!& 35!i  " Bc"%# Cd'z $ 3 H q_ !!$"%6"\" v""#"!"#"#&4#)[#/#1#4#$!0$R$g$F|$'$$ %3$%X%s%%!%%#%&&9&0T&3&<&&5 '$A'.f'%' '2''%(,'(T(r("(((%(( )),)I)b)v)#)) )));))6*`*%*#*D*2+(B+ k+w+$+'+%+,3&,*Z,,#,,,.,/ -5<-4r-&---!- .7.W.Vq...#/1&/0X/8//!//0.;0(j02080>0E>1%1H11.2)>2!h2'2#2222&35@34v337334.*4#Y44}4*4"4:5#;5_5v555-5#5, 6$86+]66666%6*7$975^7747+7+8 A8 N8:Y8A8,8.9D~Qs_m w0zP9n6U1AEV>";Sk  5?CdW%o,K<2O t]lc[h|Z@v qT'#}\8(IuH^7:4{Xbp&/`$rxjifYeBMJ3LGa=Ny* R!+)F.g-%s did not have a gid number. %s did not have a home directory. Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Failed to drop privileges. Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %s could not be deleted: %s. Group %s could not be modified: %s. Group %s does not exist. Home PhoneInternal PAM error `%s'. Internal error. Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Refusing to create account with UID 0. Searching for group named %s. Searching for user named %s. Shell changed. SurnameUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebad user/group idbad user/group namecould not bind to LDAP servercould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not set LDAP protocol to version %dcouldn't open `%s': %scouldn't read from `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating home directory for usererror creating mail spool for usererror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing home directory for usererror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorinternal initialization errorlibrary/module version mismatchmodule disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too shortno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown erroruser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser VERSION Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2003-07-27 13:46+0700 Last-Translator: pclouds Language-Team: GnomeVI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit %s không phải là số GID. %s không có thư mục home. Tài khoản hết hiệu lực: %s Thất bại tạo tài khoản: %s. Tài khoản bị khóa. Tài khoản không bị khóa. Lỗi xác thực cho %s. Chưa xác định cả -L và -U. Đổi thông tin finger cho %s. Thay đổi mật khẩu của %s. Đổi Shell của %s. Sao chép cấu trúc người dùng: Lỗi Cyrus SASL tạo người dùng: %sLỗi Cyrus SASL loại bỏ người dùng: %sTên thuộc tính người dùng mặc định: Lớp đối tượng người dùng mặc định: Địa chỉ E-MailKhông tìm thấy mục nhập. Lỗi tạo %s: %s. Lỗi tạo `%s': %sLỗi tạo tài khoản cho `%s':định dạng dòng không đúng. Lỗi tạo thư mục home cho %s: %s Lỗi tạo mail spool cho %s. Lỗi tạo mail spool. Lỗi tạo tài khoản người dùng cho %s: %s Lỗi khởi tạo %s: %s Lỗi khởi động %s: %s. Lỗi khởi động PAM. Lỗi chuyển %s thành %s: %s. Lỗi mở `%s': %s. Lỗi phân tích đối số: %s. Lỗi đọc `%s': %sLỗi loại bỏ %s: %s. Lỗi loại bỏ `%s': %sLỗi đặt mật khẩu ban đầu cho %s: %s Lỗi thiết lập mật khẩu cho nhóm %s: %s. Lỗi thiết lập mật khẩu cho người dùng %s: %s. Lỗi bỏ quyền. Lỗi đặt mật khẩu cho người dùng %s: %s. Đã thay đổi thông tin finger. Thông tin finger không đổi: lỗi input. Thông tin finger không đổi: %s. Họ và tênLấy thuộc tính người dùng mặc định: TênNhóm %s không thể bị xóa: %s. Nhóm %s không thể bị thay đổi: %s. Nhóm %s không tồn tại. Điện thoại NhàLỗi nội tại của PAM `%s'. Lỗi nội tại. Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserNgười dùng LDAP SASLLDAP Search Base DNTên Server LDAPLần thay đổi cuối cùng: %s Không bao giờShell mớiMật khẩu mớiXác nhận mật khẩu mớiChưa xác định tên nhóm, không có tên cho gid %d. Chưa xác định tên nhóm, dùng %s. Chưa xác định tên nhóm. %s không có thư mục home mới. %s không có thư mục home cũ. Chưa xác định tên người dùng, không có tên cho uid %d. Chưa xác định tên người dùng, dùng %s. Chưa xác định tên người dùng. Văn phòngĐiện thoại Văn phòngMật khẩu hết hiệu lực: %s Mật khẩu không hoạt động: %s Hủy bỏ thay đổi mật khẩu. Đã thay đổi mật khẩu. Mật khẩu không khớp, vui lòng thử lại. Từ chối tạo tài khoản cho UID 0. Đang tìm nhóm tên %s. Đang tìm người dùng tên %s. Đã đổi Shell. HọNgười dùng %s không thể bị xóa: %s. Người dùng %s không thể bị khóa: %s. Người dùng %s không thể bị thay đổi: %s. Người dùng %s không thể bị mở khóa: %s. Người dùng %s không tồn tại. Không khớp người dùng. [TÙY_CHỌN...][TÙY_CHỌN...] [người_dùng][TÙY_CHỌN...] nhóm[TÙY CHỌN...] người_dùngtruy cập bi từ chốitập tin sao lưu `%s' tồn tại nhưng không phải là tập tin bình thườngID người dùng/nhóm saitên người dùng/nhóm saikhông thể gắn vào LDAP serverkhông thể thỏa thuận TLS với LDAP serverkhông thể mở tập tin cấu hình `%s': %skhông thể đặt giao thức LDAP cho phiên bản %dkhông thể mở `%s': %skhông thể đọc từ `%s': %skhông thể stat() `%s': %skhông thể ghi vào `%s': %skhông tìm thấy dữ liệu trong tập tinthực thể không có thuộc tính %sthực thể không có thuộc tính %s hoặc %sđối tượnc thực thể không có thuộc tính %scấu trúc thực thể không có thuộc tính %s hoặc %sthực thể được tạo mà không có thuộc tính %s hoặc %smục nhập đã có trong tập tinlỗi kết nối kadm5 server cho dịch vụ `%s' trong realm `%s': %skhông thể tạo `%s': %slỗi tạo thư mục home cho người dùnglỗi tạo mail spool cho người dùnglỗi khởi tạo Cyrus SASL: %slỗi khởi tạo thư viện kerberoslỗi khởi tạo thư viện ldaplỗi nạp modulelỗi khóa tập tinlỗi khóa tập tin: %slỗi thao tác thuộc tính terminallỗi hiệu chỉnh mục nhập thư mục LDAP: %slỗi di chuyển thư mục home cho người dùnglỗi mở tập tinlỗi phân tích tên người dùng `%s' cho kerberoslỗi đọc tập tinlỗi đọc từ terminallỗi đọc thông tin cho `%s' từ kerberoslỗi đọc thuộc tính terminallỗi loại bỏ thư mục home cho người dùnglỗi phân giải ký hiệu trong modulelỗi đặt mật khẩu cho `%s'lỗi đặt mật khẩu trong thư mục LDAP cho %s: %slỗi đặt thuộc tính terminallỗi stat() tập tinlỗi ghi tập tinlỗi thườnglỗi khởi tạo nội tạikhông khớp phiên bản thư viện/modulemodule bị tắt bởi cấu hìnhkhông khớp phiên bản module trong `%s'tên chứa ký tự điều khiểntên chứa ký tự không hợp lệ `%c'tên chứa ký tự phi ASCIItên chứa khoảng trắngchưa đặt têntên quá ngắnkhông tìm thấy thuộc tính `%s'không có hàm khởi tạo %s trong `%s'không có tập tin shadow -- tắtkhông có đối tượng đó trong thư mục LDAPkhông đủ quyền truy cậpkhông thực thi với quyền siêu người dùngđối tượng không có thuộc tính %sđối tượng không có thuộc tính %sthành cônglỗi lạđối tượng người dùng không có thuộc tính %sđối tượng người dùng được tạo mà không có `%s'ID người dùng/nhóm đang được dùngtên người dùng/nhóm đang được dùnglibuser-0.56.9.dfsg.1.orig/po/bn.gmo0000644000175000017500000007302410777230760015130 0ustar gheghe%| "05S*"$Mr""#AP b</)?"i' 9Un*)((Qh.((."$Q v! "#!#0$T#y.  &7F[o%  .? E O\-s#, +,J"w #"FW'k! #:B_"t!## *6I[ l1z$ 8/ (h * * ) *!))'T)|))) )-)) *"*A*$a****5,N,-M-S-=A.=._.Y/w/i/Yh0G0i 1mt1z1b]2P23I"3ql373E4\4V5q5{6q~6M6>777=8GM8:8X8?)9di989M:KU::>;;;s<r<"=f=>f>?g?"@|5@@M@T ANuA>AJB`NBEBUBAKChCC@D5QDD)D5D(D[$E@E E%EEE+:FfF*zF3FFF(GM-G{G H`HIjI}JJSKiK [LhLJL<L MKMsM'RN$zNNV/OZOeOiGP9P7P #Qa0QcQfQ`]RrRg1SaS8S4T5FT!|T3TRT%UBUAVHSVPVFV4WvWQXXNXjXSdYtY2-Z<`ZZ'@[)h[<[C[S\Gg\Y\v ]C]]E^g^@_z_W@`>`t``LaIaCaG;bvbsbmnc?cd<dXdxRemez9fzf/gngz/hhNiAiBj%Zj8j1j_jPKkZkfk}^lAlhm[mSmO7n9nVn,ooEoMo]pap[p.CqqrqYqY>r r"rrJFsCsnsnDtqts%uzu$ ):-F\|GIcla%;p~0C3f"=Yd,`>W?t1!8gZR@kubU2wVL+S (O{zvQNj9oe5.6]Hi&xK*s7^q T'hAr M_EBJ X/m #D<4n[P}y%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneInternal PAM error `%s'. Internal error. Invalid ID %s Invalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2006-09-23 01:16+0600 Last-Translator: Mahay Alam Khan (মাহে আলম) Language-Team: Bengali MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.3.1 Plural-Forms: Plural-Forms: nplurals=2; plural=(n != 1); %s-র কোনো gid নম্বর নেই। %s-র কোনো হোম ডিরেক্টরি ছিল না। %s-র, %s এর finger সংক্রান্ত তথ্য পরিবর্তন করার অধিকার নেই। অ্যাকাউন্টের মেয়াদ শেষ হবে: %s অ্যাকাউন্ট তৈরি করতে ব্যর্থ: %s। অ্যাকাউন্ট লক করা আছে। অ্যাকাউন্ট লক করা নেই। %s-র অনুমোদন প্রক্রিয়া ব্যর্থ হয়েছে। -L এবং -U দুটিই নির্দিষ্ট করা হয়েছে। /etc/passwd-র জন্য ডিফল্ট প্রসঙ্গ নির্ধারণ করা সম্ভব হয়নি %s সংক্রান্ত finger তথ্য পরিবর্তন করা হচ্ছে। %s-র পাসওয়ার্ড পরিবর্তন করা হচ্ছে। %s-র শেল পরিবর্তন করা হচ্ছে। ব্যবহারকারীর স্ট্রাকচার কপি করা হচ্ছে: ব্যবহারকারী তৈরি করতে Cyrus SASL সমস্যা হয়েছে: %sব্যবহারকারী মুছে ফেলার সময় Cyrus SASL সমস্যা হয়েছে: %sব্যবহারকারীর ডিফল্ট বৈশিষ্ট্যর নাম: ব্যবহারকারীর ডিফল্ট object ক্লাস: ই-মেইলএন্ট্রি খুঁজে পাওয়া যায়নি। `%s' এর মালিকানা পরিবর্তন করতে সমস্যা হয়েছে: %s%s তৈরি করতে সমস্যা: %s। `%s' তৈরি করতে সমস্যা হয়েছে: %s`%s' -র জন্য অ্যাকাউন্ট তৈরি করতে সমস্যা: লাইনটি সঠিকভাবে ফরম্যাট করা নেই। `%s' গ্রুপ তৈরি করতে সমস্যা হয়েছে: %s `%s'-র জন্য, GID %jd ব্যবহার করে গ্রুপ তৈরি করতে সমস্যা হয়েছে: %s %s-র জন্য হোম ডিরেক্টরি তৈরি করতে সমস্যা হয়েছে: %s %s-র জন্য মেইল স্পুল তৈরি করতে সমস্যা হয়েছে। মেইল স্পুল তৈরি করতে সমস্যা। %s-র জন্য ব্যবহারকারীর অ্যাকাউন্ট তৈরি করতে সমস্যা হয়েছে:%s %s আরম্ভ করতে সমস্যা: %s %s আরম্ভ সমস্যা হয়েছে: %s। PAM আরম্ভ করতে সমস্যা হয়েছে। %s: %s সমস্যা খোঁজা হচ্ছে %s কে %s-এ সরিয়ে নিতে সমস্যা হয়েছে: %s। `%s' খুলতে সমস্যা হয়েছে: %s। আর্গুমেন্ট পার্স করতে সমস্যা হয়েছে: %s. `%s' পড়তে সমস্যা হয়েছে: %s%s সরিয়ে ফেলতে সমস্যা হয়েছে: %s। `%s' সরিয়ে ফেলতে সমস্যা হয়েছে: %s%s-র জন্য প্রারম্ভিক পাসওয়ার্ড নির্ধারণ করতে সমস্যা হয়েছে: %s %s গ্রুপের জন্য পাসওয়ার্ড নির্ধারণ করতে সমস্যা হয়েছে: %s। %s ব্যবহারকারীর জন্য পাসওয়ার্ড নির্ধারণ করতে সমস্যা হয়েছে: %s। `%s' লিখতে সমস্যা হয়েছে: %sবিশেষ সুবিধা হ্রাস করার প্রচেষ্টা ব্যর্থ। %s সংক্রান্ত পুরোনো তথ্য পরিবর্তনের প্রচেষ্টা ব্যর্থ: %s। %s গ্রুপের পাসওয়ার্ড তৈরি করতে ব্যর্থ: %s %s ব্যবহারকারীর জন্য পাসওয়ার্ড নির্ধারণ করা সম্ভব হয়নি: %s। Finger সংক্রান্ত তথ্য পরিবর্তন করা হয়েছে। Finger সংক্রান্ত তথ্য পরিবর্তন করা যায়নি: ইনপুট ত্রুটি। Finger সংক্রান্ত তথ্য পরিবর্তন করা হয়নি: %s। সম্পূর্ণ নামব্যবহারকারীর ডিফল্ট বৈশিষ্ট্য আহরণ করা হচ্ছে: প্রদত্ত নাম%jd দলটি বর্তমানে উপস্থিত নেই। %s গ্রুপটি মুছে ফেলা সম্ভব হয়নি: %s %s দলটি মুছে ফেলা সম্ভব হয়নি: %s। %s গ্রুপটি লক করা যায়নি: %s %s গ্রুপ পরিবর্তন করা যায়নি: %s %s গ্রুপকে পরিবর্তন করা সম্ভব হয়নি: %s। %s গ্রুপটি আন-লক করা যায়নি: %s %s গ্রুপটি বর্তমানে উপস্থিত নেই। গ্রুপ তৈরি করতে ব্যর্থ: %s %jd GID সহ গ্রুপটির কোনো নাম উল্লেখিত হয়নি। গৃহের ফোনPAM-র অভ্যন্তরীণ সমস্যা `%s'. অভ্যন্তরীণ সমস্যা। অবৈধ ID %s গ্রুপের অবৈধ ID %s অবৈধ ব্যবহারকারী ID %s কারবেরোস Admin PrincipalAdmin Principal-র জন্য কারবেরোসের পাসওয়ার্ডকারবেরোসের কর্মক্ষেত্রLDAP Bind DNLDAP Bind পাসওয়ার্ডLDAP SASL-র অনুমোদন ব্যবহারকারীLDAP SASL ব্যবহারকারীLDAP Search Base DNLDAP সার্ভারের নামসর্বশেষ পরিবর্তন: %s কখনো নয়নতুন শেলনতুন পাসওয়ার্ডনতুন পাসওয়ার্ড (নিশ্চিত করুন)গ্রুপের কোনো নাম উল্লেখ করা হয়নি, %d gid-র জন্য কোনো নাম লেখা হয়নি। গ্রুপের কোনো নাম উল্লেখ করা হয়নি, %s ব্যবহার করা হচ্ছে। কোনো গ্রুপের নাম নির্ধারণ করা হয়নি। %jd GID সহ কোনো গ্রুপ বর্তমানে উপস্থিত নেই, মুছে ফেলা সম্ভব নয়। %s-র কোনো নতুন হোম ডিরেক্টরি উপস্থিত নেই। %s-র জন্য কোনো পুরোনো হোম ডিরেক্টরি উপস্থিত নেই। কোনো ব্যবহারকারীর নাম নির্দিষ্ট হয়নি, %d uid-র জন্য কোনো নাম উল্লেখিত হয়নি। ব্যবহারকারীর কোনো নাম উল্লেখ করা হয়নি, %s ব্যবহার করা হচ্ছে। কোনো ব্যবহারকারীর নাম উল্লেখ করা হয়নি। অফিসঅফিসের ফোনপাসওয়ার্ডের মেয়াদ শেষ হবে: %s পাসওয়ার্ড নিষ্ক্রিয়: %s পাসওয়ার্ড পরিবর্তনের প্রক্রিয়া বাতিল করা হয়েছে। পাসওয়ার্ড পরিবর্তিত হয়েছে। পাসওয়ার্ড দুটি মেলেনি, পুনরায় চেষ্টা করুন। Prompt বিফল হয়েছে। Prompt সফল হয়েছে। UID 0 ব্যবহার করে অ্যাকাউন্ট তৈরি করার সম্মতি দেয়া হয়নি। %s নামক গ্রুপের সন্ধান করা হচ্ছে। %jd ID-ধারী গ্রুপের সন্ধান করা হচ্ছে। %s নামক ব্যবহারকারীর সন্ধান করা হচ্ছে। %jd ID-ধারী ব্যবহারকারীর সন্ধান করা হচ্ছে। শেল পরিবর্তিত হয়েছে। শেল পরিবর্তিত হয়নি: %s পদবিঅজানা ব্যবহারকারী অনুমোদিত রয়েছেন। ব্যবহারকারীর প্রাসঙ্গিক বিবরণ অজানাব্যবহারকারীর %s মুছে ফেলা সম্ভব হয়নি: %s। %s ব্যবহারকারীকে লক করা সম্ভব হয়নি: %s। %s ব্যবহারকারীকে পরিবর্তন করা সম্ভব হয়নি: %s। %s ব্যবহারকারীকে আন-লক করা সম্ভব হয়নি: %s। %s ব্যবহারকারী বর্তমানে উপস্থিত নেই। ব্যবহারকারীর গরমিল। [অপশন...][অপশন...] [ব্যবহারকারী][অপশন...] গ্রুপ[অপশন...] ব্যবহারকারীপ্রবেশ অনুরোধ অনুমোদন করা হয়নিব্যাকআপ ফাইল `%s' বর্তমানে উপস্থিত আছে এবং এটি কোনো সাধারণ ফাইল নয়ব্যাকআপ ফাইল সাইজে গরমিলঅবৈধ ব্যবহারকারী/গ্রুপ idঅবৈধ ব্যবহারকারী/গ্রুপ নামকনফিগারেশন ফাইল `%s' অত্যাধিক বড়LDAP সার্ভার bind করা সম্ভব হয়নিLDAP সার্ভারে bind করা সম্ভব হয়নি, `%s' হিসাবে প্রথম প্রচেষ্টা করা হয়েছে: %sLDAP সার্ভারের সাথে TLS-এর মীমাংসা করা সম্ভব হয়নিকনফিগারেশন ফাইল `%s' খোলা যায়নি: %sকনফিগারেশন ফাইল `%s' পড়া যায়নি: %sLDAP প্রোটোকল %d সংস্করণে সেট করা সম্ভব হয়নিকনফিগারেশন ফাইল `%s' stat করা যায়নি: %s`%s'-র জন্য প্রাসঙ্গিক নিরাপত্তা পাওয়া যায়নি: %s`%s' খোলা সম্ভব হয়নি: %s`%s' থেকে পড়া সম্ভব হয়নি: %sডিফল্ট প্রাসঙ্গিক নিরাপত্তাকে `%s' হিসাবে নির্ধারণ করা যায়নি: %s`%s' stat করা যায়নি: %s`%s'-এ লেখা যায়নি: %sফাইলে তথ্য পাওয়া যায়নিentity-তে কোনো %s বৈশিষ্ট্য নেইentity-তে কোনো %s অথবা %s বৈশিষ্ট্য নেইentity object-এ কোনো %s বৈশিষ্ট্য নেইentity গঠনে কোনো %s অথবা %s বৈশিষ্ট্য নেইকোনো %s অথবা %s বৈশিষ্ট্য ছাড়া entity তৈরি করা হয়েছেফাইলে এই এন্ট্রি আগেই আছে`%s' পরিসেবার জন্য kdam5 সার্ভারটির সাথে সংযোগ করতে `%s' কর্মক্ষেত্রের সমস্যা হয়েছে: %s`%s' তৈরি করতে সমস্যা হয়েছে: %sLDAP ডিরেক্টরি এন্ট্রি তৈরি করতে সমস্যা: %sব্যবহারকারীর জন্য হোম ডিরেক্টরি তৈরি করতে সমস্যাব্যবহারকারীর জন্য মেইলস্পুল তৈরি করতে সমস্যাপাসওয়ার্ড এনক্রিপ্ট করতে সমস্যাCyrus SASL আরম্ভ করতে সমস্যা: %sকারবেরোস লাইব্রেরি আরম্ভ করতে সমস্যা হয়েছেLdap লাইব্রেরি আরম্ভ করতে সমস্যা হয়েছেমডিউল লোড করতে সমস্যা হয়েছেফাইল লক করতে সমস্যা হয়েছেফাইল লক করতে সমস্যা হয়েছে: %sটার্মিনালের বৈশিষ্ট্য পরিবর্তন করতে সমস্যাLDAP ডিরেক্টরি এন্ট্রি পরিবর্তন করতে সমস্যা: %sব্যবহারকারীর হোম ডিরেক্টরি সরাতে সমস্যাফাইল খুলতে সমস্যা হয়েছে`%s' ব্যবহারকারীর নাম কারবেরোসের জন্য পার্স করতে সমস্যা হয়েছেফাইল পড়তে সমস্যা হয়েছেটার্মিনাল থেকে পড়তে সমস্যা হয়েছে`%s'-র জন্য কারবেরোস থেকে তথ্য পড়তে সমস্যা হয়েছেটার্মিনালের বৈশিষ্ট্য পড়তে সমস্যা হয়েছেLDAP ডিরেক্টরি এন্ট্রি মুছে ফেলতে সমস্যা হয়েছে: %sব্যবহারকারীর হোম ডিরেক্টরি মুছে ফেলতে সমস্যাLDAP ডিরেক্টরি এন্ট্রির নাম পরিবর্তন করতে সমস্যা হয়েছে: %sমডিউলের সিম্বল মীমাংসা করতে সমস্যা হয়েছে`%s'-র জন্য পাসওয়ার্ড নির্ধারণ করতে সমস্যা হয়েছে%s-র জন্য LDAP ডিরেক্টরিতে পাসওয়ার্ড নির্ধারণ করতে সমস্যা হয়েছে: %sটার্মিনালের বৈশিষ্ট্য নির্ধারণ করতে সমস্যা হয়েছেফাইল stat করতে সমস্যা হয়েছেফাইলে লিখতে সমস্যা হয়েছেসাধারণ সমস্যাগ্রুপ %jd এর কোন নাম নেইগ্রুপ %s এর কোন GID নেইগ্রুপের কোন নাম নেই এমনকি কোন GID ও নেইঅভ্যন্তরীণ প্রারম্ভের সমস্যালাইব্রেরি/মডিউলের সংস্করণে গরমিল`%s' মডিউলের দ্বারা `%s'-র ব্যাখ্যা করা হয়নিকনফিগারেশনের কারনে মডিউলটি নিষ্ক্রিয় হয়ে গেছে`%s'-এ মডিউল সংস্করণে গরমিলনামের মধ্য নিয়ন্ত্রক (control) অক্ষর উপস্হিতনামের মধ্য অবৈধ অক্ষর `%c' লেখা হয়েছেনামের মধ্য non-ASCII অক্ষর লেখা হয়েছেনামের মধ্যে ফাঁকা জায়গা রয়েছেনাম নির্ধারণ করা হয়নিউল্লিখিত নাম অত্যাধিক লম্বা (%zu > %d)নাম অতিরিক্ত ছোটনামের শুরুতে হাইফেন চিহ্ন (-) উপস্থিত রয়েছেকোনো `%s' বৈশিষ্ট্য পাওয়া যায়নি%s প্রারম্ভিক ফাংশান `%s'-এ উপস্থিত নেইকোনো শ্যাডো ফাইল উপস্থিত নেই -- নিষ্ক্রিয় করা হচ্ছেLDAP ডিরেক্টরিতে এই ধরনের কোনো object নেইঅপর্যাপ্ত অধিকারসুপার-ইউজারের অধিকারসহ নির্বাহিত হচ্ছে নাobject-এর কোনো %s বৈশিষ্ট্য উপস্থিত নেইobject-এর কোনো %s বৈশিষ্ট্য উপস্থিত নেইসফলঅজানা সমস্যাআন-লক করা হলে পাসওয়ার্ড ক্ষেত্রটি ফাঁকা হয়ে যাবেব্যবহারকারী %jd এর কোন নাম নেইব্যবহারকারী %s এর কোন UID নেইব্যবহারকারীর কোন নাম নেই এমনকি কোন UID ও নেইব্যবহারকারীর object-এ কোনো `%s' বৈশিষ্ট্য ছিল নাব্যবহারকারীর object কোনো `%s' ছাড়া তৈরি করা হয়েছেব্যবহারকারী/গ্রুপ id বর্তমানে ব্যবহৃত হচ্ছেব্যবহারকারী/গ্রুপ নাম বর্তমানে ব্যবহৃত হচ্ছেlibuser-0.56.9.dfsg.1.orig/po/zh_CN.po0000644000175000017500000006541510777230760015373 0ustar gheghe# translation of libuser.tip.po to Simplified Chinese # translation of zh_CN.po to # Simplified Chinese Version of libuser.po file. # Copyright (C) 2002 Red Hat, Inc. # This file is distributed under the same license as the PACKAGE package. # # Sarah Wang , 2003,2004. # Tony Fu , 2004. # Leah Liu , 2005. # Leah Liu , 2008. msgid "" msgstr "" "Project-Id-Version: libuser.tip\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-04-01 15:45+1000\n" "Last-Translator: Leah Liu \n" "Language-Team: Simplified Chinese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "主目录 `%s' 不是绝对路径" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "读取`%s': %s时出错" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "创建 `%s': %s时出错" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "创建组群`%s': %s出错。" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "写入`%s': %s时出错" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "删除`%s': %s时出错" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "放弃特权失败.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "内部错误.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s 没有被授权改变 %s 的 finger 信息\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "未知的用户上下文" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "不能为 /etc/passwd 设定默认的上下文\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "初始化 PAM 出错。\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "%s 验证失败。\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "内部 PAM 错误`%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "未知用户验证。\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "用户错配。\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[OPTION...] 用户" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "解析参数时出错:%s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "没有指定的用户名。\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "初始化 %s 出错:%s。\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "用户 %s 不存在。\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "帐号被锁。\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "帐号没被锁。\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "至少:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "至多:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "警告:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "不活跃:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "从不" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "最后一次改变:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "密码过期:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "密码不活跃:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "帐号过期:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "为 %s: %s 修改老化信息失败。\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[OPTION...] [用户]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "没有指定用户名,uid %d 没有姓名。\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "改变 %s 的 finger 信息。\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "全称" #: apps/lchfn.c:154 msgid "Surname" msgstr "姓" #: apps/lchfn.c:169 msgid "Given Name" msgstr "名" #: apps/lchfn.c:179 msgid "Office" msgstr "办公室" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "办公电话" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "家庭电话" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "电子邮件地址" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Finger 信息没有被改变:输入错误。\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Finger 信息被改变。\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Finger 信息没有被改变:%s。\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "改变 %s 的 shell。\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "新建 Shell" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Shell 没有改变:%s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Shell 被改变。\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[OPTION...] 组群" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "没有指定的组群名。\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "无效的组群 ID %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "创建组群失败:%s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "组群 %s 不存在。\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "组群 %s 无法被删除:%s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr " -L 和 -U 两者皆被指定。\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "为组群 %s: %s 设置密码失败。\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "组群 %s 无法被锁:%s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "组群 %s 无法被开锁:%s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "组群 %s 无法被修改:%s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "查找 %s 时出错:%s \n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "没有指定组群名,使用 %s。\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "没有指定组群名,gid %d 没有名称。\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "没有指定用户名,使用 %s。\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[OPTION...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "打开 `%s': %s时出错.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "为`%s'创建账号时出错:行格式不正确。\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "无效的用户 ID %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "拒绝使用 UID 0 来创建账号。\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "创建组群`%s'时出错,使用 GID %jd: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "为`%s'设置初始密码时出错:%s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "为 %s 创建主目录时出错:%s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "为 %s 创建邮件池时出错。\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "为 %s 创建用户账号失败:%s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "为`%s'改变密码。\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "新密码" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "新密码(确认)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "密码不匹配,请重试。\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "密码改变被取消。\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "为用户 %s 设置密码失败:%s。\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "为组群`%s'设置密码时出错:%s\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "密码被改变。\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "组群 %jd 不存在\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "创建组群'%s': %s出错。\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "创建帐号失败:%s。\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "创建 %s 失败:%s。\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "创建邮件池出错。\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "用户 %s 无法被删除:%s。\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s 没有 gid 号码。\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "GID 号码为 %jd 的组群不存在,无法删除。\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "GID 号码为 %jd 的组群没有组群名。\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "组群 %s 无法被删除:%s。\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s 没有主目录。\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "删除 %s 时出错:%s。\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "为用户 %s 设置密码失败:%s。\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "用户 %s 无法被锁:%s。\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "用户 %s 无法被开锁:%s。\n" #: apps/lusermod.c:221 #, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "警告:ID 为 %jd 的组群不存在。\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "用户 %s 无法被修改:%s。\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "组群 %s 无法被修改:%s。\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "%s 没有旧的主目录。\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "%s 没有新的主目录。\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "将 %s 移至 %s 时出错:%s。\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "无法打开配置文件`%s': %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "无法打开配置文件`%s': %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "配置文件`%s'太大" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "无法读取配置文件`%s': %s" #: lib/error.c:38 msgid "success" msgstr "成功" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "配置禁用了模块" #: lib/error.c:42 msgid "generic error" msgstr "通用错误" #: lib/error.c:44 msgid "not enough privileges" msgstr "没有足够的特权" #: lib/error.c:46 msgid "access denied" msgstr "访问被拒绝" #: lib/error.c:48 msgid "bad user/group name" msgstr "用户/组群名不对" #: lib/error.c:50 msgid "bad user/group id" msgstr "用户/组群 ID 不对" #: lib/error.c:52 msgid "user/group name in use" msgstr "用户/组群名被使用" #: lib/error.c:54 msgid "user/group id in use" msgstr "用户/组群 ID 被使用" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "操作终端属性时出错" #: lib/error.c:58 msgid "error opening file" msgstr "打开文件时出错" #: lib/error.c:60 msgid "error locking file" msgstr "锁文件时出错" #: lib/error.c:62 msgid "error statting file" msgstr "开始文件时出错" #: lib/error.c:64 msgid "error reading file" msgstr "读取文件时出错" #: lib/error.c:66 msgid "error writing to file" msgstr "写入文件时出错" #: lib/error.c:68 msgid "data not found in file" msgstr "文件中没有发现数据" #: lib/error.c:70 msgid "internal initialization error" msgstr "内部初始错误" #: lib/error.c:72 msgid "error loading module" msgstr "载入模块时出错" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "在模块中解析符号时出错" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "库或模块版本错配" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "解锁将使密码域为空" #: lib/error.c:84 msgid "unknown error" msgstr "未知错误" #: lib/misc.c:165 msgid "invalid number" msgstr "无效数字" #: lib/misc.c:179 msgid "invalid ID" msgstr "无效的 ID" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "没有初始功能 %s 在`%s'中" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "在`%s'中模块版本错配" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "模块 `%s' 没有定义 `%s'" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "读取终端属性时出错" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "设置终端属性时出错" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "从终端上读取时出错" #: lib/user.c:191 msgid "name is not set" msgstr "没有设置名称" #: lib/user.c:196 msgid "name is too short" msgstr "名称太短" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "名字太长(%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "名称中包含非 ASCII 字符" #: lib/user.c:215 msgid "name contains control characters" msgstr "名称中包含控制字符" #: lib/user.c:222 msgid "name contains whitespace" msgstr "名称中包含空格" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "名字以连字符开头" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "名称中包含无效字符`%c'" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "用户 %s 没有 UID" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "组 %s 没有GID" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "用户 %jd 没有名字" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "组群 %jd 没有名字" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "用户 %s 没有名字也没有 UID" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "组 %s 没有名字也没有 UID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "无效默认值%s: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "锁文件时出错:%s" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "无法获取默认的安全内容:%s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "无法得到 `%s': %s的安全上下文" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "无法为`%s': %s 设置默认的上下文" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "无法为 `%s': %s 决定安全内容" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "无法打开“%s”:%s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "无法 stat `%s': %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "创建“%s”时出错:%s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "备份文件`%s' 已存在,且不是常规文件" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "备份文件大小与原文件不符" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "无法从`%s': %s中读取" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "项目已在文件中出现" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "无法写入`%s': %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "实体对象没有任何 %s 属性" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "错误的加密密码" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "没有使用超级用户的特权在执行" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "没有屏蔽文件 -- 将禁用" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "为`%s'服务在领域`%s'中连接 kadm5 服务器时出错:%s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "初始化 kerberos 库时出错" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "为 kerberos 解析用户名`%s'时出错" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "实体结构没有任何 %s 或 %s 属性" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "实体没有任何 %s 或 %s 属性" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "实体创建时没有包括任何 %s 或 %s 属性" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "从 kerberos 中为 `%s' 读取信息时出错。" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "实体没有任何 %s 属性" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "为`%s'设置密码时出错" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Kerberos 领域" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Kerberos 主管理员" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Kerberos 主管理员密码" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "初始化 ldap 库时出错" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "无法将 LDAP 协议设为版本 %d" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "无法与 LDAP 服务器商讨 TLS" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "无法关联到 LDAP 服务器" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "无法关联到 LDAP 服务器,第一此作为 `%s': %s 尝试" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "用户对象没有任何 %s 属性" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "用户对象创建时没有包括`%s'" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "建立 LDAP 目录项目时出错:%s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "修改 LDAP 目录项目时出错:%s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "将 LDAP 目录项目更名时出错:%s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "对象没有任何 %s 属性" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "删除 LDAP 目录项目时出错:%s。" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "对象没有任何 %s 属性" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "在 LDAP 目录中没有此类对象" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "没有发现任何`%s' 属性" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "在 LDAP 目录中为 %s 设置密码时出错:%s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "LDAP 服务器名" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP 搜索基点 DN" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP 关联 DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP 关联密码" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL 用户" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL 授权用户" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "创建用户时出现 Cyrus SASL 错误:%s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "删除用户时出现 Cyrus SASL错误:%s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "初始化 Cyrus SASL 时出错:%s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "为用户创建主目录时出错" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "删除用户的主目录时出错" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "移动用户的主目录时出错" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "为用户创建邮件池时出错" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "删除用户邮件池时出错" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "初始化 %s 时出错:%s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "无效的 ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "正在搜索 ID %jd 组群。\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "正在搜索名称为 %s 的组群。\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "正在搜索 ID %jd 用户。\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "正在搜索名称为 %s 的用户。\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "没有发现项目。\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "提示成功。\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "提示失败。\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "默认的用户对象类别:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "默认的用户属性名称:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "正在获取默认的用户属性:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "正在复制用户结构:\n" libuser-0.56.9.dfsg.1.orig/po/cy.gmo0000644000175000017500000004510610777230761015145 0ustar gheghe% `a"5  8W*r$""1Ts <@/_)"' ;Wp *#)N(x.((,U.r$ ! "#:!^#$#." Q\k%% 3 BOb    -#Bf,,";T [h~#' 4!Su "!8#Z#~    1) [ u  $  8 (!*@!*k!)!*!)!","1H"z""""!"!#+"#.N#}#G##)#&%$"L$o$!$#$$$%%&.%(U%$~%%)%%%0&!@&'b&&&'& &&3'!N'p'' '''"''( 3( T(u( (("(()")>)P)j)%)#) ))'*+*F*a* i*-w***"**$+5+J+ra+,%,:-Q-g-----;-)*. T.u. .+.+.6 /1D/v//$///J/@04`040(0021C1`1~1111&1212L24g212623$35@30v363313%/4 U4._4 44#4$4"5$#5%H5'n555)5 56616@6/O666616 77757T7i7~777 7777718)48^8=w808-869.K9z99 9999:0:J:a:!z: :!:&:';.;D;`;g;!;);(;*;-&<"T<w< < <<<<<>=-F=t==$=!===%4>$Z>'>*>&>*>$?;?<V????"?* @+7@3c@*@%@R@;A+UA9A0AA# B)/B%YBBBB&B-B:CWC;mCCC7C*D/FD;vD/D$D'E?/E&oEEEEEE!F3F"JF#mF!F#F F$F"G@G_GoGGGG#G-H-.H\H0mH&H%H HH9I?I^I&|I1I'I&I!$J$ ):-H`IKGpU%;tg0D3jT"=]h,d>[?x1!8k^V@oylfY|2{ZN+W (QCzSPn9si5.6aJm&}M*w7bu X'eAv OcFBL \/q #E<4r_R~%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser.cy Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2005-04-16 14:20+0100 Last-Translator: Rhys Jones Language-Team: Cymraeg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.0.2 Nid oedd rhif gid gyda %s. Nid oedd gan %s gyfeiriadur cartref. Does gan %s ddim caniatâd i newid gwybodaeth 'finger' %s Cyfrif yn Darfod: %s Methodd creu'r cyfrif: %s. Mae'r cyfrif ar glo. Nid yw'r cyfrif ar glo. Methodd dilysiant ar gyfer %s. Penodwyd -L ac -U ill dau. Methu gosod y cyd-destun rhagosodedig ar gyfer /etc/passwd Yn newid gwybodaeth byseddu ar gyfer %s. Yn newid cyfrinair ar gyfer %s. Yn newid plisgyn ar gyfer %s. Yn copïo strwythur defnyddiwr: Gwall SASL Cyrus wrth greu'r defnyddiwr: %sGwall SASL Cyrus wrth greu'r defnyddiwr: %sEnwau priodoleddau gwrthrych defnyddiwr rhagosodedig: Dosbarthiadau gwrthrych defnyddiwr rhagosodedig: Cyfeiriad E-BostCofnod heb ei ganfod. Gwall wrth newid perchennog `%s': %sGwall wrth greu %s: %s. Gwall wrth greu `%s': %sGwall wrth greu cyfrif ar gyfer `%s': llinell wedi'i fformadu'n anghywir. Gwall wrth greu grŵp `%s': %s Gwall wrth greu grŵp ar gyfer `%s' â GID %jd: %s. Gwall wrth greu cyfeiriadur cartref ar gyfer %s: %s Gwall wrth greu sbŵl post ar gyfer %s. Gwall wrth greu sbŵl post. Gwall wrth greu cyfrif defnyddiwr ar gyfer %s: %s Gwall wrth ymgychwyn %s: %s Gwall wrth ymgychwyn %s: %s. Gwall wrth ymgychwyn PAM. Gwall wrth waredu %s: %s Gwall wrth symud %s i %s: %s. Gwall wrth agor `%s': %s. Gwall wrth ddyrannu ymresymiadau: %s. Gwall wrth ddarllen `%s': %sGwall wrth waredu %s: %s. Gwall wrth waredu `%s': %sGwall wrth osod cyfrinair dechreuol ar gyfer %s: %s Gwall wrth osod cyfrinair ar gyfer grŵp %s: %s. Gwall wrth osod cyfrinair ar gyfer defnyddiwr %s: %s. Gwall wrth ysgrifennu `%s': %sMethwyd gollwng breintiau. Methwyd addasu'r wybodaeth heneiddio ar gyfer %s: %s Methwyd gosod cyfrinair ar gyfer y grŵp %s: %s Methwyd gosod cyfrinair ar gyfer y defnyddiwr %s: %s. Newidiwyd gwybodaeth fyseddu. Ni newidiwyd gwybodaeth fyseddu: gwall mewnbwn. Ni newidiwyd gwybodaeth fyseddu: %s. Enw LlawnYn nôl priodoleddau defnyddiwr rhagosodedig: Enw CyntafNid yw'r grŵp %jd yn bodoli Nid oedd modd dileu'r grŵp %s: %s Nid oedd modd dileu'r grŵp %s: %s. Nid oedd modd cloi'r grŵp %s: %s Nid oedd modd addasu'r grŵp %s: %s Nid oedd modd addasu'r grŵp %s: %s. Nid oedd modd datgloi’r grŵp %s: %s Nid yw'r grŵp %s yn bodoli. Methwyd creu'r grŵp: %s Doedd gan y grŵp â'r GID %jd ddim enw. Ffôn CartrefAnweithredol: %ld Gwall PAM mewnol `%s'. Gwall mewnol. ID annilys %s Annilys yw'r gwerth rhagosodiedig o maes %s: %s%s yn ID grŵp annilys %s yn ID defnyddiwr annilys Pennaeth Gweinyddol KerberosCyfrinair Kerberos ar gyfer y Pennaeth GweinyddolBro KerberosEP Rhwymo LDAPCyfrinair Rhwymo LDAPDefnyddiwr Awdurdodi SASL LDAPDefnyddiwr SASL LDAPEP Sail Chwilio LDAPEnw Gweinydd LDAPNewid Diwethaf: %s Uchafswm: %ld Isafswm: %ld BythPlisgyn NewyddCyfrinair newyddCyfrinair newydd (gwiriwch)Ni phenodwyd enw grŵp, dim enw ar gyfer gid %d. Ni phenodwyd enw grŵp, yn defnyddio %s. Ni phenodwyd enw grŵp. Nid oes grŵp â'r GID %jd yn bodoli, felly gwaredir e ddim. Nid oes cyfeiriadur cartref newydd ar gyfer %s. Nid oes hen gyfeiriadur cartref ar gyfer %s. Ni phenodwyd enw defnyddiwr, dim enw ar gyfer uid %d. Ni phenodwyd enw defnyddiwr, yn defnyddio %s. Ni phenodwyd enw defnyddiwr. SwyddfaFfôn SwyddfaCyfrinair yn Darfod: %s Cyfrinair Anweithredol: %s Diddymwyd newid y cyfrinair. Newidiwyd y cyfrinair. Nid yw'r cyfrineiriau'n cydweddu, ceisiwch eto. Promptiau wedi methu. Promptiau wedi llwyddo. Yn gwrthod creu cyfrif â UID 0. Yn chwilio am grŵp o'r enw %s. Yn chwilio am grŵp â'r ID %jd. Yn chwilio am ddefnyddiwr o'r enw %s. Yn chwilio am ddefnyddiwr â'r ID %jd. Newidiwyd y plisgyn. Ni newidiwyd y plisgyn: %s CyfenwDilyswyd defnyddiwr anhysbys. Cyd-destun defnyddiwr yn anhysbysNid oedd modd dileu'r defnyddiwr %s: %s. Nid oedd modd cloi'r defnyddiwr %s: %s. Nid oedd modd addasu'r defnyddiwr %s: %s. Nid oedd modd datgloi’r defnyddiwr %s: %s. Nid yw'r defnyddiwr %s yn bodoli. Defnyddiwr anghydwedd. Rhybudd: %ld {DEWISIAD...][DEWISIAD...] [defnyddiwr][DEWISIAD...] grŵp[DEWISIAD...] defnyddiwrgwrthodwyd cyrchiadmae'r ffeil wrthgefn `%s' yn bodoli, ac nid yw'n ffeil arferolmaint ffeiliau wrthgefn yn wahanol i'w gilydddynodiad defnyddiwr/grŵp gwaelenw defnyddiwr/grŵp gwaelMae ffeil gyfluniad '%s' yn rhy fawrmethwyd rhwymo â'r gweinydd LDAPmethwyd rhwymo â'r gweinydd LDAP, cynnig cyntaf fel `%s': %smethwyd trafod TLS â'r gweinydd LDAPmethwyd agor ffeil gyflunio `%s': %smethwyd darllen ffeil gyflunio `%s': %smethwyd gosod y protocol LDAP i fersiwn %dmethwyd statio ffeil gyflunio `%s': %smethwyd cael cyd-destun diogelwch `%s': %smethwyd agor: `%s': %smethwyd darllen o `%s': %smethwyd gosod y cyd-destun diogelwch rhagosodedig i `%s': %smethwyd statio: `%s': %smethwyd ysgrifennu i `%s': %sni chanfuwyd y data yn y ffeilnid oes gan yr endid briodoledd %snid oes gan yr endid briodoleddau %s na %snid oes gan y gwrthrych endid briodoledd %snid oes gan y strwythur endid briodoleddau %s na %scrëwyd yr endid heb briodoleddau %s na %scofnod eisoes yn bresennol yn y ffeilgwall wrth gysylltu â'r gweinydd kadm5 ar gyfer y gwasanaeth '%s' ym mro `%s': %sgwall wrth greu: `%s': %sgwall wrth greu cofnod cyfeiriadur LDAP: %sgwall wrth greu cyfeiriadur cartref ar gyfer y defnyddiwrgwall wrth greu sbŵl post ar gyfer y defnyddiwrgwall wrth amgryptio cyfrinairgwall wrth ymgychwyn SASL Cyrus: %sgwall wrth ymgychwyn y llyfrgell kerberosgwall wrth ymgychwyn y llyfrgell ldapgwall wrth lwytho modwlgwall wrth gloi ffeilgwall wrth gloi ffeil: %sgwall wrth drin priodoleddau terfynellgwall wrth addasu cofnod cyfeiriadur LDAP: %sgwall wrth symud cyfeiriadur cartref ar gyfer y defnyddiwrgwall wrth agor ffeilgwall wrth ddyrannu'r enw defnyddiwr `%s' ar gyfer kerberosgwall wrth ddarllen ffeilgwall wrth ddarllen o derfynellgwall wrth ddarllen gwybodaeth ar gyfer `%s' o kerberosgwall wrth ddarllen priodoleddau terfynellgwall wrth waredu'r cofnod cyfeiriadur LDAP: %sgwall wrth waredu cyfeiriadur cartref ar gyfer y defnyddiwrgwall wrth ail-enwi cofnod cyfeiriadur LDAP: %sgwall wrth ddatrys symbol mewn modwlgwall wrth osod cyfrinair ar gyfer `%s'gwall wrth osod cyfrinair yn y cyfeiriadur LDAP ar gyfer %s: %sgwall wrth osod priodoleddau terfynellgwall wrth statio ffeilgwall wrth ysgrifennu i ffeilgwall cyffredinolNid oes enw gan grŵp %jdNid oes GID gan grŵp %sNid oes enw neu GID gan grŵp %jdgwall ymgychwyn mewnolFersiwn llyfrgell/modwl yn wahanolnid yw modiwl '%s' yn diffinio '%s'analluogwyd y modwl gan gyfluniadanghydweddiad fersiwn modwl yn `%s'mae'r enw'n cynnwys nodau rheolimae'r enw'n cynnwys nod annilys `%c'mae'r enw'n cynnwys nodau di-ASCIImae'r enw'n cynnwys gofod gwynenw heb ei osodMae enw yn rhy hir (%zu > %d)mae'r enw rhy fyrEnw yn cychwyn gyda chysylltnodni chanfuwyd priodoledd `%s'dim ffwythiant ymgychwyn %s yn `%s'dim ffeil gysgod yn bresennol -- yn analluoginid oes y fath wrthrych yn y cyfeiriadur LDAPdiffyg breintiauddim yn gweithredu â breintiau'r uwchddefnydiwrnid oedd gan y gwrthrych briodoledd %snid oes gan y gwrthrych briodoledd %sllwyddiantgwall anhysbysmi fyddai datgloi yn achosi i'r maes cyfrinair fod yn wagNid oes enw gan defnyddiwr %jdNid oes UID gan defynddiwr %sNid oes enw neu UID gan defynddiwr %jdnid oedd priodoledd %s gan y gwrthrych defnyddiwrcrëwyd y gwrthrych defnyddiwr heb `%s'dynodiad defnyddiwr/grŵp mewn defnyddenw defnyddiwr/grŵp mewn defnyddlibuser-0.56.9.dfsg.1.orig/po/da.po0000644000175000017500000006773110777230756014766 0ustar gheghe# translation of da.po to # translation of da.po to Danish # Danish translation of libuser # Copyright (C) 2001 Red Hat, Inc. # This file is distributed under the same license as the libuser package. # Keld Simonsen , 2001, 2005. # Martin Willemoes Hansen , 2004. # Keld Simonsen , 2005, 2006, 2007. # msgid "" msgstr "" "Project-Id-Version: da\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2007-04-15 10:10+0200\n" "Last-Translator: Keld Simonsen \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.10.2\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Fejl ved læsning af `%s': %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Fejl ved oprettelse af `%s': %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Fejl ved ændring af ejer for '%s': %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Fejl ved skrivning `%s': %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Fejl ved fjernelse af `%s': %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Kunne ikke fjerne rettigheder.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Intern fejl.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s er ikke godkendt til at ændre finger-info for %s\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "ukendte bruger-omgivelser" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Kin ikke sætte standard-omgivelser for /etc/passwd\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Fejl ved initiering af PAM.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Autentificering mislykkedes for %s.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Intern PAM-fejl '%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "ukendt bruger godkendt.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Manglende bruger-overensstemmelse.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[ALTERNATIV...] bruger" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Fejl ved tolkning af argumenter: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Brugernavn ikke specificeret.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Fejl ved initiering af %s: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "Bruger %s eksisterer ikke.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Konto er låst.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Konto er ikke låst.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Minimum:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Maksimum:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Advarsel:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Inaktiv:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Aldrig" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Sidste ændring:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Adgangskode udløber:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Adgangskode inaktivt:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Konto udløber:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Fejl ved ændring af aldringsinformation for %s: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[ALTERNATIV...] [bruger]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Intet brugernavn specificeret, intet navn for uid %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Ændrer finger-information for %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Fulde navn" #: apps/lchfn.c:154 msgid "Surname" msgstr "Efternavn" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Givet navn" #: apps/lchfn.c:179 msgid "Office" msgstr "Kontor" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Telefon, arbejde" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Telefon, hjemme" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "E-postadresse" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Finger-information ikke ændret: fejl i inddata.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Finger-information ændret.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Finger-information ikke ændret: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Ændrer skál for %s.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Ny skál" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Skál ikke ændret: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Skál ændret.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[ALTERNATIV...] gruppe" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Intet gruppenavn specificeret.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "Ugyldig gruppe-ID %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "Oprettelse af gruppe mislykkedes: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Gruppe %s eksisterer ikke.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "Gruppe %s kunne ikke slettes: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "Både -L og -U specificeret.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Fejl ved sætning af adgangskode for gruppe %s: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "Gruppe %s kunne ikke låses: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Gruppe %s kunne ikke låses op: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "Gruppe %s kunne ikke ændres: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Fejl ved opslag af %s: %s.\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Intet gruppenavn specificeret, bruger %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Intet gruppenavn specificeret, intet navn for gid %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Brugernavn ikke specificeret, bruger %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[ALTERNATIV...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Fejl ved åbning af `%s': %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "" "Fejl under opretelse af konto for '%s': linjen er ikke rigtigt formatteret.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "Ugyldig bruger-ID %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Nægter oprettelse af konto med UID 0.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Fejl ved oprettelse af gruppe for %s med GID %jd: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Fejl ved sætning af første adgangskode for %s: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Fejl ved oprettelse af hjemmekatalog for %s: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "Fejl ved oprettelse af postkø for %s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Fejl ved oprettelse af brugerkonto for %s: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Ændrer adgangskode for %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Ny adgangskode" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Ny adgangskode (bekræft)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Adgangskoder er ikke ens, prøv igen.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Ændring af adgangskode annulleret.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Fejl ved sætning af adgangskode for bruger %s: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "fejl ved sætning af adgangskode for gruppe %s: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Adgangskode ændret.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "Gruppe %jd eksisterer ikke\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Fejl ved oprettelse af gruppe '%s': %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Fejl ved oprettelse af konto: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Fejl ved oprettelse af %s: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "Fejl ved oprettelse af postkø.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Bruger %s kunne ikke slettes: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s havde ikke gid-nummer.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "Ingen gruppe med GID %jd eksisterer, fjerner ikke.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "Gruppe med GID %jd havde ikke et gruppenavn.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Gruppe %s kunne ikke slettes: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s havde intet hjemmekatalog.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Fejl ved fjernelse af %s: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Fejl ved sætning af adgangskode for bruger %s: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Bruger %s kunne ikke låses: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Bruger %s kunne ikke låses op: %s.\n" #: apps/lusermod.c:221 #, fuzzy, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Gruppe %jd eksisterer ikke\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Bruger %s kunne ikke ændres: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "Gruppe %s kunne ikke ændres: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "Intet gammelt hjemmekatalog for %s.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "Intet nyt hjemmekatalog for %s.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Fejl ved flytning af %s til %s: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "kunne ikke åbne konfigurationsfil `%s': %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "kunne ikke få stat()-oplysninger på konfigurationsfil `%s': %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "konfigurationsfil `%s' er for stor" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "kunne ikke læse konfigurationsfil `%s': %s" #: lib/error.c:38 msgid "success" msgstr "problemfrit" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "modul deaktiveret i konfigurationen" #: lib/error.c:42 msgid "generic error" msgstr "generel fejl" #: lib/error.c:44 msgid "not enough privileges" msgstr "ikke tilstrækkelige privilegier" #: lib/error.c:46 msgid "access denied" msgstr "adgang nægtet" #: lib/error.c:48 msgid "bad user/group name" msgstr "forkert bruger- eller gruppenavn" #: lib/error.c:50 msgid "bad user/group id" msgstr "forkert bruger- eller gruppe-id" #: lib/error.c:52 msgid "user/group name in use" msgstr "bruger- eller gruppe-navn i brug" #: lib/error.c:54 msgid "user/group id in use" msgstr "bruger- eller gruppe-id i brug" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "Fejl ved behandling af terminal-egenskaber" #: lib/error.c:58 msgid "error opening file" msgstr "fejl ved åbning af fil" #: lib/error.c:60 msgid "error locking file" msgstr "fejl ved låsning af fil" #: lib/error.c:62 msgid "error statting file" msgstr "fejl ved oplysning på fil" #: lib/error.c:64 msgid "error reading file" msgstr "fejl ved læsning af fil" #: lib/error.c:66 msgid "error writing to file" msgstr "fejl ved skrivning af fil" #: lib/error.c:68 msgid "data not found in file" msgstr "data ikke fundet i fil" #: lib/error.c:70 msgid "internal initialization error" msgstr "intern fejl ved initiering" #: lib/error.c:72 msgid "error loading module" msgstr "fejl ved indlæsning af modul" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "Fejl ved løsning af symbol i modul" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "uoverensstemmelse med version i bibliotek eller modul" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "oplåsning ville gøre adgangskodefeltet tomt" #: lib/error.c:84 msgid "unknown error" msgstr "ukendt fejl" #: lib/misc.c:165 #, fuzzy msgid "invalid number" msgstr "Ugyldig bruger-ID %s\n" #: lib/misc.c:179 #, fuzzy msgid "invalid ID" msgstr "Ugyldig ID %s\n" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "ingen initieringsfunktion %s i `%s'" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "gal modulversion i `%s'" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "modeul %s definerer ikke '%s'" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "fejl ved læsning af terminal-egenskaber" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "fejl ved sætning af terminal-egenskaber" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "fejl ved læsning fra terminal" #: lib/user.c:191 msgid "name is not set" msgstr "Navn er ikke sat" #: lib/user.c:196 msgid "name is too short" msgstr "navn er for kort" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "navn er for langt (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "Navn indeholder tegn udenfor ASCII" #: lib/user.c:215 msgid "name contains control characters" msgstr "Navn indeholder kontroltegn" #: lib/user.c:222 msgid "name contains whitespace" msgstr "Navn indeholder blanktegn" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "navn starter med en bindestreg" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "navn indeholder ugyldigt tegn '%c'" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "bruger %s har ingen UID" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "gruppe %s har ingen GID" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "bruger %jd har ikke noget navn" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "Gruppe %jd har ikke noget navn" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "bruger har hverken et navn eller en UID" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "gruppe har hverken et navn eller en GID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "Ugyldig standardværdi af felt %s: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "fejl ved låsning af fil: %s" #: lib/util.c:706 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "kunne ikke sætte standard sikkerheds-omgivelser: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "kunne ikke få fat på sikkerheds-omgivelser til `%s': %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "kunne ikke sætte standard sikkerhedsomgivelser til `%s': %s" #: lib/util.c:760 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "kunne ikke få fat på sikkerheds-omgivelser til `%s': %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "kunne ikke åbne `%s': %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "kunne ikke køre stat på `%s': %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "fejl ved oprettelse af `%s': %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "sikkerhedskopifilen '%s' eksisterer og er ikke en almindelig fil" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "uoverensstemmelse med filstørrelse for sikkerhedskopiering" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "kunne ikke læse fra `%s': %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "opføringen er allerede i filen" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "kunne ikke skrive til `%s': %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "entitetsobjekt har ingen %s-attribut" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "fejl ved kryptering af adgangskode" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "kører ikke med superbruger-privilegier" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "ingen skyggefil findes -- deaktiverer" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "fejl ved tilkobling til kadm5-tjeneren for tjeneste `%s' i område `%s': %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "fejl ved initiering af kerberos-biblioteket" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "fejl ved læsning af brugernavn `%s' for kerberos" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "entitetsstruktur har ingen %s eller %s-attributter" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "entitet har ingen %s eller %s-attributter" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "entiteten blev oprettet uden %s- eller %s-attributter" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "fejl ved læsning af information for `%s' fra kerberos" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "entiteten har ingen %s-attribut" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "fejl ved sætning af adgangskode for `%s'" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Kerberos-område" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Kerberos Admin Principal" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Kerberos-adgangskode for Admin Principal" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "fejl ved initiering af ldap-bibliotek" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "kunne ikke sætte LDAP-protokol til version %d" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "kunne ikke forhandle TLS med LDAP-tjener" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "kunne ikke binde til LDAP-tjener" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "kunne ikke binde til LDAP-tjener, første forsøg som '%s': %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "bruger-objektet havde ingen %s-attribut" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "brugerobjektet blev oprettet uden `%s'" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "fejl ved oprettelse af LDAP-katalogindgang: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "fejl ved ændring af LDAP-katalogopføring: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "fejl ved ændring af navn på LDAP-katalogindgang %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "objektet havde ingen %s-attribut" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "fejl ved fjernelse af LDAP-katalogopføring: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "objektet har ikke attribut %s" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "ingen sådanne objekter i LDAP-kataloget" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "ingen `%s'-attribut fundet" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "Fejl ved sætning af adgangskode i LDAP-katalog for %s: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "Navn på LDAP-tjener" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP søge-basis DN" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP Bind-adgangskode" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL-bruger" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL-autorisationsbruger" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Cyrus SASL fejl ved oprettelse af bruger: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Cyrus SASL fejl ved fjernelse af bruger: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "fejl ved initiering af Cyrus SASL: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "Fejl ved oprettelse af hjemmekatalog for bruger" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "Fejl ved fjernelse af hjemmekatalog for bruger" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "Fejl ved flytning af hjemmekatalog for bruger" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "Fejl ved oprettelse af postkø for bruger" #: python/admin.c:885 #, fuzzy msgid "error removing mail spool for user" msgstr "Fejl ved oprettelse af postkø for bruger" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Fejl ved initiering af %s: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "Ugyldig ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "Søger efter gruppe med ID %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "Søger efter gruppe med navn %s.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "Søger efter bruger med ID %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "Søger efter bruger ved navn %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Opføring ikke fundet.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Forespørgsler lykkedes.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Forespørgsler mislykkedes.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Standardklasser for brugerobjekter:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Standardnavn for brugerattributter:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Henter standard brugerattributter:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Kopierer brugerstruktur:\n" #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "kunne ikke konvertere interne data til LDAPMods" libuser-0.56.9.dfsg.1.orig/po/sr.gmo0000644000175000017500000006072710777230762015165 0ustar gheghe,3< "(5K*$Ej""9H Z{</)7"a'1Mf*)( I`.|((.$I n!x "#!#($L#q. (-<Vg%v%  3P_s    -#7,Q~," % ,9Of#'!$F d"! #+ #O s  +   ! !1&!X!r!!$!!8!("*="*h")"*"0")#)C#m##1###$$!6$!X$+z$.$$G$;%)S%&}%"%%!%#&'&G&\&o&&&(&$&&)'8'K'0g'!'''&'" (',( T(u(3(!((( )#)9)"M)p) ))) ) ) * **K*"k*******%+#=+ a++'++++ +- ,:,O,"b,,$,,,,%.:/IW//4/"/&09=0#w0a0*0#(1L1<l1F1F1Q72O22*2@3-`313y3=:4Jx4Y4G5?e5U5:5;66;r6/67637?J7-7-717D8P]8X8-9<59Pr9L9U:-f:N:5:;S);};#;<;@;<5<:r<@<<<#+=1O=?==Y=5>.N>!}>>U>&?08? i?8???&?1@Q@'l@@$@@@ @ AA(7Ai`ABA- BB;BE~BGBX CLeC7CC)D +D&LD5sD(DFD$E >E<_E?E6EGF>[F$F+FF@F6;GDrGFGDGFCH)H'HH[HQI$cII"IIeIELJ'J-JFJ9/KjiKNKT#LVxLPLb M[MhM[HN.N/NxO:|O/O6O+P5JP<PJPMQ=VQzQ1RKARdRUR5HSD~SPSLT3aT;T?TLUG^UhU5V]EV1V8VPWF_WKWdWUWXSXIYEKY\YNYG=Z2ZZZZ,[>=[|[[C[2[7)\:a\5\:\- ] ;]$\]+]]"]5]G%^Im^=^,^X"_4{_+_ __Q`$Y` ~`2`@`Ka9_a=a@3!nO8uL_#X9) Z 7,:`$Q k+oTD& /iPq;"[lG0p*m2J%fe~aU}<(?4Ms'BWV^C j b=SxKcwgFH]Az|Yy>.REIt1h{Nd-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld Warning: Group with ID %jd does not exist. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorinvalid IDinvalid numberlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-04-03 21:47+0200 Last-Translator: Nikola Pajtic Language-Team: Serbian (sr) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2); X-Generator: KBabel 1.11.4 %s није имала gid број. %s није имао лични директоријум. %s није овлашћен да мења finger податке за %s Налог истиче: %s Неуспело прављење налога: %s. Налог је закључан. Налог није закључан. Неуспела аутентификација за %s. И -L и -U су наведени. Не могу да поставим подразумевани контекст за /etc/passwd Мењам finger податке за %s. Мењам лозинку за %s. Мењам љуску за %s. Умножавам корисничку структуру: Cyrus SASL грешка при прављењу корисника: %sCyrus SASL грешка при уклањању корисника: %sПодразумевана имена корисничких својстава: Подразумеване класе корисничких објеката: Адреса е-поштеСтавка није пронађена. Грешка при промени власника „%s“: %sГрешка при прављењу %s: %s. Грешка при прављењу „%s“: %sГрешка при прављењу налога за „%s“: неправилно обликована линија. Грешка при прављењу групе „%s“: %s Грешка при прављењу групе „%s“ са GID %jd: %s Грешка при прављењу личног директоријума за %s: %s Грешка при прављењу реда за пошту за %s. Грешка при прављењу реда за пошту. Грешка при прављењу корисничког налога за %s: %s Грешка при иницијализацији %s: %s Грешка при иницијализацији %s: %s. Грешка при иницијализацији PAM-а. Грешка при потрази за %s: %s Грешка при премештању %s у %s: %s. Грешка при отварању „%s“: %s. Грешка при тумачењу аргумената: %s. Грешка при читању „%s“: %sГрешка при уклањању %s: %s. Грешка при уклањању „%s“: %sГрешка при постављању лозинке за %s: %s Грешка при постављању лозинке за групу %s: %s. Грешка при постављању лозинке за корисника %s: %s. Грешка при писању „%s“: %sНеуспело одбацивање повластица. Неуспела измена застарелих података за %s: %s Неуспело постављање лозинке за групу %s: %s Неуспело постављање лозинке за корисника %s: %s. Finger подаци су промењени. Finger подаци нису промењени: грешка у уносу. Finger подаци нису промењени: %s. Пуно имеДобављам подразумевана корисничка својства: Крштено имеГрупа %jd не постоји Група %s не може бити избрисана: %s Група %s не може да буде обрисана: %s. Група %s не може бити закључана: %s Група %s не може бити измењена: %s Група %s не може да буде измењена: %s. Група %s не може бити откључана: %s Група %s не постоји. Неуспело прављење групе: %s Група са GID %jd није имала име групе. Кућни телефонПутања личног директоријума „%s“ није апсолутнаНеактивно: %ld Унутрашња PAM грешка „%s“. Унутрашња грешка. Неисправан ID %s Неисправна подразумевана вредност за поље %s: %sНеисправан ID групе %s Неисправан кориснички ID %s Kerberos главни админKerberos лозинка за главног админаKerberos подручјеDN LDAP увезивањаЛозинка LDAP увезивањаLDAP SASL овлашћујући корисникLDAP SASL корисникОсновни DN LDAP претрагеИме LDAP сервераПоследња промена: %s Највећи: %ld Најмањи: %ld НикадаНова љускаНова лозинкаНова лозинка (потврда)Није наведено име групе, нема имена за gid идентификатор %d. Није наведено име групе, користим %s. Није наведено име групе. Не постоји група са GID %jd, не уклањам. Нема новог личног директоријума за %s. Нема старог личног директоријума за %s. Није наведено корисничко име, нема имена за uid %d. Није наведено корисничко име, користим %s. Није наведено корисничко име. КанцеларијаКанцеларијски телефонЛозинка истиче: %s Лозинка неактивна: %s Промена лозинке је отказана. Лозинка је промењена. Лозинке се не слажу, покушајте поново. Одзиви нису успели. Одзиви су успели. Одбијам да направим налог са UID 0. Претражујем за групом са именом %s. Претражујем за групом са ID %jd. Претражујем за корисником са именом %s. Претражујем за корисником са ID %jd. Љуска је промењена. Љуска није промењена: %s ПрезимеАутентификован непознат корисник. Непознат кориснички контекстКорисник %s не може да буде обрисан: %s. Корисник %s не може да буде закључан: %s. Корисник %s не може да буде измењен: %s. Корисник %s не може да буде откључан: %s. Корисник %s не постоји. Неслагање корисника. Упозорење: %ld Упозорење: група са идентификатором %jd не постоји [ОПЦИЈА...][ОПЦИЈА...] [корисник][ОПЦИЈА...] група[ОПЦИЈА...] корисникприступ одбијенрезервна датотека „%s“ постоји и није редовна датотеканеслагање величине резервне датотекелош id корисника/групелоше име корисника/групедатотека подешавања „%s“ је превеликане могу да се вежем за LDAP серверне могу да се вежем за LDAP сервер, прво покушајте као „%s“: %sнисам могао да преговарам TLS са LDAP серверомне могу да отворим датотеку подешавања „%s“: %sне могу да прочитам датотеку подешавања „%s“: %sне могу да поставим LDAP протокол на верзију %dне могу да извршим stat над датотеком подешавања „%s“: %sне могу да утврдим безбедносни контекст за „%s“: %sне могу да добавим подразумевани безбедносни контекст: %sне могу да добавим безбедносни контекст за „%s“: %sне могу да отворим „%s“: %sне могу да читам из „%s“: %sне могу да поставим подразумевани безбедносни контекст на „%s“: %sне могу да извршим stat над „%s“: %sне могу да упишем у „%s“: %sподаци нису нађени у датотециентитет нема %s својстваентитет нема %s или %s својстваобјекат ентитета нема %s својствоструктура ентитета нема %s или %s својстваентитет је направљен без %s или %s својставаставка је већ присутна у датотецигрешка при повезивању на kadm5 сервер за сервис „%s“ у царству „%s“: %sгрешка при прављењу „%s“: %sгрешка при прављењу ставке LDAP каталога: %sгрешка при прављењу личног директоријума за корисникагрешка при прављењу реда за пошту за корисникагрешка при шифровању лозинкегрешка при иницијализацији Cyrus SASL-а: %sгрешка при иницијализацији kerberos библиотекегрешка при иницијализацији ldap библиотекегрешка при учитавању модулагрешка при закључавању датотекегрешка при закључавању датотеке: %sгрешка при удешавању својстава терминалагрешка при измени ставке LDAP каталога: %sгрешка при премештању личног директоријума за корисникагрешка при отварању датотекегрешка при тумачењу корисничког имена „%s“ за kerberosгрешка при читању датотекегрешка при читању са терминалагрешка при читању података за „%s“ из kerberos-агрешка при читању својстава терминалагрешка при уклањању ставке LDAP каталога: %sгрешка при уклањању личног директоријума за корисникагрешка при уклањању реда за пошту за корисникагрешка при преименовању ставке LDAP каталога: %sгрешка при разрешавању симбола у модулугрешка при постављању лозинке за „%s“грешка при постављању лозинке у LDAP каталогу за %s: %sгрешка при постављању својстава терминалагрешка при извршавању stat над датотекомгрешка при упису у датотекууопштена грешкагрупа %jd нема имегрупа %s нема GIDгрупа нема ни име нити GIDунутрашња грешка иницијализацијенеисправан IDнеисправан бројнеслагање верзије библиотеке/модуламодул „%s“ не дефинише „%s“модул искључен у подешавањиманеслагање верзије модула у „%s“име садржи контролне знаковеиме садржи неисправан знак „%c“име садржи не-ASCII знаковеиме садржи размакиме није постављеноиме је предугачко (%zu > %d)име је прекраткоиме почиње цртицомније пронађено „%s“ својствонема функције иницијализације %s у „%s“нема присутне shadow датотеке -- искључујемнема таквог објекта у LDAP каталогунема довољно повластицане извршавам са администраторским повластицамаобјекат није имао %s својствообјекат нема %s својствоуспехнепозната грешкаоткључавање би учинило поље лозинке празнимкорисник %jd нема имекорисник %s нема UIDкорисник нема ни име нити UIDкориснички објекат нема %s својствокориснички објекат је направљен без „%s“id корисника/групе је у употребииме корисника/групе је у употребиlibuser-0.56.9.dfsg.1.orig/po/es.gmo0000644000175000017500000005002610777230761015136 0ustar gheghe,3< "(5K*$Ej""9H Z{</)7"a'1Mf*)( I`.|((.$I n!x "#!#($L#q. (-<Vg%v%  3P_s    -#7,Q~," % ,9Of#'!$F d"! #+ #O s  +   ! !1&!X!r!!$!!8!("*="*h")"*"0")#)C#m##1###$$!6$!X$+z$.$$G$;%)S%&}%"%%!%#&'&G&\&o&&&(&$&&)'8'K'0g'!'''&'" (',( T(u(3(!((( )#)9)"M)p) ))) ) ) * **K*"k*******%+#=+ a++'++++ +- ,:,O,"b,,$,,,,.&.D"/g/$z///"//B0-\000#0%0(11:1-l1!1 1"122T/2)2>2/2,3#J3,n33333 4&4!E4g4~4494C4<05m5!5=595E"6#h6=6/668 7C7J7$c7%7$7$7$7'8E8"]8288:899.9>9.P999#949: $:1:"G:j:|::: : :: ::;F$;7k;+;:;& <.1<F`<0<%<<==3=%M=s=@===->.>J>f>>>>>!>>'?'A?(i?+??? ?,@ -@:@Q@d@y@H@4@A"&A7IA$ABA,A6B5MB;B<B8B>5C4tCCCHC$+DPD,pD D&D1D4E6LE0EREF1F3QF1F!F#F+F')GQGlGG(G5G6H8H>RHHH6H(I4,I9aI4I5I-J64J@kJ8JJK"K2KOK%hKK KK*KK+L'@L(hL.L.L%LM$4MYM pMM1M2M*N"=N.`N&NNNN0N O?O$ZO1O,OOO@3!nO8uL_#X9) Z 7,:`$Q k+oTD& /iPq;"[lG0p*m2J%fe~aU}<(?4Ms'BWV^C j b=SxKcwgFH]Az|Yy>.REIt1h{Nd-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld Warning: Group with ID %jd does not exist. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorinvalid IDinvalid numberlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser.tip.es Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-03-27 12:55-0300 Last-Translator: Domingo Becker Language-Team: Spanish MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 X-Poedit-Language: Spanish Plural-Forms: Plural-Forms: nplurals=2; plural=(n != 1); %s no tenía un número gid. %s no tenía un directorio principal. %s no está autorizado para cambiar la información de finger de %s Cuenta caduca: %s Creación de la cuenta fallida: %s. La cuenta está bloqueada. La cuenta no está bloqueada. Autentificación fallida para %s. Especificación de -L y -U No se pudo establecer el contexto predeterminado para /etc/passwd Cambiando la información de finger para %s. Cambiando contraseña para %s. Cambiando el shell por %s. Copia de la estructura de usuario: Error Cyrus SASL al crear usuario: %sError Cyrus SASL al eliminar usuario: %sNombres de atributos de usuario predeterminados: Tipos de objetos de usuario predeterminados: Dirección de correo electrónicoNo se ha encontrado la entrada. Error cambiando dueño de `%s': %sError creando %s: %s. Error al crear `%s': %sError creando cuenta para `%s': la línea no está formateada de la forma correcta. Error en la creación del grupo `%s': %s Error en la creación de un grupo para `%s' con GID %jd: %s Error creando directorio principal para %s: %s Error al crear un spool de correo para %s. Error al crear un spool de correo. Error creando cuenta de usuario para %s: %s Error al iniciar %s: %s. Error inicializando %s: %s. Error inicializando PAM. Error al buscar %s: %s. Error al trasladar %s a %s: %s. Error en la lectura `%s': %s. Error al analizar argumentos %s. Error leyendo `%s': %sError al eliminar %s: %s. Error al eliminar %s: %sError en la configuración de la contraseña para %s: %s Error en la configuración de la contraseña para el grupo %s: %s. Error al configurar la contraseña para el usuario %s: %s. Error al escribir `%s': %sImposible disminuir privilegios. Falló al modificar la información de caducidad para %s: %s Falló al establecer la contraseña para el grupo %s: %s Intento fallido de configurar la contraseña para el usuario %s: %s. Información de finger modificada. Información de finger sin modificaciones: error de entrada. Información de finger sin modificaciones: %s. Nombre completoObtención de los atributos de usuario predeterminados: NombreEl grupo %jd no existe. No se pudo eliminar el grupo %s: %s No se pudo eliminar el grupo %s: %s. No se pudo bloquear el grupo %s: %s El grupo %s no se pudo modificar:%s El grupo %s no se pudo modificar:%s No se pudo desbloquear el grupo %s: %s El grupo %s no existe. Falló la creación del grupo: %s El grupo de GID %jd no tenía un nombre de grupo. Teléfono particularLa dirección del directorio de inicio `%s' no es absolutaInactivo: %ld Error interno `%s' de PAM. Error interno. ID %s no válida Valor por defecto inválido en el campo %s: %sID de grupo %s no válida ID de usuario %s no válida Administrador principal de KerberosContraseña Kerberos para el administrador principalEntorno de KerberosDN Bind LDAPContraseña Bind LDAPUsuario de autorización SASL LDAPUsuario SASL LDAPDN base de búsqueda de LDAPNombre del servidor LDAPÚltimo cambio: %s Máximo: %ld Mínimo: %ld NuncaNuevo shellNueva contraseñaNueva contraseña (confirmar)No se especificó ningún nombre de grupo, no hay nombre para gid %d. No se especificó ningún nombre de grupo, usando %s . No se especificó ningún nombre de grupo. No existe ningún grupo con %jd de GID, no se eliminará. Ningún directorio principal para %s. Ningún directorio principal antiguo para %s. No se especificó nombre de usuario, no hay un nombre para el uid %d. No se especificó nombre de usuario, usando %s. No se especificó nombre de usuario. OficinaTeléfono de oficinaContraseña caduca: %s Contraseña inactiva: %s Cancelado el cambio de contraseñas. Contraseña modificada. Las contraseñas no coinciden, por favor inténtelo nuevamente. Fallaron los avisos. Los avisos fueron exitosos. Rechazando la creación de cuenta con UID 0. Buscando grupo llamado %s. Buscando grupo con ID %jd. Buscando usuario llamado %s. Buscando usuario con ID %jd. Shell modificado. Shell sin modificar: %s ApellidoAutenticado usuario desconocido. Contexto de usuario desconocidoNo se pudo eliminar el usuario %s: %s. No se pudo bloquear el usuario %s: %s. No se pudo modificar el usuario %s: %s. No se pudo desbloquear el ususario %s: %s. El usuario %s no existe. No corresponde el usuario. Aviso: %ld Advertencia: El grupo con ID %jd no existe. [OPCIÓN...][OPCIÓN...] [usuario][OPCIÓN...] grupo[OPCIÓN...] usuarioacceso denegadoExiste un fichero de copia de seguridad `%s' y no es un fichero habitualtamaño de archivo de copia de seguridad discordanteid de usuario/grupo incorrectoNombre de usuario/grupo incorrectoel archivo de configuración `%s' es demasiado extenso.no se pudo vincular al servidor LDAPno se pudo vincular al servidor LDAP, primer intento como `%s': %sno se pudo negociar TLS con el servidor LDAPno se pudo abrir el archivo de configuración `%s': %sno se pudo leer el archivo de configuración `%s': %sno se pudo establecer un protocolo LDAP para la versión %dno se pudo hacer stat del archivo de configuración `%s': %sno se pudo determinar el contexto de seguridad `%s': %sno se pudo obtener el contexto de seguridad predeterminado: %sno se pudo obtener el contexto de seguridad `%s': %sno se pudo abrir `%s': %sno se pudo leer desde `%s': %sno se pudo configurar el contexto de seguridad predeterminado a `%s': %sno se pudo efectuar el stat `%s': %sno se pudo escribir en `%s': %sno se han encontrado los datos en el ficherola entidad no tiene atributos %sla entidad no tiene atributos %s ni %sel objeto de entidad no tiene ningún atributo %sla estructura de entidad no tiene atributos %s ni %sla entidad no ha sido creada con atributos ni %s ni %sla entrada ya se ha hecho presente en el archivoerror al conectarse al servidor kadm5 para el servicio `%s' en el entorno `%s': %serror al crear `%s': %serror al crear una entrada al directorio LDAP: %serror al crear directorio principal para el usuarioerror al crear un spool de correo para el usuarioerror al encriptar la contraseñaerror al inicializar Cyrus SASL: %serror al inicializar la biblioteca kerberoserror al inicializar la biblioteca ldaperror al cargar el móduloerror al cerrar el ficheroerror cerrando fichero: %serror al manipular atributos de terminalerror al modificar la entrada del directorio LDAP: %serror moviendo el directorio principal para el usuarioerror al abrir el ficheroerror en el análisis del nombre de usuario `%s' para kerberoserror al cerrar el ficheroerror al leer desde el terminalerror al leer la información para `%s' desde kerberoserror al leer los atributos del terminalerror al eliminar la entrada del directorio LDAP: %serror al eliminar el directorio principal para el usuarioerror al eliminar el spool de correo para el usuarioerror al renombrar la entrada del directorio LDAP: %serror al determinar el símbolo en el móduloerror en la configuración de la contraseña para `%s'Error configurando contraseña en el directorio LDAP para %s: %serror en la configuración de los atributos del terminalerror al hacer stat del archivoerror al escribir el ficheroerror genéricoel grupo %jd no tiene nombreel grupo %s no tiene GIDel grupo no tiene un nombre ni un GIDerror interno de iniciaciónID inválidonúmero inválidoversión de biblioteca/módulo discordanteel módulo `%s' no define `%s'módulo deshabilitado por la configuraciónversión de módulo discordante en `%s'el nombre contiene caracteres de controlel nombre contiene un caracter inválido: `%c'el nombre contiene caracteres que no son ASCIIel nombre contiene espacios en blancono se ha establecido un nombrenombre demasiado largo·(%zu·>·%d)el nombre es muy cortoel nombre comienza con un guiónAtributo `%s' no encontradoninguna función de inicialización de %s en `%s'Ningún archivo shadow presente -- deshabilitando.Objeto no encontrado en el directorio LDAPNo existen suficientes privilegiosNo se ejecuta con privilegios de superusuario.el objeto no tiene ningún atributo %sel objeto no tiene atributos %séxitoerror desconocidodesbloquear dejaría el campo contraseña vacíoel usuario %jd no tiene nombreel usuario %s no tiene UIDel usuario no tiene nombre ni un UIDel objeto de usuario no tiene ningún atributo %sel objeto de usuario ha sido creado sin `%s'id de usuario/grupo usadoNombre de usuario/grupo usadolibuser-0.56.9.dfsg.1.orig/po/fr.po0000644000175000017500000007437410777230756015012 0ustar gheghe# translation of libuser.tip.po to french # Copyright (C) 2001, 2004, 2005, 2007, 2008 Free Software Foundation, Inc. # # # Bettina De Monti , 2001. # Audrey Simons , 2004, 2005. # Thomas Canniot , 2007. # Alain PORTAL , 2007. # Gauthier Ancelin , 2007, 2008. msgid "" msgstr "" "Project-Id-Version: libuser.tip\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-03-17 23:36+0100\n" "Last-Translator: Gauthier Ancelin \n" "Language-Team: french \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "Le chemin d'accès au répertoire personnel « %s » n'est pas absolu" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Erreur lors de la lecture de « %s » : %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Erreur lors de la création de « %s » : %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Erreur lors de la modification du propriétaire de « %s » : %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Erreur lors de l'écriture de « %s » : %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Erreur lors de la suppression de « %s » : %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Impossible de supprimer les privilèges.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Erreur interne.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s n'est pas autorisé à modifier les informations finger de %s\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Contexte utilisateur inconnu" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Impossible de définir le contexte par défaut pour /etc/passwd\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Erreur lors de l'initialisation de PAM.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Échec d'authentification pour %s.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Erreur PAM interne « %s ».\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "Utilisateur authentifié inconnu.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Non correspondance de l'utilisateur.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[OPTION...] utilisateur" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Erreur lors de l'analyse des arguments : %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Aucun nom d'utilisateur indiqué.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Erreur lors de l'initialisation de %s : %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "L'utilisateur %s n'existe pas.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Le compte est verrouillé.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Le compte n'est pas verrouillé.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Minimum : \t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Maximum :\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Avertissement :\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Inactif :\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Jamais" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Dernière modification :\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Expiration du mot de passe :\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Mot de passe inactif :\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Expiration du compte :\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Impossible de modifier les informations d'expiration pour %s : %s.\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[OPTION...] [utilisateur]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Aucun nom d'utilisateur indiqué, aucun nom pour l'UID %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Modification des informations finger pour %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Nom complet" #: apps/lchfn.c:154 msgid "Surname" msgstr "Nom" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Prénom" #: apps/lchfn.c:179 msgid "Office" msgstr "Bureau" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Téléphone professionnel" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Téléphone privé" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "Adresse courriel" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Informations finger non modifiées : erreur de saisie.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Informations finger modifiées.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Informations finger non modifiées : %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Modifier l'interpréteur de commandes pour %s.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Nouvel interpréteur de commandes" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Interpréteur de commandes non modifié : %s.\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Interpréteur de commande modifié.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[OPTION...] groupe" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Aucun nom de groupe indiqué.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "ID groupe %s invalide\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "La création du groupe a échoué : %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Le groupe %s n'existe pas.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "Le groupe %s ne peut pas être supprimé : %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "Aussi bien -L que -U spécifiés.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Erreur lors de la définition du mot de passe du groupe %s : %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "Le groupe %s ne peut pas être verrouillé : %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Le groupe %s ne peut pas être déverrouillé : %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "Le groupe %s ne peut pas être modifié : %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Erreur lors de la vérification de %s : %s.\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Aucun nom de groupe indiqué, utilisation de %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Aucun nom de groupe indiqué, aucun nom pour %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Aucun nom d'utilisateur indiqué, utilisation de %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[OPTION...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Erreur lors de la lecture de « %s » : %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "" "Erreur lors de la création d'un compte pour « %s » : ligne mal formatée.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "ID utilisateur %s invalide\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Création du compte avec l'UID 0 refusée.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Erreur lors de la création du groupe pour« %s » avec le GID %jd : %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Erreur lors de la définition du mot de passe pour %s : %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Erreur lors de la création du répertoire personnel pour %s : %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "" "Erreur lors de la création du répertoire de travail du client courriel pour %" "s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Erreur lors de la création du compte utilisateur pour %s : %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Changement du mot de passe pour %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Nouveau mot de passe" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Nouveau mot de passe (confirmation)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Les mots de passe ne sont pas les mêmes, essayez de nouveau.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Modification du mot de passe annulée.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "" "Erreur lors de la définition du mot de passe pour l'utilisateur %s : %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Erreur lors de la définition du mot de passe pour le groupe %s : %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Mot de passe modifié.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "Le groupe %jd n'existe pas\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Erreur lors de la création du groupe « %s » : %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "La création du compte a échoué : %s\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Erreur lors de la création de %s : %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "" "Erreur lors de la création du répertoire de travail du client courriel.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "L'utilisateur %s n'a pas pu être supprimé : %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s n'avait pas de numéro GID.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "Aucun groupe avec le GID %jd n'existe. Suppression impossible.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "Le groupe avec le GID %jd n'avait pas de nom de groupe.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Le groupe %s ne peut pas être supprimé : %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s n'avait pas de répertoire personnel.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Erreur lors de la suppression de %s : %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "" "Erreur lors de la définition du mot de passe pour l'utilisateur %s : %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "L'utilisateur %s n'a pas pu être verrouillé : %s\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "L'utilisateur %s n'a pas pu être déverrouillé : %s.\n" #: apps/lusermod.c:221 #, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Avertissement : le groupe d'ID %jd n'existe pas.\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "L'utilisateur %s n'a pas pu être modifié : %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "Le groupe %s n'a pas pu être modifié : %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "Aucun ancien répertoire personnel pour %s.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "Aucun nouveau répertoire personnel pour %s.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Erreur lors du déplacement de %s vers %s : %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "impossible d'ouvrir le fichier de configuration « %s » : %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "" "impossible d'exécuter la fonction stat sur le fichier de configuration « %" "s » : %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "le fichier de configuration « %s » est trop grand" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "impossible de lire le fichier de configuration « %s » : %s" #: lib/error.c:38 msgid "success" msgstr "réussi" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "module désactivé par la configuration" #: lib/error.c:42 msgid "generic error" msgstr "erreur générique" #: lib/error.c:44 msgid "not enough privileges" msgstr "privilèges insuffisants" #: lib/error.c:46 msgid "access denied" msgstr "accès refusé" #: lib/error.c:48 msgid "bad user/group name" msgstr "nom d'utilisateur/de groupe incorrect" #: lib/error.c:50 msgid "bad user/group id" msgstr "ID utilisateur/groupe incorrect" #: lib/error.c:52 msgid "user/group name in use" msgstr "nom d'utilisateur/de groupe en cours d'utilisation" #: lib/error.c:54 msgid "user/group id in use" msgstr "ID utilisateur/groupe en cours d'utilisation" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "erreur lors de la modification des attributs du terminal" #: lib/error.c:58 msgid "error opening file" msgstr "erreur lors de l'ouverture du fichier" #: lib/error.c:60 msgid "error locking file" msgstr "erreur lors du verrouillage du fichier" #: lib/error.c:62 msgid "error statting file" msgstr "impossible d'appliquer la fonction stat au fichier" #: lib/error.c:64 msgid "error reading file" msgstr "erreur lors de la lecture du fichier" #: lib/error.c:66 msgid "error writing to file" msgstr "erreur lors de l'écriture sur fichier" #: lib/error.c:68 msgid "data not found in file" msgstr "données non trouvées dans le fichier" #: lib/error.c:70 msgid "internal initialization error" msgstr "erreur d'initialisation interne" #: lib/error.c:72 msgid "error loading module" msgstr "erreur lors du chargement du module" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "erreur lors de la conversion du symbole en module" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "incohérence de version du module/de la bibliothèque" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "le déverrouillage viderait le champ du mot de passe" #: lib/error.c:84 msgid "unknown error" msgstr "erreur inconnue" #: lib/misc.c:165 msgid "invalid number" msgstr "numéro invalide" #: lib/misc.c:179 msgid "invalid ID" msgstr "ID invalide" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "aucune fonction d'initialisation %s dans « %s »" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "incohérence de version du module dans « %s »" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "le module « %s » ne définit pas « %s »" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "erreur lors de la lecture des attributs du terminal" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "erreur lors de la configuration des attributs du terminal" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "erreur de lecture depuis le terminal" #: lib/user.c:191 msgid "name is not set" msgstr "le nom n'est pas défini" #: lib/user.c:196 msgid "name is too short" msgstr "le nom est trop court" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "le nom est trop long (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "le nom contient des caractères qui ne sont pas des caractères ASCII" #: lib/user.c:215 msgid "name contains control characters" msgstr "le nom contient des caractères de contrôle" #: lib/user.c:222 msgid "name contains whitespace" msgstr "le nom contient des espaces" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "le nom commence par un trait d'union" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "le nom contient un caractère incorrect « %c »" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "l'utilisateur %s n'a pas d'UID" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "le groupe %s n'a pas de GID" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "l'utilisateur %jd n'a pas de nom" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "le groupe %jd n'a pas de nom" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "l'utilisateur n'a ni nom ni UID" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "le groupe n'a ni nom ni GID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "Valeur par défaut du champs %s invalide : %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "erreur lors du verrouillage du fichier : %s" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "impossible d'obtenir le contexte de sécurité par défaut : %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "impossible d'obtenir le contexte de sécurité de « %s » : %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "" "impossible de définir le contexte de sécurité par défaut de « %s » : %s" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "impossible de déterminer le contexte de sécurité de « %s » : %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "impossible d'ouvrir « %s » : %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "impossible d'exécuter la fonction stat « %s » : %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "erreur lors de la création de « %s » : %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "le fichier de sauvegarde « %s » existe et il n'est pas standard" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "incohérence de taille du fichier de sauvegarde" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "impossible de lire à partir de « %s » : %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "entrée déjà présente dans le fichier" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "impossible d'écrire sur « %s » : %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "l'objet n'a pas d'attribut %s" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "erreur lors du cryptage du mot de passe" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "exécution sans les privilèges du superutilisateur" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "pas de fichier shadow présent -- désactivation." #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "erreur lors de la connexion au serveur kadm5 pour le service « %s » dans la " "zone « %s » : %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "erreur lors de l'initialisation de la bibliothèque kerberos" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "erreur lors de l'analyse du nom d'utilisateur « %s » pour kerberos" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "la structure de l'entité n'a pas d'attribut %s ou %s" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "l'entité n'a pas d'attribut %s ou %s" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "l'entité a été créée sans attribut %s ou %s" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "erreur lors de la lecture des informations de kerberos pour « %s »" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "l'entité n'a pas d'attribut %s" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "erreur lors de la définition du mot de passe pour « %s »" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Zone Kerberos" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Administrateur principal Kerberos" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Mot de passe Kerberos pour l'administrateur principal" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "erreur lors de l'initialisation de la bibliothèque LDAP" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "impossible de régler le protocole LDAP sur la version %d" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "impossible de négocier TLS avec le serveur LDAP" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "impossible de se lier au serveur LDAP" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "" "impossible de se lier au serveur LDAP, première tentative en tant que « %" "s » : %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "l'objet utilisateur n'a pas d'attribut %s" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "l'objet utilisateur a été créé sans « %s »" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "erreur lors de la création d'une entrée de répertoire LDAP : %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "erreur lors de la modification de l'entrée de répertoire LDAP : %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "erreur lors du changement du nom de l'entrée de répertoire LDAP : %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "l'objet n'avait pas d'attribut %s" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "erreur lors de la suppression de l'entrée de répertoire LDAP : %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "l'objet n'a pas d'attribut %s" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "objet non présent dans le répertoire LDAP" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "aucun attribut « %s » trouvé" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "" "erreur lors de la définition du mot de passe dans le répertoire LDAP pour %" "s : %s." #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "Nom du serveur LDAP" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "Racine DN de recherche LDAP" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "DN de liaison LDAP" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "Mot de passe LDAP Bind" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "Utilisateur LDAP SASL" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "Utilisateur autorisation LDAP SASL" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Erreur Cyrus SASL lors de la création de l'utilisateur : %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Erreur Cyrus SASL lors de la suppression de l'utilisateur : %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "Erreur lors de l'initialisation Cyrus SASL : %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "Erreur lors de la création du répertoire personnel pour l'utilisateur" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "" "Erreur lors de la suppression du répertoire personnel pour l'utilisateur" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "Erreur lors du déplacement du répertoire personnel pour l'utilisateur" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "" "Erreur lors de la création du répertoire de travail du client courriel pour " "l'utilisateur" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "Erreur lors de la suppression du spool de courrier de l'utilisateur" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Erreur lors de l'initialisation de %s : %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "ID %s invalide\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "Recherche du groupe avec l'ID %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "Recherche du groupe appelé %s.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "Recherche de l'utilisateur avec l'ID %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "Recherche de l'utilisateur appelé %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Entrée non trouvée.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Invites réussies.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Invites échouées.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Classes d'objet utilisateur par défaut :\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Noms des attributs des utilisateurs par défaut :\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Obtention des attributs des utilisateurs par défaut :\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Copie de la structure de l'utilisateur :\n" libuser-0.56.9.dfsg.1.orig/po/bg.gmo0000644000175000017500000006204610777230760015123 0ustar gheghe,3< "(5K*$Ej""9H Z{</)7"a'1Mf*)( I`.|((.$I n!x "#!#($L#q. (-<Vg%v%  3P_s    -#7,Q~," % ,9Of#'!$F d"! #+ #O s  +   ! !1&!X!r!!$!!8!("*="*h")"*"0")#)C#m##1###$$!6$!X$+z$.$$G$;%)S%&}%"%%!%#&'&G&\&o&&&(&$&&)'8'K'0g'!'''&'" (',( T(u(3(!((( )#)9)"M)p) ))) ) ) * **K*"k*******%+#=+ a++'++++ +- ,:,O,"b,,$,,,, y.5.U.%&/DL/$/)/1/50HH0=0)000E*1Tp1V1B2P_22#2P24C33x3y3@&4xg4\4G=5D5`5;+6@g6;6/6B74W7D7.748658Ml8N8X 97b999U9M*:Sx:7:T;@Y;;Z;<)<CC<><A<G=@P=A=)===F;>>X>>-?@?1`?V?>?L(@;u@*@@@# A90AjA&AA$AA B B,BDB0ZBNBXB23CrfC?CADY[DRD;E DEQE2qE(E;E% FG/F0wF%FLF6GBRGBGLG'%H2MHHEH@HFIJ]IHIJI3L0^L4LIL=MdLMIM[M_WNfNJOOiOeOOP-oP.PVPM#Q,qQ7Q'Q3Q92RMlRGR:St=S4S[SdCT\T>UBDUUUQU6/V6fV:VYVR2WlW2WZ%X.X8XLXM5Y]YkY^MZaZH[;W[^[Q[MD\*\\\\4 ]CB]-]]>]*^H<^1^7^:^/*_,Z_#_0_#_%`+&`?R`K`?`#aXBa+a'aa!aS b(tb$b<bFbDFcOcJc@3!nO8uL_#X9) Z 7,:`$Q k+oTD& /iPq;"[lG0p*m2J%fe~aU}<(?4Ms'BWV^C j b=SxKcwgFH]Az|Yy>.REIt1h{Nd-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld Warning: Group with ID %jd does not exist. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorinvalid IDinvalid numberlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-03-08 12:40+0100 Last-Translator: Doncho N. Gunchev Language-Team: Bulgarian > MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit %s нямаше gid номер. %s нямаше домашна директория. %s не е оторизиран да променя информацията на %s Акаунта изтича на: %s Неуспех при създаването на акаунт: %s. Акаунта е заключен. Акаунта не е заключен. Неуспешно опознаване на %s. И -L и -U указани едновременно. Не може да установи контекста за /etc/passwd Промяна на finger информацията за %s. Промяна паролата на %s. Промяна на обвивката за %s. Копиране на потребителска структура: Грешка на Cyrus SASL при създаване на потребител: %sГрешка на Cyrus SASL при премахване на потребител: %sСтандартни потребителски атрибути: Стандартни класове за потребителски обект: Електронна пощаЗапис не е намерен. Грешка при променяне на собственика на `%s': %sГрешка при създаване на %s: %s. Грешка при създаване на`%s': %sГрешка при създаване на потребител `%s': некоректно форматиран ред. Грешка при създаване на група `%s': %s Грешка при създаването на група за `%s' с групов идентификатор %jd: %s Грешка при създаване на домашна директория за %s: %s Грешка при създаване файл за поща за %s. Грешка при създаване на файл за поща. Грешка при създаване на потребителски акаунт за %s: %s Грешка при инициализация на %s: %s Грешка при инициализацията на %s: %s. Грешка при инициализиране на PAM. Грешка при търсене на %s: %s Грешка при преместване на %s към %s: %s. Грешка при отваряне на `%s': %s. Грешка при анализа на аргументите: %s. Грешка при четене на `%s': %sГрешка при изтриване на %s: %s. Грешка при премахване на `%s': %sГрешка при задаване начална парола за %s: %s Грешка при задаване паролата за група %s: %s. Грешка при задаване паролата за потребител %s: %s. Грешка при записването на`%s': %sНеуспешен отказ от привилегии. Неуспех при промяна на aging информацията за %s: %s Неуспешно задаване на парола за група %s: %s Неуспешно задаване парола за потребител %s: %s. Finger информацията е променена. Finger информацията не е променена: грешен вход. Finger информацията не е променена: %s. Пълно имеИзвличане на стандартни потребителски атрибути: Лично имеГрупа %jd не съществува Група %s не може да бъде премахната: %s Група %s не може да бъде изтрита: %s. Група %s не може да бъде заключена: %s Група %s не може да бъде модифицирана: %s Група %s не може да бъде изменена: %s. Група %s не може да бъде отключена: %s Група %s не съществува. Неуспех при създаване на група: %s Групата с идентификатор %jd нямаше име. Домашен телефонПътят `%s', до домашната директория не е абсолютенНеактивен: %ld Вътрешна грешка на PAM `%s'. Вътрешна грешка. Невалиден идентификатор %s Невалидна стойност по подразбиране на поле %s: %sНевалиден групов идентификатор %s Невалиден потребителски идентификатор %s Kerberos принципи на администриранеПарола за Kerberos Admin PrincipalKerberos областLDAP DN за връзкаLDAP парола за връзкаLDAP SASL упълномощаващ потребителLDAP SASL потребителБазов DN за LDAP търсенеИме на LDAP сървърПоследна промяна: %s Максимум: %ld Минимум: %ld НикогаНова обвивкаНова паролаНова парола (потвърждение)Не е посочено име на група, няма име за gid %d. Не е посочено име на група, ще бъде използвана %s. Няма посочено име на група. Не съществува група с идентификатор %jd, не може да се премахне. Няма нова домашна директория за %s. Няма стара домашна директория за %s. Няма посочено име на потребител, няма име за uid %d. Не е посочен потребител, ще бъде използван %s. Не е посочено име на потребител. РаботаСлужебен телефонСрока на паролата изтича: %s Паролата неактивна: %s Смяната на паролата прекъсната. Паролата променена. Паролите не съвпадат, опитайте отново. Промптовете се провалиха. Промптовете успяха. Отказано създаването на потребител с UID 0. Търсене на група именувана %s. Търсене на група с идентификатор %jd. Търсене на потребител наименуван %s. Търсене на потребител с идентификатор %jd. Обвивката променена. Обвивката не е променена: %s ПрезимеУдостовери се неизвестен потребител. Неизвестен потребителски контекстПотребител %s не може да бъде изтрит: %s. Потребител %s не може да бъде заключен: %s. Потребител %s не може да бъде изменен: %s. Потребител %s не може да бъде отключен: %s. Потребител %s не съществува. Грешен потребител. Предупреждение: %ld Предупреждение: Група %jd не съществува. [ПАРАМЕТЪР...][ПАРАМЕТЪР...] [потребител][ПАРАМЕТЪР...] група[ПАРАМЕТЪР...] потребителдостъпа забраненфайла резервно копие `%s' съществува и не е обикновен файлразмера на запасния файл - обърканлошо id на потребител/групалошо име на потребител/групаконфигурационния файл `%s' е твърде голямгрешка при свързване с LDAP сървърагрешка при свързване с LDAP сървъра, първи опит като `%s': %sне може да бъде договорен TLS с LDAP сървъране може да бъде отворен конфигурационен файл `%s': %sне може да бъде прочетен конфигурационния файл `%s': %sне може да бъде установена версията на LDAP протокола на %dне може да stat конфигурационния файл `%s': %sне може да получи защитния контекст за `%s': %sгрешка при получаване подразбрания защитен контекст: %sне може да получи защитния контекст на `%s': %sне може да се отвори `%s': %sне може да се чете от `%s': %sне може да се установи защитния контекст в `%s': %sгрешка при получаване състоянието на `%s': %sне може да се пише в `%s': %sданните не са намерени в файлазаписа няма атрибут %sзаписа няма атрибути %s или %sобекта от записа няма атрибут %sструктурата в записа няма атрибути %s или %sзаписа бе създаден без атрибути %s или %sзаписа вече присъства във файлагрешка при свързване с kadm5 сървъра за услуга `%s' в областите `%s': %sгрешка при създаване на `%s': %sгрешка при създаване на запис в LDAP директорията: %sгрешка при създаване домашна директория за потребителгрешка при създаване на файл за поща за потребителгрешка при криптиране на паролатагрешка при инициализация на Cyrus SASL: %sгрешка при инициализация библиотеката на kerberosгрешка при инициализация на ldap библиотекатагрешка при зареждане на модулгрешка при заключване на файлгрешка при заключване на файл: %sгрешка при манипулиране атрибутите на терминалагрешка при промяна на LDAP директориен запис: %sгрешка при преместване домашната директория на потребителгрешка при отваряне на файлгрешка при анализ на потребителско име `%s' за kerberosгрешка при четене на файлгрешка при четене от терминалагрешка при четене на данните за `%s' от kerberosгрешка при четене атрибутите на терминалагрешка при премахване на запис в LDAP директорията: %sгрешка при премахване на домашна директория за потребителгрешка при премахване на файл за поща за потребителгрешка при преименуване на запис в LDAP директорията: %sгрешка при откриване на символ в модулагрешка при задаване парола за `%s'грешка при задаване парола в LDAP директорията за %s: %sгрешка при задаване атрибутите на терминалагрешка при получаване състоянието на файлгрешка при запис в файлобща грешкагрупа %jd няма имегрупа %s няма GIDгрупата няма нито име нито GIDвътрешна грешка при инициализациятаневалиден идентификаторневалиден номергрешна версия на библиотека/модулмодул `%s' не дефинира `%s'модула е деактивиран от конфигурациятагрешна версия на модул в `%s'името съдържа контролни знациимето съдържа невалиден знак `%c'името съдържа не-ASCII знациимето съдържа интервалиимето не е зададеноимето е твърде дълго (%zu > %d)името е твърде късоимето започва с тиреняма намерен атрибут `%s'няма инициализираща функция %s в `%s'няма наличен сенчест файл -- деактивираненяма такъв обект в LDAP директориятанедостатъчни праваняма да бъде изпълнено с администраторски праваобекта нямаше атрибут %sобекта няма атрибут %sуспешнонеизвестна грешкаотключването ще направи паролата празно полепотребител %jd няма имепотребител %s няма UIDпотребителя няма нито име нито UIDпотребителския обект нямаше атрибут %sпотребителския обект създаден без `%s'такова id на потребител/група вече се ползваимето на потребител/група вече се ползваlibuser-0.56.9.dfsg.1.orig/po/is.po0000644000175000017500000006750410777230757015014 0ustar gheghe# Icelandic libuser.po # Copyright (C) 2001 Free Software Foundation, Inc. # Richard Allen , 2001. # msgid "" msgstr "" "Project-Id-Version: libuser 1.1\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2007-04-24 12:55+0000\n" "Last-Translator: Richard Allen \n" "Language-Team: is \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8-bit\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Villa við lestur `%s': %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Villa við að búa til `%s': %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Villa við að breyta eiganda `%s': %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Villa við að skrifa í `%s': %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Villa við að fjarlægja `%s': %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Gat ekki minnkað heimildir.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Innvær villa.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s hefur ekki heimild til að breyta notandaupplýsingum %s\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "óþekktur notandaöryggishamur" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Get ekki stillt sjálfgefinn öryggisham /etc/passwd\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Villa við frumstillingu PAM.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Auðkenning mistókst hjá %s.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Innvær PAM villa `%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "óþekktur notandi auðkenndi sig.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Misræmi í notanda.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[ROFI...] notandi" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Villa við að þátta viðföng: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Ekkert notandanafn tiltekið.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Villa við að frumstilla %s: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "Notandinn %s er ekki til.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Notandinn er læstur.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Notandinn er ekki læstur.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Minnst:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Mest:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Aðvörun:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Óvirkur:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Aldrei" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Síðast breytt:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Lykilorðið rennur út:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Lykilorðið ógilt:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Aðgangurinn rennur út:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Gat ekki breytt úreldingarupplýsingum notandans %s: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[ROFI...] [notandi]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Ekkert notandanafn tiltekið, ekkert heiti fyrir notandanúmer %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Breyti upplýsingum notandans %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Fullt nafn" #: apps/lchfn.c:154 msgid "Surname" msgstr "Eftirnafn" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Nafn" #: apps/lchfn.c:179 msgid "Office" msgstr "Skrifstofa" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Vinnusími" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Heimasími" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "Tölvupóstfang" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Upplýsingum notandans ekki breytt: villa.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Upplýsingum notandans breytt.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Upplýsingum notandans ekki breytt: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Skipti um skél hjá %s.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Ný skel" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Skél óbreytt: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Skél breytt.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[ROFI...] hópur" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Enginn hópur tiltekinn.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "Ógilt hópnúmer %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "Ekki tókst að búa til hópinn: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Hópurinn %s er ekki til.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "Ekki var hægt að eyða hópnum %s: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "Bæði -L og -U tiltekið.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Gat ekki sett lykilorð á hópinn %s: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "Ekki var hægt að læsa hópnum %s: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Ekki var hægt að aflæsa hópnum %s: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "Ekki var hægt að breyta hópnum %s: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Villa við að fletta upp %s: %s.\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Ekkert hópsheiti tiltekið, nota %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Ekkert hópsheiti tiltekið, ekkert heiti fyrir gid %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Ekkert notandanafn tiltekið, nota %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[ROFI...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Villa við að opna `%s': %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "" "Villa við að búa til notandaaðgang fyrir `%s': rangt sniðnar upplýsingar.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "Ógilt notandanúmer %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Ég neita að búa til notandaaðgang með UID 0.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Gat ekki búið til hóp fyrir `%s' með GID %jd: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Villa við að setja lykilorð fyrir %s: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Villa við að búa til heimasvæði fyrir %s: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "Villa við að búa til pósthólf fyrir %s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Villa við að búa til notandaaðgang fyrir %s: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Breyti lykilorði notandans %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Nýtt lykilorð" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Nýtt lykilorð (staðfesta)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Lykilorðin eru ekki eins. Reyndu aftur.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Hætt við að breyta lykilorði.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Villa við að búa til lykilorð notandans %s: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Villa við að setja lykilorð fyrir hópinn %s: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Lykilorði breytt.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "Hópurinn %jd er ekki til.\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Gat ekki búið til hóp `%s': %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Gat ekki búið til notanda: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Villa við að búa %s til: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "Villa við að búa til pósthólf.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Ekki var hægt að eyða notandanum %s: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s var ekki með gid tölu.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "Enginn hópur með GID %jd er til. Fjarlægi hann ekki.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "Hópur með GID %jd er ekki með hópheiti.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Ekki var hægt að eyða hóp %s: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s var ekki með heimasvæði.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Villa við að eyða %s: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Gat ekki sett lykilorð notanda %s: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Ekki var hægt að læsa notandanum %s: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Ekki var hægt að aflæsa notandanum %s: %s.\n" #: apps/lusermod.c:221 #, fuzzy, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Hópurinn %jd er ekki til.\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Ekki var hægt að breyta notandanum %s: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "Ekki var hægt að breyta hópnum %s: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "Ekkert gamalt heimasvæði til fyrir notandann %s.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "Ekkert nýtt heimasvæði til fyrir notandann %s.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Villa við að færa %s í %s: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "gat ekki opnað stillingaskrána `%s': %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "gat ekki fundið stillingaskrána `%s': %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "stillingaskráin `%s' er of stór" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "gat ekki lesið stillingaskrána `%s': %s" #: lib/error.c:38 msgid "success" msgstr "tókst" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "slökkt er á einingunni skv. stillingum" #: lib/error.c:42 msgid "generic error" msgstr "almenn villa" #: lib/error.c:44 msgid "not enough privileges" msgstr "er ekki með nægar heimildir" #: lib/error.c:46 msgid "access denied" msgstr "aðgangi hafnað" #: lib/error.c:48 msgid "bad user/group name" msgstr "ógildur notandi/hópur" #: lib/error.c:50 msgid "bad user/group id" msgstr "ógildur notandi/hópnúmer" #: lib/error.c:52 msgid "user/group name in use" msgstr "notandi/hópur er þegar í notkun" #: lib/error.c:54 msgid "user/group id in use" msgstr "notandanúmer/hópnúmer er þegar í notkun" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "gat ekki breytt eiginleikum skjás" #: lib/error.c:58 msgid "error opening file" msgstr "villa við opnun skráar" #: lib/error.c:60 msgid "error locking file" msgstr "villa við að læsa skrá" #: lib/error.c:62 msgid "error statting file" msgstr "villa við að lesa skrá" #: lib/error.c:64 msgid "error reading file" msgstr "villa við að lesa skrá" #: lib/error.c:66 msgid "error writing to file" msgstr "villa við að rita skrá" #: lib/error.c:68 msgid "data not found in file" msgstr "gögnin fundust ekki í skránni" #: lib/error.c:70 msgid "internal initialization error" msgstr "villa við að frumstillingu" #: lib/error.c:72 msgid "error loading module" msgstr "villa við að lesa einingu" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "villa við að fjarlægja merkingu úr einingu" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "útgáfumismunur eininga eða skráarsafna" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "ef tekið er úr lás verður lykilorðasviðið tómt" #: lib/error.c:84 msgid "unknown error" msgstr "óþekkt villa" #: lib/misc.c:165 #, fuzzy msgid "invalid number" msgstr "Ógilt notandanúmer %s\n" #: lib/misc.c:179 #, fuzzy msgid "invalid ID" msgstr "Ógilt kenni %s\n" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "ekkert frumstillingastef %s í `%s'" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "útgáfumismunur eininga í `%s'" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "einingin `%s' skilgreinir ekki `%s'" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "villa við að lesa einigleika skjás" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "villa við að setja skjáeiginleika" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "villa við lestur frá skjá" #: lib/user.c:191 msgid "name is not set" msgstr "heitið er ekki stillt" #: lib/user.c:196 msgid "name is too short" msgstr "heitið er of stutt" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "heitið er of langt (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "heitið inniheldur stafi sem ekki eru ASCII" #: lib/user.c:215 msgid "name contains control characters" msgstr "heitið inniheldur stjórntákn" #: lib/user.c:222 msgid "name contains whitespace" msgstr "heitið inniheldur orðabil" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "heitið byrjar á bandstriki" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "heitið inniheldur ógilt tákn `%c'" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "notandinn %s hefur ekkert UID" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "hópurinn %s hefur ekkert GID" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "notandinn %jd hefur ekkert heiti" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "hópurinn %jd hefur ekkert heiti" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "notandinn hefur hvorki heiti eða UID" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "hópurinn hefur hvorki heiti eða GID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "Ógilt sjálfgefið gildi í svæði %s: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "villa við að læsa skrá: %s" #: lib/util.c:706 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "gat ekki sett sjálfgefinn öryggisham: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "gat ekki lesið öryggisham `%s': %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "gat ekki sett sjálfgefinn öryggisham í `%s': %s" #: lib/util.c:760 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "gat ekki lesið öryggisham `%s': %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "gat ekki opnað `%s': %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "gat ekki fundið `%s': %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "villa við að búa til `%s': %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "afritið `%s' er til og er ekki venjuleg skrá" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "stærðarmunur á afritum" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "gat ekki lesið úr `%s': %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "færslan er þegar til staðar í skránni" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "gat ekki ritað í `%s': %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "hluturinn er ekki með %s eiginleika" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "villa við að dulrita lykilorðið" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "er ekki keyrandi með rótarheimildum" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "engin shadow skrá til staðar -- afvirki" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "villa við að tengjast kadm5 þjóni fyrir þjónustuna `%s' í svæði `%s': %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "villa við að frumstilla kerberos aðgerðasafnið" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "villa við að þátta notandaheitið `%s' fyrir kerberos" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "hlutstrúkúrinn hefur engann %s eða %s eiginleika" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "hluturinn hefur engann %s eða %s eiginleika" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "hluturinn var búinn til án %s eða %s eiginleika" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "villa við að lesa upplýsingar um `%s úr kerberos" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "hluturinn hafði engann %s eiginleika" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "villa við að setja lykilorð fyrir `%s'" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Kerberos svæði" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Kerberos Admin Principal" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Kerberos lykilorð fyrir Admin Principal" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "villa við að frumstilla ldap aðgerðasafnið" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "gat ekki stillt LDAP prótókollsútgáfuna á %d" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "gat ekki samið um TLS við LDAP þjóninn" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "gat ekki tengst LDAP þjóni" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "gat ekki tengst LDAP þjóni, fyrsta tilraun gerð sem `%s': %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "notandahluturinn hafði engann %s eiginleika" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "notandahluturinn var búinn til án `%s'" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "villa við að búa til LDAP færslu: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "villa við að breyta LDAP færslu: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "villa við að endurnefna LDAP færslu: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "hluturinn hefur engann %s eiginleika" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "villa við að fjarlægja færslu úr LDAP: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "hluturinn hefur engann %s eiginleika" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "enginn slíkur hlutur í LDAP skránum" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "enginn `%s' eiginleiki fannst" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "villa við að setja lykilorð í LDAP skrá fyrir %s: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "LDAP þjónn" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP Base DN" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP lykilorð" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL notandi" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL Auðkennir" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Cyrus SASL villa við að búa til notanda: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Cyrus SASL villa við að fjarlægja notandann: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "Villa við að frumstilla Cyrus SASL: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "villa við að búa til nýtt heimasvæði fyrir notandann" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "villa við að fjarlægja heimasvæði notanda" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "villa við að færa heimasvæði notanda" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "villa við að búa til pósthólf notandans" #: python/admin.c:885 #, fuzzy msgid "error removing mail spool for user" msgstr "villa við að búa til pósthólf notandans" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Villa við að frumstilla %s: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "Ógilt kenni %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "Leita að hóp númer %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "Leita að hóp sem heitir %s.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "Leita að notanda númer %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "Leita að notanda sem heitir %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Færslan fannst ekki.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Fyrirspurnir tókust.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Fyrirspurnir brugðust.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Sjálfgefnar notendahlutahópar:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Sjálfgefin heiti notandaeiginleika:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Sæki sjálfgefna notandaeiginleika:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Afrita notendastrúktúr:\n" #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "gat ekki breytt innværum gögnum í LDAPMods" libuser-0.56.9.dfsg.1.orig/po/tr.po0000644000175000017500000007102010777230760015004 0ustar gheghe# translation of tr.po to Turkish # # Nilgün Belma Bugüner , 2003. # Bahadir Yagan , 2004. msgid "" msgstr "" "Project-Id-Version: tr\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-02-23 00:53+0100\n" "Last-Translator: Bahadir Yagan \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.3\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "`%s' okunurken hata: %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "`%s' oluşturulurken hata: %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, fuzzy, c-format msgid "Error changing owner of `%s': %s" msgstr "%s için grup oluşturulurken hata.\n" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, fuzzy, c-format msgid "Error writing `%s': %s" msgstr "`%s' oluşturulurken hata: %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "`%s' silinirken hata: %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "İzinler bırakılamadı.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "İç hata.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "" #: apps/apputil.c:604 #, fuzzy msgid "Unknown user context" msgstr "bilinmeyen" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "PAM başlatılırken hata.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "%s için kimlik sınaması başarısız.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "İç PAM hatası `%s'.\n" #: apps/apputil.c:644 #, fuzzy, c-format msgid "Unknown user authenticated.\n" msgstr "bilinmeyen" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Kullanıcı aynı değil.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[SEÇENEK...] kullanıcı" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "argümanlar okunurken hata: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Kullanıcı ismi belirtilmedi.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "%s başlatılırken hata: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "Kullanıcı %s yok.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Hesap kilitli.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Hesap kilitli değil.\n" #: apps/lchage.c:160 #, fuzzy, c-format msgid "Minimum:\t%ld\n" msgstr "En az:\t%d\n" #: apps/lchage.c:164 #, fuzzy, c-format msgid "Maximum:\t%ld\n" msgstr "En çok:\t%d\n" #: apps/lchage.c:168 #, fuzzy, c-format msgid "Warning:\t%ld\n" msgstr "Uyarı:\t%d\n" #: apps/lchage.c:172 #, fuzzy, c-format msgid "Inactive:\t%ld\n" msgstr "Etkin olmayan:\t%d\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Asla" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Son Değişiklik:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Parola zaman aşımı:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Parola etkisiz:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Hesap Zaman aşımı:\t%s\n" #: apps/lchage.c:254 #, fuzzy, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "%s için dönemsellik bilgisi değişikliği başarısız.\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[SEÇENEK...] [kullanıcı]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Kullanıcı ismi belirtilmemiş, %d kimliği için isim yok.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "%s için kullanıcı bilgileri değiştiriliyor.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Adı ve Soyadı" #: apps/lchfn.c:154 msgid "Surname" msgstr "Soyadı" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Verilen İsim" #: apps/lchfn.c:179 msgid "Office" msgstr "İş" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "İş Telefonu" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Ev Telefonu" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "E-posta Adresi" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Kullanıcı bilgileri değişmedi: giriş hatası.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Kullanıcı bilgileri değişti.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Kullanıcı bilgileri değişmedi: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "%s için kabuk değiştiriliyor.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Yeni Kabuk" #: apps/lchsh.c:121 apps/lchsh.c:140 #, fuzzy, c-format msgid "Shell not changed: %s\n" msgstr "Kabuk değişti.\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Kabuk değişti.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[SEÇENEK...] grup" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Grup ismi belirtilmedi.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "" #: apps/lgroupadd.c:124 #, fuzzy, c-format msgid "Group creation failed: %s\n" msgstr "Grup oluşturulamadı.\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Grup %s yok.\n" #: apps/lgroupdel.c:89 #, fuzzy, c-format msgid "Group %s could not be deleted: %s\n" msgstr "%s grubu silinemedi: %s.\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "-L ve -U birlikte kullanılamaz.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, fuzzy, c-format msgid "Failed to set password for group %s: %s\n" msgstr "%s grubu için parola belirlenemedi.\n" #: apps/lgroupmod.c:154 #, fuzzy, c-format msgid "Group %s could not be locked: %s\n" msgstr "%s grubu kilitlenemedi.\n" #: apps/lgroupmod.c:163 #, fuzzy, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "%s grubunun kilidi kaldırılamadı.\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, fuzzy, c-format msgid "Group %s could not be modified: %s\n" msgstr "%s grubu değiştirilemedi: %s\n" #: apps/lid.c:44 #, fuzzy, c-format msgid "Error looking up %s: %s\n" msgstr "%s silinirken hata: %s.\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Grup ismi belirtilmemiş, %s kullanılıyor.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Grup ismi belirtilmemiş, %d grubu için isim yok.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Kullanıcı ismi belirtilmemiş, %s kullanılıyor.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[SEÇENEK...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "`%s' açılırken hata: %s\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "`%s' için hesap oluşturulurken hata: satır yanlış biçimlendirilmiş.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "0 kullanıcı kimlikli hesap oluşturulması reddediliyor.\n" #: apps/lnewusers.c:217 #, fuzzy, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "%s için %ld kimlik numarası ile grup oluşturulurken hata.\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "`%s' için parola belirlenirken hata: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "%s için ev dizini oluşturulurken hata: %s.\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "%s için posta kuyruğu oluşturulurken hata.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "%s için kullanıcı hesabı oluşturulurken hata: %s.\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "`%s' için parola değiştiriliyor.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Yeni parola" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Yeni parola (tekrar)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Parolalar aynı değil, tekrar deneyin.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Parola değişimi iptal edildi.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "%s kullanıcısı için parola belirlenirken hata: %s\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "`%s' grubu için parola belirlenirken hata: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Parola değişti.\n" #: apps/luseradd.c:169 #, fuzzy, c-format msgid "Group %jd does not exist\n" msgstr "Grup %s yok.\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, fuzzy, c-format msgid "Error creating group `%s': %s\n" msgstr "%s için grup oluşturulurken hata.\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Hesap oluşturulamadı: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "%s oluşturulurken hata: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "posta kuyruğu oluşturulurken hata.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "%s kullanıcısı silinemedi: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s için bir grup kimliği yok.\n" #: apps/luserdel.c:114 #, fuzzy, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "%ld kimlikli bir grup yok, siliniyor.\n" #: apps/luserdel.c:121 #, fuzzy, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "%ld grubuna bir grup ismi verilmedi.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "%s grubu silinemedi: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s bir ev dizinine sahip değil.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "%s silinirken hata: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "%s kullanıcısı için parola belirlenemedi: %s\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Kullanıcı %s kilitlenemedi: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Kullanıcı %s için kilit kaldırılamadı: %s.\n" #: apps/lusermod.c:221 #, fuzzy, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Grup %s yok.\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Kullanıcı %s değiştirilemedi: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "%s grubu değiştirilemedi: %s\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "%s için eski ev dizini yok.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "%s için yeni ev dizini yok.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "%s %s'e taşınırken hata: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "`%s' yapılandırma dosyası açılamadı: %s" #: lib/config.c:120 #, fuzzy, c-format msgid "could not stat configuration file `%s': %s" msgstr "`%s' yapılandırma dosyası açılamadı: %s" #: lib/config.c:129 #, fuzzy, c-format msgid "configuration file `%s' is too large" msgstr "`%s' yapılandırma dosyası açılamadı: %s" #: lib/config.c:145 #, fuzzy, c-format msgid "could not read configuration file `%s': %s" msgstr "`%s' yapılandırma dosyası açılamadı: %s" #: lib/error.c:38 msgid "success" msgstr "başarılı" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "modül yapılandırmada iptal edildi" #: lib/error.c:42 msgid "generic error" msgstr "genel hata" #: lib/error.c:44 msgid "not enough privileges" msgstr "izinler yetersiz" #: lib/error.c:46 msgid "access denied" msgstr "erişim engellendi" #: lib/error.c:48 msgid "bad user/group name" msgstr "kullanıcı/grup ismi hatalı" #: lib/error.c:50 msgid "bad user/group id" msgstr "kullanıcı/grup kimlikleri hatalı" #: lib/error.c:52 msgid "user/group name in use" msgstr "kullanıcı/grup ismi kullanımda" #: lib/error.c:54 msgid "user/group id in use" msgstr "kullanıcı/grup kimlikleri kullanımda" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "uçbirim özellikleri değiştirilirken hata" #: lib/error.c:58 msgid "error opening file" msgstr "dosya açılırken hata" #: lib/error.c:60 msgid "error locking file" msgstr "dosya kilitlenirken hata" #: lib/error.c:62 msgid "error statting file" msgstr "dosya durumlanırken hata" #: lib/error.c:64 msgid "error reading file" msgstr "dosya okunurken hata" #: lib/error.c:66 msgid "error writing to file" msgstr "dosyaya yazılırken hata" #: lib/error.c:68 msgid "data not found in file" msgstr "dosyada veri yok" #: lib/error.c:70 msgid "internal initialization error" msgstr "kerberos kitaplığı başlatılırken hata" #: lib/error.c:72 msgid "error loading module" msgstr "modül yüklenirken hata" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "modül içindeki sembol çözümlenirken hata" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "modül/kitaplık sürümü uyumsuzluğu" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "" #: lib/error.c:84 msgid "unknown error" msgstr "bilinmeyen" #: lib/misc.c:165 msgid "invalid number" msgstr "" #: lib/misc.c:179 msgid "invalid ID" msgstr "" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "İlklendirme işlevi %s `%s' içinde yok" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "`%s' de modül sürümü uyumsuzluğu" #: lib/modules.c:92 #, fuzzy, c-format msgid "module `%s' does not define `%s'" msgstr "Grup %s yok.\n" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "uçbirim özellikleri okunurken hata" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "uçbirim özellikleri ayarlanırken hata" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "uçbirimden okumada hata" #: lib/user.c:191 msgid "name is not set" msgstr "isim yok" #: lib/user.c:196 msgid "name is too short" msgstr "isim çok kısa" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "isim ASCII olmayan karakterler içeriyor" #: lib/user.c:215 msgid "name contains control characters" msgstr "isim denetim karakterleri içeriyor" #: lib/user.c:222 msgid "name contains whitespace" msgstr "isimde boşluk karakterleri var" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "isimde `%c' karakteri kullanılamaz" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "" #: lib/user.c:336 #, fuzzy, c-format msgid "group %jd has no name" msgstr "Grup %s yok.\n" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "dosya kilitlenirken hata: %s" #: lib/util.c:706 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "`%s' durum bilgisi alınamadı: %s" #: lib/util.c:733 #, fuzzy, c-format msgid "couldn't get security context of `%s': %s" msgstr "`%s'e yazılamadı: %s" #: lib/util.c:739 lib/util.c:766 #, fuzzy, c-format msgid "couldn't set default security context to `%s': %s" msgstr "`%s'e yazılamadı: %s" #: lib/util.c:760 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "`%s'e yazılamadı: %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' açılamadı: %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s' durum bilgisi alınamadı: %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "`%s' oluşturulurken hata: %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "yedek dosyası `%s' var ama normal bir dosya değil" #: modules/files.c:226 #, fuzzy msgid "backup file size mismatch" msgstr "modül/kitaplık sürümü uyumsuzluğu" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s'den okunamadı: %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "girdi zaten dosyada var" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s'e yazılamadı: %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "öğe nesnesi %s özelliğine sahip değil" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 #, fuzzy msgid "error encrypting password" msgstr "`%s' için parola belirlenirken hata" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "root yetkileriyle çalıştırılmıyor" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "shadow dosyası yok -- iptal ediliyor" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "`%s' hizmeti için `%s' alanındaki kadm5 suncusuna bağlanırken hata: %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "kerberos kitaplığı başlatılırken hata" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "kullanıcı ismi `%s' kerberos için ayrıştırılırken hata oluştu" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "öğe yapısı ne %s ne de %s özelliğine sahip" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "öğe ne %s ne de %s özelliğine sahip" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "öğe ne %s ne de %s özelliğiyle oluşturuldu" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "kerberostaki %s için bilgiler okunurken hata" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "öğe %s özelliğini içermiyor" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "`%s' için parola belirlenirken hata" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Kerberos Realm" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Kerberos Baş Yöneticisi" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Baş Yönetici için Kerberos Parolası" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "ldap kitaplığı başlatılırken hata" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "LDAP protokolü %d sürümüne ayarlanamadı" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "LDAP sunucusu ile TLS uzlaşması yapılamadı" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "LDAP sunucusuna bağlanılamadı" #: modules/ldap.c:418 #, fuzzy, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "LDAP sunucusuna bağlanılamadı" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "kullanıcı nesnesi %s özelliğini içermiyor" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "kullanıcı nesnesi `%s' olmaksızın oluşturuldu" #: modules/ldap.c:1354 #, fuzzy, c-format msgid "error creating a LDAP directory entry: %s" msgstr "LDAP dizin girdisi isimlendirilirken hata: %s\n" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "LDAP dizin girdisi değiştirilirken hata: %s" #: modules/ldap.c:1405 #, fuzzy, c-format msgid "error renaming LDAP directory entry: %s" msgstr "LDAP dizin girdisi isimlendirilirken hata: %s\n" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "nesne %s özelliğini içermiyor" #: modules/ldap.c:1470 #, fuzzy, c-format msgid "error removing LDAP directory entry: %s" msgstr "LDAP dizin girdisi silinirken hata: %s.\n" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "nesne %s özelliğini içermiyor" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "LDAP dizininde böyle bir nesne yok" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "`%s' özelliği bulunmuyor" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "LDAP dizininde %s için parola belirlenirken hata: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "LDAP Sunucu İsmi" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP Arama Tabanı DN" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP Bağlantı DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP Bağlantı Parolası" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL Kullanıcısı" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL Yetkilendirme Kullanıcısı" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "kullanıcı oluşturulurken Cyrus SASL hatası: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "kullanıcı silinirken Cyrus SASL hatası: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "Cyrus SASL ilklendirilirken hata: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "bu kullanıcı için ev dizini oluşturulurken hata oluştu:" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "bu kullanıcı için ev dizini silinirken hata oluştu:" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "bu kullanıcı için eski ev dizini taşınırken hata oluştu:" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "bu kullanıcı için posta kuyruğu oluşturulurken hata oluştu:" #: python/admin.c:885 #, fuzzy msgid "error removing mail spool for user" msgstr "bu kullanıcı için posta kuyruğu oluşturulurken hata oluştu:" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "%s başlatılırken hata: %s.\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "" #: samples/lookup.c:88 #, fuzzy, c-format msgid "Searching for group with ID %jd.\n" msgstr "%d kimlikli grup için arama yapılıyor.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "%s isimli grup için arama yapılıyor.\n" #: samples/lookup.c:99 #, fuzzy, c-format msgid "Searching for user with ID %jd.\n" msgstr "%d kimlikli kullanıcı için arama yapılıyor.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "%s isimli kullanıcı için arama yapılıyor.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Girdi yok.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Öntanımlı kullanıcı nesnesi sınıfları:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Öntanımlı kullanıcı öznitelik isimleri:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Öntanımlı kullanıcı öznitelikleri alınıyor:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Kullanıcı yapısı kopyalanıyor:\n" #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "iç veri LDAPMods'a dönüştürülemedi" #, fuzzy #~ msgid "Shell not changed: input error.\n" #~ msgstr "Kabuk değişti.\n" #~ msgid "could not search LDAP server" #~ msgstr "LDAP sunucusuna aranamadı" #~ msgid "LDAP server appears to have no root DSE" #~ msgstr "LDAP sunucusu bir kök DSE'ye sahip görünmüyor" #~ msgid "error mapping name to LDAP distinguished name" #~ msgstr "LDAP seçkin ismine isim eşlenirken hata" #~ msgid "error mapping name to LDAP base distinguished name" #~ msgstr "LDAP taban seçkin ismine isim eşlenirken hata" #, fuzzy #~ msgid "couldn't reset default security context to `%s': %s" #~ msgstr "`%s'e yazılamadı: %s" #~ msgid "Cyrus SASL error creating user: %s: %s" #~ msgstr "kullanıcı oluşturulurken Cyrus SASL hatası: %s: %s" #~ msgid "Cyrus SASL error removing user: %s: %s" #~ msgstr "kullanıcı silinirken Cyrus SASL hatası: %s: %s" #~ msgid "Error initializing %s.\n" #~ msgstr "%s başlatılırken hata.\n" #~ msgid "Group %s could not be deleted.\n" #~ msgstr "Grup %s silinemedi.\n" #~ msgid "Group %s could not be modified.\n" #~ msgstr "%s grubu değiştirilemedi.\n" #~ msgid "error initializing module" #~ msgstr "modül ilklendirilirken hata" libuser-0.56.9.dfsg.1.orig/po/zh_CN.gmo0000644000175000017500000004364610777230762015543 0ustar gheghe,3< "(5K*$Ej""9H Z{</)7"a'1Mf*)( I`.|((.$I n!x "#!#($L#q. (-<Vg%v%  3P_s    -#7,Q~," % ,9Of#'!$F d"! #+ #O s  +   ! !1&!X!r!!$!!8!("*="*h")"*"0")#)C#m##1###$$!6$!X$+z$.$$G$;%)S%&}%"%%!%#&'&G&\&o&&&(&$&&)'8'K'0g'!'''&'" (',( T(u(3(!((( )#)9)"M)p) ))) ) ) * **K*"k*******%+#=+ a++'++++ +- ,:,O,"b,,$,,,{,r......//&/!://\/////,/+&0R0r0000005 1C1/b1%1#11%1292V2o2#222223(33(\3(333'3'4(+4T4/o4%44%444 5",5O5l5"5555.6 /6!<6^6p666666677.7=7O7f7w777 7 77 7 77/8%28X87u888/8%9=9 Z9 d9q9999999& :&3:Z:&y::::::;" ;C;"c;";;; ;*; <<+<><Q<2a<$<<<<<@="_= = =$= =% >&0>'W>>>*>>> ?%?#B?"f?)?2??A@D@&a@!@!@@#@A&ABAXAkAA&A!AA)A(B>B1ZBB)B!BB)C!=C_C3|CCCC CDD .DOD bD oD|DDDDDE"EBEXEkE EEE EE$F,F*BFmFFF FFFF#G"(G%KGqGG@3!nO8uL_#X9) Z 7,:`$Q k+oTD& /iPq;"[lG0p*m2J%fe~aU}<(?4Ms'BWV^C j b=SxKcwgFH]Az|Yy>.REIt1h{Nd-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld Warning: Group with ID %jd does not exist. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorinvalid IDinvalid numberlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser.tip Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-04-01 15:45+1000 Last-Translator: Leah Liu Language-Team: Simplified Chinese MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 %s 没有 gid 号码。 %s 没有主目录。 %s 没有被授权改变 %s 的 finger 信息 帐号过期: %s 创建帐号失败:%s。 帐号被锁。 帐号没被锁。 %s 验证失败。 -L 和 -U 两者皆被指定。 不能为 /etc/passwd 设定默认的上下文 改变 %s 的 finger 信息。 为`%s'改变密码。 改变 %s 的 shell。 正在复制用户结构: 创建用户时出现 Cyrus SASL 错误:%s删除用户时出现 Cyrus SASL错误:%s默认的用户属性名称: 默认的用户对象类别: 电子邮件地址没有发现项目。 创建组群`%s': %s出错。创建 %s 失败:%s。 创建 `%s': %s时出错为`%s'创建账号时出错:行格式不正确。 创建组群'%s': %s出错。 创建组群`%s'时出错,使用 GID %jd: %s 为 %s 创建主目录时出错:%s 为 %s 创建邮件池时出错。 创建邮件池出错。 为 %s 创建用户账号失败:%s 初始化 %s 时出错:%s 初始化 %s 出错:%s。 初始化 PAM 出错。 查找 %s 时出错:%s 将 %s 移至 %s 时出错:%s。 打开 `%s': %s时出错. 解析参数时出错:%s. 读取`%s': %s时出错删除 %s 时出错:%s。 删除`%s': %s时出错为`%s'设置初始密码时出错:%s 为组群`%s'设置密码时出错:%s 为用户 %s 设置密码失败:%s。 写入`%s': %s时出错放弃特权失败. 为 %s: %s 修改老化信息失败。 为组群 %s: %s 设置密码失败。 为用户 %s 设置密码失败:%s。 Finger 信息被改变。 Finger 信息没有被改变:输入错误。 Finger 信息没有被改变:%s。 全称正在获取默认的用户属性: 名组群 %jd 不存在 组群 %s 无法被删除:%s 组群 %s 无法被删除:%s。 组群 %s 无法被锁:%s 组群 %s 无法被修改:%s 组群 %s 无法被修改:%s。 组群 %s 无法被开锁:%s 组群 %s 不存在。 创建组群失败:%s GID 号码为 %jd 的组群没有组群名。 家庭电话主目录 `%s' 不是绝对路径不活跃: %ld 内部 PAM 错误`%s'. 内部错误. 无效的 ID %s 无效默认值%s: %s无效的组群 ID %s 无效的用户 ID %s Kerberos 主管理员Kerberos 主管理员密码Kerberos 领域LDAP 关联 DNLDAP 关联密码LDAP SASL 授权用户LDAP SASL 用户LDAP 搜索基点 DNLDAP 服务器名最后一次改变: %s 至多: %ld 至少: %ld 从不新建 Shell新密码新密码(确认)没有指定组群名,gid %d 没有名称。 没有指定组群名,使用 %s。 没有指定的组群名。 GID 号码为 %jd 的组群不存在,无法删除。 %s 没有新的主目录。 %s 没有旧的主目录。 没有指定用户名,uid %d 没有姓名。 没有指定用户名,使用 %s。 没有指定的用户名。 办公室办公电话密码过期: %s 密码不活跃: %s 密码改变被取消。 密码被改变。 密码不匹配,请重试。 提示失败。 提示成功。 拒绝使用 UID 0 来创建账号。 正在搜索名称为 %s 的组群。 正在搜索 ID %jd 组群。 正在搜索名称为 %s 的用户。 正在搜索 ID %jd 用户。 Shell 被改变。 Shell 没有改变:%s 姓未知用户验证。 未知的用户上下文用户 %s 无法被删除:%s。 用户 %s 无法被锁:%s。 用户 %s 无法被修改:%s。 用户 %s 无法被开锁:%s。 用户 %s 不存在。 用户错配。 警告: %ld 警告:ID 为 %jd 的组群不存在。 [OPTION...][OPTION...] [用户][OPTION...] 组群[OPTION...] 用户访问被拒绝备份文件`%s' 已存在,且不是常规文件备份文件大小与原文件不符用户/组群 ID 不对用户/组群名不对配置文件`%s'太大无法关联到 LDAP 服务器无法关联到 LDAP 服务器,第一此作为 `%s': %s 尝试无法与 LDAP 服务器商讨 TLS无法打开配置文件`%s': %s无法读取配置文件`%s': %s无法将 LDAP 协议设为版本 %d无法打开配置文件`%s': %s无法为 `%s': %s 决定安全内容无法获取默认的安全内容:%s无法得到 `%s': %s的安全上下文无法打开“%s”:%s无法从`%s': %s中读取无法为`%s': %s 设置默认的上下文无法 stat `%s': %s无法写入`%s': %s文件中没有发现数据实体没有任何 %s 属性实体没有任何 %s 或 %s 属性实体对象没有任何 %s 属性实体结构没有任何 %s 或 %s 属性实体创建时没有包括任何 %s 或 %s 属性项目已在文件中出现为`%s'服务在领域`%s'中连接 kadm5 服务器时出错:%s创建“%s”时出错:%s建立 LDAP 目录项目时出错:%s为用户创建主目录时出错为用户创建邮件池时出错错误的加密密码初始化 Cyrus SASL 时出错:%s初始化 kerberos 库时出错初始化 ldap 库时出错载入模块时出错锁文件时出错锁文件时出错:%s操作终端属性时出错修改 LDAP 目录项目时出错:%s移动用户的主目录时出错打开文件时出错为 kerberos 解析用户名`%s'时出错读取文件时出错从终端上读取时出错从 kerberos 中为 `%s' 读取信息时出错。读取终端属性时出错删除 LDAP 目录项目时出错:%s。删除用户的主目录时出错删除用户邮件池时出错将 LDAP 目录项目更名时出错:%s在模块中解析符号时出错为`%s'设置密码时出错在 LDAP 目录中为 %s 设置密码时出错:%s设置终端属性时出错开始文件时出错写入文件时出错通用错误组群 %jd 没有名字组 %s 没有GID组 %s 没有名字也没有 UID内部初始错误无效的 ID无效数字库或模块版本错配模块 `%s' 没有定义 `%s'配置禁用了模块在`%s'中模块版本错配名称中包含控制字符名称中包含无效字符`%c'名称中包含非 ASCII 字符名称中包含空格没有设置名称名字太长(%zu > %d)名称太短名字以连字符开头没有发现任何`%s' 属性没有初始功能 %s 在`%s'中没有屏蔽文件 -- 将禁用在 LDAP 目录中没有此类对象没有足够的特权没有使用超级用户的特权在执行对象没有任何 %s 属性对象没有任何 %s 属性成功未知错误解锁将使密码域为空用户 %jd 没有名字用户 %s 没有 UID用户 %s 没有名字也没有 UID用户对象没有任何 %s 属性用户对象创建时没有包括`%s'用户/组群 ID 被使用用户/组群名被使用libuser-0.56.9.dfsg.1.orig/po/en@boldquot.header0000644000175000017500000000247110777230705017450 0ustar gheghe# All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation # characters, only substitutes like grave accent (0x60), apostrophe (0x27) # and double quote (0x22). These substitutes look strange; see # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html # # This catalog translates grave accent (0x60) and apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019). # It also translates pairs of apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019) # and pairs of quotation mark (0x22) to # left double quotation mark (U+201C) and right double quotation mark (U+201D). # # When output to an UTF-8 terminal, the quotation characters appear perfectly. # When output to an ISO-8859-1 terminal, the single quotation marks are # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to # grave/acute accent (by libiconv), and the double quotation marks are # transliterated to 0x22. # When output to an ASCII terminal, the single quotation marks are # transliterated to apostrophes, and the double quotation marks are # transliterated to 0x22. # # This catalog furthermore displays the text between the quotation marks in # bold face, assuming the VT100/XTerm escape sequences. # libuser-0.56.9.dfsg.1.orig/po/tr.gmo0000644000175000017500000003365110777230762015162 0ustar ghegheL|  ";Pn$,"E"h<)V"'7Sl*)(&O(k.$ ! 1#<$` % #0C`o  -#+Ed," -H#['"!#A#e  14FZ(x*) )@[r!!+.,GJ&"!#:Zo&($)!K^0z!& 35!i  " Bc"%# Cd'z $ 3 H _ !! ","F"c"s")"!"1"$#!-#$O#2t#-#.#/$4$ C$O$m$K$-$.%%4%7Z%%%% % & )&J&b&{&)&0&6&&'1A'!s'3''''4( 6(D(^( ~( (( (('(( ) )&:)a)z)))) ) ))3)-*K*d**=*4*+3+ 8+F+a+ u++(+;+(,/7,g,y,",",&,1, -5- P-^-z---3-#-. 0..Q.-.,..."/+/B/ S/'t/*/0///(0J@00<0A0$(1+M1'y1111,1-2?K22F222-3$F37k3-3$353(,4U4o4 4+4'4$4% 5#35#W5({55555(5%!6#G6k6'|6 6 6 6 6.62,7'_7!7D~Qs_m w0zP9n6U1AEV>";Sk  5?CdW%o,K<2O t]lc[h|Z@v qT'#}\8(IuH^7:4{Xbp&/`$rxjifYeBMJ3LGa=Ny* R!+)F.g-%s did not have a gid number. %s did not have a home directory. Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Failed to drop privileges. Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %s could not be deleted: %s. Group %s could not be modified: %s. Group %s does not exist. Home PhoneInternal PAM error `%s'. Internal error. Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Refusing to create account with UID 0. Searching for group named %s. Searching for user named %s. Shell changed. SurnameUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebad user/group idbad user/group namecould not bind to LDAP servercould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not set LDAP protocol to version %dcouldn't open `%s': %scouldn't read from `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating home directory for usererror creating mail spool for usererror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing home directory for usererror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorinternal initialization errorlibrary/module version mismatchmodule disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too shortno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown erroruser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: tr Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-02-23 00:53+0100 Last-Translator: Bahadir Yagan Language-Team: Turkish MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.3 %s için bir grup kimliği yok. %s bir ev dizinine sahip değil. Hesap Zaman aşımı: %s Hesap oluşturulamadı: %s. Hesap kilitli. Hesap kilitli değil. %s için kimlik sınaması başarısız. -L ve -U birlikte kullanılamaz. %s için kullanıcı bilgileri değiştiriliyor. `%s' için parola değiştiriliyor. %s için kabuk değiştiriliyor. Kullanıcı yapısı kopyalanıyor: kullanıcı oluşturulurken Cyrus SASL hatası: %skullanıcı silinirken Cyrus SASL hatası: %sÖntanımlı kullanıcı öznitelik isimleri: Öntanımlı kullanıcı nesnesi sınıfları: E-posta AdresiGirdi yok. %s oluşturulurken hata: %s. `%s' oluşturulurken hata: %s`%s' için hesap oluşturulurken hata: satır yanlış biçimlendirilmiş. %s için ev dizini oluşturulurken hata: %s. %s için posta kuyruğu oluşturulurken hata. posta kuyruğu oluşturulurken hata. %s için kullanıcı hesabı oluşturulurken hata: %s. %s başlatılırken hata: %s. %s başlatılırken hata: %s. PAM başlatılırken hata. %s %s'e taşınırken hata: %s. `%s' açılırken hata: %s argümanlar okunurken hata: %s. `%s' okunurken hata: %s%s silinirken hata: %s. `%s' silinirken hata: %s`%s' için parola belirlenirken hata: %s `%s' grubu için parola belirlenirken hata: %s. %s kullanıcısı için parola belirlenirken hata: %s İzinler bırakılamadı. %s kullanıcısı için parola belirlenemedi: %s Kullanıcı bilgileri değişti. Kullanıcı bilgileri değişmedi: giriş hatası. Kullanıcı bilgileri değişmedi: %s. Adı ve SoyadıÖntanımlı kullanıcı öznitelikleri alınıyor: Verilen İsim%s grubu silinemedi: %s. %s grubu değiştirilemedi: %s Grup %s yok. Ev Telefonuİç PAM hatası `%s'. İç hata. Kerberos Baş YöneticisiBaş Yönetici için Kerberos ParolasıKerberos RealmLDAP Bağlantı DNLDAP Bağlantı ParolasıLDAP SASL Yetkilendirme KullanıcısıLDAP SASL KullanıcısıLDAP Arama Tabanı DNLDAP Sunucu İsmiSon Değişiklik: %s AslaYeni KabukYeni parolaYeni parola (tekrar)Grup ismi belirtilmemiş, %d grubu için isim yok. Grup ismi belirtilmemiş, %s kullanılıyor. Grup ismi belirtilmedi. %s için yeni ev dizini yok. %s için eski ev dizini yok. Kullanıcı ismi belirtilmemiş, %d kimliği için isim yok. Kullanıcı ismi belirtilmemiş, %s kullanılıyor. Kullanıcı ismi belirtilmedi. İşİş TelefonuParola zaman aşımı: %s Parola etkisiz: %s Parola değişimi iptal edildi. Parola değişti. Parolalar aynı değil, tekrar deneyin. 0 kullanıcı kimlikli hesap oluşturulması reddediliyor. %s isimli grup için arama yapılıyor. %s isimli kullanıcı için arama yapılıyor. Kabuk değişti. Soyadı%s kullanıcısı silinemedi: %s. Kullanıcı %s kilitlenemedi: %s. Kullanıcı %s değiştirilemedi: %s. Kullanıcı %s için kilit kaldırılamadı: %s. Kullanıcı %s yok. Kullanıcı aynı değil. [SEÇENEK...][SEÇENEK...] [kullanıcı][SEÇENEK...] grup[SEÇENEK...] kullanıcıerişim engellendiyedek dosyası `%s' var ama normal bir dosya değilkullanıcı/grup kimlikleri hatalıkullanıcı/grup ismi hatalıLDAP sunucusuna bağlanılamadıLDAP sunucusu ile TLS uzlaşması yapılamadı`%s' yapılandırma dosyası açılamadı: %sLDAP protokolü %d sürümüne ayarlanamadı`%s' açılamadı: %s`%s'den okunamadı: %s`%s' durum bilgisi alınamadı: %s`%s'e yazılamadı: %sdosyada veri yoköğe %s özelliğini içermiyoröğe ne %s ne de %s özelliğine sahipöğe nesnesi %s özelliğine sahip değilöğe yapısı ne %s ne de %s özelliğine sahipöğe ne %s ne de %s özelliğiyle oluşturuldugirdi zaten dosyada var`%s' hizmeti için `%s' alanındaki kadm5 suncusuna bağlanırken hata: %s`%s' oluşturulurken hata: %sbu kullanıcı için ev dizini oluşturulurken hata oluştu:bu kullanıcı için posta kuyruğu oluşturulurken hata oluştu:Cyrus SASL ilklendirilirken hata: %skerberos kitaplığı başlatılırken hataldap kitaplığı başlatılırken hatamodül yüklenirken hatadosya kilitlenirken hatadosya kilitlenirken hata: %suçbirim özellikleri değiştirilirken hataLDAP dizin girdisi değiştirilirken hata: %sbu kullanıcı için eski ev dizini taşınırken hata oluştu:dosya açılırken hatakullanıcı ismi `%s' kerberos için ayrıştırılırken hata oluştudosya okunurken hatauçbirimden okumada hatakerberostaki %s için bilgiler okunurken hatauçbirim özellikleri okunurken hatabu kullanıcı için ev dizini silinirken hata oluştu:modül içindeki sembol çözümlenirken hata`%s' için parola belirlenirken hataLDAP dizininde %s için parola belirlenirken hata: %suçbirim özellikleri ayarlanırken hatadosya durumlanırken hatadosyaya yazılırken hatagenel hatakerberos kitaplığı başlatılırken hatamodül/kitaplık sürümü uyumsuzluğumodül yapılandırmada iptal edildi`%s' de modül sürümü uyumsuzluğuisim denetim karakterleri içeriyorisimde `%c' karakteri kullanılamazisim ASCII olmayan karakterler içeriyorisimde boşluk karakterleri varisim yokisim çok kısa`%s' özelliği bulunmuyorİlklendirme işlevi %s `%s' içinde yokshadow dosyası yok -- iptal ediliyorLDAP dizininde böyle bir nesne yokizinler yetersizroot yetkileriyle çalıştırılmıyornesne %s özelliğini içermiyornesne %s özelliğini içermiyorbaşarılıbilinmeyenkullanıcı nesnesi %s özelliğini içermiyorkullanıcı nesnesi `%s' olmaksızın oluşturuldukullanıcı/grup kimlikleri kullanımdakullanıcı/grup ismi kullanımdalibuser-0.56.9.dfsg.1.orig/po/pt_BR.gmo0000644000175000017500000004702610777230761015543 0ustar gheghe$3,"5;q* $5Zu"" )8 Jk</)'"Qt'!=Vt*)(9P.l((. $9 ^!h "#!#$<#a. (,FW%f% #@Oct    -#',An," )?Vq#'!6 Tu"!# #? c |    1 !6!H!$\!!8!(!*"*,")W"*"0")")#1#H#1d#####!#!$+>$.j$$G$$)%&A%"h%%!%#%% & &3&&J&(q&$&&)&&'0+'!\''~'&'"''' (9(3Y(!((( (((")4) R)])l) ) )) )*"/*R*k*{****%*#+ %+F+'\++++ +-++,"&,I,$i,,,,.".D/F/!X/z////B/+40`0z0 0(0*0,1+51a1u1)111@1(2.H2*w2'22-2343Q3m333!3334*'4+R4-~44!4@43)5-]5#5:5,5 6*%6P6_6&x6'6(6)6*7+E7q7 7*7727 8,8G8V8+g888%808!939G9#^99999 9 99 : ::>1:.p:#:9:*:,(;>U;1;&; ;; << 1<R<(c<<<!<"<"<%=%E=k=|= =#=!=*=,>-=>/k>>> > >>?? *?;8?#t?? ?.?,@N4@3@=@?@=5ANsADA=B=EB!B"BJB2C%FC!lC!C&C,C3D/8DhDLDD.D-E-IEwE"E,E%E F#F.REIt1h{Nd~-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorinvalid IDinvalid numberlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser.tip Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-02-21 14:02-0300 Last-Translator: Diego Búrigo Zacarão Language-Team: Brazilian Portuguese MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n > 1); X-Poedit-Language: Portuguese X-Poedit-Country: BRAZIL X-Generator: KBabel 1.11.4 %s não tem um número gid. %s não tinha um diretório home. %s não está autorizado a alterar as informações do finger de %s Conta Expira: %s A criação da conta falhou: %s. A conta está bloqueada. A conta não está bloqueada. Autenticação falhou para %s. Ambos -L e -U especificados. Não foi possível determinar o contexto padrão para /etc/passwd Alterando informações do finger para %s. Alterando senha para %s. Trocando shell para %s. Copiando estrutura do usuário: Erro do Cyrus SASL ao criar usuário: %sErro do Cyrus SASL ao remover usuário: %sNomes padrões dos atributos dos usuários: Classes padrões de objetos dos usuários: Endereço de E-MailEntrada não encontrada. Erro ao mudar o proprietário de `%s': %sErro ao criar %s: %s. Erro ao criar `%s': %sErro ao criar conta para `%s': linha formatada inadequadamente. Erro ao criar o grupo `%s': %s Erro ao criar grupo para `%s' com GID %jd: %s Erro ao criar diretório home para %s: %s Erro ao criar spool de e-mail para %s. Erro ao criar spool de e-mail. Erro ao criar conta de usuário para %s: %s. Erro ao inicializar %s: %s Erro ao inicializar %s: %s. Erro ao inicializar o PAM. Erro ao procurar %s: %s. Erro ao mover %s para %s: %s. Erro ao abrir `%s': %s. Erro ao analisar argumentos: %s. Erro ao ler `%s': %sErro ao apagar %s: %s. Erro ao remover `%s': %sErro ao definir senha inicial para %s: %s Erro ao definir senha para o grupo %s: %s. Erro ao definir senha para o usuário %s: %s Erro ao escrever `%s': %sFalha ao abandonar privilégios. Falha ao modificar a informação de envelhecimento para %s: %s Não foi possível definir a senha do grupo %s: %s Falha ao definir a senha do usuário %s: %s. Informações do finger alteradas. Informações do finger não alteradas: erro de entrada. Informações do finger não alteradas: %s. Nome CompletoObtendo atributos padrões dos usuários: Nome FornecidoO grupo %jd não existe O grupo %s não pôde ser apagado: %s O grupo %s não pôde ser apagado: %s. O grupo %s não pôde ser bloqueado: %s O grupo %s não pôde ser modificado: %s O grupo %s não pôde ser modificado: %s. O grupo %s não pôde ser desbloqueado: %s O grupo %s não existe. Falha na criação do grupo: %s O grupo com o GID %jd não tinha um nome. Telefone ResidencialO caminho do diretório home `%s' não é absolutoInativo: %ld Erro interno no PAM `%s'. Erro interno. ID %s inválido Valor padrão inválido para o campo %s: %sID %s de grupo inválido ID %s de usuário inválida Administração Principal do KerberosSenha do Kerberos para Administração PrincipalDomínio KerberosDN de Conexão LDAPSenha de Conexão LDAPUsuário de Autorização SASL LDAPUsuário SASL LDAPDN Base para Pesquisas LDAPNome do Servidor LDAPÚltima Modificação: %s Máximo: %ld Mínimo: %ld NuncaNovo ShellNova senhaNova senha (confirmar)Nenhum nome de grupo especificado, nenhum nome para o gid %d. Nenhum nome de grupo especificado, usando %s. Nenhum nome de grupo especificado. Não existe um grupo com o GID %jd, não será removido. Não há um novo diretório home para %s. Não há um diretório home antigo para %s. Nenhum nome de usuário especificado, sem nome para o uid %d. Nenhum nome de usuário especificado, usando %s. Nenhum nome de usuário especificado. EscritórioTelefone ComercialSenha Expira: %s Senha Inativa: %s Alteração de senha cancelada. Senha alterada. Senhas não coincidem, tente novamente. Prompts falharam. Prompts bem-sucedidos. Recusando criar conta com UID 0. Pesquisando por grupo de nome %s. Pesquisando por grupo com ID %jd. Pesquisando por usuário de nome %s. Pesquisando por usuário com ID %jd. Shell alterado. Shell não alterado: %s SobrenomeUsuário desconhecido autenticado. Contexto de usuário desconhecidoO usuário %s não pôde ser apagado: %s. O usuário %s não pôde ser bloqueado: %s. O usuário %s não pôde ser modificado: %s. O usuário %s não pôde ser desbloqueado: %s. O usuário %s não existe. Usuário incompatível. Aviso: %ld [OPÇÃO...][OPÇÃO...] [usuário][OPÇÃO...] grupo[OPÇÃO...] usuárioacesso negadoo arquivo de backup `%s' existe e não é um arquivo normalArquivo de backup difere no tamanhoid do usuário/grupo inválidonome do usuário/grupo inválidoo arquivo de configuração %s é muito grandenão foi possível conectar ao servidor LDAPnão foi possível conectar ao servidor LDAP, primeira tentativa como `%s': %snão foi possível negociar TLS com o servidor LDAPnão foi possível abrir o arquivo de configuração `%s': %snão foi possível acessar o arquivo de configuração `%s': %snão foi possível definir o protocolo LDAP para a versão %dnão foi possível obter as propriedades do arquivo de configuração `%s': %snão foi possível determinar o contexto de segurança para `%s': %snão foi possível obter o contexto padrão de segurança: %snão foi possível obter o contexto de segurança de `%s': %snão foi possível abrir `%s': %snão foi possível ler de `%s': %snão foi possível determinar o contexto padrão de segurança de `%s': %snão foi possível criar estatísticas de `%s': %snão foi possível gravar em `%s': %sdados não encontrados no arquivoa entidade não tem o atributo %sa entidade não tem atributos %s ou %so objeto da entidade não tem um atributo %sa estrutura da entidade não tem atributos %s ou %sa entidade foi criada sem os atributos %s ou %sentrada já presente no arquivoerro ao conectar ao servidor kadm5 para o serviço `%s' no domínio `%s': %serro ao criar `%s': %serro ao criar a entrada do diretório LDAP: %serro ao criar diretório home para o usuárioerro ao criar spool de e-mail para o usuárioerro ao criptografar a senhaerro ao inicializar Cyrus SASL: %serro ao inicializar a biblioteca do kerberoserro ao inicializar a biblioteca ldaperro ao carregar móduloerro ao bloquear arquivoerro ao bloquear arquivo: %serro ao manipular atributos do terminalerro ao modificar entrada de diretório LDAP: %serro ao mover diretório home para o usuárioerro ao abrir arquivoerro ao analisar o nome de usuário `%s' para o kerberoserro ao ler arquivoerro ao ler do terminalerro ao ler informações para `%s' do kerberoserro ao ler atributos do terminalerro ao apagar a entrada do diretório LDAP: %serro ao remover diretório home para o usúarioerro ao remover spool de e-mail para o usuárioerro ao renomear a entrada do diretório LDAP: %serro ao resolver símbolo em móduloerro ao definir senha para `%s'erro ao definir senha no diretório LDAP para %s: %serro ao definir atributos do terminalerro ao criar estatísticas do arquivoerro ao gravar no arquivoerro genéricoo grupo %jd não possui um nomeo grupo %s não possui GIDo grupo não possui nome nem GIDerro interno de inicializaçãoID inválidonúmero inválidoversões de biblioteca/módulo não compatíveiso módulo %s não define %s módulo desativado pela configuraçãoversão não compatível de módulo em `%s'o nome contém caracteres de controleo nome contém o caractere inválido `%c'o nome contém caracteres não ASCIIo nome contém espaçoo nome não está definidoo nome é muito longo (%zu > %d)o nome é muito curtoo nome inicia com um hífenatributo `%s' não encontradonão existe uma função de inicialização %s em `%s'arquivo shadow não está presente -- desativandoobjeto não encontrado no diretório LDAPnão há privilégios suficientesexecutando sem os privilégios de superusuárioo objeto não tinha o atributo %so objeto não tem o atributo %ssucessoerro desconhecidodesbloquear deixará o campo da senha vazioo usuário %jd não possui um nomeo usuário %s não possui UIDo usuário não possui nome nem UIDo objeto do usuário não tinha o atributo %so objeto do usuário foi criado sem `%s'id do usuário/grupo em usonome do usuário/grupo em usolibuser-0.56.9.dfsg.1.orig/po/sr@latin.po0000644000175000017500000007044710777230760016147 0ustar gheghe# translation of sr.po to Serbian # Serbian(Latin) translations for libuser # Copyright (C) 2005 Red Hat, Inc. # This file is distributed under the same license as the libuser package. # # Miloš Komarčević , 2005. # Nikola Pajtic , 2008. msgid "" msgstr "" "Project-Id-Version: libuser\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-04-03 21:47+0200\n" "Last-Translator: Nikola Pajtic \n" "Language-Team: Serbian (sr) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: KBabel 1.11.4\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "Putanja ličnog direktorijuma „%s“ nije apsolutna" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Greška pri čitanju „%s“: %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Greška pri pravljenju „%s“: %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Greška pri promeni vlasnika „%s“: %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Greška pri pisanju „%s“: %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Greška pri uklanjanju „%s“: %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Neuspelo odbacivanje povlastica.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Unutrašnja greška.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s nije ovlašćen da menja finger podatke za %s\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Nepoznat korisnički kontekst" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Ne mogu da postavim podrazumevani kontekst za /etc/passwd\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Greška pri inicijalizaciji PAM-a.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Neuspela autentifikacija za %s.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Unutrašnja PAM greška „%s“.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "Autentifikovan nepoznat korisnik.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Neslaganje korisnika.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[OPCIJA...] korisnik" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Greška pri tumačenju argumenata: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Nije navedeno korisničko ime.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Greška pri inicijalizaciji %s: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "Korisnik %s ne postoji.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Nalog je zaključan.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Nalog nije zaključan.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Najmanji:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Najveći:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Upozorenje:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Neaktivno:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Nikada" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Poslednja promena:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Lozinka ističe:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Lozinka neaktivna:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Nalog ističe:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Neuspela izmena zastarelih podataka za %s: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[OPCIJA...] [korisnik]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Nije navedeno korisničko ime, nema imena za uid %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Menjam finger podatke za %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Puno ime" #: apps/lchfn.c:154 msgid "Surname" msgstr "Prezime" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Kršteno ime" #: apps/lchfn.c:179 msgid "Office" msgstr "Kancelarija" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Kancelarijski telefon" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Kućni telefon" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "Adresa e-pošte" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Finger podaci nisu promenjeni: greška u unosu.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Finger podaci su promenjeni.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Finger podaci nisu promenjeni: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Menjam ljusku za %s.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Nova ljuska" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Ljuska nije promenjena: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Ljuska je promenjena.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[OPCIJA...] grupa" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Nije navedeno ime grupe.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "Neispravan ID grupe %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "Neuspelo pravljenje grupe: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Grupa %s ne postoji.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "Grupa %s ne može biti izbrisana: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "I -L i -U su navedeni.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Neuspelo postavljanje lozinke za grupu %s: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "Grupa %s ne može biti zaključana: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Grupa %s ne može biti otključana: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "Grupa %s ne može biti izmenjena: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Greška pri potrazi za %s: %s\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Nije navedeno ime grupe, koristim %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Nije navedeno ime grupe, nema imena za gid identifikator %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Nije navedeno korisničko ime, koristim %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[OPCIJA...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Greška pri otvaranju „%s“: %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "Greška pri pravljenju naloga za „%s“: nepravilno oblikovana linija.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "Neispravan korisnički ID %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Odbijam da napravim nalog sa UID 0.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Greška pri pravljenju grupe „%s“ sa GID %jd: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Greška pri postavljanju lozinke za %s: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Greška pri pravljenju ličnog direktorijuma za %s: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "Greška pri pravljenju reda za poštu za %s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Greška pri pravljenju korisničkog naloga za %s: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Menjam lozinku za %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Nova lozinka" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Nova lozinka (potvrda)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Lozinke se ne slažu, pokušajte ponovo.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Promena lozinke je otkazana.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Greška pri postavljanju lozinke za korisnika %s: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Greška pri postavljanju lozinke za grupu %s: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Lozinka je promenjena.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "Grupa %jd ne postoji\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Greška pri pravljenju grupe „%s“: %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Neuspelo pravljenje naloga: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Greška pri pravljenju %s: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "Greška pri pravljenju reda za poštu.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Korisnik %s ne može da bude obrisan: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s nije imala gid broj.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "Ne postoji grupa sa GID %jd, ne uklanjam.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "Grupa sa GID %jd nije imala ime grupe.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Grupa %s ne može da bude obrisana: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s nije imao lični direktorijum.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Greška pri uklanjanju %s: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Neuspelo postavljanje lozinke za korisnika %s: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Korisnik %s ne može da bude zaključan: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Korisnik %s ne može da bude otključan: %s.\n" #: apps/lusermod.c:221 #, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Upozorenje: grupa sa identifikatorom %jd ne postoji\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Korisnik %s ne može da bude izmenjen: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "Grupa %s ne može da bude izmenjena: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "Nema starog ličnog direktorijuma za %s.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "Nema novog ličnog direktorijuma za %s.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Greška pri premeštanju %s u %s: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "ne mogu da otvorim datoteku podešavanja „%s“: %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "ne mogu da izvršim stat nad datotekom podešavanja „%s“: %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "datoteka podešavanja „%s“ je prevelika" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "ne mogu da pročitam datoteku podešavanja „%s“: %s" #: lib/error.c:38 msgid "success" msgstr "uspeh" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "modul isključen u podešavanjima" #: lib/error.c:42 msgid "generic error" msgstr "uopštena greška" #: lib/error.c:44 msgid "not enough privileges" msgstr "nema dovoljno povlastica" #: lib/error.c:46 msgid "access denied" msgstr "pristup odbijen" #: lib/error.c:48 msgid "bad user/group name" msgstr "loše ime korisnika/grupe" #: lib/error.c:50 msgid "bad user/group id" msgstr "loš id korisnika/grupe" #: lib/error.c:52 msgid "user/group name in use" msgstr "ime korisnika/grupe je u upotrebi" #: lib/error.c:54 msgid "user/group id in use" msgstr "id korisnika/grupe je u upotrebi" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "greška pri udešavanju svojstava terminala" #: lib/error.c:58 msgid "error opening file" msgstr "greška pri otvaranju datoteke" #: lib/error.c:60 msgid "error locking file" msgstr "greška pri zaključavanju datoteke" #: lib/error.c:62 msgid "error statting file" msgstr "greška pri izvršavanju stat nad datotekom" #: lib/error.c:64 msgid "error reading file" msgstr "greška pri čitanju datoteke" #: lib/error.c:66 msgid "error writing to file" msgstr "greška pri upisu u datoteku" #: lib/error.c:68 msgid "data not found in file" msgstr "podaci nisu nađeni u datoteci" #: lib/error.c:70 msgid "internal initialization error" msgstr "unutrašnja greška inicijalizacije" #: lib/error.c:72 msgid "error loading module" msgstr "greška pri učitavanju modula" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "greška pri razrešavanju simbola u modulu" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "neslaganje verzije biblioteke/modula" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "otključavanje bi učinilo polje lozinke praznim" #: lib/error.c:84 msgid "unknown error" msgstr "nepoznata greška" #: lib/misc.c:165 msgid "invalid number" msgstr "neispravan broj" #: lib/misc.c:179 msgid "invalid ID" msgstr "neispravan ID" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "nema funkcije inicijalizacije %s u „%s“" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "neslaganje verzije modula u „%s“" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "modul „%s“ ne definiše „%s“" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "greška pri čitanju svojstava terminala" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "greška pri postavljanju svojstava terminala" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "greška pri čitanju sa terminala" #: lib/user.c:191 msgid "name is not set" msgstr "ime nije postavljeno" #: lib/user.c:196 msgid "name is too short" msgstr "ime je prekratko" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "ime je predugačko (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "ime sadrži ne-ASCII znakove" #: lib/user.c:215 msgid "name contains control characters" msgstr "ime sadrži kontrolne znakove" #: lib/user.c:222 msgid "name contains whitespace" msgstr "ime sadrži razmak" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "ime počinje crticom" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "ime sadrži neispravan znak „%c“" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "korisnik %s nema UID" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "grupa %s nema GID" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "korisnik %jd nema ime" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "grupa %jd nema ime" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "korisnik nema ni ime niti UID" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "grupa nema ni ime niti GID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "Neispravna podrazumevana vrednost za polje %s: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "greška pri zaključavanju datoteke: %s" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "ne mogu da dobavim podrazumevani bezbednosni kontekst: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "ne mogu da dobavim bezbednosni kontekst za „%s“: %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "ne mogu da postavim podrazumevani bezbednosni kontekst na „%s“: %s" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "ne mogu da utvrdim bezbednosni kontekst za „%s“: %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "ne mogu da otvorim „%s“: %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "ne mogu da izvršim stat nad „%s“: %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "greška pri pravljenju „%s“: %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "rezervna datoteka „%s“ postoji i nije redovna datoteka" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "neslaganje veličine rezervne datoteke" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "ne mogu da čitam iz „%s“: %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "stavka je već prisutna u datoteci" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "ne mogu da upišem u „%s“: %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "objekat entiteta nema %s svojstvo" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "greška pri šifrovanju lozinke" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "ne izvršavam sa administratorskim povlasticama" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "nema prisutne shadow datoteke -- isključujem" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "greška pri povezivanju na kadm5 server za servis „%s“ u carstvu „%s“: %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "greška pri inicijalizaciji kerberos biblioteke" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "greška pri tumačenju korisničkog imena „%s“ za kerberos" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "struktura entiteta nema %s ili %s svojstva" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "entitet nema %s ili %s svojstva" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "entitet je napravljen bez %s ili %s svojstava" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "greška pri čitanju podataka za „%s“ iz kerberosa" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "entitet nema %s svojstva" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "greška pri postavljanju lozinke za „%s“" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Kerberos područje" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Kerberos glavni admin" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Kerberos lozinka za glavnog admina" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "greška pri inicijalizaciji ldap biblioteke" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "ne mogu da postavim LDAP protokol na verziju %d" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "nisam mogao da pregovaram TLS sa LDAP serverom" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "ne mogu da se vežem za LDAP server" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "ne mogu da se vežem za LDAP server, prvo pokušajte kao „%s“: %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "korisnički objekat nema %s svojstvo" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "korisnički objekat je napravljen bez „%s“" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "greška pri pravljenju stavke LDAP kataloga: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "greška pri izmeni stavke LDAP kataloga: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "greška pri preimenovanju stavke LDAP kataloga: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "objekat nije imao %s svojstvo" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "greška pri uklanjanju stavke LDAP kataloga: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "objekat nema %s svojstvo" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "nema takvog objekta u LDAP katalogu" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "nije pronađeno „%s“ svojstvo" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "greška pri postavljanju lozinke u LDAP katalogu za %s: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "Ime LDAP servera" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "Osnovni DN LDAP pretrage" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "DN LDAP uvezivanja" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "Lozinka LDAP uvezivanja" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL korisnik" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL ovlašćujući korisnik" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Cyrus SASL greška pri pravljenju korisnika: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Cyrus SASL greška pri uklanjanju korisnika: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "greška pri inicijalizaciji Cyrus SASL-a: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "greška pri pravljenju ličnog direktorijuma za korisnika" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "greška pri uklanjanju ličnog direktorijuma za korisnika" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "greška pri premeštanju ličnog direktorijuma za korisnika" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "greška pri pravljenju reda za poštu za korisnika" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "greška pri uklanjanju reda za poštu za korisnika" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Greška pri inicijalizaciji %s: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "Neispravan ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "Pretražujem za grupom sa ID %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "Pretražujem za grupom sa imenom %s.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "Pretražujem za korisnikom sa ID %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "Pretražujem za korisnikom sa imenom %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Stavka nije pronađena.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Odzivi su uspeli.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Odzivi nisu uspeli.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Podrazumevane klase korisničkih objekata:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Podrazumevana imena korisničkih svojstava:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Dobavljam podrazumevana korisnička svojstva:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Umnožavam korisničku strukturu:\n" libuser-0.56.9.dfsg.1.orig/po/pt_BR.po0000644000175000017500000007123010777230760015370 0ustar gheghe# translation of libuser.tip.po to Brazilian Portuguese # Brazilian Portuguese localization of Red Hat Linux # Originated from the Portuguese translation by # Pedro Morais # José Nuno Pires # # David Barzilay , 2003,2004. # Tiago Pasqualotto , 2004. # Pedro Macedo , 2005. # Rodrigo Padula de Oliveira , 2005,2006. # Igor Pires Soares , 2006,2007. # Diego Búrigo Zacarão , 2008. msgid "" msgstr "" "Project-Id-Version: libuser.tip\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-02-21 14:02-0300\n" "Last-Translator: Diego Búrigo Zacarão \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Poedit-Language: Portuguese\n" "X-Poedit-Country: BRAZIL\n" "X-Generator: KBabel 1.11.4\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "O caminho do diretório home `%s' não é absoluto" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Erro ao ler `%s': %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Erro ao criar `%s': %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Erro ao mudar o proprietário de `%s': %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Erro ao escrever `%s': %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Erro ao remover `%s': %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Falha ao abandonar privilégios.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Erro interno.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s não está autorizado a alterar as informações do finger de %s\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Contexto de usuário desconhecido" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Não foi possível determinar o contexto padrão para /etc/passwd\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Erro ao inicializar o PAM.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Autenticação falhou para %s.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Erro interno no PAM `%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "Usuário desconhecido autenticado.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Usuário incompatível.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[OPÇÃO...] usuário" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Erro ao analisar argumentos: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Nenhum nome de usuário especificado.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Erro ao inicializar %s: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "O usuário %s não existe.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "A conta está bloqueada.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "A conta não está bloqueada.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Mínimo:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Máximo:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Aviso:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Inativo:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Nunca" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Última Modificação:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Senha Expira:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Senha Inativa:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Conta Expira:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Falha ao modificar a informação de envelhecimento para %s: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[OPÇÃO...] [usuário]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Nenhum nome de usuário especificado, sem nome para o uid %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Alterando informações do finger para %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Nome Completo" #: apps/lchfn.c:154 msgid "Surname" msgstr "Sobrenome" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Nome Fornecido" #: apps/lchfn.c:179 msgid "Office" msgstr "Escritório" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Telefone Comercial" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Telefone Residencial" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "Endereço de E-Mail" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Informações do finger não alteradas: erro de entrada.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Informações do finger alteradas.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Informações do finger não alteradas: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Trocando shell para %s.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Novo Shell" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Shell não alterado: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Shell alterado.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[OPÇÃO...] grupo" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Nenhum nome de grupo especificado.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "ID %s de grupo inválido\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "Falha na criação do grupo: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "O grupo %s não existe.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "O grupo %s não pôde ser apagado: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "Ambos -L e -U especificados.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Não foi possível definir a senha do grupo %s: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "O grupo %s não pôde ser bloqueado: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "O grupo %s não pôde ser desbloqueado: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "O grupo %s não pôde ser modificado: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Erro ao procurar %s: %s.\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Nenhum nome de grupo especificado, usando %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Nenhum nome de grupo especificado, nenhum nome para o gid %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Nenhum nome de usuário especificado, usando %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[OPÇÃO...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Erro ao abrir `%s': %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "Erro ao criar conta para `%s': linha formatada inadequadamente.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "ID %s de usuário inválida\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Recusando criar conta com UID 0.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Erro ao criar grupo para `%s' com GID %jd: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Erro ao definir senha inicial para %s: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Erro ao criar diretório home para %s: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "Erro ao criar spool de e-mail para %s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Erro ao criar conta de usuário para %s: %s.\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Alterando senha para %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Nova senha" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Nova senha (confirmar)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Senhas não coincidem, tente novamente.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Alteração de senha cancelada.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Erro ao definir senha para o usuário %s: %s\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Erro ao definir senha para o grupo %s: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Senha alterada.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "O grupo %jd não existe\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Erro ao criar o grupo `%s': %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "A criação da conta falhou: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Erro ao criar %s: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "Erro ao criar spool de e-mail.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "O usuário %s não pôde ser apagado: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s não tem um número gid.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "Não existe um grupo com o GID %jd, não será removido.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "O grupo com o GID %jd não tinha um nome.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "O grupo %s não pôde ser apagado: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s não tinha um diretório home.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Erro ao apagar %s: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Falha ao definir a senha do usuário %s: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "O usuário %s não pôde ser bloqueado: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "O usuário %s não pôde ser desbloqueado: %s.\n" #: apps/lusermod.c:221 #, fuzzy, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "O grupo %jd não existe\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "O usuário %s não pôde ser modificado: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "O grupo %s não pôde ser modificado: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "Não há um diretório home antigo para %s.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "Não há um novo diretório home para %s.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Erro ao mover %s para %s: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "não foi possível abrir o arquivo de configuração `%s': %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "" "não foi possível obter as propriedades do arquivo de configuração `%s': %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "o arquivo de configuração %s é muito grande" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "não foi possível acessar o arquivo de configuração `%s': %s" #: lib/error.c:38 msgid "success" msgstr "sucesso" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "módulo desativado pela configuração" #: lib/error.c:42 msgid "generic error" msgstr "erro genérico" #: lib/error.c:44 msgid "not enough privileges" msgstr "não há privilégios suficientes" #: lib/error.c:46 msgid "access denied" msgstr "acesso negado" #: lib/error.c:48 msgid "bad user/group name" msgstr "nome do usuário/grupo inválido" #: lib/error.c:50 msgid "bad user/group id" msgstr "id do usuário/grupo inválido" #: lib/error.c:52 msgid "user/group name in use" msgstr "nome do usuário/grupo em uso" #: lib/error.c:54 msgid "user/group id in use" msgstr "id do usuário/grupo em uso" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "erro ao manipular atributos do terminal" #: lib/error.c:58 msgid "error opening file" msgstr "erro ao abrir arquivo" #: lib/error.c:60 msgid "error locking file" msgstr "erro ao bloquear arquivo" #: lib/error.c:62 msgid "error statting file" msgstr "erro ao criar estatísticas do arquivo" #: lib/error.c:64 msgid "error reading file" msgstr "erro ao ler arquivo" #: lib/error.c:66 msgid "error writing to file" msgstr "erro ao gravar no arquivo" #: lib/error.c:68 msgid "data not found in file" msgstr "dados não encontrados no arquivo" #: lib/error.c:70 msgid "internal initialization error" msgstr "erro interno de inicialização" #: lib/error.c:72 msgid "error loading module" msgstr "erro ao carregar módulo" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "erro ao resolver símbolo em módulo" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "versões de biblioteca/módulo não compatíveis" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "desbloquear deixará o campo da senha vazio" #: lib/error.c:84 msgid "unknown error" msgstr "erro desconhecido" #: lib/misc.c:165 msgid "invalid number" msgstr "número inválido" #: lib/misc.c:179 msgid "invalid ID" msgstr "ID inválido" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "não existe uma função de inicialização %s em `%s'" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "versão não compatível de módulo em `%s'" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "o módulo %s não define %s " #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "erro ao ler atributos do terminal" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "erro ao definir atributos do terminal" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "erro ao ler do terminal" #: lib/user.c:191 msgid "name is not set" msgstr "o nome não está definido" #: lib/user.c:196 msgid "name is too short" msgstr "o nome é muito curto" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "o nome é muito longo (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "o nome contém caracteres não ASCII" #: lib/user.c:215 msgid "name contains control characters" msgstr "o nome contém caracteres de controle" #: lib/user.c:222 msgid "name contains whitespace" msgstr "o nome contém espaço" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "o nome inicia com um hífen" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "o nome contém o caractere inválido `%c'" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "o usuário %s não possui UID" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "o grupo %s não possui GID" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "o usuário %jd não possui um nome" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "o grupo %jd não possui um nome" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "o usuário não possui nome nem UID" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "o grupo não possui nome nem GID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "Valor padrão inválido para o campo %s: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "erro ao bloquear arquivo: %s" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "não foi possível obter o contexto padrão de segurança: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "não foi possível obter o contexto de segurança de `%s': %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "não foi possível determinar o contexto padrão de segurança de `%s': %s" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "não foi possível determinar o contexto de segurança para `%s': %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "não foi possível abrir `%s': %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "não foi possível criar estatísticas de `%s': %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "erro ao criar `%s': %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "o arquivo de backup `%s' existe e não é um arquivo normal" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "Arquivo de backup difere no tamanho" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "não foi possível ler de `%s': %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "entrada já presente no arquivo" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "não foi possível gravar em `%s': %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "o objeto da entidade não tem um atributo %s" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "erro ao criptografar a senha" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "executando sem os privilégios de superusuário" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "arquivo shadow não está presente -- desativando" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "erro ao conectar ao servidor kadm5 para o serviço `%s' no domínio `%s': %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "erro ao inicializar a biblioteca do kerberos" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "erro ao analisar o nome de usuário `%s' para o kerberos" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "a estrutura da entidade não tem atributos %s ou %s" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "a entidade não tem atributos %s ou %s" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "a entidade foi criada sem os atributos %s ou %s" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "erro ao ler informações para `%s' do kerberos" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "a entidade não tem o atributo %s" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "erro ao definir senha para `%s'" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Domínio Kerberos" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Administração Principal do Kerberos" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Senha do Kerberos para Administração Principal" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "erro ao inicializar a biblioteca ldap" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "não foi possível definir o protocolo LDAP para a versão %d" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "não foi possível negociar TLS com o servidor LDAP" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "não foi possível conectar ao servidor LDAP" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "" "não foi possível conectar ao servidor LDAP, primeira tentativa como `%s': %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "o objeto do usuário não tinha o atributo %s" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "o objeto do usuário foi criado sem `%s'" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "erro ao criar a entrada do diretório LDAP: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "erro ao modificar entrada de diretório LDAP: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "erro ao renomear a entrada do diretório LDAP: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "o objeto não tinha o atributo %s" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "erro ao apagar a entrada do diretório LDAP: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "o objeto não tem o atributo %s" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "objeto não encontrado no diretório LDAP" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "atributo `%s' não encontrado" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "erro ao definir senha no diretório LDAP para %s: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "Nome do Servidor LDAP" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "DN Base para Pesquisas LDAP" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "DN de Conexão LDAP" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "Senha de Conexão LDAP" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "Usuário SASL LDAP" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "Usuário de Autorização SASL LDAP" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Erro do Cyrus SASL ao criar usuário: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Erro do Cyrus SASL ao remover usuário: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "erro ao inicializar Cyrus SASL: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "erro ao criar diretório home para o usuário" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "erro ao remover diretório home para o usúario" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "erro ao mover diretório home para o usuário" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "erro ao criar spool de e-mail para o usuário" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "erro ao remover spool de e-mail para o usuário" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Erro ao inicializar %s: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "ID %s inválido\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "Pesquisando por grupo com ID %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "Pesquisando por grupo de nome %s.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "Pesquisando por usuário com ID %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "Pesquisando por usuário de nome %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Entrada não encontrada.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Prompts bem-sucedidos.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Prompts falharam.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Classes padrões de objetos dos usuários:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Nomes padrões dos atributos dos usuários:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Obtendo atributos padrões dos usuários:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Copiando estrutura do usuário:\n" libuser-0.56.9.dfsg.1.orig/po/ca.po0000644000175000017500000007523110777230756014757 0ustar gheghe# Catalan translations of libuser package by Softcatalà. # Copyright © 2004, 2005, 2006, 2007 The Free Software Foundation, Inc. # This file is distributed under the same license as the libuser package. # Isabel Cama , 2004. # Xavier Conde Rueda , 2004, 2005, 2006, 2007. # msgid "" msgstr "" "Project-Id-Version: libuser\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2007-02-18 10:10+0100\n" "Last-Translator: Xavier Conde Rueda \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "S'ha produït un error en llegir «%s»: %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "S'ha produït un error en crear «%s»: %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "S'ha produït un error en canviar el propietari de «%s»: %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "S'ha produït un error en escriure «%s»: %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "S'ha produït un error en eliminar «%s»: %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "No s'han pogut eliminar els privilegis.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "S'ha produït un error intern.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s no té permís per canviar la informació de finger de %s\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Context d'usuari desconegut" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "No s'ha pogut establir el context predeterminat per a /etc/passwd\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "S'ha produït un error en iniciar PAM.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Ha fallat l'autenticació per a %s.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "S'ha produït un error intern «%s» del PAM.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "S'ha autenticat un usuari desconegut.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "L'usuari és discordant.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[OPCIÓ...] usuari" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "S'ha produït un error en analitzar els arguments: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "No s'ha especificat cap nom d'usuari.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "S'ha produït un error en inicialitzar %s: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "L'usuari %s no existeix.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "El compte està bloquejat.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "El compte no està bloquejat.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Mínim:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Màxim:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Advertència:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Inactiu:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Mai" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Últim canvi:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "La contrasenya venç el:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Contrasenya inactiva:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "El compte venç el:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "No s'ha pogut modificar la informació d'envelliment de %s: %s.\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[OPCIÓ...] [usuari]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "" "No s'ha especificat cap nom d'usuari, no hi ha cap nom per a l'uid %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "S'està canviant la informació del finger per a %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Nom i cognoms" #: apps/lchfn.c:154 msgid "Surname" msgstr "Cognom" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Nom facilitat" #: apps/lchfn.c:179 msgid "Office" msgstr "Oficina" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Telèfon de l'oficina" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Telèfon particular" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "Adreça electrònica" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "La informació del finger no ha canviat: error d'entrada.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "La informació del finger ha canviat.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "La informació del finger no ha canviat: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "S'està canviant l'intèrpret d'ordres per a %s.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Nou intèrpret d'ordres" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "L'intèrpret d'ordres no s'ha canviat: %s.\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "L'intèrpret d'ordres ha canviat.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[OPCIÓ...] grup" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "No s'ha especificat cap nom de grup.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "L'ID del grup %s no és vàlid\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "No s'ha pogut crear el grup: %s.\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "El grup %s no existeix.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "No s'ha pogut suprimir el grup %s: %s.\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "S'han especificat -L i -U a la vegada.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "No s'ha pogut definir la contrasenya per al grup %s: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "No s'ha pogut bloquejar el grup %s: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "No s'ha pogut desbloquejar el grup %s: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "No s'ha pogut modificar el grup %s: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "S'ha produït un error en cercar %s: %s.\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "No s'ha especificat cap nom de grup. Es farà servir %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "No s'ha especificat cap nom de grup, el gid %d no té nom.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "No s'ha especificat cap nom d'usuari. Es farà servir %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[OPCIÓ...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "S'ha produït un error en obrir '%s': %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "" "S'ha produït un error en crear un compte per a '%s': s'ha formatat la línia " "incorrectament.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "L'ID de l'usuari %s no és vàlid\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "No es pot crear un compte amb l'UID 0.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "S'ha produït un error en crear un grup per a «%s» amb el GID %jd: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "" "S'ha produït un error en establir la contrasenya inicial per a %s: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "S'ha produït un error en crear un directori personal per a %s: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "S'ha produït un error en crear la gestió de cues de correu per a %s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "S'ha produït un error en crear un compte per a %s: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "S'està canviant la contrasenya per a %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Nova contrasenya" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Nova contrasenya (confirmació)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Les contrasenyes són diferents, intenteu-ho de nou.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "S'ha cancel·lat el canvi de contrasenya.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "" "S'ha produït un error en configurar la contrasenya per a l'usuari %s: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "" "S'ha produït un error en configurar la contrasenya per al grup %s: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "S'ha canviat la contrasenya.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "El grup %jd no existeix\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "S'ha produït un error en crear el grup «%s»: %s.\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "No s'ha pogut crear el compte: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "S'ha produït un error en crear %s: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "S'ha produït un error en crear la gestió de cues de correu.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "L'usuari %s no s'ha pogut suprimir: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "A %s li falta el nombre de gid.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "No existeix cap grup amb el gid %jd. No se suprimirà.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "El grup amb el GID %jd no tenia un nom de grup.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "No s'ha pogut suprimir el grup %s: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s no té un directori personal.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "S'ha produït un error en eliminar %s: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "No s'ha pogut definir la contrasenya per a l'usuari %s: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "L'usuari %s no s'ha pogut bloquejar: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "L'usuari %s no s'ha pogut desbloquejar: %s.\n" #: apps/lusermod.c:221 #, fuzzy, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "El grup %jd no existeix\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "No s'ha pogut modificar l'usuari %s: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "No s'ha pogut modificar el grup %s: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "No hi ha cap directori personal antic per a %s.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "No hi ha cap directori personal nou per a %s.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "S'ha produït un error en moure %s cap a %s: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "no s'ha pogut obrir el fitxer de configuració «%s»: %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "no s'ha pogut obtenir informació del fitxer de configuració «%s»: %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "el fitxer de configuració «%s» és massa llarg" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "no s'ha pogut llegir el fitxer de configuració «%s»: %s" #: lib/error.c:38 msgid "success" msgstr "correcte" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "mòdul deshabilitat per la configuració" #: lib/error.c:42 msgid "generic error" msgstr "error genèric" #: lib/error.c:44 msgid "not enough privileges" msgstr "no té prou privilegis" #: lib/error.c:46 msgid "access denied" msgstr "accés denegat" #: lib/error.c:48 msgid "bad user/group name" msgstr "nom d'usuari o de grup incorrecte" #: lib/error.c:50 msgid "bad user/group id" msgstr "identificador d'usuari o de grup incorrecte" #: lib/error.c:52 msgid "user/group name in use" msgstr "el nom d'usuari o de grup ja s'està utilitzant" #: lib/error.c:54 msgid "user/group id in use" msgstr "l'identificador d'usuari o de grup ja s'està utilitzant" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "s'ha produït un error en manipular els atributs del terminal" #: lib/error.c:58 msgid "error opening file" msgstr "s'ha produït un error en obrir el fitxer" #: lib/error.c:60 msgid "error locking file" msgstr "s'ha produït un error en bloquejar el fitxer" #: lib/error.c:62 msgid "error statting file" msgstr "s'ha produït un error en intentar obtenir l'estat del fitxer" #: lib/error.c:64 msgid "error reading file" msgstr "s'ha produït un error en llegir el fitxer" #: lib/error.c:66 msgid "error writing to file" msgstr "s'ha produït un error en escriure en el fitxer" #: lib/error.c:68 msgid "data not found in file" msgstr "no s'han trobat les dades en el fitxer" #: lib/error.c:70 msgid "internal initialization error" msgstr "error d'inicialització interna" #: lib/error.c:72 msgid "error loading module" msgstr "s'ha produït un error en carregar el mòdul" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "s'ha produït un error en determinar el símbol en el mòdul" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "la versió del mòdul o de la biblioteca no coincideix" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "en desbloquejar, el camp de la contrasenya quedarà buit" #: lib/error.c:84 msgid "unknown error" msgstr "error desconegut" #: lib/misc.c:165 #, fuzzy msgid "invalid number" msgstr "L'ID de l'usuari %s no és vàlid\n" #: lib/misc.c:179 #, fuzzy msgid "invalid ID" msgstr "L'ID %s no és vàlid\n" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "no s'ha trobat cap funció d'inicialització %s a «%s»" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "la versió del mòdul no coincideix a «%s»" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "el mòdul %s no defineix «%s»" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "s'ha produït un error en llegir els atributs del terminal" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "s'ha produït un error en configurar els atributs del terminal" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "s'ha produït un error en llegir del terminal" #: lib/user.c:191 msgid "name is not set" msgstr "no s'ha definit el nom" #: lib/user.c:196 msgid "name is too short" msgstr "el nom és massa curt" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "el nom és massa llarg (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "el nom conté caràcters que no són ASCII" #: lib/user.c:215 msgid "name contains control characters" msgstr "el nom conté caràcters de control" #: lib/user.c:222 msgid "name contains whitespace" msgstr "el nom conté espais en blanc" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "el nom comença amb un guió" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "el nom conté el caràcter invàlid «%c»" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "l'usuari %s no té UID" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "el grup %s no té GID" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "l'usuari %jd no té nom" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "El grup %jd no té nom" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "l'usuari no té ni nom ni UID" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "el grup no té ni nom ni GID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "El valor per defecte del camp %s no és vàlid: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "s'ha produït un error en bloquejar el fitxer: %s" #: lib/util.c:706 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "no s'ha pogut establir el context de seguretat predeterminat: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "no s'ha pogut obtenir el context de seguretat de «%s»: %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "" "no s'ha pogut establir el context de seguretat predeterminat a «%s»: %s" #: lib/util.c:760 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "no s'ha pogut obtenir el context de seguretat de «%s»: %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "no s'ha pogut obrir «%s»: %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "no s'ha pogut obtenir informació de «%s»: %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "s'ha produït un error en crear «%s»: %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "la còpia de seguretat «%s» existeix i no és un fitxer per a dades" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "la mida del fitxer de còpia de seguretat no coincideix" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "no s'ha podut llegir res de «%s»: %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "el registre ja es troba en el fitxer" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "no s'ha pogut escriure a «%s»: %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "l'objecte de l'entitat no té l'atribut %s" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "s'ha produït un error en xifrar la contrasenya" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "no s'està executant amb permisos de superusuari" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "no hi ha cap fitxer shadow present -- es deshabilitarà" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "s'ha produït un error en connectar amb el servidor kadm5 per al servei «%s» " "en el regne «%s»: %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "s'ha produït un error en inicialitzar la biblioteca del Kerberos" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "s'ha produït un error en analitzar el nom d'usuari «%s» pel Kerberos" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "l'estructura de l'entitat no té atributs %s ni %s" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "l'entitat no té atributs %s ni %s" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "s'ha creat l'entitat sense atributs %s o %s" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "s'ha produït un error en llegir la informació per a «%s» del Kerberos" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "l'entitat no té cap atribut %s" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "s'ha produït un error en configurar la contrasenya per a «%s»" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Regne del Kerberos" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Administrador principal del Kerberos" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Contrasenya del Kerberos per a l'administrador principal" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "s'ha produït un error en inicialitzar la biblioteca ldap" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "no s'ha pogut establir la versió del protocol LDAP a %d" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "el TLS no ha pogut negociar amb el servidor de LDAP" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "no s'ha pogut crear un vincle amb el servidor de LDAP" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "" "no s'ha pogut vincular amb el servidor de LDAP. El primer intent ha estat " "com a «%s»: %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "l'objecte de l'usuari no tenia atribut %s" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "s'ha creat l'objecte de l'usuari sense «%s»" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "s'ha produït un error en crear l'entrada del directori de LDAP: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "" "s'ha produït un error en modificar el registre del directori del LDAP: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "s'ha produït un error en canviar l'entrada del directori del LDAP: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "l'objecte no tenia cap atribut %s" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "s'ha produït un error en eliminar l'entrada del directori LDAP: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "l'objecte no té cap atribut %s" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "aquest objecte no existeix en el directori LDAP" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "no s'ha trobat cap atribut «%s»" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "" "s'ha produït un error en establir una contrasenya en el directori LDAP per a " "%s: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "Nom del servidor LDAP" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "DN de la base de cerca de LDAP" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "DN del vincle de LDAP" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "Contrasenya del vincle de LDAP" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "Usuari del SASL del LDAP" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "Usuari d'autorització del SASL del LDAP" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "s'ha produït un error del SASL en crear un usuari del Cyrus: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "s'ha produït un error del SASL en eliminar un usuari del Cyrus: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "s'ha produït un error en inicialitzar el SASL del Cyrus: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "s'ha produït un error en crear el directori personal per a l'usuari" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "s'ha produït un error en eliminar el directori personal per a l'usuari" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "s'ha produït un error en moure el directori personal per a l'usuari" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "" "s'ha produït un error en crear la gestió de cues de correu per a l'usuari" #: python/admin.c:885 #, fuzzy msgid "error removing mail spool for user" msgstr "" "s'ha produït un error en crear la gestió de cues de correu per a l'usuari" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "S'ha produït un error en inicialitzar %s: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "L'ID %s no és vàlid\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "S'està cercant un grup amb ID %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "S'està cercant un grup anomenat %s.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "S'està cercant un usuari amb ID %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "S'està cercant un usuari anomenat %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "No s'ha trobat el registre.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Les sol·licituds s'han completat amb èxit.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Les sol·licituds han falla.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Classes d'objecte de l'usuari per defecte:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Noms d'atribut de l'usuari per defecte:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "S'estan definint els atributs de l'usuari per defecte:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "S'està copiant l'estructura de l'usuari:\n" #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "no s'han pogut convertir les dades internes a LDAPMods" #~ msgid "could not search LDAP server" #~ msgstr "no s'ha pogut cercar el servidor del LDAP" #~ msgid "LDAP server appears to have no root DSE" #~ msgstr "sembla que el servidor del LDAP no té arrel DSE" #~ msgid "error mapping name to LDAP distinguished name" #~ msgstr "s'ha produït un error en mapar el nom amb el nom distingit del LDAP" #~ msgid "error mapping name to LDAP base distinguished name" #~ msgstr "" #~ "s'ha produït un error en mapar el nom amb el nom de base distingit del " #~ "LDAP" libuser-0.56.9.dfsg.1.orig/po/kn.po0000644000175000017500000012140110777230757014774 0ustar gheghe# translation of libuser.tip.kn.po to Kannada # translation of libuser.tip.kn.po to # Copyright (C) YEAR Red Hat, Inc. # This file is distributed under the same license as the PACKAGE package. # # Shankar Prasad , 2007, 2008. msgid "" msgstr "" "Project-Id-Version: libuser.tip.kn\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-03-31 11:07+0530\n" "Last-Translator: Shankar Prasad \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "\n" "\n" "\n" "\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "ನೆಲೆ ಕಡತಕೋಶದ ಮಾರ್ಗ `%s' ವು ಸಂಪೂರ್ಣವಾಗಿಲ್ಲ" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "`%s' ಅನ್ನು ಓದುವಲ್ಲಿ ದೋಷ: %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "`%s' ಅನ್ನು ಸೃಜಿಸು: %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "`%s' ನ ಮಾಲಿಕನನ್ನು ಬದಲಾಯಿಸುವಲ್ಲಿ ದೋಷ: %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "`%s' ಗೆ ಬರೆಯುವಲ್ಲಿ ದೋಷ: %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "`%s' ಅನ್ನು ತೆಗೆದುಹಾಕುವಲ್ಲಿ ದೋಷ: %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "ಸವಲತ್ತುಗಳನ್ನು ತ್ಯಜಿಸುವಲ್ಲಿ ದೋಷ.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "ಆಂತರಿಕ ದೋಷ.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s ಕ್ಕೆ %s ನ ಫಿಂಗರ್ ಮಾಹಿತಿಯನ್ನು ಬದಲಾಯಿಸಲು ಅನುಮತಿ ಇಲ್ಲ\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "ಅಜ್ಞಾತ ಬಳಕೆದಾರ ಸನ್ನಿವೇಶ" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "/etc/passwd ಗೆ ಪೂರ್ವನಿಯೋಜಿತ ಸನ್ನಿವೇಶವನ್ನು ಸಿದ್ಧಪಡಿಸಲಾಗಿಲ್ಲ\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "PAM ಅನ್ನು ಆರಂಭಿಸುವಲ್ಲ್ಲಿ ದೋಷ.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "%s ಗಾಗಿ ದೃಢೀಕರಣವು ವಿಫಲಗೊಂಡಿದೆ.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "ಆಂತರಿಕ PAM ದೋಷ `%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "ಅಜ್ಞಾತ ಬಳಕೆದಾರನನ್ನು ದೃಢೀಕರಿಸಲಾಗಿದೆ.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "ಬಳಕೆದಾರರು ತಾಳೆಯಾಗುತ್ತಿಲ್ಲ.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[ಆಯ್ಕೆ...] ಬಳಕೆದಾರ" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "ಆರ್ಗ್ಯುಮೆಂಟ್‍ಗಳನ್ನು ವಿವರಿಸುವಲ್ಲಿ ದೋಷ: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "ಯಾವುದೆ ಹೆಸರು ಸೂಚಿತಗೊಂಡಿಲ್ಲ.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "%s ಅನ್ನು ಆರಂಭಿಸುವಲ್ಲಿ ದೋಷ: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "ಬಳಕೆದಾರ %s ನು ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "ಖಾತೆಯು ಲಾಕ್ ಆಗಿದೆ.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "ಖಾತೆಯು ಲಾಕ್ ಆಗಿಲ್ಲ.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "ಕನಿಷ್ಟ:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "ಗರಿಷ್ಟ:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "ಎಚ್ಚರಿಕೆ:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "ನಿಷ್ಕ್ರಿಯ:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "ಎಂದೂ ಅಲ್ಲ" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "ಕಡೆಯ ಬದಲಾವಣೆ:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "ಗುಪ್ತಪದದ ಕಾಲಾವಧಿ ಮುಗಿದು ಹೋಗುತ್ತದೆ:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "ಗುಪ್ತಪದವು ನಿಷ್ಕ್ರಿಯವಾಗಿದೆ:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "ಖಾತೆಯ ಕಾಲಾವಧಿ ಮುಗಿದು ಹೋಗುತ್ತದೆ:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "%s ನ ಕಾಲ ತೀರುತ್ತಿರುವ ಮಾಹಿತಿಯನ್ನು ಮಾರ್ಪಡಿಸುವಲ್ಲಿ ವಿಫಲವಾಗಿದೆ: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[ಆಯ್ಕೆ...] [ಬಳಕೆದಾರ]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "ಯಾವುದೆ ಬಳಕೆದಾರ ಹೆಸರು ಸೂಚಿತಗೊಂಡಿಲ್ಲ, uid %d ಗೆ ಯಾವುದೆ ಹೆಸರಿಲ್ಲ.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "%s ಗಾಗಿನ ಫಿಂಗರ್ ಮಾಹಿತಿಯನ್ನು ಬದಲಾಯಿಸಲಾಗುತ್ತಿದೆ.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "ಸಂಪೂರ್ಣ ಹೆಸರು" #: apps/lchfn.c:154 msgid "Surname" msgstr "ಅಡ್ಡಹೆಸರು" #: apps/lchfn.c:169 msgid "Given Name" msgstr "ಕೊಡಲಾದ ಹೆಸರು" #: apps/lchfn.c:179 msgid "Office" msgstr "ಕಛೇರಿ" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "ಕಛೇರಿ ದೂರವಾಣಿ ಸಂಖ್ಯೆ" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "ಮನೆಯ ದೂರವಾಣಿ ಸಂಖ್ಯೆ" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "ಈ-ಮೈಲ್ ವಿಳಾಸ" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "ಫಿಂಗರ್ ಮಾಹಿತಿಯನ್ನು ಬದಲಾಯಿಸಲಾಗಿಲ್ಲ: ಆದಾನ ದೋಷ.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "ಫಿಂಗರ್ ಮಾಹಿತಿಯನ್ನು ಬದಲಾಯಿಸಲಾಗಿದೆ.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "ಫಿಂಗರ್ ಮಾಹಿತಿಯನ್ನು ಬದಲಾಯಿಸಲಾಗಿಲ್ಲ: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "%s ಗಾಗಿ ಶೆಲ್ ಮಾಹಿತಿಯನ್ನು ಬದಲಾಯಿಸಲಾಗುತ್ತಿದೆ.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "ಹೊಸ ಶೆಲ್" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "ಶೆಲ್ ಬದಲಾಗಿಲ್ಲ: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "ಶೆಲ್ ಬದಲಾಗಿದೆ.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[ಆಯ್ಕೆ...] ಸಮೂಹ" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "ಯಾವುದೆ ಸಮೂಹದ ಹೆಸರು ನಿಗದಿತಗೊಂಡಿಲ್ಲ.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "ಅಮಾನ್ಯ ಸಮೂಹ ID %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "ಸಮೂಹದ ರಚನೆ ವಿಫಲಗೊಂಡಿದೆ: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "ಸಮೂಹ %s ವು ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "ಸಮೂಹ %s ವನ್ನು ಅಳಿಸಲಾಗುವುದಿಲ್ಲ: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "-L ಹಾಗೂ -U ಎರಡೂ ಸೂಚಿತಗೊಂಡಿದೆ.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "ಸಮೂಹ %s ಕ್ಕೆ ಗುಪ್ತಪದವನ್ನು ಸಿದ್ಧಗೊಳಿಸುವಲ್ಲಿ ವಿಫಲತೆ: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "ಸಮೂಹ %s ವನ್ನು ಲಾಕ್ ಮಾಡಲಾಗಿಲ್ಲ: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "ಸಮೂಹ %s ವನ್ನು ಅನ್-ಲಾಕ್ ಮಾಡಲಾಗಿಲ್ಲ: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "ಸಮೂಹ %s ವನ್ನು ಮಾರ್ಪಡಿಸಲಾಗಿಲ್ಲ: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "%s ಅನ್ನು ನೋಡುವಾಗ ದೋಷ: %s\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "ಯಾವುದೆ ಸಮೂಹದ ಹೆಸರು ಸೂಚಿತಗೊಂಡಿಲ್ಲ, %s ಅನ್ನು ಬಳಸಲಾಗುತ್ತ್ತಿದೆ.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "ಯಾವುದೆ ಸಮೂಹದ ಹೆಸರು ಸೂಚಿತಗೊಂಡಿಲ್ಲ, gid %d ಗೆ ಯಾವುದೆ ಹೆಸರಿಲ್ಲ.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "ಯಾವುದೆ ಬಳಕೆದಾರರ ಹೆಸರು ಸೂಚಿತಗೊಂಡಿಲ್ಲ, %s ಅನ್ನು ಬಳಸಲಾಗುತ್ತ್ತಿದೆ.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[ಆಯ್ಕೆ...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "`%s' ಅನ್ನು ತೆರೆಯುವಲ್ಲಿ ದೋಷ: %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "`%s' ಗಾಗಿ ಖಾತೆಯನ್ನು ಸೃಜಿಸುವಲ್ಲಿ ದೋಷ: ಸಾಲು ಸಮರ್ಪಕವಾಗಿ ಫಾರ್ಮಾಟ್ ಆಗಿಲ್ಲ.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "ಅಮಾನ್ಯ ಬಳಕೆದಾರ ID %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "UID 0 ಯೊಂದಿಗೆ ಖಾತೆಯನ್ನು ಸೃಜಿಸಲು ನಿರಾಕರಿಸುತ್ತಿದೆ.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "`%s' ಗಾಗಿ GID %jd ಯೊಂದಿಗೆ ಸಮೂಹವನ್ನು ಸೃಜಿಸುವಲ್ಲಿ ದೋಷ: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "%s ಗೆ ಆರಂಭಿಕ ಗುಪ್ತಪದವನ್ನು ಸಿದ್ಧಗೊಳಿಸುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "%s ಗಾಗಿ ನೆಲೆ ಕಡತಕೋಶವನ್ನು ಸೃಜಿಸುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "%s ಗಾಗಿ ಸ್ಪೂಲ್ ಅನ್ನು ಸೃಜಿಸುವಲ್ಲಿ ದೋಷ.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "%s ಗಾಗಿ ಬಳಕೆದಾರ ಖಾತೆಯನ್ನು ಸೃಜಿಸುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "%s ಗಾಗಿ ಗುಪ್ತಪದವನ್ನು ಬದಲಾಯಿಸಲಾಗುತ್ತಿದೆ.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "ಹೊಸ ಗುಪ್ತಪದ" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "ಹೊಸ ಗುಪ್ತಪದ (ಖಚಿತಪಡಿಸಲಾದ)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "ಗುಪ್ತಪದಗಳು ತಾಳೆಯಾಗುತ್ತಿಲ್ಲ್ಲ, ಪುನಃ ಪ್ರಯತ್ನಿಸಿ.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "ಗುಪ್ತಪದದ ಬದಲಾವಣೆಯನ್ನು ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "%s ಬಳಕೆದಾರನಿಗೆ ಗುಪ್ತಪದವನ್ನು ಸಿದ್ಧಗೊಳಿಸುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "%s ಸಮೂಹಕ್ಕೆ ಗುಪ್ತಪದವನ್ನು ಸಿದ್ಧಗೊಳಿಸುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "ಗುಪ್ತಪದ ಬದಲಾಯಿಸಲ್ಪಟ್ಟಿದೆ.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "ಸಮೂಹ %jd ವು ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "ಸಮೂಹ`%s' ವನ್ನು ಸೃಜಿಸುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ: %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "ಖಾತೆಯನ್ನು ಸೃಜಿಸುವಲ್ಲಿ ವಿಫಲತೆ ಉಂಟಾಗಿದೆ: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "%s ಅನ್ನು ಸೃಜಿಸುವಲ್ಲಿ ವಿಫಲತೆ ಉಂಟಾಗಿದೆ: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "ಮೈಲ್ ಸ್ಪೂಲನ್ನು ಸೃಜಿಸುವಲ್ಲಿ ದೋಷ.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "ಬಳಕೆದಾರ %s ನನ್ನು ಅಳಿಸಿಹಾಕಲಾಗಲಿಲ್ಲ: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s ವು ಒಂದು gid ಸಂಖ್ಯೆಯನ್ನು ಹೊಂದಿಲ್ಲ.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "GID %jd ಹೊಂದಿರುವ ಒಂದು ಸಮೂಹ ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ, ತೆಗೆಯಲಾಗುತ್ತಿಲ್ಲ.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "GID %jd ಹೊಂದಿರುವ ಸಮೂಹಕ್ಕೆ ಒಂದು ಸಮೂಹದ ಹೆಸರನ್ನು ಹೊಂದಿಲ್ಲ.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "ಸಮೂಹ %s ಅನ್ನು ಅಳಿಸಲಾಗುವುದಿಲ್ಲ: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s ವು ಒಂದು ನೆಲೆ ಕಡತ ಕೋಶವನ್ನು ಹೊಂದಿಲ್ಲ.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "%s ಅನ್ನು ತೆಗೆಯುವಲ್ಲಿ ದೋಷ: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "ಬಳಕೆದಾರ %s ನಿಗೆ ಗುಪ್ತಪದವನ್ನು ಸಿದ್ಧಗೊಳಿಸುವಲ್ಲಿ ವಿಫಲತೆ: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "ಬಳಕೆದಾರ %s ನನ್ನು ಲಾಕ್ ಮಾಡಲಾಗಿಲ್ಲ: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "ಬಳಕೆದಾರ %s ನನ್ನು ಅನ್-ಲಾಕ್ ಮಾಡಲಾಗಿಲ್ಲ: %s.\n" #: apps/lusermod.c:221 #, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "ಎಚ್ಚರಿಕೆ: ID %jd ಯನ್ನು ಹೊಂದಿರುವ ಸಮೂಹವು ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ.\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "ಬಳಕೆದಾರ %s ನನ್ನು ಮಾರ್ಪಾಡು ಮಾಡಲಾಗಿಲ್ಲ: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "ಸಮೂಹ %s ವನ್ನು ಮಾರ್ಪಾಡು ಮಾಡಲಾಗಿಲ್ಲ: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "%s ಗೆ ಹಳೆಯ ನೆಲೆ ಕಡತಕೋಶವಿಲ್ಲ.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "%s ಗೆ ಹೊಸ ನೆಲೆ ಕಡತಕೋಶವಿಲ್ಲ.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "%s ಅನ್ನು %s ಗೆ ತೆಗೆಯುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "ಸಂರಚನಾ ಕಡತ `%s' ವನ್ನು ತೆಗೆಯುವಲ್ಲಿ ದೋಷ ಎದುರಾಗಿದೆ: %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "ಸಂರಚನಾ ಕಡತ `%s' ವನ್ನು ಆರಂಭಿಸಲಾಗಿಲ್ಲ: %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "ಸಂರಚನಾ ಕಡತ `%s' ವು ಬಹಳ ದೊಡ್ಡದಾಗಿದೆ" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "ಸಂರಚನಾ ಕಡತ `%s' ವನ್ನು ಓದಲಾಗಿಲ್ಲ: %s" #: lib/error.c:38 msgid "success" msgstr "ಯಶಸ್ವಿಯಾಗಿದೆ" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "ಸಂರಚನೆಯಿಂದ ಘಟಕವು ಅಶಕ್ತಗೊಂಡಿದೆ" #: lib/error.c:42 msgid "generic error" msgstr "ಸಾಮಾನ್ಯ ದೋಷ" #: lib/error.c:44 msgid "not enough privileges" msgstr "ಸಾಕಷ್ಟು ಸವಲತ್ತುಗಳಿಲ್ಲ" #: lib/error.c:46 msgid "access denied" msgstr "ನಿಲುಕಣೆಯನ್ನು ನಿರಾಕರಿಸಲಾಗಿದೆ" #: lib/error.c:48 msgid "bad user/group name" msgstr "ಕೆಟ್ಟ ಬಳಕೆದಾರನ/ಸಮೂಹದ ಹೆಸರು" #: lib/error.c:50 msgid "bad user/group id" msgstr "ಕೆಟ್ಟ ಬಳಕೆದಾರನ/ಸಮೂಹದ id" #: lib/error.c:52 msgid "user/group name in use" msgstr "ಬಳಸಲಾಗುತ್ತಿರುವ ಬಳಕೆದಾರನ/ಸಮೂಹದ ಹೆಸರು" #: lib/error.c:54 msgid "user/group id in use" msgstr "ಬಳಸಲಾಗುತ್ತಿರುವ ಬಳಕೆದಾರನ/ಸಮೂಹದ id" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "ಟರ್ಮಿನಲ್ ವೈಶಿಷ್ಟ್ಯಗಳನ್ನು ಮ್ಯಾನಿಪುಲೇಟ್ ಮಾಡುವಲ್ಲಿ ದೋಷ" #: lib/error.c:58 msgid "error opening file" msgstr "ಕಡತವನ್ನು ತೆಗೆಯುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ" #: lib/error.c:60 msgid "error locking file" msgstr "ಕಡತವನ್ನು ಲಾಕ್ ಮಾಡುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ" #: lib/error.c:62 msgid "error statting file" msgstr "ಕಡತವನ್ನು statting ಮಾಡುವಲ್ಲಿ ದೋಷ" #: lib/error.c:64 msgid "error reading file" msgstr "ಕಡತವನ್ನು ಓದುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ" #: lib/error.c:66 msgid "error writing to file" msgstr "ಕಡತಕ್ಕೆ ಬರೆಯುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ" #: lib/error.c:68 msgid "data not found in file" msgstr "ಕಡತದಲ್ಲಿ ದತ್ತಾಂಶವು ಕಂಡುಬಂದಿಲ್ಲ" #: lib/error.c:70 msgid "internal initialization error" msgstr "ಆಂತರಿಕ ಆರಂಭಿಕ ದೋಷ ಉಂಟಾಗಿದೆ" #: lib/error.c:72 msgid "error loading module" msgstr "ಘಟಕವನ್ನು ಲೋಡ್ ಮಾಡುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "ಘಟಕದಲ್ಲಿ ಸಂಕೇತವನ್ನು ಪರಿಹರಿಸುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "ಲೈಬ್ರರಿ/ಘಟಕದ ಆವೃತ್ತಿಯು ತಾಳೆಯಾಗುತ್ತಿಲ್ಲ" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "ಅನ್-ಲಾಕ್ ಮಾಡುವುದರಿಂದ ಗುಪ್ತಪದ ಜಾಗವು ಖಾಲಿ ಉಳಿಯುತ್ತದೆ" #: lib/error.c:84 msgid "unknown error" msgstr "ಅಜ್ಞಾತ ದೋಷ" #: lib/misc.c:165 msgid "invalid number" msgstr "ಅಮಾನ್ಯ ಸಂಖ್ಯೆ" #: lib/misc.c:179 msgid "invalid ID" msgstr "ಅಮಾನ್ಯ ID" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "ಯಾವುದೆ ಆರಂಭಿಕ ಕ್ರಿಯೆ %s ಯು `%s' ನಲ್ಲಿಲ್ಲ" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "`%s' ನಲ್ಲಿ ಘಟಕ ಆವೃತ್ತಿಯು ತಾಳೆಯಾಗುತ್ತಿಲ್ಲ" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "`%s' ಘಟಕವು %s' ಅನ್ನು ವಿವರಿಸುವುದಿಲ್ಲ" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "ಟರ್ಮಿನಲ್ ವೈಶಿಷ್ಟ್ಯಗಳನ್ನು ಓದುವಾಗ ದೋಷ" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "ಟರ್ಮಿನಲ್ ವೈಶಿಷ್ಟ್ಯಗಳನ್ನು ಹೊಂದಿಸುವಾಗ ದೋಷ" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "ಟರ್ಮಿನಲ್‍ನಿಂದ ಓದುವಲ್ಲಿ ದೋಷ" #: lib/user.c:191 msgid "name is not set" msgstr "ಯಾವುದೇ ಹೆಸರು ಹೊಂದಿಸಿಲ್ಲ" #: lib/user.c:196 msgid "name is too short" msgstr "ಹೆಸರು ಬಹಳ ಚಿಕ್ಕದಾಗಿದೆ" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "ಹೆಸರು ಬಹಳ ಉದ್ದವಾಗಿದೆ (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "ಹೆಸರು ASCII-ಅಲ್ಲದ ಅಕ್ಷರಗಳನ್ನು ಒಳಗೊಂಡಿದೆ" #: lib/user.c:215 msgid "name contains control characters" msgstr "ಹೆಸರು ನಿಯಂತ್ರಣ ಅಕ್ಷರಗಳನ್ನು ಒಳಗೊಂಡಿದೆ" #: lib/user.c:222 msgid "name contains whitespace" msgstr "ಹೆಸರು ಖಾಲಿ ಜಾಗಗಳನ್ನು ಒಳಗೊಂಡಿದೆ" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "ಹೆಸರು ಅಡ್ಡಗೆರೆಯಿಂದ ಆರಂಭಗೊಳ್ಳುತ್ತದೆ" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "ಹೆಸರಿನಲ್ಲಿ ಅಮಾನ್ಯ ಅಕ್ಷರವಾದ`%c' ಇದೆ" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "ಬಳಕೆದಾರ %s ವು UID ಅನ್ನು ಹೊಂದಿಲ್ಲ" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "ಸಮೂಹ %s ವು GID ಯನ್ನು ಹೊಂದಿಲ್ಲ" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "ಬಳಕೆದಾರ %jd ನು ಹೆಸರನ್ನು ಹೊಂದಿಲ್ಲ" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "ಸಮೂಹ %jd ವು ಹೆಸರನ್ನು ಹೊಂದಿಲ್ಲ" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "ಬಳಕೆದಾರ ಒಂದು ಹೆಸರು ಅಥವ ಒಂದು UID ಅನ್ನು ಹೊಂದಿಲ್ಲ" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "ಸಮೂಹವು ಒಂದು ಹೆಸರು ಅಥವ ಒಂದು GID ಅನ್ನು ಹೊಂದಿಲ್ಲ" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "%s ಕ್ಷೇತ್ರದ ಪೂರ್ವನಿಯೋಜಿತ ಮೌಲ್ಯವು ಅಮಾನ್ಯವಾಗಿದೆ: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "ಕಡತವನ್ನು ಲಾಕ್ ಮಾಡುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ: %s" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "ಪೂರ್ವನಿಯೋಜಿತ ಸುರಕ್ಷತಾ ಸನ್ನಿವೇಶವನ್ನು ಪಡೆಯಲಾಗಲಿಲ್ಲ: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "`%s' ನ ಪೂರ್ವನಿಯೋಜಿತ ಸುರಕ್ಷತಾ ಸನ್ನಿವೇಶವನ್ನು ಪಡೆಯಲಾಗಲಿಲ್ಲ:: %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "ಪೂರ್ವನಿಯೋಜಿತ ಸುರಕ್ಷತಾ ಸನ್ನಿವೇಶವನ್ನು `%s' ಕ್ಕೆ ಹೊಂದಿಸಲಾಗಲಿಲ್ಲ: %s" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "`%s' ಕ್ಕೆ ಸುರಕ್ಷತಾ ಸನ್ನಿವೇಶವನ್ನು ನಿರ್ಧರಿಸಲಾಗಲಿಲ್ಲ: %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' ಅನ್ನು ತೆರೆಯಲಾಗಿಲ್ಲ: %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s' ಅನ್ನು stat ಮಾಡಲಾಗಲಿಲ್ಲ: %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "`%s' ಅನ್ನು ಸೃಜಿಸುವಲ್ಲಿ ದೋಷ: %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "ಬ್ಯಾಕ್ಅಪ್ ಕಡತ `%s' ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ ಹಾಗು ಅದು ಸಾಮಾನ್ಯ ಕಡತವಾಗಿಲ್ಲ" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "ಬ್ಯಾಕ್ಅಪ್ ಕಡತದ ಗಾತ್ರವು ತಾಳೆಯಾಗುತ್ತಿಲ್ಲ" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s' ನಿಂದ ಓದಲಾಗಿಲ್ಲ: %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "ನಮೂದು ಈಗಾಗಲೆ ಕಡತದಲ್ಲಿದೆ" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s' ಗೆ ಬರೆಯಲಾಗಿಲ್ಲ: %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "ನಮೂದು ಆಬ್ಜೆಕ್ಟ್‍ %s ವೈಶಿಷ್ಟ್ಯವನ್ನು ಹೊಂದಿಲ್ಲ" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "ಗುಪ್ತಪದವನ್ನು ಗೂಢಲಿಪೀಕರಿಸುವಲ್ಲಿ ದೋಷ" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "ಮೂಲಬಳಕೆದಾರನ ಸವಲತ್ತುಗಳೊಂದಿಗೆ ಕಾರ್ಯಗತಗೊಳ್ಳುತ್ತಿಲ್ಲ" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "ಛಾಯಾ ಕಡತವು ಇಲ್ಲ --ಅಶಕ್ತಗೊಳಿಸಲಾಗುತ್ತಿದೆ" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "`%s' ಸೇವೆಗಾಗಿ `%s' ಕ್ಷೇತ್ರದಲ್ಲಿ kadm5 ಪರಿಚಾರಕಕ್ಕೆ ಸಂಪರ್ಕ ಕಲ್ಪಿಸುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ: " "%s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "ಕರ್ಬರೋಸ್ ಲೈಬ್ರರಿಯನ್ನು ಆರಂಭಿಸುವಲ್ಲಿ ದೋಷ" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "ಕರ್ಬರೋಸ್‍ಗಾಗಿ ಬಳಕೆದಾರ ಹೆಸರು `%s' ಅನ್ನು ವಿವರಿಸುವಲ್ಲಿ ದೋಷ" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "ನಮೂದು %s ಅಥವ %s ವೈಶಿಷ್ಟ್ಯಗಳನ್ನು ಹೊಂದಿಲ್ಲ" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "ನಮೂದು %s ಅಥವ %s ವೈಶಿಷ್ಟ್ಯವನ್ನು ಹೊಂದಿಲ್ಲ" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "ನಮೂದು %s ಅಥವ %s ವೈಶಿಷ್ಟ್ಯಗಳಿಲ್ಲದೆ ನಿರ್ಮಿಸಲ್ಪಟ್ಟಿದೆ" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "`%s' ಗಾಗಿ ಕರ್ಬರೋಸ್‍ನಿಂದ ಮಾಹಿತಿಯನ್ನು ಓದುವಲ್ಲಿ ದೋಷ" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "ನಮೂದು %s ವೈಶಿಷ್ಟ್ಯವನ್ನು ಹೊಂದಿಲ್ಲ" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "`%s' ಗಾಗಿ ಗುಪ್ತಪದವನ್ನು ಹೊಂದಿಸುವಲ್ಲಿ ದೋಷ" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "ಕರ್ಬರೋಸ್ ಕ್ಷೇತ್ರ(Kerberos Realm)" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "ಕರ್ಬರೋಸ್ ನಿರ್ವಹಣಾ ಪ್ರಮುಖ" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "ನಿರ್ವಹಣಾ ಪ್ರಮುಖನಿಗಾಗಿ ಕರ್ಬರೋಸ್ ಗುಪ್ತಪದ" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "ldap ಲೈಬ್ರರಿಯನ್ನು ಆರಂಭಿಸುವಲ್ಲಿ ದೋಷ" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "LDAP ಪ್ರೋಟೋಕಾಲ್ ಅನ್ನು ಆವೃತ್ತಿ %d ಗೆ ಹೊಂದಿಸಲಾಗಿಲ್ಲ" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "TLS ಅನ್ನು LDAP ಪರಿಚಾರಕದೊಂದಿಗೆ ವ್ಯವಹರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "LDAP ಪರಿಚಾರಕಕ್ಕೆ ಬೈಂಡ್ ಮಾಡಲಾಗಿಲ್ಲ" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "LDAP ಪರಿಚಾರಕಕ್ಕೆ ಬೈಂಡ್ ಮಾಡಲಾಗಿಲ್ಲ, ಪ್ರಥಮ ಪ್ರಯತ್ನ `%s' ಆಗಿತ್ತು: %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "ಬಳಕೆದಾರ ಆಬ್ಜೆಕ್ಟ್‍ %s ವೈಶಿಷ್ಟ್ಯವನ್ನು ಹೊಂದಿಲ್ಲ" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "ಯಾವುದೆ `%s' ಇಲ್ಲದೆ ಬಳಕೆದಾರ ಆಬ್ಜೆಕ್ಟ್‍ ರಚಿಸಲ್ಪಟ್ಟಿದೆ" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "ಒಂದು LDAP ಕಡತಕೋಶ ನಮೂದನ್ನು ನಿರ್ಮಿಸುವಲ್ಲಿ ದೋಷ: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "ಒಂದು LDAP ಕಡತಕೋಶ ನಮೂದನ್ನು ಮಾರ್ಪಡಿಸುವಲ್ಲಿ ದೋಷ: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "ಒಂದು LDAP ಕಡತಕೋಶ ನಮೂದನ್ನು ಮರುಹೆಸರಿಸುವಲ್ಲಿ ದೋಷ: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "ಆಬ್ಜೆಕ್ಟ್‍ %s ವೈಶಿಷ್ಟ್ಯವನ್ನು ಹೊಂದಿರಲಿಲ್ಲ" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "ಒಂದು LDAP ಕಡತಕೋಶ ನಮೂದನ್ನು ತೆಗೆದು ಹಾಕುವಲ್ಲಿ ದೋಷ: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "ಆಬ್ಜೆಕ್ಟ್‍ %s ವೈಶಿಷ್ಟ್ಯವನ್ನು ಹೊಂದಿಲ್ಲ" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "LDAP ಕಡತಕೋಶದಲ್ಲಿ ಯಾವುದೆ ಆಬ್ಜೆಕ್ಟ್‍ ಇಲ್ಲ" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "ಯಾವುದೆ `%s' ವೈಶಿಷ್ಟ್ಯವು ಕಂಡು ಬಂದಿಲ್ಲ" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "%s ಕ್ಕಾಗಿ LDAP ಕಡತಕೋಶದಲ್ಲಿ ಗುಪ್ತಪದವನ್ನು ಹೊಂದಿಸುವಲ್ಲಿ ದೋಷ: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "LDAP ಪರಿಚಾರಕದ ಹೆಸರು" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP ಶೋಧನಾ ಮೂಲ DN" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP ಬೈಂಡ್ DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP ಬೈಂಡ್ ಗುಪ್ತಪದ" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL ಬಳಕೆದಾರ" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL ದೃಢೀಕರಣ ಬಳಕೆದಾರ" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "ಬಳಕೆದಾರನನ್ನು ಸೃಜಿಸುವಲ್ಲಿ Cyrus SASL ದೋಷ: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "ಬಳಕೆದಾರನನ್ನು ತೆಗೆದು ಹಾಕುವಲ್ಲಿ Cyrus SASL ದೋಷ: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "Cyrus SASL ಅನ್ನು ಆರಂಭಿಸುವಲ್ಲಿ ದೋಷ: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "ಬಳಕೆದಾರರಿಗಾಗಿ ನೆಲೆ ಕಡತಕೋಶವನ್ನು ಸೃಜಿಸುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "ಬಳಕೆದಾರರಿಗಾಗಿ ನೆಲೆ ಕಡತಕೋಶವನ್ನು ತೆಗೆದು ಹಾಕುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "ಬಳಕೆದಾರರಿಗಾಗಿ ನೆಲೆ ಕಡತಕೋಶವನ್ನು ಸ್ಥಳಾಂತರಿಸುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "ಬಳಕೆದಾರರಿಗಾಗಿ ಮೈಲ್ ಸ್ಪೂಲನ್ನು ಸೃಜಿಸುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "ಬಳಕೆದಾರರಿಗಾಗಿ ಮೈಲ್ ಸ್ಪೂಲನ್ನು ತೆಗೆದು ಹಾಕುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "%s ಅನ್ನು ಆರಂಭಿಸುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "ಅಮಾನ್ಯ ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "ID %jd ಯನ್ನು ಹೊಂದಿದ ಸಮೂಹಕ್ಕಾಗಿ ಹುಡುಕಲಾಗುತ್ತಿದೆ.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "%s ಹೆಸರಿನ ಸಮೂಹಕ್ಕಾಗಿ ಹುಡುಕಲಾಗುತ್ತಿದೆ.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "ID %jd ಯನ್ನು ಹೊಂದಿದ ಬಳಕೆದಾರನಿಗಾಗಿ ಹುಡುಕಲಾಗುತ್ತಿದೆ.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "%s ಹೆಸರಿನ ಬಳಕೆದಾರನಿಗಾಗಿ ಹುಡುಕಲಾಗುತ್ತಿದೆ.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "ನಮೂದು ಕಂಡು ಬಂದಿಲ್ಲ.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "ಪ್ರಾಂಪ್ಟ್‍ಗಳು ಯಶಸ್ವಿಯಾಗಿವೆ.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "ಪ್ರಾಂಪ್ಟ್‍ಗಳು ವಿಫಲಗೊಂಡಿವೆ.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "ಪೂರ್ವನಿಯೋಜಿತ ಆಬ್ಜೆಕ್ಟ್‍ ವರ್ಗಗಳು:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "ಪೂರ್ವನಿಯೋಜಿತ ಬಳಕೆದಾರ ವೈಶಿಷ್ಟ್ಯದ ಹೆಸರುಗಳು:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "ಪೂರ್ವನಿಯೋಜಿತ ಬಳಕೆದಾರ ವೈಶಿಷ್ಟ್ಯವನ್ನು ಪಡೆಯಲಾಗುತ್ತಿದೆ:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "ಬಳಕೆದಾರ ರಚನೆಯನ್ನ್ನು ನಕಲಿಸಲಾಗುತ್ತಿದೆ:\n" libuser-0.56.9.dfsg.1.orig/po/as.po0000644000175000017500000011717210777230755014777 0ustar gheghe# translation of libuser.tip.as.po to Assamese # This file is distributed under the same license as the PACKAGE package. # Copyright (C) YEAR Red Hat, Inc. # # Amitakhya Phukan , 2006. # Amitakhya Phukan , 2008. # Amitakhya Phukan , 2008. msgid "" msgstr "" "Project-Id-Version: libuser.tip.as\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-03-31 16:11+0530\n" "Last-Translator: Amitakhya Phukan \n" "Language-Team: Assamese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n!=1)\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "ঘৰৰ পঞ্জিকাৰ পথ `%s' সম্পূৰ্ণ নহয়" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "`%s' পঢ়োঁতে ভুল: %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "`%s' সৃষ্টি কৰোঁতে ভুল: %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "`%s' ৰ গৰাকীৰ পৰিবৰ্তনত ভুল: %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "`%s' লিখতে সমস্যা: %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "`%s' অপসাৰণে সমস্যা: %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "অধিকাৰ হ্ৰাসেৰ প্ৰচেষ্টা ব্যৰ্থ।\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "অভ্যন্তৰীণ সমস্যা।\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s-ৰ, %s-ৰ finger সংক্ৰান্ত তথ্য পৰিবৰ্তন কৰাৰ অধিকাৰ নাই।\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "ব্যৱহাৰকৰোঁতাৰ প্ৰাসঙ্গিক বিবৰণ অজানা" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "/etc/passwd-ৰ অবিকল্পিত প্ৰসঙ্গ নিৰ্ধাৰণ কৰা সম্ভব নহয়\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "PAM আৰম্ভ কৰোঁতে সমস্যা।\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "%s-ৰ পৰিচয়প্ৰমাণ প্ৰক্ৰিয়া ব্যৰ্থ হয়েছে।\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "PAM-ৰ অভ্যন্তৰীণ সমস্যা `%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "অজানা ব্যৱহাৰকৰোঁতা অনুমোদিত ৰয়েছেন।\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "ব্যৱহাৰকৰোঁতাৰ গৰমিল।\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[OPTION...] user" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "আৰ্গুমেন্ট পাৰ্স কৰোঁতে সমস্যা: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "কোনো ব্যৱহাৰকৰোঁতাৰ নাম উল্লেখ কৰা নহয়।\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "%s আৰম্ভ কৰোঁতে সমস্যা: %s।\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "%s ব্যৱহাৰকৰোঁতা বৰ্তমানে উপস্থিত নাই।\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "অ্যাকাউন্ট লক কৰা আছে।\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "অ্যাকাউন্ট লক কৰা নাই।\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "সৰ্বনিম্ন:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "সৰ্বোচ্চ:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "সতৰ্কবাৰ্তা:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "নিষ্ক্ৰিয়:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "কখনো নয়" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "সৰ্বশেষ পৰিবৰ্তন:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "গুপ্তশব্দেৰ মেয়াদপূৰ্তী:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "গুপ্তশব্দ নিষ্ক্ৰিয়:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "অ্যাকাউন্টেৰ মেয়াদপূৰ্তী:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "%s সংক্ৰান্ত পুৰোনো তথ্য পৰিবৰ্তনেৰ প্ৰচেষ্টা ব্যৰ্থ: %s।\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[OPTION...] [user]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "কোনো ব্যৱহাৰকৰোঁতাৰ নাম নিৰ্দিষ্ট নহয়, %d uid-ৰ কোনো নাম উল্লিখিত নহয়।\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "%s সংক্ৰান্ত finger তথ্য পৰিবৰ্তন কৰা হৈছে ।\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "সম্পূৰ্ণ নাম" #: apps/lchfn.c:154 msgid "Surname" msgstr "পদবি" #: apps/lchfn.c:169 msgid "Given Name" msgstr "প্ৰদত্ত নাম" #: apps/lchfn.c:179 msgid "Office" msgstr "কৰ্মস্থল" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "কৰ্মস্থলেৰ ফোন" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "গৃহেৰ ফোন" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "ই-মেইল ঠিকানা" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Finger সংক্ৰান্ত তথ্য পৰিবৰ্তন কৰা নাযায়: ইনপুটজড়িত ত্ৰুটি।\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Finger সংক্ৰান্ত তথ্য পৰিবৰ্তন কৰা হয়েছে।\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Finger সংক্ৰান্ত তথ্য পৰিবৰ্তন কৰা নহয়: %s।\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "%s-ৰ শেল পৰিবৰ্তন কৰা হৈছে ।\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "নতুন শেল" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "শেল পৰিবৰ্তিত নহয়: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "শেল পৰিবৰ্তিত হয়েছে।\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[OPTION...] group" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "কোনো সমষ্টিৰ নাম নিৰ্ধাৰণ কৰা নহয়।\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "সমষ্টিৰ অবৈধ ID %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "সমষ্টি সৃষ্টি কৰোঁতে ব্যৰ্থ: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "%s সমষ্টিটি বৰ্তমানে উপস্থিত নাই।\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "%s সমষ্টিটি আঁতৰুৱা সম্ভব নহয়: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "-L এবং -U দুটিই নিৰ্দিষ্ট কৰা হয়েছে।\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "%s সমষ্টিৰ গুপ্তশব্দ সৃষ্টি কৰোঁতে ব্যৰ্থ: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "%s সমষ্টিটি লক কৰা নাযায়: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "%s সমষ্টিটি আন-লক কৰা নাযায়: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "%s সমষ্টি পৰিবৰ্তন কৰা নাযায়: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "%s অনুসন্ধানে সমস্যা: %s।\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "সমষ্টিৰ নাম উল্লেখ কৰা নহয়, %s ব্যবহাৰ কৰা হৈছে ।\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "সমষ্টিৰ নাম উল্লেখ কৰা নহয়, %d gid-ৰ বাবে কোনো নাম লেখা নহয়।\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "ব্যৱহাৰকৰোঁতাৰ নাম উল্লেখ কৰা নহয়, %s ব্যবহাৰ কৰা হৈছে ।\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[OPTION...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "`%s' খুলতে সমস্যা: %s।\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "" "`%s' -ৰ বাবে অ্যাকাউন্ট সৃষ্টি কৰোঁতে সমস্যা: পংক্তিটি সঠিক বিন্যাসে গঠিত নহয়।\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "ব্যৱহাৰকৰোঁতা অবৈধ ID %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "UID 0 ব্যবহাৰ কৰে অ্যাকাউন্ট সৃষ্টি কৰা হবে না।\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "`%s'-ৰ বাবে, GID %jd ব্যবহাৰ কৰে সমষ্টি সৃষ্টি কৰোঁতে সমস্যা: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "%s-ৰ বাবে প্ৰাৰম্ভিক গুপ্তশব্দ নিৰ্ধাৰণ কৰোঁতে সমস্যা: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "%s-ৰ বাবে ব্যক্তিগত (হোম) পঞ্জিকা সৃষ্টি কৰোঁতে সমস্যা: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "%s-ৰ বাবে মেইল স্পুল সৃষ্টি কৰোঁতে সমস্যা।\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "%s-ৰ বাবে ব্যৱহাৰকৰোঁতাৰ অ্যাকাউন্ট সৃষ্টি কৰোঁতে সমস্যা:%s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "%s-ৰ গুপ্তশব্দ পৰিবৰ্তন কৰা হৈছে ।\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "নতুন গুপ্তশব্দ" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "নতুন গুপ্তশব্দ (নিশ্চায়ন)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "গুপ্তশব্দ দুটি মেলেনি, পুনৰায় চেষ্টা কৰুন।\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "গুপ্তশব্দ পৰিবৰ্তন প্ৰক্ৰিয়া বাতিল কৰা হয়েছে।\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "%s ব্যৱহাৰকৰোঁতাৰ বাবে গুপ্তশব্দ নিৰ্ধাৰণ কৰোঁতে সমস্যা: %s।\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "%s সমষ্টিৰ বাবে গুপ্তশব্দ নিৰ্ধাৰণ কৰোঁতে সমস্যা: %s।\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "গুপ্তশব্দ পৰিবৰ্তিত হয়েছে।\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "%jd সমষ্টিটি বৰ্তমানে উপস্থিত নাই।\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "`%s' সমষ্টি সৃষ্টি কৰোঁতে সমস্যা: %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "অ্যাকাউন্ট সৃষ্টি কৰোঁতে ব্যৰ্থ: %s।\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "%s সৃষ্টি কৰোঁতে সমস্যা: %s।\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "মেইল স্পুল সৃষ্টি কৰোঁতে সমস্যা।\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "ব্যৱহাৰকৰোঁতা %s'ৰ অ্যাকাউন্ট আঁতৰুৱা সম্ভব নহয়: %s।\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s-ৰ কোনো gid সংখ্যা নাই।\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "%jd GIDসহ কোনো সমষ্টি বৰ্তমানে উপস্থিত নাই, আঁতৰুৱা সম্ভব নয়।\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "%jd GIDসহ সমষ্টিৰ কোনো নাম উল্লিখিত নহয়।\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "%s সমষ্টিটি আঁতৰুৱা সম্ভব নহয়: %s।\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s-ৰ ব্যক্তিগত (হোম) পঞ্জিকা উপস্থিত ছিল না।\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "%s সৰিয়ে ফেলতে সমস্যা: %s।\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "%s ব্যৱহাৰকৰোঁতাৰ বাবে গুপ্তশব্দ নিৰ্ধাৰণ কৰা সম্ভব নহয়: %s।\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "%s ব্যৱহাৰকৰোঁতাকে লক (lock) কৰা সম্ভব নহয়: %s।\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "%s ব্যৱহাৰকৰোঁতাকে আন-লক (unlock) কৰা সম্ভব নহয়: %s।\n" #: apps/lusermod.c:221 #, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "সকিয়নি: %jd ID থকা সমষ্টি বৰ্তমানে উপস্থিত নাই।\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "%s ব্যৱহাৰকৰোঁতাৰ তথ্য পৰিবৰ্তন কৰা সম্ভব নহয়: %s।\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "%s সমষ্টিৰ তথ্য পৰিবৰ্তন কৰা সম্ভব নহয়: %s।\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "%s-ৰ ক্ষেত্ৰে পুৰোনো ব্যক্তিগত (হোম) পঞ্জিকা উপস্থিত নাই।\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "%s-ৰ কোনো নতুন ব্যক্তিগত (হোম) পঞ্জিকা উপস্থিত নাই।\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "%s কে %s-এ সৰিয়ে নিতে সমস্যা হয়েছে: %s।\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "কনফিগাৰেশন ফাইল `%s' খোলা নাযায়: %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "কনফিগাৰেশন ফাইল `%s' stat কৰা নাযায়: %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "কনফিগাৰেশন ফাইল `%s' অত্যাধিক বড়" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "কনফিগাৰেশন ফাইল `%s' পড়া নাযায়: %s" #: lib/error.c:38 msgid "success" msgstr "সফল" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "কনফিগাৰেশনেৰ দৰুণ মডিউলটি নিষ্ক্ৰিয় হয়ে গেছে" #: lib/error.c:42 msgid "generic error" msgstr "সাধাৰণ সমস্যা" #: lib/error.c:44 msgid "not enough privileges" msgstr "অপৰ্যাপ্ত অধিকাৰ" #: lib/error.c:46 msgid "access denied" msgstr "অনুমোদন কৰা নহয়" #: lib/error.c:48 msgid "bad user/group name" msgstr "অবৈধ ব্যৱহাৰকৰোঁতা/সমষ্টিৰ নাম" #: lib/error.c:50 msgid "bad user/group id" msgstr "অবৈধ ব্যৱহাৰকৰোঁতা/সমষ্টিৰ id" #: lib/error.c:52 msgid "user/group name in use" msgstr "ব্যৱহাৰকৰোঁতা/সমষ্টিৰ নাম বৰ্তমানে ব্যবহৃত হৈছে" #: lib/error.c:54 msgid "user/group id in use" msgstr "ব্যৱহাৰকৰোঁতা/সমষ্টিৰ id বৰ্তমানে ব্যবহৃত হৈছে" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "টাৰ্মিনালেৰ বৈশিষ্ট্য পৰিবৰ্তন কৰোঁতে সমস্যা" #: lib/error.c:58 msgid "error opening file" msgstr "ফাইল খুলতে সমস্যা" #: lib/error.c:60 msgid "error locking file" msgstr "ফাইল লক কৰোঁতে সমস্যা" #: lib/error.c:62 msgid "error statting file" msgstr "ফাইল stat কৰোঁতে সমস্যা" #: lib/error.c:64 msgid "error reading file" msgstr "ফাইল পড়তে সমস্যা" #: lib/error.c:66 msgid "error writing to file" msgstr "ফাইলে লিখতে সমস্যা" #: lib/error.c:68 msgid "data not found in file" msgstr "ফাইলে তথ্য পোৱা নাযায়" #: lib/error.c:70 msgid "internal initialization error" msgstr "অভ্যন্তৰীণ প্ৰাৰম্ভিক সমস্যা" #: lib/error.c:72 msgid "error loading module" msgstr "মডিউল লোড কৰোঁতে সমস্যা" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "মডিউলেৰ সিম্বল মীমাংসা কৰোঁতে সমস্যা" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "লাইব্ৰেৰি/মডিউলেৰ সংস্কৰণে গৰমিল" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "আন-লক কৰা হলে গুপ্তশব্দেৰ ক্ষেত্ৰ ফাঁকা হয়ে যাবে" #: lib/error.c:84 msgid "unknown error" msgstr "অজানা সমস্যা" #: lib/misc.c:165 msgid "invalid number" msgstr "অবৈধ সংখ্যা" #: lib/misc.c:179 msgid "invalid ID" msgstr "অবৈধ ID" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "%s প্ৰাৰম্ভিক কাৰ্য `%s'-ত উপস্থিত নাই" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "`%s'-ৰ মডিউল সংস্কৰণে গৰমিল" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "`%s' মডিউলেৰ দ্বাৰা `%s'-ৰ ব্যাখ্যা কৰা নাযায়" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "টাৰ্মিনালেৰ বৈশিষ্ট্য পড়তে সমস্যা" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "টাৰ্মিনালেৰ বৈশিষ্ট্য নিৰ্ধাৰণ কৰোঁতে সমস্যা" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "টাৰ্মিনাল থেকে পড়তে সমস্যা" #: lib/user.c:191 msgid "name is not set" msgstr "নাম নিৰ্ধাৰণ কৰা নহয়" #: lib/user.c:196 msgid "name is too short" msgstr "নাম অত্যাধিক ছোট" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "উল্লিখিত নাম অত্যাধিক লম্বা (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "নামেৰ মধ্য non-ASCII অক্ষৰ লেখা হয়েছে" #: lib/user.c:215 msgid "name contains control characters" msgstr "নামেৰ মধ্য নিয়ন্ত্ৰক (control) অক্ষৰ লেখা হয়েছে" #: lib/user.c:222 msgid "name contains whitespace" msgstr "নামেত শূণ্যস্থান ৰয়েছে" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "নামেৰ প্ৰাৰম্ভে হাইফেন চিহ্ন (-) উপস্থিত ৰয়েছে" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "নামেৰ মধ্য অবৈধ অক্ষৰ `%c' লেখা হয়েছে" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "%s নামক ব্যৱহাৰকৰোঁতাৰ ক্ষেত্ৰে UID ধাৰ্য কৰা নহয়" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "%s নামক সমষ্টিৰ ক্ষেত্ৰে GID ধাৰ্য কৰা নহয়" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "%jd ব্যৱহাৰকৰোঁতাৰ নাম উল্লিখিত নাই" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "%jd সমষ্টিৰ নাম উল্লিখিত নাই" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "ব্যৱহাৰকৰোঁতাৰ নাম আৰু UID ধাৰ্য কৰা নহয়" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "সমষ্টিৰ নাম আৰু GID ধাৰ্য কৰা নহয়" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "%s ক্ষেত্ৰে অবিকল্পিত মান বৈধ নয়: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "ফাইল লক কৰোঁতে সমস্যা: %s" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "অবিকল্পিত সুৰক্ষাৰ পৰিবেশ পোৱা নাযায়: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "`%s'-ৰ বাবে প্ৰাসঙ্গিক নিৰাপত্তাৰ বিবৰণ প্ৰাপ্ত কৰা নাযায়: %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "অবিকল্পিত প্ৰাসঙ্গিক নিৰাপত্তাৰ বিবৰণ`%s' হিসাবে নিৰ্ধাৰণ কৰা নাযায়: %s" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "`%s' ৰ বাবে সুৰক্ষাৰ পৰিবেশ নিৰ্ধাৰণ কৰিব নোৱাৰি: %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' খোলা সম্ভব নহয়: %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s' stat কৰা নাযায়: %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "`%s' সৃষ্টি কৰোঁতে সমস্যা: %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "ব্যাক-আপ ফাইল `%s' বৰ্তমানে উপস্থিত আছে এবং এটি কোনো সাধাৰণ ফাইল নয়" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "ব্যাক-আপ ফাইলেৰ মাপে গৰমিল" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s' থেকে পড়া সম্ভব নহয়: %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "ফাইলেত নিবেশ বৰ্তমানে উপস্থিত আছে" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s'-এ লেখা নাযায়: %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "স্বত্বাৰ অব্জেক্টত %s বৈশিষ্ট্য উপস্থিত নাই" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "গুপ্তশব্দ এনক্ৰিপ্ট কৰোঁতে সমস্যা" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "সুপাৰ-ইউজাৰেৰ অধিকাৰসহ সঞ্চালিত হৈছে না" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "কোনো শেডো ফাইল উপস্থিত নাই -- নিষ্ক্ৰিয় কৰা হৈছে" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "`%s' পৰিসেবাৰ বাবে kdam5 সেৱকটিৰ সাথে সংযোগ কৰোঁতে `%s' realm-এ সমস্যা হয়েছে: %" "s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "kerberos লাইব্ৰেৰি আৰম্ভ কৰোঁতে সমস্যা" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "`%s' ব্যৱহাৰকৰোঁতাৰ নাম kerberos-ৰ বাবে পাৰ্স কৰোঁতে সমস্যা" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "স্বত্বাৰ গঠনে কোনো %s অথবা %s বৈশিষ্ট্য উপস্থিত নাই" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "স্বত্বায় কোনো %s অথবা %s বৈশিষ্ট্য উপস্থিত নাই" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "কোনো %s অথবা %s বৈশিষ্ট্য বিনা স্বত্বা সৃষ্টি কৰা হয়েছে" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "`%s'-ৰ বাবে kerberos থেকে তথ্য পড়তে সমস্যা" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "নিবেশতে কোনো %s বৈশিষ্ট্য উপস্থিত নাই" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "`%s'-ৰ বাবে গুপ্তশব্দ নিৰ্ধাৰণ কৰোঁতে সমস্যা" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Kerberos Realm" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Kerberos Admin Principal" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Admin Principal-ৰ বাবে Kerberos গুপ্তশব্দ" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "Ldap লাইব্ৰেৰি আৰম্ভ কৰোঁতে সমস্যা" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "LDAP প্ৰোটোকল %d সংস্কৰণেৰ সাথে স্থাপন কৰা নাযায়" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "LDAP সেৱকৰ সাথে TLS মীমাংসা কৰা সম্ভব নহয়" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "LDAP সেৱকে bind কৰা সম্ভব নহয়" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "LDAP সেৱকে bind কৰা সম্ভব নহয়, `%s' ৰূপে প্ৰথম প্ৰচেষ্টা কৰা হয়েছে: %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "ব্যৱহাৰকৰোঁতাৰ অব্জেক্ট কোনো `%s' বৈশিষ্ট্য উপস্থিত নাই" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "ব্যৱহাৰকৰোঁতাৰ অব্জেক্ট `%s' বিনা নিৰ্মিত হয়েছে" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "LDAP পঞ্জিকা নিবেশ সৃষ্টি কৰোঁতে সমস্যা: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "LDAP পঞ্জিকা নিবেশ পৰিবৰ্তন কৰোঁতে সমস্যা: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "LDAP পঞ্জিকা নিবেশৰ নাম পৰিবৰ্তন কৰোঁতে সমস্যা: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "অব্জেক্টত কোনো %s বৈশিষ্ট্য উপস্থিত নাই" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "LDAP পঞ্জিকা নিবেশ আঁতৰাওঁতে সমস্যা: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "অব্জেক্টত %s বৈশিষ্ট্য উপস্থিত নাই" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "LDAP পঞ্জিকাত এই ধৰণৰ কোনো বস্তু উপস্থিত নাই" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "কোনো `%s' বৈশিষ্ট্য পোৱা নাযায়" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "%s ৰ বাবে LDAP পঞ্জিকাত গুপ্তশব্দ নিৰ্ধাৰণ কৰোঁতে সমস্যা: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "LDAP সেৱকৰ নাম" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP Search Base DN" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP Bind গুপ্তশব্দ" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL ব্যৱহাৰকৰোঁতা" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL-ৰ অনুমোদন ব্যৱহাৰকৰোঁতা" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "ব্যৱহাৰকৰোঁতা সৃষ্টি কৰোঁতে Cyrus SASL সমস্যা: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "ব্যৱহাৰকৰোঁতাক আঁতৰুৱাৰ সময়ত Cyrus SASL ভুল: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "Cyrus SASL আৰম্ভ কৰোঁতে সমস্যা: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "ব্যৱহাৰকৰোঁতাৰ বাবে ব্যক্তিগত পঞ্জিকা সৃষ্টি কৰোঁতে সমস্যা" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "ব্যৱহাৰকৰোঁতাৰ ব্যক্তিগত পঞ্জিকা আঁতৰাওঁতে সমস্যা" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "ব্যৱহাৰকৰোঁতাৰ ব্যক্তিগত পঞ্জিকা গমন কৰোঁতে ভুল" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "ব্যৱহাৰকৰোঁতাৰ বাবে পত্ৰৰ ভঁৰাল সৃষ্টি কৰোঁতে ভুল" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "ব্যৱহাৰকৰোঁতাৰ পত্ৰৰ ভঁৰাল আঁতৰাওঁতে ভুল" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "%s আৰম্ভ কৰোঁতে সমস্যা: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "অবৈধ ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "%jd ID ৰ সমষ্টিৰ সন্ধান কৰা হৈছে ।\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "%s সমষ্টিৰ সন্ধান কৰা হৈছে ।\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "%jd ID ৰ ব্যৱহাৰকৰোঁতাৰ সন্ধান কৰা হৈছে ।\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "%s ব্যৱহাৰকৰোঁতাক সন্ধান কৰা হৈছে ।\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "নিবেশ পোৱা নাযায় ।\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "প্ৰম্পটসমূহ সফল হ'ল ।\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "প্ৰম্পটসমূহ বিফল হ'ল ।\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "ব্যৱহাৰকৰোঁতাৰ অবিকল্পিত অব্জেক্ট ক্লাছ:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "ব্যৱহাৰকৰোঁতাৰ অবিকল্পিত বৈশিষ্ট্যৰ নাম:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "ব্যৱহাৰকৰোঁতাৰ অবিকল্পিত বৈশিষ্ট্য আহৰণ কৰা হৈছে:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "ব্যৱহাৰকৰোঁতাৰ গঠন নকল কৰা হৈছে:\n" libuser-0.56.9.dfsg.1.orig/po/ro.gmo0000644000175000017500000001544410777230761015154 0ustar ghegheRm<5'<Ph*$ % 4U<m / F )^ (   . ( (< e . $ " ! #0 #T x      % - @ Q _ m s }  - #  , ": ] v }     #  08Uj  3yQ@  5#M#q7+37S@! ,$H$m!06;$[:.(';;.w  !!$#&Ja '$ : F R ] guB8 9-7g$*/Eu$  ? Q^x); %9.COMI+&0P8@D!L<4ARHJ7;2K,G/'(*>  35:B #=-)  1?N$FQ"E6%s is not authorized to change the finger info of %s Account Expires: %s Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. E-Mail AddressError changing owner of `%s': %sError creating `%s': %sError creating account for `%s': line improperly formatted. Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing `%s': %sError setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGiven NameGroup %s could not be deleted: %s Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Home PhoneInactive: %ld Internal PAM error `%s'. Internal error. Invalid group ID %s Kerberos Password for Admin PrincipalLDAP Bind PasswordLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s does not exist. User mismatch. Warning: %ld [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] usererror encrypting passworderror setting password for `%s'error setting password in LDAP directory for %s: %sProject-Id-Version: libuser HEAD Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2007-09-11 20:44+0300 Last-Translator: Alexandru Szasz Language-Team: Romanian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit %s nu este autorizat să schimbe informaţiile finger pentru %s Contul expiră: %s Contul este blocat. Contul nu este blocat. Autentificarea a eşuat pentru %s. S-a specificat atât L cât şi U. Nu se poate seta contextul implicit pentru /etc/passwd Schimbare informaţii de finger pentru %s. Schimbare parolă pentru %s. Schimbare shell pentru %s. Adresă de poştă electronicăEroare la schimbarea proprietarului pentru „%s”: %sEroare la crearea „%s”: %sEroare la crearea contului „%s”: linie incorect formatată. Eroare la iniţializarea %s: %s. Eroare la iniţializarea PAM. Eroare la căutarea %s: %s Eroare la deschiderea „%s”: %s. Eroare la analiza argumentelor: %s. Eroare la citirea „%s”: %sEroare la eliminarea „%s”: %sEroare la setarea parolei pentru grupul %s: %s. Eroare la setarea parolei pentru utilizatorul %s: %s. Eroare la scrierea „%s”: %sEşec în eliminarea privilegiilor. Modificarea informaţiilor de timp pentru %s a eşuat: %s Setarea parolei pentru grupul %s a eşuat: %s Setarea parolei pentru %s a eşuat: %s. Informaţiile de finger s-au schimbat. Informaţiile finger nu s-au schimbat: eroare de intrare. Informaţiile de finger nu s-au schimbat: %s. Nume completPseudonimGrupul %s nu poate fi şters: %s Grupul %s nu poate fi blocat: %s Grupul %s nu poate fi modificat: %s Grupul %s nu poate fi deblocat: %s Grupul %s nu există. Crearea grupului a eşuat: %s Telefonul de acasăInactiv: %ld Eroare internă PAM „%s”. Eroare internă. ID invalid de grup %s Parolă Kerberos pentru Admin PrincipalParolă LDAP BindUltima schimbare: %s Maxim: %ld Minim: %ld NiciodatăShell nouParolă nouăParolă nouă (confirmare)Nu s-a specificat niciun nume de grup, niciun nume pentru gid %d. Nu s-a specificat niciun nume de grup, se va folosi %s. Niciun nume de grup specificat. Niciun utilizator specificat, niciun nume pentru uid %d. Niciun nume de utilizator specificat, se va folosi %s. Niciun utilizator specificat. BirouTelefonul de la birouParola expiră: %s Parolă inactivă: %s Schimbarea parolei a fost anulată. Parola a fost schimbată. Parolele nu se potrivesc, încercaţi din nou. Shell-ul s-a schimbat. Shell-ul nu s-a schimbat: %s Nume de familieUtilizator autentificat necunoscut. Context necunoscut de utilizatorUtilizatorul %s nu există. Utilizatorul nu se potriveşte. Avertisment: %ld [OPŢIUNE..][OPŢIUNE..] [utilizator][OPŢIUNE ] grup[OPŢIUNE ] utilizatoreroare la criptarea paroleieroare la setarea parolei pentru „%s”eroare la setarea parolei pentru %s în directorul LDAP: %slibuser-0.56.9.dfsg.1.orig/po/LINGUAS0000644000175000017500000000042510777230701015040 0ustar gheghe# To regenerate: (cd po; ls *.po | sed 's/\.po$//'). Then remove languages with # no translations. ar as bg bn_IN bn bs ca cs cy da de el en_GB es et fi fr gu hi hr hu id is it ja kn ko mk ml mr ms nb nl or pa pl pt_BR pt ro ru sk sl sr@latin sr sv ta te tr uk vi zh_CN zh_TW libuser-0.56.9.dfsg.1.orig/po/en_GB.gmo0000644000175000017500000004265310777230761015510 0ustar gheghe% `a"5  8W*r$""1Ts <@/_)"' ;Wp *#)N(x.((,U.r$ ! "#:!^#$#." Q\k%% 3 BOb    -#Bf,,";T [h~#' 4!Su "!8#Z#~    1) [ u  $  8 (!*@!*k!)!*!)!","1H"z""""!"!#+"#.N#}#G##)#&%$"L$o$!$#$$$%%&.%(U%$~%%)%%%0&!@&'b&&&'& &&3'!N'p'' '''"''( 3( T(u( (("(()")>)P)j)%)#) ))'*+*F*a* i*-w***"**$+5+J+Ha+,",5,"-7-U-i---*-$- .&.>."W."z..... ./4/<L////)/"0%0'A0i0000001%1<1T1*l1)1(112.2(L2(u22.2$2 3!3 ;3F3"`3#3!3#3$3#464P4.k4 44444%45)5=5%V5|5 5555555 6 6)6 /6 96F6-]6#66,667,47"a777 77777# 818B8'V8~8!88 889%9-9J9"_9!9#9#99: : #:/:B:T: e:1s::::$: ;8(;(a;*;*;);* <)5<_<v<1<<<< =!(=!J=+l=.==G=->)E>&o>">>!>#>?9?N?a?&x?(?$??)@*@=@0Y@!@'@&@'@ #ADA3dA!AAA AAB"B?B]B }B BB BC" CCC\ClCCCC%C#C D7D'MDuDDD D-DDE"E:E$ZEEE$ ):-H`IKGpU%;tg0D3jT"=]h,d>[?x1!8k^V@oylfY|2{ZN+W (QCzSPn9si5.6aJm&}M*w7bu X'eAv OcFBL \/q #E<4r_R~%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2007-06-11 13:46+0000 Last-Translator: Abigail Brady Language-Team: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit %s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change cancelled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in uselibuser-0.56.9.dfsg.1.orig/po/ko.po0000644000175000017500000007504010777230757015004 0ustar gheghe# translation of libuser.tip.po to Korean # translation of ko.po to # Copyright (C) 2001 Red Hat, Inc. # # Michelle Kim , 2001,2002. # Michelle J Kim , 2004. # Michelle Ji Yeen Kim , 2005, 2006. # Eunju Kim , 2006, 2007, 2008. msgid "" msgstr "" "Project-Id-Version: libuser.tip\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-03-27 09:58+1000\n" "Last-Translator: Eunju Kim \n" "Language-Team: Korean \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" "\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "`%s' 홈 디렉토리 경로는 절대 경로가 아닙니다 " #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "`%s'(을)를 읽는 도중 오류 발생: %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "`%s'(을)를 생성하는 도중 오류 발생: %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "`%s' 소유자를 변경하는 도중 오류 발생: %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "`%s'(을)를 기록하는 도중 오류 발생: %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "`%s'(을)를 삭제하는 도중 오류 발생: %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "슈퍼유저 권한을 없애는데 실패했습니다.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "내부 오류가 발생했습니다.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s은(는) %s의 finger 정보를 변경할 권한이 없습니다\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "알 수 없는 사용자 문맥" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "/etc/passwd의 기본 문맥을 설정할 수 없습니다\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "PAM을 초기화 하는 도중 오류가 발생했습니다.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "%s의 인증에 실패했습니다.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "내부 PAM 오류 `%s'(이)가 발생했습니다.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "알 수 없는 사용자 인증함.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "사용자가 일치하지 않습니다.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[옵션...] 사용자" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "인수를 처리(parsing)하는 도중 오류 발생: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "사용자 이름이 지정되지 않았습니다.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "%s(을)를 초기화하는 도중 오류 발생: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "%s 사용자가 존재하지 않습니다.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "계정이 정지되었습니다.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "계정이 정지되지 않았습니다.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "최소값:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "최대값:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "경고:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "비활성:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "없음" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "최종 변경:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "암호 만기일:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "암호 비활성:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "계정 만기일:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "%s의 사용 기한(aging) 정보를 수정하는데 실패했습니다: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[OPTION...] [사용자]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "사용자 이름과 uid %d에 대한 이름이 지정되지 않았습니다.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "%s의 finger (핑거) 정보를 변경합니다.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "성명" #: apps/lchfn.c:154 msgid "Surname" msgstr "성" #: apps/lchfn.c:169 msgid "Given Name" msgstr "이름" #: apps/lchfn.c:179 msgid "Office" msgstr "직장" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "직장 전화 번호" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "집 전화 번호" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "이메일 주소" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "finger 정보가 변경되지 않았습니다: 입력 오류.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "finger 정보가 변경되었습니다.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "finger 정보가 변경되지 않았습니다: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "%s 용 쉘을 변경합니다.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "새로운 쉘" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "쉘이 변경되지 않았습니다: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "쉘이 변경되었습니다.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[옵션...] 그룹" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "그룹 이름이 지정되지 않았습니다.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "잘못된 그룹 ID %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "그룹 생성에 실패했습니다: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "%s 그룹이 존재하지 않습니다.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "%s 그룹을 삭제할 수 없습니다: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "-L 와 -U 이 함께 지정되었습니다.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "%s 그룹의 암호를 설정하는데 실패했습니다: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "%s 그룹을 잠글 수 없습니다: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "%s 그룹 잠금을 해제할 수 없습니다: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "%s 그룹을 편집할 수 없습니다: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "%s(을)를 조회하는 도중 오류 발생: %s.\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "%s를 사용하여 그룹 이름이 지정되지 않았습니다.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "그룹 이름과 gid %d에 대한 이름이 지정되지 않았습니다.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "%s를 사용하여 사용자 이름이 지정되지 않았습니다.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[OPTION...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "`%s'(을)를 여는 도중 오류 발생: %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "" "`%s'의 계정을 생성하는데 오류가 발생했습니다: 라인이 부적절하게 포맷되었습니" "다.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "잘못된 사용자 ID %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "UID 0를 가진 계정을 생성하기를 거부합니다.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "`%s'에 GID %jd를 사용하여 그룹을 생성하는데 오류 발생: : %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "`%s'의 초기 암호를 설정하는 도중 오류가 발생했습니다: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "%s의 홈 디렉토리를 생성하는 도중 오류가 발생했습니다: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "%s의 메일 스풀을 생성하는 도중 오류 발생.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "%s의 사용자 계정을 생성하는 도중 오류 발생: %s.\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "`%s'의 암호를 변경합니다.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "새 암호" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "새 암호 (확인)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "암호가 일치하지 않습니다, 다시 입력해 주십시오.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "암호 변경이 취소되었습니다.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "%s 사용자의 암호를 설정하는데 오류 발생: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "`%s' 그룹의 암호를 설정하는 도중 오류 발생: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "암호가 변경되었습니다.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "%jd 그룹이 존재하지 않습니다\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "`%s' 그룹을 생성하는 도중 오류 발생: %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "계정 생성에 실패함: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "%s(을)를 생성하는 도중 오류 발생: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "메일 스풀을 생성하는 도중 오류 발생.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "%s 사용자를 삭제할 수 없습니다: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s(은)는 gid number를 갖고 있지 않습니다.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "GID %jd라는 그룹이 존재하지 않으므로, 삭제할 수 없습니다.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "GID %jd 라는 그룹에는 이름이 지정되어 있지 않습니다.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "%s 그룹은 삭제할 수 없습니다: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s의 홈 디렉토리가 없습니다.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "%s(을)를 삭제하는 도중 오류 발생: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "%s 사용자의 암호를 설정하는데 실패함: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "%s 사용자를 정지시킬 수 없습니다: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "%s 사용자의 정지를 해제할 수 없습니다: %s.\n" #: apps/lusermod.c:221 #, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "경고: ID %jd로된 그룹이 존재하지 않습니다.\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "%s 사용자를 편집할 수 없습니다: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "%s 그룹을 편집할 수 없습니다: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "%s의 이전 홈 디렉토리가 없습니다.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "%s의 새로운 홈 디렉토리가 없습니다.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "%s에서 %s(으)로 이동하는 도중 오류 발생: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "설정 파일 `%s'(을)를 열 수 없습니다: %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "설정 파일 `%s'에 stat 명령 실행하는데 실패했습니다: %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "설정 파일 `%s' 용량이 너무 큽니다" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "설정 파일 `%s'(을)를 읽을 수 없습니다: %s" #: lib/error.c:38 msgid "success" msgstr "성공" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "설정에 의해 모듈을 사용할 수 없음" #: lib/error.c:42 msgid "generic error" msgstr "일반적인 오류" #: lib/error.c:44 msgid "not enough privileges" msgstr "수퍼유저 권한이 충분치 않음" #: lib/error.c:46 msgid "access denied" msgstr "접근이 거부됨" #: lib/error.c:48 msgid "bad user/group name" msgstr "사용자/그룹의 이름이 잘못됨" #: lib/error.c:50 msgid "bad user/group id" msgstr "사용자/그룹의 id가 잘못됨" #: lib/error.c:52 msgid "user/group name in use" msgstr "사용자/그룹의 이름이 이미 사용되고 있음" #: lib/error.c:54 msgid "user/group id in use" msgstr "사용자/그룹의 id가 이미 사용되고 있음" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "터미널 속성을 설정하는 도중 오류 발생" #: lib/error.c:58 msgid "error opening file" msgstr "파일을 여는 도중 오류 발생" #: lib/error.c:60 msgid "error locking file" msgstr "파일을 잠그는 도중 오류 발생" #: lib/error.c:62 msgid "error statting file" msgstr "파일의 상태를 확인하는 도중 오류 발생" #: lib/error.c:64 msgid "error reading file" msgstr "파일을 읽는 도중 오류 발생" #: lib/error.c:66 msgid "error writing to file" msgstr "파일에 기록하는 도중 오류 발생" #: lib/error.c:68 msgid "data not found in file" msgstr "파일에서 자료(data)를 찾을 수 없음" #: lib/error.c:70 msgid "internal initialization error" msgstr "내부 초기화 오류" #: lib/error.c:72 msgid "error loading module" msgstr "모듈을 적재하는 도중 오류 발생" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "모듈에서 심볼을 처리하는 도중 오류 발생" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "라이브러리/모듈 버젼이 일치하지 않음" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "잠금 해제하시면 암호 입력란이 비워집니다" #: lib/error.c:84 msgid "unknown error" msgstr "알 수 없는 오류" #: lib/misc.c:165 msgid "invalid number" msgstr "잘못된 번호 " #: lib/misc.c:179 msgid "invalid ID" msgstr "잘못된 ID " #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "`%s'에 초기화 기능 %s(이)가 없습니다" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "`%s'의 모듈 버젼이 일치하지 않습니다" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "`%s' 모듈은 `%s'을(를) 정의하지 않습니다" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "터미널 속성을 읽는 도중 오류 발생" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "터미널 속성을 설정하는 도중 오류 발생" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "터미널로 부터 읽는 도중 오류 발생" #: lib/user.c:191 msgid "name is not set" msgstr "이름이 설정되지 않았습니다." #: lib/user.c:196 msgid "name is too short" msgstr "이름이 너무 짧습니다." #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "이름이 너무 깁니다 (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "이름에 아스키 (ASCII)가 아닌 문자가 들어 있습니다." #: lib/user.c:215 msgid "name contains control characters" msgstr "이름에 제어 문자가 포함되어 있습니다." #: lib/user.c:222 msgid "name contains whitespace" msgstr "이름에 공백이 포함되어 있습니다." #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "이름이 하이픈(연결 부호)로 시작합니다" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "이름에 잘못된 문자 `%c'가 있습니다." #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "사용자 %s는 UID가 없습니다" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "그룹 %s는 GID가 없습니다" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "사용자 %jd는 이름이 없습니다" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "그룹 %jd는 이름이 없습니다" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "사용자는 이름과 UID가 없습니다" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "그룹은 이름과 GID가 없습니다" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "%s 란의 기본값이 잘못됨: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "파일을 잠그는 도중 오류 발생: %s" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "기본 보안 문맥을 읽어오지 못했습니다: %s " #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "`%s'의 보안 문맥을 읽어오지 못했습니다: %s " #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "기본 보안 문맥을 `%s'으로 설정할 수 없습니다: %s" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "`%s'의 보안 문맥을 결정하지 못했습니다: %s " #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s'(을)를 열 수 없음: %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s'(을)를 표시(stat)할 수 없음: %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "`%s'(을)를 생성하는 도중 오류 발생: %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "백업 파일 `%s' 존재하지만 정규 파일이 아닙니다" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "백업 파일 용량이 일치하지 않음" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s'(을)를 읽을 수 없음: %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "파일 안에 목록(entry)이 이미 존재합니다" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s'에 작성할 수 없음: %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "entity 개체에 %s 속성이 없습니다" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "암호를 암호화하는 도중 오류 발생" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "수퍼유저 권한으로 실행할 수 없습니다" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "현재 섀도우 파일이 없음 -- 불가능" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "`%2$s' 분류 안의 `%1$s' 서비스를 위해 kadm5 서버에 연결하는 도중 오류 발생: %" "3$s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "kerberos 라이브러리를 초기화하는 도중 오류가 발생했습니다" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "kerberos의 사용자 이름 `%s'(을)를 분석하는 도중 오류가 발생했습니다" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "entity structure에 %s(이)가 없거나 %s 속성이 없습니다" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "entity에 %s(이)가 없거나 %s 속성이 없습니다" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "%s(이)가 없거나 %s 속성이 없는 entity가 생성되었습니다" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "kerberos에서 `%s'의 정보를 읽는 도중 오류가 발생했습니다" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "entity에 %s 속성이 없습니다" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "`%s'의 암호를 설정하는 도중 오류가 발생했습니다" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "kerberos Realm" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Kerberos Admin Principal" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Admin Principal의 Kerberos 암호" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "ldap 라이브러리를 초기화하는 도중 오류가 발생했습니다" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "%d 버전에 LDAP 프로토콜을 설정할 수 없습니다" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "LDAP 서버와 TLS 연결할 수 없습니다" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "LDAP 서버와 연결할 수 없습니다" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "LDAP 서버와 연결할 수 없습니다, `%s'로 첫번째 시도: %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "사용자 개체에 %s 속성이 없습니다" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "`%s'(이)가 없는 사용자 개체가 생성되었습니다" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "LDAP 디렉토리 항목을 생성하는 도중 오류 발생: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "LDAP 디렉토리 목록(entry)을 편집하는 도중 오류 발생: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "LDAP 디렉토리 항목의 이름을 변경하는 도중 오류 발생: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "개체에 %s 속성이 없습니다" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "LDAP 디렉토리 항목을 삭제하는 도중 오류 발생: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "개체에 %s 속성이 없습니다" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "LDAP 디렉토리 안에 그러한 개체가 없습니다" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "`%s' 속성을 찾을 수 없습니다" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "%s의 LDAP 디렉토리 안에 암호를 설정하는 도중 오류 발생: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "LDAP 서버 이름" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP 검색 기반 DN" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP Bind DN " #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP Bind 암호" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL 사용자" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL 권한부여 사용자" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "사용자를 생성하는 중 Cyrus SASL 오류 발생: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "사용자를 삭제하는 중 Cyrus SASL 오류 발생: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "Cyrus SASL를 초기화하는 중 오류 발생: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "사용자의 홈 디렉토리를 생성하는 중 오류 발생" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "사용자의 홈 디렉토리를 삭제하는 중 오류 발생" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "사용자의 홈 디렉토리를 이동하는 중 오류 발생" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "사용자의 메일 스풀을 생성하는 도중 오류 발생" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "사용자의 메일 스풀을 삭제하는 도중 오류 발생 " #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "%s(을)를 초기화하는 도중 오류 발생: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "잘못된 ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "%jd라는 ID를 가진 그룹을 검색하고 있습니다.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "%s 그룹을 검색하고 있습니다.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "ID가 %jd인 사용자를 검색하고 있습니다.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "%s 사용자를 검색하고 있습니다.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "목록(Entry)을 찾을 수 없습니다.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "프롬프트 성공.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "프롬프트 실패.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "기본 사용자 객체 클래스:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "기본 사용자 속성 이름들:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "기본 사용자 속성을 읽음:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "사용자 구조를 복사함:\n" libuser-0.56.9.dfsg.1.orig/po/POTFILES.in0000644000175000017500000000067710777230701015601 0ustar ghegheapps/apputil.c apps/lchage.c apps/lchfn.c apps/lchsh.c apps/lgroupadd.c apps/lgroupdel.c apps/lgroupmod.c apps/lid.c apps/lnewusers.c apps/lpasswd.c apps/luseradd.c apps/luserdel.c apps/lusermod.c lib/config.c lib/error.c lib/misc.c lib/modules.c lib/prompt.c lib/user.c lib/user_private.h lib/util.c modules/files.c modules/krb5.c modules/ldap.c modules/sasldb.c python/admin.c samples/enum.c samples/lookup.c samples/prompt.c samples/testuser.c libuser-0.56.9.dfsg.1.orig/po/hr.gmo0000644000175000017500000004635510777230761015152 0ustar gheghe3 "51Fdx*$5M"f" +C<[/)"4'Px4Kc*{)(.,([(.$ !( JU"o#!#$#!E_.z (%&Lau% #4 E Sa g q~-#,.M,l" 1#Dhy'! 5E\d"!### < L Z f y  1   !$!A!8_!(!*!*!)"*A")l"""1""#-#D#!_#!#+#.##G$d$)|$&$"$$! %#,%P%p%%%&%(%$%$&)7&a&t&0&!&'&& '"2''U' }''3'!'((( >(L(b("v((( ( () 9)Z)"z))))))*%&*#L* p**'***+ +-+I+^+"q++$+++,--3-. .9.O.,g.!.6.&./#,/P/-p/1/&/$/0,0&B0i00F0%031-F13t1-131& 2&12%X2%~2)2"2/2!3!A3!c3634383"*4&M47t43474%58>5+w55*555%5$6&=6&d6#6&666( 7576F7}7777*778"18-T88 888889929A9P9 V9 b9o929599- :";:*^:7::: :;";2;K;b;;-;;;#;'<#=<+a<'<$<(<=& =2=(O=,x=,=,==>3> D>P>g>y>>D>7>?#7?)[?.?I?3?72@6j@3@8@7AFA!eA9A&A#A! B.BFBfB*B*BBSBMC+jC/C8C!C.!D1PD-D D%D)D.!E0PE6E EBEF#.REIt1h{Nd~-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser 0 Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2007-10-16 13:46+0100 Last-Translator: Renato Pavicic translator-shop.org> Language-Team: Renato Pavicic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: TransDict server %s nema GID broj. %s nema početnu mapu. %s nema dopuštenja za izmjenu finger podatka o %s Nalog zastarijeva: %s Izradi naloga nije uspjela: %s. Nalog je zaključan. Nalog nije zaključan. Provjere autentičnosti za %s nije uspjela. Podjednako su određeni -L i -U. Nije moguće postaviti zadani kontekst za /etc/passwd Izmjena podataka usluge finger za %s. Izmjena lozinke za %s. Promjena korisničke ljuske za %s. Kopiranje strukture korisnika: Pogreška pri izradi Cyrus SASL korisnika: %sPogreška pri uklanjanju Cyrus SASL korisnika: %sZadani atributi korisničkih naziva: Zadane klase korisničkih objekata: Adresa e-pošteUnos nije pronađen. Pogreška pri izmjeni vlasnika`%s': %sPogreška pri izradi %s: %s. Pogreška pri izradi `%s': %sPogreška pri izradi naloga za `%s': linija je nepravilno oblikovana. Pogreška pri izradi grupe `%s': %s. Pogreška pri izradi grupe za `%s' uz GID %jd: %s. Pogreška pri izradi početne mape za %s: %s Pogreška pri izradi niza čekanja e-pošte za %s. Pogreška pri izradi niza čekanja e-pošte. Pogreška pri izradi korisničkog naloga za %s: %s Pogreška pri inicijalizaciji %s: %s. Pogreška pri inicijalizaciji %s: %s. Pogreška pri inicijalizaciji PAM-a. Pogreška pri pretraživanju %s: %s. Pogreška pri premještanju %s u %s: %s. Pogreška pri otvaranju `%s': %s. Pogreška pri raščlanjivanju argumenata: %s. Pogreška pri čitanju `%s': %sPogreška pri uklanjanju %s: %s. Pogreška pri uklanjanju `%s': %sPogreška pri postavljanju početne lozinke za %s: %s Pogreška pri postavljanju lozinke za grupu %s: %s. Pogreška pri postavljanju lozinke za korisnika %s: %s. Pogreška pri zapisivanju `%s': %sOdbacivanje privilegija nije uspjelo. Uređivanje podataka o zastari za %s nije uspjelo: %s. Postavljanja lozinke za grupu %s nije uspjelo: %s. Postavljanja lozinke za korisnika %s nije uspjelo: %s. Podaci usluge finger izmijenjeni su. Podaci usluge finger nisu izmijenjene: pogreška unosa. Podaci usluge finger nisu izmijenjene: %s. Puno imeDohvaćanje zdanih korisničkih atributa: ImeGrupa %jd ne postoji. Grupu %s nije moguće izbrisati: %s. Brisanje grupe %s nije moguće: %s. Grupu %s nije moguće zaključati: %s Grupu %s nije moguće izmijeniti: %s. Izmjena grupe %s nije moguća: %s. Grupu %s nije moguće otključati: %s Grupa %s ne postoji. Izrada grupe nije uspjela: %s. Grupa s GID %jd nije imala naziv grupe. Telefon (kućni)Putanja početne korisničke mape "%s" nije apsolutna.Neaktivno: %ld Interna pogreška PAM-a `%s'. Interna pogreška. Neispravan ID %s Neispravana zadana vrijednost polja %s: %sNeispravan ID grupe %s Neispravan ID korisnika %s Principal administratora kerberosaLozinka kerberosa za principal administratoraPodručje KerberosaLDAP Bind DNLDAP Bind lozinkaLDAP SASL korisnik autorizacijeLDAP SASL korisnikOsnovna DN LDAP pretrageNaziv LDAP poslužiteljaPosljednja izmjena: %s Najviše: %ld Najmanje: %ld NikadNova ljuskaNova lozinkaNova lozinka (potvrdite)Naziv grupe nije određen. Nema naziva za gid %d. Naziv grupe nije određen. Bit će upotrijebljen %s. Naziv grupe nije određen. Ne postoji grupa s GID %jd. Nema uklanjanja. Novi naziv za mapu %s ne postoji. Prethodna početna mapa za %s ne postoji. Korisničko ime nije određeno. Nema naziva za uid %d. Nije određeno korisničko ime. Bit će upotrijebljen %s. Korisničko ime nije određeno. UredUredski telefonLozinka zastarijeva: %s Neaktivna lozinka: %s Izmjena lozinke je otkazana. Lozinka je izmijenjena. Lozinke se ne podudaraju, pokušajte ponovo. Odzivi nisu uspjeli. Odzivi su uspjeli. Izrada naloga s UID 0 je odbijena. Pretražuje se za grupom s nazivom %s. Pretražuje se za grupom s ID %jd. Pretražuje se za korisnikom s nazivom %s. Pretražuje se za korisnikom s ID %jd. Korisnička ljuska je promijenjena. Korisnička ljuska nije promijenjena:%s PrezimeAutentifikacija nepoznatog korisnika. Nepoznati kontekst korisnikaBrisanje korisnika %s nije moguće: %s. Korisnik %s nije mogao biti zaključan: %s. Korisnik %s nije mogao biti izmijenjen: %s. Korisnik %s nije mogao biti otključan: %s. Korisnik %s ne postoji. Neodgovarajući korisnik. Upozorenje: %ld [OPCIJA...][OPCIJA...] [korisnik][OPCIJA...] grupa[OPCIJA...] korisnikPristup odbijenDatoteka sigurnosnog spremanja`%s' postoji i nije regularna datotekaNe podudara se veličina datoteke sigurnosnog spremanjaLoš ID korisnika ili grupeLoše ime korisnika ili naziv grupeKonfiguracijska datoteka`%s' je prevelikaPovezivanje s LDAP poslužiteljem nije uspjeloPovezivanje s LDAP poslužiteljem nije uspjelo. Prvi pokušaj kao %s': %sTLS pregovaranja s LDAP poslužiteljem nije uspjeloOtvaranje konfiguracijske datoteke`%s' nije uspjelo: %sČitanje konfiguracijske datoteke`%s' nije uspjelo: %sZadavanje LDAP protokola za verziju %d nije uspjeloPokretanje konfiguracijske datoteke`%s' nije uspjelo: %sDohvaćanje sigurnosnog sadržaja `%s' nije uspjelo: %sOtvaranje`%s' nije uspjelo: %sČitanje iz `%s' nije moguće: %sDohvaćanje sigurnosnog sadržaja u `%s' nije uspjelo: %sIzrada statistike`%s' nije uspjela: %sZapisivanje u `%s' nije moguće: %sPodatak nije pronađen u datoteciEntitet nema atribut %sEntitet nema atribute %s ili %sObjekt entiteta nema atribut %sStruktura entiteta nema atribute %s ili %sEntitet je izrađen bez atributa %s ili %sUnos već postoji u datoteciPogreška pri povezivanju s kadm5 poslužiteljem za uslugu`%s' u području `%s': %sPogreška pri izradi`%s': %sPogreška pri izradi unosa LDAP imenika: %sPogreška pri izradi početne mape za korisnikaPogreška pri izradi niza čekanja e-pošte za korisnikaPogreška pri šifriranju lozinkePogreška pri inicijalizaciji Cyrus SASL-a: %sPogreška pri inicijalizaciji kerberos bibliotekaPogreška pri inicijalizaciji ldap bibliotekePogreška pri učitavanju modulaPogreška pri zaključavanju datotekePogreška pri zaključavanju datoteke: %sPogreška pri rukovanju s atributima terminalaPogreška pri uređivanju unosa LDAP imenika: %sPogreška pri premještanju početne mape za korisnikaPogreška pri otvaranju datotekePogreška pri raščlanjivanju korisničkog imena `%s' za kerberosPogreška pri čitanju datotekePogreška pri čitanja iz terminalaPogreška pri čitanju podataka za %s' iz kerberosaPogreška pri čitanju atributa terminalaPogreška pri uklanjanju unosa LDAP imenika: %sPogreška pri uklanjanju početne mape za korisnikaPogreška pri uklanjaju niza čekanja e-pošte za korisnikaPogreška pri preimenovanju unosa LDAP imenika: %sPogreška pri razrješavanju znaka u moduluPogreška pri postavljanju lozinke za `%s'Pogreška pri postavljanju lozinke u LDAP imeniku za %s: %sPogreška pri postavljanju atributa terminalaPogreška datoteke statistikaPogreška pri zapisivanju u datotekuGenerička pogreškaGrupa %jd nema nazivaGrupa %s nema GIDGrupa nema ni naziv ni UIDInterna greška inicijalizacijeNe podudaraju se verzije biblioteke i modulaModul `%s' ne određuje `%s'Modul je onemogućen u konfiguracijiNe podudaraju se verzije modula u `%s'Naziv sadrži kontrolne znakoveNaziv sadrži neispravni znak `%c'Naziv sadrži znakove koji nisu ASCIINaziv sadrži prazna mjesta (razmake)Naziv nije zadanNaziv je predugačak (%zu > %d)Naziv je prekratakNaziv započinje znakom rastavljanjaAtribut `%s' nije pronađenNema funkcije pokretanja %s u `%s'Datoteka lozinki u sjeni ne postoji -- Bit će onemogućenoTakav objekt ne postoji u LDAP imenikuNema dovoljno privilegijaNe izvršava se s pravima superkorisnikaObjekt nije imao atribut %sObjekt nema atribut %sUspjehNepoznata pogreškaOtključavanje će polje lozinke učiniti praznimKorisnik %jd nema nazivaKorisnik %s nema UIDKorisnik nema ni naziv ni UIDKorisnički objekt nije imao atribut %sKorisnički objekt je izrađen bez `%s'ID korisnika ili grupe je u upotrebiIme korisnika ili naziv grupe je u upotrebilibuser-0.56.9.dfsg.1.orig/po/nl.po0000644000175000017500000007257210777230757015013 0ustar gheghe# Dutch translation of libuser # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 The Free Software Foundation, Inc. # This file is distributed under the same license as the libuser package. # # Tino Meinen , 2003. # Peter van Egdom , 2004, 2005, 2006, 2007, 2008. msgid "" msgstr "" "Project-Id-Version: libuser\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-03-26 21:48+0100\n" "Last-Translator: Peter van Egdom \n" "Language-Team: Dutch \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "Pad van persoonlijke map `%s' is niet absoluut" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Fout bij lezen `%s': %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Fout bij aanmaken `%s': %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Fout bij veranderen eigenaar van `%s': %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Fout bij schrijven `%s': %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Fout bij verwijderen `%s': %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Laten vallen privileges mislukt.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Interne fout.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "" "%s is niet geautoriseerd om de finger-informatie van %s te veranderen\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Onbekende gebruikerscontext" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Instellen van standaard-context voor /etc/passwd mislukt\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Fout bij initialiseren PAM.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Authenticatie mislukt voor %s.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Interne PAM-fout `%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "Onbekende gebruiker geauthenticeerd.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Gebruikers komen niet overeen.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[OPTIE...] gebruiker" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Fout bij verwerken argumenten: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Geen gebruikersnaam opgegeven.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Fout bij initialiseren %s: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "Gebruiker %s bestaat niet.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Account is vergrendeld.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Account is niet vergrendeld.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Minimum:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Maximum:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Waarschuwing:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Inactief:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Nooit" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Laatste verandering:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Wachtwoord verloopt:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Wachtwoord inactief:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Account verloopt:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Aanpassen verloopinformatie voor %s mislukt: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[OPTIE...] [gebruiker]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Geen gebruikersnaam opgegeven, geen naam voor uid %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Finger-informatie veranderen voor %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Volledige naam" #: apps/lchfn.c:154 msgid "Surname" msgstr "Achternaam" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Voornaam" #: apps/lchfn.c:179 msgid "Office" msgstr "Werk" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Telefoon werk" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Telefoon thuis" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "E-mail adres" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Finger-informatie niet veranderd: invoerfout.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Finger-informatie veranderd.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Finger-informatie niet veranderd: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Shell veranderen voor %s.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Nieuwe shell" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Shell niet veranderd: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Shell veranderd.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[OPTIE...] groep" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Geen groepsnaam opgegeven.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "Ongeldige groep-ID %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "Aanmaken groep mislukt: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Groep %s bestaat niet.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "Groep %s kon niet worden verwijderd: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "Zowel -L als -U opgegeven.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Instellen wachtwoord voor groep %s mislukt: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "Groep %s kon niet worden vergrendeld: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Groep %s kon niet worden ontgrendeld: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "Groep %s kon niet worden aangepast: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Fout bij opzoeken %s: %s\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Geen groepsnaam opgegeven, gebruik %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Geen groepsnaam opgegeven, geen naam voor gid %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Geen gebruikersnaam opgegeven, gebruik %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[OPTIE...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Fout bij openen `%s': %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "Fout bij aanmaken account voor `%s': regel onjuist opgemaakt.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "Ongeldige gebruikers-ID %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Aanmaken account met UID 0 geweigerd.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Fout bij aanmaken groep voor `%s' met GID %jd: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Fout bij instellen begin-wachtwoord voor %s: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Fout bij aanmaken persoonlijke map (home) voor %s: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "Fout bij aanmaken mail-spool voor %s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Fout bij aanmaken gebruikersaccount voor %s: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Wachtwoord veranderen voor %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Nieuw wachtwoord" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Nieuw wachtwoord (bevestigen)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Wachtwoorden komen niet overeen, probeer opnieuw.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Wachtwoord veranderen geannuleerd.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Fout bij instellen wachtwoord voor gebruiker %s: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Fout bij instellen wachtwoord voor groep %s: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Wachtwoord veranderd.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "Groep %jd bestaat niet\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Fout bij aanmaken groep `%s': %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Aanmaken account mislukt: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Fout bij aanmaken %s: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "Fout bij aanmaken mail-spool.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Gebruiker %s kon niet worden verwijderd: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s had geen gid-nummer.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "Er bestaat geen groep met GID %jd, zal niet verwijderen.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "Groep met GID %jd had geen groepsnaam.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Groep %s kon niet worden verwijderd: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s had geen persoonlijke map.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Fout bij verwijderen %s: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Instellen wachtwoord voor gebruiker %s mislukt: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Gebruiker %s kon niet worden vergrendeld: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Gebruiker %s kon niet worden ontgrendeld: %s.\n" #: apps/lusermod.c:221 #, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Waarschuwing: Groep met ID %jd bestaat niet.\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Gebruiker %s kon niet worden aangepast: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "Groep %s kon niet worden aangepast: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "Geen oude persoonlijke map voor %s.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "Geen nieuwe persoonlijke map voor %s.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Fout bij verplaatsen van %s naar %s: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "kon configuratiebestand `%s' niet openen: %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "kon de status van configuratiebestand `%s' niet opvragen: %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "configuratiebestand `%s' is te groot" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "kon configuratiebestand `%s' niet lezen: %s" #: lib/error.c:38 msgid "success" msgstr "succes" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "module uitgezet door configuratie" #: lib/error.c:42 msgid "generic error" msgstr "generieke fout" #: lib/error.c:44 msgid "not enough privileges" msgstr "te weinig privileges" #: lib/error.c:46 msgid "access denied" msgstr "toegang geweigerd" #: lib/error.c:48 msgid "bad user/group name" msgstr "verkeerde gebruiker/groep naam" #: lib/error.c:50 msgid "bad user/group id" msgstr "verkeerde gebruiker/groep id" #: lib/error.c:52 msgid "user/group name in use" msgstr "gebruiker/groep naam in gebruik" #: lib/error.c:54 msgid "user/group id in use" msgstr "gebruiker/groep id in gebruik" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "fout bij manipuleren terminal-attributen" #: lib/error.c:58 msgid "error opening file" msgstr "fout bij openen bestand" #: lib/error.c:60 msgid "error locking file" msgstr "fout bij vergrendelen bestand" #: lib/error.c:62 msgid "error statting file" msgstr "fout bij opvragen status van bestand" #: lib/error.c:64 msgid "error reading file" msgstr "fout bij lezen bestand" #: lib/error.c:66 msgid "error writing to file" msgstr "fout bij schrijven naar bestand" #: lib/error.c:68 msgid "data not found in file" msgstr "data niet in bestand gevonden" #: lib/error.c:70 msgid "internal initialization error" msgstr "interne initialisatiefout" #: lib/error.c:72 msgid "error loading module" msgstr "fout bij laden module" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "fout bij herkennen symbool in module" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "bibliotheek/module versies komen niet overeen" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "ontgrendelen zou het wachtwoordveld leeg maken" #: lib/error.c:84 msgid "unknown error" msgstr "onbekende fout" #: lib/misc.c:165 msgid "invalid number" msgstr "ongeldig nummer" #: lib/misc.c:179 msgid "invalid ID" msgstr "ongeldig ID" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "geen initialiseringsfunctie %s in `%s'" # mogelijk moet hier meervoud worden gebruikt #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "moduleversie komt niet overeen in `%s'" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "module `%s' definieert `%s' niet" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "fout bij lezen terminal-attributen" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "fout bij instellen terminal-attributen" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "fout bij lezen van terminal" #: lib/user.c:191 msgid "name is not set" msgstr "naam is niet ingesteld" #: lib/user.c:196 msgid "name is too short" msgstr "naam is te kort" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "naam is te lang (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "naam bevat non-ASCII tekens" #: lib/user.c:215 msgid "name contains control characters" msgstr "naam bevat controle-tekens" #: lib/user.c:222 msgid "name contains whitespace" msgstr "naam bevat spaties of tabs" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "naam begint met een streepje" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "naam bevat ongeldig teken `%c'" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "gebruiker %s heeft geen UID" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "groep %s heeft geen GID" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "gebruiker %jd heeft geen naam" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "groep %jd heeft geen naam" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "gebruiker heeft zowel geen naam als geen UID" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "groep heeft zowel geen naam als geen GID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "Ongeldige standaardwaarde van veld %s: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "fout bij vergrendelen bestand: %s" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "kon de standaard security context niet verkrijgen: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "kon de security context van `%s' niet verkrijgen: %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "kon de standaard security context niet instellen naar `%s': %s" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "kon de security context voor `%s' niet bepalen: %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "kon `%s' niet openen: %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "kon status van `%s' niet opvragen: %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "fout bij aanmaken `%s': %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "backup-bestand `%s' bestaat en is geen regulier bestand" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "grootte van het backup-bestand komt niet overeen" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "kon niet lezen van `%s': %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "item reeds aanwezig in bestand" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "kon niet naar `%s' schrijven: %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "entiteitobject heeft geen %s attribuut" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "fout bij versleutelen wachtwoord" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "zal niet uitvoeren met superuser privileges" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "geen schaduwbestand aanwezig -- uitzetten" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "fout bij verbinden met de kadm5-server voor service `%s' in omgeving `%s': %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "fout bij initialiseren kerberos-bibliotheek" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "fout bij verwerken gebruikersnaam `%s' voor kerberos" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "entiteitstructuur heeft geen %s of %s attributen" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "entiteit heeft geen %s of %s attributen" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "entiteit is aangemaakt zonder %s of %s attributen" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "fout bij lezen van informatie voor `%s' van kerberos" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "entiteit heeft geen %s attribuut" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "fout bij instellen wachtwoord voor `%s'" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Kerberos omgeving" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Kerberos Admin Principal" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Kerberos wachtwoord voor Admin Principal" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "fout bij initialiseren ldap-bibliotheek" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "kon LDAP-protocol niet instellen op versie %d" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "kon de TLS niet onderhandelen met LDAP-server" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "kon niet binden aan de LDAP-server" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "kon niet binden aan de LDAP-server, eerste poging als `%s': %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "gebruikersobject had geen %s attribuut" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "gebruikersobject is aangemaakt zonder `%s'" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "fout bij aanmaken LDAP-map item: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "fout bij aanpassen LDAP-map item: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "fout bij hernoemen LDAP-map item: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "object had geen %s attribuut" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "fout bij verwijderen LDAP-map item: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "object heeft geen %s attribuut" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "zo'n object niet gevonden in LDAP-map" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "geen `%s' attribuut gevonden" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "fout bij instellen wachtwoord in LDAP-map voor %s: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "LDAP server-naam" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP zoekbasis DN" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP Bind wachtwoord" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL gebruiker" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL autorisatie gebruiker" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Cyrus SASL fout bij aanmaken gebruiker: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Cyrus SASL fout bij verwijderen gebruiker: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "fout bij initialiseren Cyrus SASL: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "fout bij aanmaken persoonlijke map voor gebruiker" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "fout bij verwijderen persoonlijke map voor gebruiker" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "fout bij verplaatsen persoonlijke map voor gebruiker" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "fout bij aanmaken mail-spool voor gebruiker" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "fout bij verwijderen mail-spool voor gebruiker" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Fout bij initialiseren %s: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "Ongeldig ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "Zoeken naar groep met ID %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "Zoeken naar groep genaamd %s.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "Zoeken naar gebruiker met ID %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "Zoeken naar gebruiker genaamd %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Item niet gevonden.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Opvragen geslaagd.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Opvragen mislukt.\n" # onduidelijk of default op user slaat of op classes etc... # vandaar de vertaling ook maar dubbelzinnig gelaten #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Standaard gebruiker object-klassen:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Standaard gebruiker attribuut-namen:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Ophalen standaard gebruikersattributen:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Gebruikersstructuur kopiëren:\n" #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "kon interne data niet omzetten naar LDAPMods" #, fuzzy #~ msgid "Shell not changed: input error.\n" #~ msgstr "Shell niet veranderd: %s\n" #~ msgid "could not search LDAP server" #~ msgstr "Kon de LDAP-server niet doorzoeken" #~ msgid "LDAP server appears to have no root DSE" #~ msgstr "LDAP-server heeft kennelijk geen root-DSE" #~ msgid "error mapping name to LDAP distinguished name" #~ msgstr "fout bij overbrengen van naam naar LDAP-onderscheiden naam" #~ msgid "error mapping name to LDAP base distinguished name" #~ msgstr "fout bij overbrengen van naam naar LDAP-basis-onderscheiden naam" #, fuzzy #~ msgid "couldn't reset default security context to `%s': %s" #~ msgstr "kon niet naar `%s' schrijven: %s" #~ msgid "Cyrus SASL error creating user: %s: %s" #~ msgstr "Cyrus SASL fout bij aanmaken gebruiker: %s: %s" #~ msgid "Cyrus SASL error removing user: %s: %s" #~ msgstr "Cyrus SASL fout bij verwijderen gebruiker: %s: %s" #~ msgid "Error initializing %s.\n" #~ msgstr "Fout bij initialiseren %s.\n" #~ msgid "Group %s could not be deleted.\n" #~ msgstr "Groep %s kon niet worden verwijderd.\n" #~ msgid "Group %s could not be modified.\n" #~ msgstr "Groep %s kon niet worden aangepast.\n" #~ msgid "error initializing module" #~ msgstr "fout bij initialiseren module" libuser-0.56.9.dfsg.1.orig/po/et.po0000644000175000017500000007045710777230756015011 0ustar gheghe# translation of et.po to Estonian # # This file is distributed under the same license as the PACKAGE package. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. # Allan Sims , 2004. # msgid "" msgstr "" "Project-Id-Version: et\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2005-11-04 08:32+0200\n" "Last-Translator: Allan Sims \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.3.1\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Viga `%s' lugemisel:%s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Viga `%s' loomisel: %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Viga `%s' omaniku muutmisel: %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Viga `%s' kirjutamisel: %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Viga `%s' eemaldamisel:%s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Õiguste eemaldamine ebaõnnestus.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Sisemine viga.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s ei ole volitatud muutma %s infot\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "tundmatu kasutaja kontekst" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "vaike konteksti seadistamine /etc/passwd jaoks ei ole võimalik\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "PAM lähtestamisel esines viga.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "%s tuvastamine ebaõnnestus.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Sisemine PAM viga `%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "tuvastati tundmatu kasutaja.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Kasutaja ei sobi.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[VALIK...] kasutaja" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Argumentide analüüsimise viga: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Kasutajanimi täpsustamata.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "%s lähtestamisel esines viga: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "Kasutajat %s ei ole olemas.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Konto on lukustatud.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Konto ei ole lukustatud.\n" #: apps/lchage.c:160 #, fuzzy, c-format msgid "Minimum:\t%ld\n" msgstr "Minimaalne:\t%d\n" #: apps/lchage.c:164 #, fuzzy, c-format msgid "Maximum:\t%ld\n" msgstr "Maksimaalne:\t%d\n" #: apps/lchage.c:168 #, fuzzy, c-format msgid "Warning:\t%ld\n" msgstr "Hoiatus:\t%d\n" #: apps/lchage.c:172 #, fuzzy, c-format msgid "Inactive:\t%ld\n" msgstr "Tegevusetu:\t%d\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Mitte kunagi" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Viimati muudetud:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Parool aegub:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Parool on kehtetu:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Konto aegub:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Vananenud %s informatsiooni muutmine ebaõnnestus: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[VALIK...] [kasutaja]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Kasutajanimi määramata, nimi puudub uid %d jaoks.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Sõrminformatsiooni muutmine %s jaoks.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Täisnimi" #: apps/lchfn.c:154 msgid "Surname" msgstr "Perekonnanimi" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Eesnimi" #: apps/lchfn.c:179 msgid "Office" msgstr "Kontor" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Kontori telefon" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Kodune telefon" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "E-posti aadress" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Sõrminfot ei ole muudetud: sisendi viga.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Sõrminfo on muudetud.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Sõrminfot ei ole muudetud: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Kesta muutmine %s jaoks.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Uus kest" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Kesta ei muudetud: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Kest muudetud.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[VALIK...] grupp" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Grupinimi on määramata.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "Vigane grupi ID %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "Grupi loomine ebaõnnestus: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Gruppi %s ei ole olemas.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "Gruppi %s pole võimalik kustutada: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "Mõlemad -L ja -U on täpsustamata.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Grupi %s parooli seadmine ebaõnnestus: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "Gruppi %s lukustamine ei ole võimalik: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Gruppi %s lukust lahti tegemine ei ole võimalik: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "Gruppi %s pole võimalik muuta: %s\n" #: apps/lid.c:44 #, fuzzy, c-format msgid "Error looking up %s: %s\n" msgstr "Viga %s eemaldamisel: %s.\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Grupinimi täpsustamata, kasutatakse %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Grupinimi täpsustamata, gid %d jaoks puudub nimi.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Kasutajanimi täpsustamata, kasutatakse %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[VALIK...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "`%s' avamise viga: %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "Konto loomise viga `%s' jaoks: rida ebasobivalt vormindatud.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "Vigane kasutaja ID %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Segadus konto loomisel kui UID on 0.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Viga grupi `%s' loomisel kui GID on %jd: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Viga %s esialgse parooli seadmisel: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Viga %s kodukataloogi loomisel: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "Viga postispuuli loomisel %s jaoks.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Viga kasutajale %s konto loomisel: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "%s parooli muutmine.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Uus parool" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Uus parool (kinnitus)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Paroolid ei ühti, proovi uuesti.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Parooli muutmisest loobutud.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Viga kasutaja %s parooli seadmisel: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Viga grupi %s parooli seadmisel: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Parool on muudetud.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "Gruppi %jd ei ole olemas\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Viga grupi `%s' loomisel: %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Konto loomine ebaõnnestus: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Viga %s loomisel: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "Viga postispuuli loomisel.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Kasutajat %s pole võimalik kustutada: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s ei ole gid numbrit.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "Gruppi GID-ga %jd ei ole olemas, seda ei eemaldata.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "Grupil GID-ga %jd puudub nimi.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Gruppi %s pole võimalik kustutada: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s-il ei ole kodukataloogi.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Viga %s eemaldamisel: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Kasutaja %s parooli seadmine ebaõnnestus: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Kasutajat %s pole võimalik lukustada: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Kasutajat %s pole võimalik lukust lahti teha: %s.\n" #: apps/lusermod.c:221 #, fuzzy, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Gruppi %jd ei ole olemas\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Kasutajat %s pole võimalik muuta: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "Gruppi %s pole võimalik muuta: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "%s-il puudub vana kodukataloogi.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "%s-il puudub uus kodukataloogi.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Viga %s liigutamisel %s: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "aeadete faili `%s' avadmine pole võimalik: %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "seadete faili `%s' avamine pole võimalik: %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "seadete faili `%s' on liiga suur" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "seadete faili `%s' avamine pole võimalik: %s" #: lib/error.c:38 msgid "success" msgstr "edu" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "moodul on seadistustes keelatud" #: lib/error.c:42 msgid "generic error" msgstr "üldine viga" #: lib/error.c:44 msgid "not enough privileges" msgstr "ebapiisavad õigused" #: lib/error.c:46 msgid "access denied" msgstr "ligipääs keelatud" #: lib/error.c:48 msgid "bad user/group name" msgstr "halb kasutaja-/grupinimi" #: lib/error.c:50 msgid "bad user/group id" msgstr "halb kasutaja/grupi id" #: lib/error.c:52 msgid "user/group name in use" msgstr "kasutaja-/grupinimi on kasutusel" #: lib/error.c:54 msgid "user/group id in use" msgstr "kasutaja/grupi id on kasutusel" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "viga terminali atribuutide käsitlemisel" #: lib/error.c:58 msgid "error opening file" msgstr "faili avamise viga" #: lib/error.c:60 msgid "error locking file" msgstr "faili lukustamise viga" #: lib/error.c:62 msgid "error statting file" msgstr "faili esitamise viga" #: lib/error.c:64 msgid "error reading file" msgstr "faili lugemise viga" #: lib/error.c:66 msgid "error writing to file" msgstr "viga faili kirjutamisel " #: lib/error.c:68 msgid "data not found in file" msgstr "failis puuduvad andmed" #: lib/error.c:70 msgid "internal initialization error" msgstr "sisemine lähtestamise viga" #: lib/error.c:72 msgid "error loading module" msgstr "mooduli laadimise viga" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "sümbolite lahendamise viga moodulis" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "teegi/mooduli versioon ei sobi" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "lahti lukustamine võib teha parooli välja tühjaks" #: lib/error.c:84 msgid "unknown error" msgstr "tundmatu viga" #: lib/misc.c:165 #, fuzzy msgid "invalid number" msgstr "Vigane kasutaja ID %s\n" #: lib/misc.c:179 #, fuzzy msgid "invalid ID" msgstr "Vigane ID %s\n" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "puudub häälestusfunktsioon %s `%s'-s" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "mooduli versiooni mitteühtivus `%s'-s" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "moodul `%s' ei defineeri `%s'" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "viga terminali atribuutide lugemisel" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "viga terminali atribuutide seadmisel" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "viga terminalist lugemisel" #: lib/user.c:191 msgid "name is not set" msgstr "nime ei ole seatud" #: lib/user.c:196 msgid "name is too short" msgstr "nimi on liiga lühike" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "nimi on liiga pikk (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "nimi sisaldab mitte-ASCII märke" #: lib/user.c:215 msgid "name contains control characters" msgstr "nimi sisaldab kontrollmärke" #: lib/user.c:222 msgid "name contains whitespace" msgstr "nimi sisaldab tühikuid" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "nimi algab sidekriipsuga" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "nimi sisaldab vigast märki `%c'" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "" #: lib/user.c:336 #, fuzzy, c-format msgid "group %jd has no name" msgstr "Gruppi %jd ei ole olemas\n" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "viga faili lukustamisel: %s" #: lib/util.c:706 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "vaike turvakonteksti ei ole võimalik seada: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "turvakonteksti `%s' saamine ei ole võimalik: %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "vaike turvakonteksti seadistamine `%s'-ile ei ole võimalik: %s" #: lib/util.c:760 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "turvakonteksti `%s' saamine ei ole võimalik: %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' avamine pole võimalik: %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s'-i polnud võimalik esitada: %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "viga `%s' loomisel: %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "on olemas varundfail %s, mis ei ole tavaline fail" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "varundfaili suurus ei sobi" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s'-st lugemine pole võimalik: %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "failis on üksus juba olemas" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s'-i kirjutamine pole võimalik: %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "üksuse objektil puudub atribuut %s" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "parooli krüpteerimise viga" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "superkasutaja õigustega ei käivitata" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "varifail puudub - keelatud" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "kadm5 serveri teenuse `%s' ühendamise viga piirkonnas `%s': %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "viga kerberose teegi lähtestamisel" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "kerberose jaoks kasutajanime `%s analüüsimisel ilmnes viga" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "üksuse struktuuril puudub %s või %s atribuut" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "üksusel puudub %s või %s atribuut" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "üksus loodi ilma %s või %s atribuudita" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "kerberosest %s ' jaoks informatsiooni lugemisel ilmnes viga" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "üksusel %s puudub atribuut" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "`%s'-le parooli seadmisel ilmnes viga" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Kerberos piirkond" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Kerberos-e Haldusjuht" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Kerberose parool Haldusjuhile" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "ldap teegi lähtestamise viga" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "LDAP protokolli polnud võimalik seada versioonile %d" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "" "Transpordikihi turbeprotokollil (TLS) polnud võimalik suhelda LDAP serveriga" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "LDAP serverit polnud võimalik siduda" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "LDAP serverit polnud võimalik siduda, esmalt üritati `%s': %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "kasutaja objektil puudub atribuut %s" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "kasutaja objekt loodi `%s'-ta" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "LDAP kataloogi üksuse loomise viga: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "LDAP kataloogi üksuse muutmise viga: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "LDAP kataloogi üksuse ümbernimetamise viga: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "objektil puudus atribuut %s" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "LDAP kataloogi üksuse eemaldamise viga: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "objektil puudub atribuut %s" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "LDAP kataloogis puudub selline objekt" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "`%s'-i atribuuti ei leitud" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "parooli seadmisel LDAP kataloogile %s tekkis viga: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "LDAP serverinimi" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP sidumise baasnumber" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP sidumise number" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP sidumise parool" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL kasutaja" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL kasutaja autoriseerimine" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Cyrus SASL viga kasutaja loomisel: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Cyrus SASL viga kasutaja eemaldamisel: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "viga Cyrus SASL lähtestamisel: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "kasutaja kodukataloogi loomise viga" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "kasutaja kodukataloogi kustutamise viga" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "kasutaja kodukataloogi liigutamise viga" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "kasutajale postispuuleri loomise viga" #: python/admin.c:885 #, fuzzy msgid "error removing mail spool for user" msgstr "kasutajale postispuuleri loomise viga" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "%s lähtestamise viga: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "Vigane ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "ID-ga %jd grupi otsimine.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "%s nimelise grupi otsimine.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "ID-ga %jd kasutaja otsimine.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "%s nimelise kasutaja otsimine.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Üksust ei leitud.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Viibad õnnestusid.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Viibad ebaõnnestusid.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Kasutaja vaikeobjektide klassid:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Kasutaja vaikeatribuutide nimed:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Kasutaja vaikeatribuutide saamine:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Kasutajastruktuuri kopeerimine:\n" #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "sisemisi andmeid ei saa konventeerida LDAPMods-i" #, fuzzy #~ msgid "Shell not changed: input error.\n" #~ msgstr "Kesta ei muudetud: %s\n" #~ msgid "could not search LDAP server" #~ msgstr "LDAP serverit polnud võimalik otsida" #~ msgid "LDAP server appears to have no root DSE" #~ msgstr "Tundub, et LDAP serveril puudub andmekeskjaam (DSE)" #~ msgid "error mapping name to LDAP distinguished name" #~ msgstr "viga nime kujutamise LDAP väljapaistvaks nimeks" #~ msgid "error mapping name to LDAP base distinguished name" #~ msgstr "nime kujutamise viga LDAP väljapaistvaks baasnimeks" #~ msgid "Error initializing %s.\n" #~ msgstr "Viga %s lähtestamisel.\n" #~ msgid "Group %s could not be deleted.\n" #~ msgstr "Gruppi %s ei saa kustutada.\n" #~ msgid "Group %s could not be modified.\n" #~ msgstr "Gruppi %s muutmine ei ole võimalik.\n" #~ msgid "error initializing module" #~ msgstr "viga mooduli lähtestamisel" #~ msgid "Cyrus SASL error creating user: %s: %s" #~ msgstr "Cyrus SASL viga kasutaja loomisel: %s: %s" #~ msgid "Cyrus SASL error removing user: %s: %s" #~ msgstr "Cyrus SASL viga kasutaja eemaldamisel: %s: %s" libuser-0.56.9.dfsg.1.orig/po/bs.po0000644000175000017500000007046710777230756015006 0ustar gheghe# translation of hr.po to Bosnian # Adnan Hodzic , 2007. # Translation of libuser to Croatian msgid "" msgstr "" "Project-Id-Version: hr\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2007-01-23 16:24+0100\n" "Last-Translator: Adnan Hodzic \n" "Language-Team: Bosnian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Pogreška pri čitanju `%s': %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Pogreška pri izradi `%s': %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Pogreška pri izmjeni vlasnika`%s': %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Pogreška pri zapisivanju `%s': %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Pogreška pri uklanjanju `%s': %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Odbacivanje privilegija nije uspjelo.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Interna pogreška.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s nema dopuštenja za izmjenu finger podatka o %s\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Nepoznati kontekst korisnika" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Nije moguće postaviti zadani kontekst za /etc/passwd\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Pogreška pri inicijalizaciji PAM-a.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Provjere autentičnosti za %s nije uspjela.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Interna pogreška PAM-a `%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "Autentifikacija nepoznatog korisnika.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Neodgovarajući korisnik.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[OPCIJA...] korisnik" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Pogreška pri raščlanjivanju argumenata: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Korisničko ime nije određeno.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Pogreška pri inicijalizaciji %s: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "Korisnik %s ne postoji.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Nalog je zaključan.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Nalog nije zaključan.\n" #: apps/lchage.c:160 #, fuzzy, c-format msgid "Minimum:\t%ld\n" msgstr "Najmanje:\t%d\n" #: apps/lchage.c:164 #, fuzzy, c-format msgid "Maximum:\t%ld\n" msgstr "Najviše:\t%d\n" #: apps/lchage.c:168 #, fuzzy, c-format msgid "Warning:\t%ld\n" msgstr "Upozorenje:\t%d\n" #: apps/lchage.c:172 #, fuzzy, c-format msgid "Inactive:\t%ld\n" msgstr "Neaktivno:\t%d\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Nikad" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Posljednja izmjena:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Lozinka zastarijeva:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Neaktivna lozinka:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Nalog zastarijeva:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Uređivanje podataka o zastari za %s nije uspjelo: %s.\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[OPCIJA...] [korisnik]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Korisničko ime nije određeno. Nema naziva za uid %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Izmjena podataka usluge finger za %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Puno ime" #: apps/lchfn.c:154 msgid "Surname" msgstr "Prezime" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Ime" #: apps/lchfn.c:179 msgid "Office" msgstr "Ured" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Uredski telefon" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Telefon (kućni)" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "Adresa e-pošte" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Podaci usluge finger nisu izmijenjene: pogreška unosa.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Podaci usluge finger izmijenjeni su.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Podaci usluge finger nisu izmijenjene: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Promjena korisničke ljuske za %s.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Nova ljuska" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Korisnička ljuska nije promijenjena:%s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Korisnička ljuska je promijenjena.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[OPCIJA...] grupa" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Naziv grupe nije određen.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "Neispravan ID grupe %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "Izrada grupe nije uspjela: %s.\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Grupa %s ne postoji.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "Grupu %s nije moguće izbrisati: %s.\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "Podjednako su određeni -L i -U.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Postavljanja lozinke za grupu %s nije uspjelo: %s.\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "Grupu %s nije moguće zaključati: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Grupu %s nije moguće otključati: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "Grupu %s nije moguće izmijeniti: %s.\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Pogreška pri pretraživanju %s: %s.\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Naziv grupe nije određen. Bit će upotrijebljen %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Naziv grupe nije određen. Nema naziva za gid %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Nije određeno korisničko ime. Bit će upotrijebljen %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[OPCIJA...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Pogreška pri otvaranju `%s': %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "Pogreška pri izradi naloga za `%s': linija je nepravilno oblikovana.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "Neispravan ID korisnika %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Izrada naloga s UID 0 je odbijena.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Pogreška pri izradi grupe za `%s' uz GID %jd: %s.\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Pogreška pri postavljanju početne lozinke za %s: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Pogreška pri izradi početne mape za %s: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "Pogreška pri izradi niza čekanja e-pošte za %s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Pogreška pri izradi korisničkog naloga za %s: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Izmjena lozinke za %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Nova lozinka" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Nova lozinka (potvrdite)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Lozinke se ne podudaraju, pokušajte ponovo.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Izmjena lozinke je otkazana.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Pogreška pri postavljanju lozinke za korisnika %s: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Pogreška pri postavljanju lozinke za grupu %s: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Lozinka je izmijenjena.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "Grupa %jd ne postoji.\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Pogreška pri izradi grupe `%s': %s.\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Izradi naloga nije uspjela: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Pogreška pri izradi %s: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "Pogreška pri izradi niza čekanja e-pošte.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Brisanje korisnika %s nije moguće: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s nema GID broj.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "Ne postoji grupa s GID %jd. Nema uklanjanja.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "Grupa s GID %jd nije imala naziv grupe.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Brisanje grupe %s nije moguće: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s nema početnu mapu.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Pogreška pri uklanjanju %s: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Postavljanja lozinke za korisnika %s nije uspjelo: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Korisnik %s nije mogao biti zaključan: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Korisnik %s nije mogao biti otključan: %s.\n" #: apps/lusermod.c:221 #, fuzzy, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Grupa %jd ne postoji.\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Korisnik %s nije mogao biti izmijenjen: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "Izmjena grupe %s nije moguća: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "Prethodna početna mapa za %s ne postoji.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "Novi naziv za mapu %s ne postoji.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Pogreška pri premještanju %s u %s: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "Otvaranje konfiguracijske datoteke`%s' nije uspjelo: %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "Pokretanje konfiguracijske datoteke`%s' nije uspjelo: %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "Konfiguracijska datoteka`%s' je prevelika" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "Čitanje konfiguracijske datoteke`%s' nije uspjelo: %s" #: lib/error.c:38 msgid "success" msgstr "Uspjeh" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "Modul je onemogućen u konfiguraciji" #: lib/error.c:42 msgid "generic error" msgstr "Generička pogreška" #: lib/error.c:44 msgid "not enough privileges" msgstr "Nema dovoljno privilegija" #: lib/error.c:46 msgid "access denied" msgstr "Pristup odbijen" #: lib/error.c:48 msgid "bad user/group name" msgstr "Loše ime korisnika ili naziv grupe" #: lib/error.c:50 msgid "bad user/group id" msgstr "Loš ID korisnika ili grupe" #: lib/error.c:52 msgid "user/group name in use" msgstr "Ime korisnika ili naziv grupe je u upotrebi" #: lib/error.c:54 msgid "user/group id in use" msgstr "ID korisnika ili grupe je u upotrebi" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "Pogreška pri rukovanju s atributima terminala" #: lib/error.c:58 msgid "error opening file" msgstr "Pogreška pri otvaranju datoteke" #: lib/error.c:60 msgid "error locking file" msgstr "Pogreška pri zaključavanju datoteke" #: lib/error.c:62 msgid "error statting file" msgstr "Pogreška datoteke statistika" #: lib/error.c:64 msgid "error reading file" msgstr "Pogreška pri čitanju datoteke" #: lib/error.c:66 msgid "error writing to file" msgstr "Pogreška pri zapisivanju u datoteku" #: lib/error.c:68 msgid "data not found in file" msgstr "Podatak nije pronađen u datoteci" #: lib/error.c:70 msgid "internal initialization error" msgstr "Interna greška inicijalizacije" #: lib/error.c:72 msgid "error loading module" msgstr "Pogreška pri učitavanju modula" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "Pogreška pri razrješavanju znaka u modulu" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "Ne podudaraju se verzije biblioteke i modula" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "Otključavanje će polje lozinke učiniti praznim" #: lib/error.c:84 msgid "unknown error" msgstr "Nepoznata pogreška" #: lib/misc.c:165 #, fuzzy msgid "invalid number" msgstr "Neispravan ID korisnika %s\n" #: lib/misc.c:179 #, fuzzy msgid "invalid ID" msgstr "Neispravan ID %s\n" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "Nema funkcije pokretanja %s u `%s'" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "Ne podudaraju se verzije modula u `%s'" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "Modul `%s' ne određuje `%s'" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "Pogreška pri čitanju atributa terminala" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "Pogreška pri postavljanju atributa terminala" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "Pogreška pri čitanja iz terminala" #: lib/user.c:191 msgid "name is not set" msgstr "Naziv nije zadan" #: lib/user.c:196 msgid "name is too short" msgstr "Naziv je prekratak" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "Naziv je predugačak (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "Naziv sadrži znakove koji nisu ASCII" #: lib/user.c:215 msgid "name contains control characters" msgstr "Naziv sadrži kontrolne znakove" #: lib/user.c:222 msgid "name contains whitespace" msgstr "Naziv sadrži prazna mjesta (razmake)" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "Naziv započinje znakom rastavljanja" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "Naziv sadrži neispravni znak `%c'" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "Korisnik %s nema UID" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "Grupa %s nema GID" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "Korisnik %jd nema naziva" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "Grupa %jd nema naziva" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "Korisnik nema ni naziv ni UID" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "Grupa nema ni naziv ni UID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "Pogreška pri zaključavanju datoteke: %s" #: lib/util.c:706 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "Postavljanje zadanog sigurnosnog sadržaja nije uspjelo: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "Dohvaćanje sigurnosnog sadržaja `%s' nije uspjelo: %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "Dohvaćanje sigurnosnog sadržaja u `%s' nije uspjelo: %s" #: lib/util.c:760 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "Dohvaćanje sigurnosnog sadržaja `%s' nije uspjelo: %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "Otvaranje`%s' nije uspjelo: %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "Izrada statistike`%s' nije uspjela: %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "Pogreška pri izradi`%s': %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "Datoteka sigurnosnog spremanja`%s' postoji i nije regularna datoteka" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "Ne podudara se veličina datoteke sigurnosnog spremanja" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "Čitanje iz `%s' nije moguće: %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "Unos već postoji u datoteci" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "Zapisivanje u `%s' nije moguće: %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "Objekt entiteta nema atribut %s" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "Pogreška pri šifriranju lozinke" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "Ne izvršava se s pravima superkorisnika" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "Datoteka lozinki u sjeni ne postoji -- Bit će onemogućeno" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "Pogreška pri povezivanju s kadm5 poslužiteljem za uslugu`%s' u području `%" "s': %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "Pogreška pri inicijalizaciji kerberos biblioteka" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "Pogreška pri raščlanjivanju korisničkog imena `%s' za kerberos" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "Struktura entiteta nema atribute %s ili %s" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "Entitet nema atribute %s ili %s" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "Entitet je izrađen bez atributa %s ili %s" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "Pogreška pri čitanju podataka za %s' iz kerberosa" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "Entitet nema atribut %s" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "Pogreška pri postavljanju lozinke za `%s'" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Područje Kerberosa" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Principal administratora kerberosa" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Lozinka kerberosa za principal administratora" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "Pogreška pri inicijalizaciji ldap biblioteke" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "Zadavanje LDAP protokola za verziju %d nije uspjelo" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "TLS pregovaranja s LDAP poslužiteljem nije uspjelo" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "Povezivanje s LDAP poslužiteljem nije uspjelo" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "" "Povezivanje s LDAP poslužiteljem nije uspjelo. Prvi pokušaj kao %s': %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "Korisnički objekt nije imao atribut %s" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "Korisnički objekt je izrađen bez `%s'" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "Pogreška pri izradi unosa LDAP imenika: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "Pogreška pri uređivanju unosa LDAP imenika: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "Pogreška pri preimenovanju unosa LDAP imenika: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "Objekt nije imao atribut %s" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "Pogreška pri uklanjanju unosa LDAP imenika: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "Objekt nema atribut %s" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "Takav objekt ne postoji u LDAP imeniku" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "Atribut `%s' nije pronađen" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "Pogreška pri postavljanju lozinke u LDAP imeniku za %s: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "Naziv LDAP poslužitelja" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "Osnovna DN LDAP pretrage" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP Bind lozinka" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL korisnik" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL korisnik autorizacije" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Pogreška pri izradi Cyrus SASL korisnika: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Pogreška pri uklanjanju Cyrus SASL korisnika: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "Pogreška pri inicijalizaciji Cyrus SASL-a: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "Pogreška pri izradi početne mape za korisnika" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "Pogreška pri uklanjanju početne mape za korisnika" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "Pogreška pri premještanju početne mape za korisnika" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "Pogreška pri izradi niza čekanja e-pošte za korisnika" #: python/admin.c:885 #, fuzzy msgid "error removing mail spool for user" msgstr "Pogreška pri izradi niza čekanja e-pošte za korisnika" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Pogreška pri inicijalizaciji %s: %s.\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "Neispravan ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "Pretražuje se za grupom s ID %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "Pretražuje se za grupom s nazivom %s.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "Pretražuje se za korisnikom s ID %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "Pretražuje se za korisnikom s nazivom %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Unos nije pronađen.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Odzivi su uspjeli.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Odzivi nisu uspjeli.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Zadane klase korisničkih objekata:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Zadani atributi korisničkih naziva: \n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Dohvaćanje zdanih korisničkih atributa:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Kopiranje strukture korisnika:\n" #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "Pretvaranje internih podatak u LDAPMods nije uspjelo" libuser-0.56.9.dfsg.1.orig/po/cy.po0000644000175000017500000007007010777230756015003 0ustar gheghe# translation of libuser.pot to Cymraeg # This file is distributed under the same license as the libuser package. # Copyright (C) 2004 Alan Cox # Translation by Owain Green , 2004. # Updated by Rhys Jones , 2005. # msgid "" msgstr "" "Project-Id-Version: libuser.cy\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2005-04-16 14:20+0100\n" "Last-Translator: Rhys Jones \n" "Language-Team: Cymraeg \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.0.2\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Gwall wrth ddarllen `%s': %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Gwall wrth greu `%s': %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Gwall wrth newid perchennog `%s': %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Gwall wrth ysgrifennu `%s': %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Gwall wrth waredu `%s': %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Methwyd gollwng breintiau.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Gwall mewnol.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "Does gan %s ddim caniatâd i newid gwybodaeth 'finger' %s\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Cyd-destun defnyddiwr yn anhysbys" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Methu gosod y cyd-destun rhagosodedig ar gyfer /etc/passwd\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Gwall wrth ymgychwyn PAM.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Methodd dilysiant ar gyfer %s.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Gwall PAM mewnol `%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "Dilyswyd defnyddiwr anhysbys.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Defnyddiwr anghydwedd.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[DEWISIAD...] defnyddiwr" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Gwall wrth ddyrannu ymresymiadau: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Ni phenodwyd enw defnyddiwr.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Gwall wrth ymgychwyn %s: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "Nid yw'r defnyddiwr %s yn bodoli.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Mae'r cyfrif ar glo.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Nid yw'r cyfrif ar glo.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Isafswm:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Uchafswm:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Rhybudd:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Anweithredol:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Byth" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Newid Diwethaf:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Cyfrinair yn Darfod:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Cyfrinair Anweithredol:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Cyfrif yn Darfod:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Methwyd addasu'r wybodaeth heneiddio ar gyfer %s: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[DEWISIAD...] [defnyddiwr]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Ni phenodwyd enw defnyddiwr, dim enw ar gyfer uid %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Yn newid gwybodaeth byseddu ar gyfer %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Enw Llawn" #: apps/lchfn.c:154 msgid "Surname" msgstr "Cyfenw" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Enw Cyntaf" #: apps/lchfn.c:179 msgid "Office" msgstr "Swyddfa" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Ffôn Swyddfa" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Ffôn Cartref" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "Cyfeiriad E-Bost" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Ni newidiwyd gwybodaeth fyseddu: gwall mewnbwn.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Newidiwyd gwybodaeth fyseddu.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Ni newidiwyd gwybodaeth fyseddu: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Yn newid plisgyn ar gyfer %s.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Plisgyn Newydd" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Ni newidiwyd y plisgyn: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Newidiwyd y plisgyn.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[DEWISIAD...] grŵp" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Ni phenodwyd enw grŵp.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "%s yn ID grŵp annilys\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "Methwyd creu'r grŵp: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Nid yw'r grŵp %s yn bodoli.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "Nid oedd modd dileu'r grŵp %s: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "Penodwyd -L ac -U ill dau.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Methwyd gosod cyfrinair ar gyfer y grŵp %s: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "Nid oedd modd cloi'r grŵp %s: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Nid oedd modd datgloi’r grŵp %s: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "Nid oedd modd addasu'r grŵp %s: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Gwall wrth waredu %s: %s\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Ni phenodwyd enw grŵp, yn defnyddio %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Ni phenodwyd enw grŵp, dim enw ar gyfer gid %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Ni phenodwyd enw defnyddiwr, yn defnyddio %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "{DEWISIAD...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Gwall wrth agor `%s': %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "" "Gwall wrth greu cyfrif ar gyfer `%s': llinell wedi'i fformadu'n anghywir.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "%s yn ID defnyddiwr annilys\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Yn gwrthod creu cyfrif â UID 0.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Gwall wrth greu grŵp ar gyfer `%s' â GID %jd: %s.\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Gwall wrth osod cyfrinair dechreuol ar gyfer %s: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Gwall wrth greu cyfeiriadur cartref ar gyfer %s: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "Gwall wrth greu sbŵl post ar gyfer %s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Gwall wrth greu cyfrif defnyddiwr ar gyfer %s: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Yn newid cyfrinair ar gyfer %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Cyfrinair newydd" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Cyfrinair newydd (gwiriwch)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Nid yw'r cyfrineiriau'n cydweddu, ceisiwch eto.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Diddymwyd newid y cyfrinair.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Gwall wrth osod cyfrinair ar gyfer defnyddiwr %s: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Gwall wrth osod cyfrinair ar gyfer grŵp %s: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Newidiwyd y cyfrinair.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "Nid yw'r grŵp %jd yn bodoli\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Gwall wrth greu grŵp `%s': %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Methodd creu'r cyfrif: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Gwall wrth greu %s: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "Gwall wrth greu sbŵl post.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Nid oedd modd dileu'r defnyddiwr %s: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "Nid oedd rhif gid gyda %s.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "Nid oes grŵp â'r GID %jd yn bodoli, felly gwaredir e ddim.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "Doedd gan y grŵp â'r GID %jd ddim enw.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Nid oedd modd dileu'r grŵp %s: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "Nid oedd gan %s gyfeiriadur cartref.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Gwall wrth waredu %s: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Methwyd gosod cyfrinair ar gyfer y defnyddiwr %s: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Nid oedd modd cloi'r defnyddiwr %s: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Nid oedd modd datgloi’r defnyddiwr %s: %s.\n" #: apps/lusermod.c:221 #, fuzzy, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Nid yw'r grŵp %jd yn bodoli\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Nid oedd modd addasu'r defnyddiwr %s: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "Nid oedd modd addasu'r grŵp %s: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "Nid oes hen gyfeiriadur cartref ar gyfer %s.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "Nid oes cyfeiriadur cartref newydd ar gyfer %s.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Gwall wrth symud %s i %s: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "methwyd agor ffeil gyflunio `%s': %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "methwyd statio ffeil gyflunio `%s': %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "Mae ffeil gyfluniad '%s' yn rhy fawr" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "methwyd darllen ffeil gyflunio `%s': %s" #: lib/error.c:38 msgid "success" msgstr "llwyddiant" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "analluogwyd y modwl gan gyfluniad" #: lib/error.c:42 msgid "generic error" msgstr "gwall cyffredinol" #: lib/error.c:44 msgid "not enough privileges" msgstr "diffyg breintiau" #: lib/error.c:46 msgid "access denied" msgstr "gwrthodwyd cyrchiad" #: lib/error.c:48 msgid "bad user/group name" msgstr "enw defnyddiwr/grŵp gwael" #: lib/error.c:50 msgid "bad user/group id" msgstr "dynodiad defnyddiwr/grŵp gwael" #: lib/error.c:52 msgid "user/group name in use" msgstr "enw defnyddiwr/grŵp mewn defnydd" #: lib/error.c:54 msgid "user/group id in use" msgstr "dynodiad defnyddiwr/grŵp mewn defnydd" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "gwall wrth drin priodoleddau terfynell" #: lib/error.c:58 msgid "error opening file" msgstr "gwall wrth agor ffeil" #: lib/error.c:60 msgid "error locking file" msgstr "gwall wrth gloi ffeil" #: lib/error.c:62 msgid "error statting file" msgstr "gwall wrth statio ffeil" #: lib/error.c:64 msgid "error reading file" msgstr "gwall wrth ddarllen ffeil" #: lib/error.c:66 msgid "error writing to file" msgstr "gwall wrth ysgrifennu i ffeil" #: lib/error.c:68 msgid "data not found in file" msgstr "ni chanfuwyd y data yn y ffeil" #: lib/error.c:70 msgid "internal initialization error" msgstr "gwall ymgychwyn mewnol" #: lib/error.c:72 msgid "error loading module" msgstr "gwall wrth lwytho modwl" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "gwall wrth ddatrys symbol mewn modwl" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "Fersiwn llyfrgell/modwl yn wahanol" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "mi fyddai datgloi yn achosi i'r maes cyfrinair fod yn wag" #: lib/error.c:84 msgid "unknown error" msgstr "gwall anhysbys" #: lib/misc.c:165 #, fuzzy msgid "invalid number" msgstr "%s yn ID defnyddiwr annilys\n" #: lib/misc.c:179 #, fuzzy msgid "invalid ID" msgstr "ID annilys %s\n" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "dim ffwythiant ymgychwyn %s yn `%s'" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "anghydweddiad fersiwn modwl yn `%s'" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "nid yw modiwl '%s' yn diffinio '%s'" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "gwall wrth ddarllen priodoleddau terfynell" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "gwall wrth osod priodoleddau terfynell" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "gwall wrth ddarllen o derfynell" #: lib/user.c:191 msgid "name is not set" msgstr "enw heb ei osod" #: lib/user.c:196 msgid "name is too short" msgstr "mae'r enw rhy fyr" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "Mae enw yn rhy hir (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "mae'r enw'n cynnwys nodau di-ASCII" #: lib/user.c:215 msgid "name contains control characters" msgstr "mae'r enw'n cynnwys nodau rheoli" #: lib/user.c:222 msgid "name contains whitespace" msgstr "mae'r enw'n cynnwys gofod gwyn" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "Enw yn cychwyn gyda chysylltnod" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "mae'r enw'n cynnwys nod annilys `%c'" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "Nid oes UID gan defynddiwr %s" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "Nid oes GID gan grŵp %s" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "Nid oes enw gan defnyddiwr %jd" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "Nid oes enw gan grŵp %jd" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "Nid oes enw neu UID gan defynddiwr %jd" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "Nid oes enw neu GID gan grŵp %jd" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "Annilys yw'r gwerth rhagosodiedig o maes %s: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "gwall wrth gloi ffeil: %s" #: lib/util.c:706 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "methwyd gosod cyd-destun diogelwch rhagosodedig: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "methwyd cael cyd-destun diogelwch `%s': %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "methwyd gosod y cyd-destun diogelwch rhagosodedig i `%s': %s" #: lib/util.c:760 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "methwyd cael cyd-destun diogelwch `%s': %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "methwyd agor: `%s': %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "methwyd statio: `%s': %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "gwall wrth greu: `%s': %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "mae'r ffeil wrthgefn `%s' yn bodoli, ac nid yw'n ffeil arferol" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "maint ffeiliau wrthgefn yn wahanol i'w gilydd" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "methwyd darllen o `%s': %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "cofnod eisoes yn bresennol yn y ffeil" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "methwyd ysgrifennu i `%s': %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "nid oes gan y gwrthrych endid briodoledd %s" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "gwall wrth amgryptio cyfrinair" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "ddim yn gweithredu â breintiau'r uwchddefnydiwr" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "dim ffeil gysgod yn bresennol -- yn analluogi" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "gwall wrth gysylltu â'r gweinydd kadm5 ar gyfer y gwasanaeth '%s' ym mro `%" "s': %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "gwall wrth ymgychwyn y llyfrgell kerberos" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "gwall wrth ddyrannu'r enw defnyddiwr `%s' ar gyfer kerberos" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "nid oes gan y strwythur endid briodoleddau %s na %s" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "nid oes gan yr endid briodoleddau %s na %s" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "crëwyd yr endid heb briodoleddau %s na %s" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "gwall wrth ddarllen gwybodaeth ar gyfer `%s' o kerberos" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "nid oes gan yr endid briodoledd %s" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "gwall wrth osod cyfrinair ar gyfer `%s'" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Bro Kerberos" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Pennaeth Gweinyddol Kerberos" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Cyfrinair Kerberos ar gyfer y Pennaeth Gweinyddol" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "gwall wrth ymgychwyn y llyfrgell ldap" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "methwyd gosod y protocol LDAP i fersiwn %d" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "methwyd trafod TLS â'r gweinydd LDAP" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "methwyd rhwymo â'r gweinydd LDAP" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "methwyd rhwymo â'r gweinydd LDAP, cynnig cyntaf fel `%s': %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "nid oedd priodoledd %s gan y gwrthrych defnyddiwr" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "crëwyd y gwrthrych defnyddiwr heb `%s'" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "gwall wrth greu cofnod cyfeiriadur LDAP: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "gwall wrth addasu cofnod cyfeiriadur LDAP: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "gwall wrth ail-enwi cofnod cyfeiriadur LDAP: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "nid oedd gan y gwrthrych briodoledd %s" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "gwall wrth waredu'r cofnod cyfeiriadur LDAP: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "nid oes gan y gwrthrych briodoledd %s" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "nid oes y fath wrthrych yn y cyfeiriadur LDAP" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "ni chanfuwyd priodoledd `%s'" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "gwall wrth osod cyfrinair yn y cyfeiriadur LDAP ar gyfer %s: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "Enw Gweinydd LDAP" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "EP Sail Chwilio LDAP" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "EP Rhwymo LDAP" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "Cyfrinair Rhwymo LDAP" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "Defnyddiwr SASL LDAP" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "Defnyddiwr Awdurdodi SASL LDAP" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Gwall SASL Cyrus wrth greu'r defnyddiwr: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Gwall SASL Cyrus wrth greu'r defnyddiwr: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "gwall wrth ymgychwyn SASL Cyrus: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "gwall wrth greu cyfeiriadur cartref ar gyfer y defnyddiwr" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "gwall wrth waredu cyfeiriadur cartref ar gyfer y defnyddiwr" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "gwall wrth symud cyfeiriadur cartref ar gyfer y defnyddiwr" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "gwall wrth greu sbŵl post ar gyfer y defnyddiwr" #: python/admin.c:885 #, fuzzy msgid "error removing mail spool for user" msgstr "gwall wrth greu sbŵl post ar gyfer y defnyddiwr" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Gwall wrth ymgychwyn %s: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "ID annilys %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "Yn chwilio am grŵp â'r ID %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "Yn chwilio am grŵp o'r enw %s.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "Yn chwilio am ddefnyddiwr â'r ID %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "Yn chwilio am ddefnyddiwr o'r enw %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Cofnod heb ei ganfod.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Promptiau wedi llwyddo.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Promptiau wedi methu.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Dosbarthiadau gwrthrych defnyddiwr rhagosodedig:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Enwau priodoleddau gwrthrych defnyddiwr rhagosodedig:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Yn nôl priodoleddau defnyddiwr rhagosodedig:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Yn copïo strwythur defnyddiwr:\n" #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "methwyd trosi data mewnol yn LDAPModau" libuser-0.56.9.dfsg.1.orig/po/mr.po0000644000175000017500000011234410777230757015010 0ustar gheghe# translation of libuser.tip.mr.po to marathi # Marathi translations for PACKAGE package. # Copyright (C) 2004 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Automatically generated, 2004. # Rahul Bhalerao , 2006. # sandeep shedmake , 2007. # Sandeep Shedmake , 2008. msgid "" msgstr "" "Project-Id-Version: libuser.tip.mr\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-03-12 16:27+0530\n" "Last-Translator: Sandeep Shedmake \n" "Language-Team: marathi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "मुख्य संचयीका मार्ग `%s' संपूर्णतः नाही" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "`%s' वाचतेवेळी चूक: %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "`%s' निर्माण करतेवेळी चूक: %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "`%s' चा मालक बदलतेवेळी त्रूटी: %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "`%s' लिहीतेवेळी त्रुटी: %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "`%s' काढुन टाकतेवेळी त्रुटी: %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "हक्क वगळण्यास अपयशी.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "आंतरीक त्रूटी.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s ची finger माहिती बदलवण्यास %s ला अधिकार नाही\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "अपरिचित वापरकर्ता संदर्भ" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "/etc/passwd करता मूलभूत संदर्भ निश्चित करू शकत नाही\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "PAM प्रारंभ करतेवेळी त्रुटी.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "%s करीता अधिप्रमाणन अयशस्वी.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "आंतरीक PAM त्रूटी `%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "अपरिचित वापरकर्ता अधिप्रमाणित.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "वापरकर्ता जुळला नाही.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[OPTION...] वापरकर्ता" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "बाबी वाचतेवेळी त्रुटी: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "वापरकर्त्याचे नाव दर्शविले नाही.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "%s प्रारंभ करतेवेळी त्रुटी: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "%s वापरकर्ता अस्तित्वात नाही.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "खाती कुलूपबंद.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "खाती कुलूपबंद नाही.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "किमान:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "कमाल:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "सावधान:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "निषक्रिय:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "कधीच नाही" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "शेवटचा बदल:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "गुप्तशब्द कालबाह्य:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "गुप्तशब्द निषक्रिय:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "खाती कालबाह्य:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "%s करता एजींग माहिती संपादित करू शकला नाही: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[OPTION...] [वापरकर्ता]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "वापरकर्त्याचे नाव दर्शविले नाही, uid %d करीता नाव नाही.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "%s करता finger माहिती बदलवा.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "पूर्ण नाव" #: apps/lchfn.c:154 msgid "Surname" msgstr "आडनाव" #: apps/lchfn.c:169 msgid "Given Name" msgstr "दिलेले नाव" #: apps/lchfn.c:179 msgid "Office" msgstr "ऑफिस" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "ऑफिस फोन" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "घरचा फोन" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "इमेल पत्ता" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "finger माहिती बदल्यागेली नाह: आदान त्रूटी.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Finger माहिती बदलवण्यात आली.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Finger माहिती बदलवली नाही: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "%s कर्ता शेल बदलवत आहे.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "नविन शेल" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "शेल बदलवले नाही: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "शेल बदलवले.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[OPTION...] समुह" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "समुह नाव व्याख्यित नाही.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "अवैध समुह ID %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "समुह निर्माण करण्यास अपयशी: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "समुह %s अस्तित्वात नाही.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "समुह %s काढू शकत नाही: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "दोन्ही -L व -U दर्शविले आहे.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "%s समुहकर्ता गुप्तशब्द निश्चित करण्यास अपयशी: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "%s समुह कुलूपबंद करू शकत नाही: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "%s समुह कुलूपबंद करू शकला नाही: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "%s समुह संपादित करू शकला नाही: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "%s शोधतेवेळी त्रुटी: %s\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "%s वापरून, समुहाचे नाव व्याख्यित नाही.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "समुह नाव दर्शविले नाही, gid %d करीता नाव नाही.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "%s वापरुन, वापरकर्त्याचे नाव व्याख्यित नाही.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[OPTION...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "`%s' उघडतेवेळी त्रुटी: %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "`%s' करीता खाते बनवितेवेळी त्रुटी: ओळ अयोग्यरित्या संपादित केले.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "अवैध वापरकर्ता ID %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "UID 0 सह खाती निर्माण करण्यास नकार.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "`%s' करीता GID %jd सह समुह बनवितेवेळी त्रुटी: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "%s करीता प्रारंभी गुप्तशब्द निश्चित करा: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "%s करीता मुख्य संचयीका निर्माण करतेवेळी त्रुटी: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "%s करीता मेल स्पुल निर्माण करतेवेळी त्रुटी.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "%s वापरकर्त्यास खाती बनवितेवेळी त्रुटी: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "%s करता गुप्तशब्द बदलवत आहे.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "नविन गुप्तशब्द" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "नविन गुप्तशब्द (निश्चित करा)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "गुप्तशब्द जुळत नाही, पुन्हा प्रयत्न करा.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "गुप्तशब्द बदल रद्द केले.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "%s वापरकर्त्यास गुप्तशब्द निश्चित करतेवेळी त्रुटी: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "%s समुहकरीता गुप्तशब्द निश्चित करतेवेळी त्रुटी: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "गुप्तशब्द बदलविले.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "समुह %jd अस्तित्वात नाही\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "%s समुह निर्माण करतेवेळी त्रुटी: %s.\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "खाती निर्माण करण्यास अपयशी: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "%s निर्माण करतेवेळी त्रुटी: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "मेल स्पुल निर्माण करतेवेळी.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "%s वापरकर्ता काढू शकला नाही: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s ला gid क्रमांक नाही.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "GID %jd रहीत समुह अस्तित्वात नाही, काढुन टाकत नाही.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "GID %jd सह समुहला समुह नाव नाही.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "%s समुह काढू शकला नाही: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s ला मुख्य संचयीका नाही.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "%s काढुन टाकतेवेळी चुक: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "%s वापरकर्त्यास गुप्तशब्द निश्चित करण्यास अपयशी: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "%s वापरकर्त्यास कुलूपबंद करू शकला नाही: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "%s वापरकर्त्यास कुलूपबंदीतून सुटका करू शकला नाही: %s.\n" #: apps/lusermod.c:221 #, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "सावधान: समुह ID %jd सह अस्तित्वात नाही.\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "%s वापरकर्ता संपादित करू शकला नाही: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "समुह %s संपादित करू शकला नाही: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "%s करता जुनी मुख्य संचयीका नाही.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "%s करीता मुख्य संचयीका नाही.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "%s पासुन %s पर्यंत स्थानांतर करतेवेळी त्रुटी: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "संरचना फाइल `%s' उघडू शकला नाही: %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "संरचना फाइल `%s' सुरू करू शकला नाही: %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "संरचना फाइल `%s' खूपच मोठी आहे" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "`%s' संरचना फाइल वाचू शकला नाही: %s" #: lib/error.c:38 msgid "success" msgstr "यश" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "संरचनाने घटकास अकार्यान्वीत केले" #: lib/error.c:42 msgid "generic error" msgstr "प्रजातीय त्रूटी" #: lib/error.c:44 msgid "not enough privileges" msgstr "हवे थवडे हक्क नाही" #: lib/error.c:46 msgid "access denied" msgstr "प्रवेश निषेध" #: lib/error.c:48 msgid "bad user/group name" msgstr "वाईट वापरकर्ता/समुहाचे नाव" #: lib/error.c:50 msgid "bad user/group id" msgstr "वाईट वापरकर्ता/समुहाचे आयडी" #: lib/error.c:52 msgid "user/group name in use" msgstr "वापरणीत असलेले वापरकर्त्याचे/समुहाचे नाव" #: lib/error.c:54 msgid "user/group id in use" msgstr "वापरणीत असलेले वापरकर्त्याचे/समुहाचे आयडी" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "टर्मिनलचे गुणधर्म संपादित करतेवेळी त्रूटी" #: lib/error.c:58 msgid "error opening file" msgstr "फाइल उघडतेवेळी त्रूटी" #: lib/error.c:60 msgid "error locking file" msgstr "फाइल कुलूपबंद करतेवेळी त्रूटी" #: lib/error.c:62 msgid "error statting file" msgstr "त्रूटी दर्शविणारी फाइल" #: lib/error.c:64 msgid "error reading file" msgstr "फाइल वाचतेवेळी त्रूटी" #: lib/error.c:66 msgid "error writing to file" msgstr "फाइल मध्ये लिहीतेवेळी त्रूटी" #: lib/error.c:68 msgid "data not found in file" msgstr "फाइल मध्ये माहिती आढळली नाही" #: lib/error.c:70 msgid "internal initialization error" msgstr "आंतरीक प्रारंभीकरण त्रूटी" #: lib/error.c:72 msgid "error loading module" msgstr "घटक दाखल करतेवेळी त्रूटी" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "घटकातील चिन्ह सुस्थीत करतेवेळी त्रूटी" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "लायब्ररी/घटकाच्या आवृत्तीत जुळणी होत नाही" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "कुलूपबंद नाहीसे केल्यास गुप्तशब्द रिक्त होते" #: lib/error.c:84 msgid "unknown error" msgstr "अपरिचीत त्रूटी" #: lib/misc.c:165 msgid "invalid number" msgstr "अवैध क्रमांक" #: lib/misc.c:179 msgid "invalid ID" msgstr "अवैध ID" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "`%s' मध्ये %s प्रारंभीकरण कार्यक्रम नाही" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "`%s' मध्ये घटकाची आवृत्ती जुळत नाही" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "`%s' घटक `%s' ला ओळखत नाही" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "टर्मिनल गुणधर्म वाचतेवेळी त्रूटी" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "टर्मिनल गुणधर्म वाचतेवेळी त्रूटी" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "टर्मिनल पासून वाचतेवेळी त्रूटी" #: lib/user.c:191 msgid "name is not set" msgstr "नाव निश्चित केले नाही" #: lib/user.c:196 msgid "name is too short" msgstr "नाव खूपच छोटे आहे" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "नाव खूपच लांब आहे (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "नावात विना-ASCII अक्षर आहेत" #: lib/user.c:215 msgid "name contains control characters" msgstr "नावात कंट्रोल अक्षरं आहेत" #: lib/user.c:222 msgid "name contains whitespace" msgstr "नावात वाईटस्पेस आहेत" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "नाव हायफनने सुरू होते" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "नावात अवैध अक्षर `%c' आहेत" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "वापरकर्ता %s ला UID नाही" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "समुह %s ला GID नाही" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "%jd वापरकर्त्यास नाव नाही" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "समुह %jd ला नाव नाही" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "वापरकर्त्यास नाव किंवा UID नाही" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "समुहास नाव किंवा GID नाही" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "field %s ची अवैध मुलभूत संख्या: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "फाइल कुलूपबंद करतेवेळी त्रूटी: %s" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "मुलभूत सुरक्षा संदर्भ प्राप्त करता आले नाही: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "`%s' चा सुरक्षा संदर्भ आढळला नाही: %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "`%s' करता मुलभूत सुरक्षा संदर्भ निश्चित केला नाही: %s" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "संरचना फाइल `%1$s' उघडू शकला नाही: %2$s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' उघडू शकला नाही: %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s' दर्शवू शकला नाही: %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "`%s' निर्माण करतेवेळी त्रूटी: %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "अगाऊ फाइल `%s' अस्तित्वात आहे व ती सर्वसाधारण फाइल नाही" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "प्रतिकृती फॉईल आकार जुळत नाही" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s' पासुन वाचू शकले नाही: %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "फाइल मध्ये नोंदणी आधिपासुनच अस्तित्वात आहे" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s' करीता लिहु शकले नाही: %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "वस्तू ला %s गुणधर्म नाही" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "गुप्तशब्द कुटलिपी करतेवेळी त्रुटी" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "अत्युतमवापरकर्ता हक्कासह कार्यान्वीत होत नाही" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "शॅडो फाइल उपलब्ध नाही -- अकार्यान्वीत करत आहे" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "error connecting to the `%s' मधील `%s' सेवा करीता kadm5 सर्वरशी जुळवणी करतेवेळी " "त्रुटी: %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "केरबेरोस लायब्ररी प्रारंभ करतेवेळी त्रुटी" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "केरबेरोस करीता वापरकर्ता `%s' वाचतेवेळी त्रुटी" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "वस्तु रचनेत %s किंवा %s गुणधर्म नाही" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "वस्तु %s किंवा %s गुणधर्म नाही" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "वस्तु %s किंवा %s गुणधर्म विना निर्मीत केले" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "कर्बेरोस पासुन `%s' करीता माहिती वाचतेवेळी त्रुटी" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "वस्तुकडे %s गुणधर्म नाही" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "`%s' करीता गुप्तशब्द निश्चित करीत आहे" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Kerberos Realm" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Kerberos प्रशासक प्रमुख" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "प्रशासक प्रमुखाकरीता कर्बेरोस गुप्तशब्द" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "ldap लायब्ररी प्रारंभ करतेवेळी त्रुटी" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "%d आवृत्ती करीता LDAP शिष्टाचार निश्चित करू शकले नाही" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "LDAP सर्वरशी TLS मध्यस्थी करू शकला नाही" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "LDAP सर्वरशी एकत्रीत राहु शकले नाही" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "LDAP सर्वरशी एकत्रीत राहु शकले नाही, पहिला प्रयत्न `%s' स्वरूपी: %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "वापरकर्ता वस्तुकडे %s गुणधर्म नाही" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "वापरकर्ता वस्तु `%s' विना निर्मित" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "LDAP संचयीका नोंदणी निर्माण करतेवेळी त्रुटी: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "LDAP संचयीका संपादन करतेवेळी त्रुटी: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "LDAP संचयीका नोंदणी पुनःनामांकित करतेवेळी त्रुटी: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "वस्तुकडे %s गुणधर्म नाही" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "LDAP संचयीका नोंदणी काढुन टाकतेवेळी त्रुटी: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "वस्तुकडे %s गुणधर्म नाही" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "LDAP संचयीकेत वस्तु नाही" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "`%s' गुणधर्म आढळले नाही" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "LDAP संचयीकेत %s करीता गुप्तशब्द निश्चित करतेवेळी त्रुटी: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "LDAP सर्वरचे नाव" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP पायभुत शोध DN" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP Bind गुप्तशब्द" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL वापरकर्ता" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL अधिप्रमाणन वापरकर्ता" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "वापरकर्ता निर्माण करतेवेळी Cyrus SASL त्रुटी: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "वापरकर्ता काढुन टाकतेवेळी Cyrus SASL त्रुटी: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "Cyrus SASL प्रारंभ करतेवेऴी त्रुटी: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "मुख्य संचयीका निर्माण करतेवेळी त्रुटी" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "वापरकर्त्यास मुख्य संचयीका काढुन टाकतेवेळी त्रुटी" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "वापरकर्त्यास मुख्य संचयीका स्थानांतर करतेवेळी त्रुटी" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "वापरकर्त्यास मेल स्पुल निर्माण करतेवेळी त्रुटी" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "वापरकर्ता मेल स्पुल काढुन टाकतेवेळी त्रुटी" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "%s प्रारंभ करतेवेळी त्रुटी: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "अवैध ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "ID %jd रहीत समुह शोधत आहे.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "%s नामांकीत समुह शोधत आहे.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "ID %jd रहीत वापरकर्त्यास शोधत आहे.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "%s नामांकीत वापरकर्ता शोधत आहे.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "नोंदणी आढळली नाही.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "सुचना यशस्वी.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "सुचना अयशस्वी.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "मुलभूत वापरकर्ता वस्तु श्रेणी:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "मुलभूत वापरकर्ता गुणधर्म नाव:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "मुलभूत वापरकर्त्याचे गुणधर्म मिळवा:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "वापरकर्ता संरचनाची प्रत बनवित आहे:\n" libuser-0.56.9.dfsg.1.orig/po/ja.po0000644000175000017500000007551110777230757014770 0ustar gheghe# translation of ja.po to # translation of ja.po to Japanese # libuser jaj.po # Copyright (C) Red Hat, Inc. # Yukihiro Nakai , 2001. # James Hashida , 2002. # Hirofumi Saito , 2004, 2005, 2006. # Noriko Mizumoto , 2007. # Hyu_gabaru Ryu_ichi , 2007. # Makoto Mizukami , 2008 # msgid "" msgstr "" "Project-Id-Version: ja\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-04-03 22:16+0900\n" "Last-Translator: Makoto Mizukami \n" "Language-Team: Japanese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "ホームディレクトリーパス `%s' が絶対パスではありません" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "`%s'の読み込みでエラー: %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "`%s'の作成でエラー: %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "`%s' の所有者の変更でエラー: %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "`%s'の書き込みでエラー: %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "`%s'の削除でエラー: %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "特権の停止に失敗。\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "内部エラー。\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s は %s の finger 情報を変更するのに認可されていません\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "不明なユーザーコンテキスト" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "/etc/passwd 用のデフォルトのコンテキストが設定できません\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "PAM の初期化でエラー。\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "%s の認証に失敗しました。\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "内部 PAM エラー `%s'。\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "不明なユーザー認証。\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "ユーザーの不一致。\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[OPTION...]ユーザー" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "引数の構文解析でエラー: %s。\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "ユーザー名が指定されていません。\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "%sの初期化でエラー: %s。\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "ユーザー %s は存在しません。\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "アカウントはロックされています。\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "アカウントはロックされていません。\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "最小:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "最大:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "警告:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "無効:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "なし" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "最終更新: \t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "パスワード期限切れ:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "パスワード無効:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "アカウント期限切れ:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "%s の情報の更新に失敗しました: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[OPTION...] [ユーザー]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "ユーザー名が未指定で、uid %dの名前がありません。\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "%s用のfinger情報を変更しています。\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "フルネーム" #: apps/lchfn.c:154 msgid "Surname" msgstr "姓" #: apps/lchfn.c:169 msgid "Given Name" msgstr "下の名前" #: apps/lchfn.c:179 msgid "Office" msgstr "勤務先" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "勤務先電話" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "自宅電話" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "メールアドレス" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Finger 情報は変更されていません: 入力エラー。\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Finger 情報が変更されました。\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Finger 情報は変更されていません: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "%s 用にシェルを変更中。\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "新規のシェル" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "シェル変更不可能: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "シェル変更済み。\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[OPTION...]グループ" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "グループ名は指定されていません。\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "無効なグループ ID %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "グループの作成に失敗しました: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "グループ %s は存在しません。\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "グループ %s は削除できませんでした: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "-L と -U の両方が指定されています。\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "グループ %s のパスワード設定に失敗しました: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "グループ %s はロックされませんでした: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "グループ %s はロック解除できませんでした: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "グループ %s は修正できませんでした: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "%s の検索でエラー: %s。\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "グループ名は未指定です。%s を使用中。\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "グループ名は未指定です。gid %d の名前は未設定。\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "ユーザー名が未指定です。%s を使用中。\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[OPTION...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "`%s' の読み込みエラー: %s 。\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "`%s' 用のアカウント作成でエラー: 行に不正フォーマット。\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "無効なユーザー ID %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "UID 0でのアカウント作成を拒否中です。\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "`%s' 用に GID %jd でグループ作成中にエラー: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "%s 用の初期パスワード設定中にエラー: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "%s 用の新規ホームディレクトリー作成でエラー: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "%s 用のメールスプール作成でエラー。\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "%s 用のユーザーアカウント作成でエラー: %s。\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "%s のパスワード変更中にエラー。\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "新規パスワード" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "新規パスワード(確認)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "パスワードが不一致。やり直して下さい。\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "パスワード変更は取り消し。\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "ユーザー %s のパスワード設定でエラー: %s。\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "グループ %s のパスワード設定中にエラー: %s 。\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "パスワード変更済み。\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "グループ %jd は存在しません\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "グループ `%s' の作成でエラー: %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "アカウントの作成に失敗しました: %s。\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "%s の作成でエラー: %s。\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "メールスプールの作成中にエラー。\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "ユーザー %s は削除できませんでした: %s。\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s には GID 番号がありません。\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "GID %jd のグループが存在しないため、削除しません。\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "GID %jd のグループにはグループ名がありません。\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "グループ %s は削除できませんでした: %s。\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s にはホームディレクトリーがありません。\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "%s の削除でエラー: %s。\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "ユーザーのパスワード設定で失敗 %s: %s。\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "ユーザー %s はロックできませんでした: %s。\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "ユーザー %s はロック解除できませんでした: %s。\n" #: apps/lusermod.c:221 #, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "警告: グループ ID %jd は存在しません。\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "ユーザー %s は編集できませんでした: %s。\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "グループ %s は修正できませんでした:%s。\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "%s には古いホームディレクトリーがありません。\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "%s には新しいホームディレクトリーはありません。\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "%s を %s に移動する際にエラー: %s。\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "設定ファイル `%s' を開けませんでした: %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "設定ファイル `%s' を stat できませんでした: %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "設定ファイル `%s' が大きすぎます" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "設定ファイル `%s' を開けませんでした: %s" #: lib/error.c:38 msgid "success" msgstr "成功" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "モジュールが設定で無効になっています" #: lib/error.c:42 msgid "generic error" msgstr "一般エラー" #: lib/error.c:44 msgid "not enough privileges" msgstr "権限がありません" #: lib/error.c:46 msgid "access denied" msgstr "アクセスが拒否されました" #: lib/error.c:48 msgid "bad user/group name" msgstr "正しくないユーザー/グループ名" #: lib/error.c:50 msgid "bad user/group id" msgstr "正しくないユーザー/グループ ID" #: lib/error.c:52 msgid "user/group name in use" msgstr "ユーザー/グループ名は使われています" #: lib/error.c:54 msgid "user/group id in use" msgstr "ユーザー/グループ ID は使われています" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "ターミナル属性の取得でエラー" #: lib/error.c:58 msgid "error opening file" msgstr "ファイルを開く際にエラー" #: lib/error.c:60 msgid "error locking file" msgstr "ファイルのロックでエラー" #: lib/error.c:62 msgid "error statting file" msgstr "ファイルの stat 情報取得中にエラー" #: lib/error.c:64 msgid "error reading file" msgstr "ファイルの読み込み中にエラー" #: lib/error.c:66 msgid "error writing to file" msgstr "ファイルの書き込み中にエラー" #: lib/error.c:68 msgid "data not found in file" msgstr "データはファイルに見つかりませんでした" #: lib/error.c:70 msgid "internal initialization error" msgstr "内部の初期化でエラー" #: lib/error.c:72 msgid "error loading module" msgstr "モジュールのロードでエラー" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "モジュールのシンボル解決でエラー" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "ライブラリー/モジュールバージョンの不一致" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "ロックを解除するとパスワード領域は空になります" #: lib/error.c:84 msgid "unknown error" msgstr "不明なエラー" #: lib/misc.c:165 msgid "invalid number" msgstr "無効な番号" #: lib/misc.c:179 msgid "invalid ID" msgstr "無効な ID" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "`%s' の関数 %s で初期化できません" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "`%s' のモジュールバージョンの不一致" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "モジュール `%s' が `%s' を定義していません" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "ターミナル属性の読み込み中にエラー" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "ターミナル属性の設定中にエラー" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "ターミナルから読み込み中にエラー" #: lib/user.c:191 msgid "name is not set" msgstr "名前が設定されていません" #: lib/user.c:196 msgid "name is too short" msgstr "名前が短すぎます" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "名前が長すぎます (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "名前に ASCII 以外の文字があります" #: lib/user.c:215 msgid "name contains control characters" msgstr "名前が制御文字を含んでいます" #: lib/user.c:222 msgid "name contains whitespace" msgstr "名前に空白があります" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "ハイフンから名前が始まっています" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "名前に無効な文字 `%c' があります" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "ユーザー %s には UID がありません。" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "グループ %s には GID がありません。" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "ユーザー %jd には 名前がありません。" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "グループ %jd にはありません。" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "ユーザーには名前もしくは UID がありません。" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "グループには名前もしくは GID がありません。" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "領域 %s の値は無効なデフォルト値です : %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "ファイルのロック中にエラー: %s" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "デフォルトのセキュリティー情報を取得できません: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "`%s' のセキュリティー情報を取得できません: %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "`%s' にデフォルトのセキュリティー情報を設定できません: %s" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "`%s' のセキュリティー情報を決定できません: %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' を開けません: %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s' の stat 情報を取得できません: %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "`%s' の作成中にエラー: %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "バックアップファイル `%s' は存在しますが通常のファイルではありません。" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "バックアップファイルサイズの不一致" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s' から読みこめません: %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "エントリーはファイルにすでにあります" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s' に書き込めません: %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "エンティティーオブジェクトには %s 属性はありません" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "パスワードの暗号化中にエラー" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "スーパーユーザー特権で実行できません" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "shadow ファイルはありません -- 無効になっています" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "領域 `%s' のサービス `%s' で kadm5 サーバーに接続できません: %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "ケルベロスライブラリーの初期化でエラー" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "ケルベロスのユーザー名 `%s' で構文解析エラー" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "エンティティー構造体には %s および %s 属性はありません。" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "エンティティーには %s および %s 属性はありません。" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "エンティティーは %s や %s 属性なしで作成されました" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "ケルベロスから `%s' の情報を読み込み中にエラー" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "エンティティーには %s 属性はありません" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "`%s' のパスワード設定中にエラー" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "ケルベロス領域" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "ケルベロス管理プリンシパル" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "管理プリンシパルのケルベロスパスワード" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "LDAP ライブラリーの初期化でエラー" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "LDAP プロトコルをバージョン %d に設定できませんでした" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "LDAP サーバーと TLS ネゴシエートできませんでした" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "LDAP サーバーとバインドできませんでした" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "" "LDAP サーバーとバインドできませんでした。最初に `%s' として試みます: %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "ユーザーオブジェクトには %s 属性はありません" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "ユーザーオブジェクトは `%s' なしで生成されました" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "LDAP ディレクトリーエントリーの作成中にエラー: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "LDAP ディレクトリーエントリーを変更するときにエラー: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "LDAP ディレクトリーエントリーの名前変更でエラー: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "オブジェクトには %s 属性はありません" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "LDAP ディレクトリーエントリーの削除でエラー: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "オブジェクトには %s 属性はありません" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "LDAP ディレクトリーにはそのようなオブジェクトはありません" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "`%s' 属性は見つかりませんでした" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "%s の LDAP ディレクトリーのパスワード設定でエラー: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "LDAP サーバー名" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP 検索ベース DN" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP バインド DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP バインドパスワード" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL ユーザー" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL 認証ユーザー" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "ユーザーの作成中に Cyrus SASL エラー: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "ユーザーの削除で Cyrus SASL エラー: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "Cyrus SASL の初期化でエラー: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "ユーザー用のホームディレクトリー作成でエラー" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "ユーザーのホームディレクトリー削除でエラー" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "ユーザーのホームディレクトリー移動でエラー" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "ユーザーのメールスプール作成でエラー" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "ユーザーのメールスプール削除でエラー" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "%s の初期化でエラー: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "無効な ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "ID %jd のグループを検索中。\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "名前が %s のグループを検索中。\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "ID %jd のユーザーを検索中。\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "名前が %s のユーザーを検索中。\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "エントリーは見つかりませんでした。\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "指示成功。\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "指示失敗。\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "デフォルトユーザーオブジェクトクラス:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "デフォルトユーザー属性名:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "デフォルトユーザー属性を取得中:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "ユーザー構造体をコピー中:\n" #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "内部データを LDAP モジュールに変換できませんでした" libuser-0.56.9.dfsg.1.orig/po/te.po0000644000175000017500000011321610777230760014773 0ustar gheghe# translation of libuser.tip.te.po to Telugu # Copyright (C) YEAR Red Hat, Inc. # This file is distributed under the same license as the PACKAGE package. # # Krishna Babu K , 2007, 2008. msgid "" msgstr "" "Project-Id-Version: libuser.tip.te\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-03-28 11:24+0530\n" "Last-Translator: Krishna Babu K \n" "Language-Team: Telugu \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" "\n" "\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "నివాస సంచయం పాత్ `%s' ఖచ్చితమైనది కాదు" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "`%s' చదువుటలో దోషం: %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "`%s' సృష్టించుటలో దోషం: %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "`%s' యొక్క యజమానిని మార్చుటలో దోషం: %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "`%s' వ్రాయుటలో దోషం: %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "`%s' తొలగించుటలో దోషం: %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "అనుమతినిరాకరణ లో విఫలమైంది.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "లోపలి దోషం.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s యొక్క ఫింగర్ సమాచారాన్ని మార్చుటకు %s అధికారంలేదు\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "తెలియని వినియోగదారుని సందర్భం" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "/etc/passwd కు సిద్ద సందర్భాన్ని అమర్చలేము \n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "PAM సంస్థాపనలో దోషం.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "%s కు దృవీకరణ విఫలమైనది.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "లోపలి PAM దోషం `%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "తెలియని వినియోగదారుడు దృవీకరించబడ్డాడు.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "వినియోగదారుని అసమానత.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[OPTION...] వినియోగదారుడు" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "మూలకాల పార్సింగ్ లో దోషం: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "వినియోగదారుని పేరు తెలుపబడలేదు.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "%s సంస్థాపించుటలో దోషం: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "%s వినియోగదారుడు లేడు.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "ఖాతా స్థంభించినది.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "ఖాతా స్థంభించబడలేదు. \n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "కనిష్ఠము:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "గరిష్ఠము:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "హెచ్చరిక:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "అచేతనం:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "ఎప్పటికి కాదు" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "చివరి మార్పు:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "అనుమతుపదం గతించినది:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "అనుమతిపదం అచేతనం:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "ఖాతా గతించినది:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "%s యొక్క వయోసమాచారాన్ని మార్చుటలో విఫలం: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[OPTION...] [వినియోగదారి]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "వినియోగదారి పేరు తెలుపలేదు,uid %d కు పేరు లేదు.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "%s కొరకు ఫింగర్ సమాచారం మార్చబడుతోంది.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "పుర్తి పేరు" #: apps/lchfn.c:154 msgid "Surname" msgstr "ఉపనామము" #: apps/lchfn.c:169 msgid "Given Name" msgstr "ఇచ్చిన పేరు" #: apps/lchfn.c:179 msgid "Office" msgstr "కార్యాలయము" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "కార్యాలయ దూర్వాణి" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "నివాస దూర్వాణి" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "ఇ-టపా చిరునామా" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "ఫింగర్ సమాచారం మార్చబడలేదు: ప్రవేశ దోషం.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "ఫింగర్ సమాచారం మార్చబడినది.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "ఫింగర్ సమాచారం మార్చబడలేదు:%s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "%s కొరకు షెల్ ను మారుస్తోంది.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "క్రొత్త షెల్" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "షెల్ మార్చబడలేదు:%s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "షెల్ మార్చబడినది.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[OPTION...] సమూహం" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "సముహం పేరు తెలుపబడలేదు.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "సరిగాని సమూహ ID %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "సమూహ సృష్టీకరణ విఫలం:%s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "సమూహం%s లేదు.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "%s సముహం తొలగింపలేము: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "-L మరియు -U తెలుపబడినవి.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "సమూహం %s కు అనుమతిపదం అమర్చుటలో విఫలం: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "సమూహం %s లాక్ చేయలేము:%s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "సమూహం %s లాక్ తీయలేము:%s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "సమూహం %s మార్పుచేయలేము:%s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "%s లో దోషాన్ని చూస్తోంది:%s\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "సమూహం పేరు తెలుపబడలేదు, %s ఉపయోగించి.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "సమూహం పేరు తెలుపబడలేదు,gid%d కి పేరు లేదు.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "వినియోగదారుని పేరు తెలుపబడలేదు,%s ఉపయోగించి.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[OPTION...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "`%s' తెరువుటలో దోషం:%s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "`%s' కు ఖాతా సృష్టించుటలో దోషం:పంక్తి సరిగా కూర్చబడలేదు.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "వినియోగదారుని ID %s సరిగా లేదు\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "UID 0 తో ఖాతా సృష్టించుటకు తిరస్కరిస్తుంది.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "`%s' కు GID %jd తో సమూహం సృష్టించుటలో దోషం: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "%s కు తోలి అనుమతిపదం అమర్చుటలో దోషం: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "%s కు నివాస సంచయం సృష్టించుటలో దోషం: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "%s కు టపా స్పూల్ సృష్టించుటలో దోషం.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "%s కు వినియోగదారుని ఖాతా సృష్టించుటలో దోషం: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "%s అనుమతిపదం మారుస్తుంది.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "క్రొత్త అనుమతిపదం" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "క్రొత్త అనుమతిపదం (నిశ్చయం)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "అనుమతిపదం సరితూగలేదు,మరలా ప్రయత్నించండి.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "అనుమతిపదం మార్పు రద్దుచేయబడింది.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "%s కు అనుమతిపదం అమరికలో దోషం: %s\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "%s సమూహం కు అనుమతిపదం అమరికలో దోషం: %s\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "అనుమతిపదం మార్చబడినది.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "సమూహం %jd లేదు\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "సమూహం %s సృష్టించుటలో దోషం: %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "ఖాతా సృష్టీకరణ విఫలం: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "%s సృష్టించుటలో దోషం: %s\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "టపా స్పూల్ సృష్టించుటలో దోషం.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "%s వినియోగదారుడు తొలగింపబడడు: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s gid సంఖ్యను కలిగిలేదు.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "GID %jd తో ఏ సమూహం లేదు,తొలగించవద్దు.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "GID %jd తో ఉన్న సమూహం పేరుకలిగిలేదు.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "%s సమూహం తొలగింపబడడు: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s నివాస సంచయమును కలిగి లేదు.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "%s ని దోషం తొలగిస్తోంది: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "%s వినియోగదారునికి అనుమతిపదం అమర్చుటలో విఫలం: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "వినియోగదారుడు %s లాక్ చేయబడలేడు: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "వినియోగదారుడు %s లాక్ చేయబడలేడు: %s.\n" #: apps/lusermod.c:221 #, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "హెచ్చరిక: ID %jd తొ సమూహం లేదు.\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "వినియోగదారుడు %s మార్పు చేయబడలేడు: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "సమూహం %s మార్పు చేయబడలేదు: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "%s కు పురాతన నివాస సంచయము లేదు.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "%s కు క్రొత్త నివాస సంచయము లేదు.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "%s నుండి %s కు కదులుటలో దోషం: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "`%s' ఆకృతీకరణ దస్త్రం ను తెరువలేదు: %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "`%s' ఆకృతీకరణ దస్త్రం ను ప్రారంభింపలేదు: %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "ఆకృతీకరణ దస్త్రం `%s' చాలా పెద్దది" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "ఆకృతీకరణ ఫైలు `%s' ను చదవలేదు: %s" #: lib/error.c:38 msgid "success" msgstr "సమర్ధంవంతంగా" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "ఆకృతీకరణ చేత గుణకం అచేతనంచేయబడింది" #: lib/error.c:42 msgid "generic error" msgstr "సాధారణ దోషం" #: lib/error.c:44 msgid "not enough privileges" msgstr "సరిపోయిన అధికారాలు లేవు" #: lib/error.c:46 msgid "access denied" msgstr "అనుమతి నిరాకరించబడింది" #: lib/error.c:48 msgid "bad user/group name" msgstr "చెడ్డ వినియోగదారుని/సమూహం పేరు" #: lib/error.c:50 msgid "bad user/group id" msgstr "చెడ్డ వినియోగదారుని/సమూహం ఇడి" #: lib/error.c:52 msgid "user/group name in use" msgstr "వినియోగదారుని/సమూహం పేరు ఉపయోగంలోఉంది" #: lib/error.c:54 msgid "user/group id in use" msgstr "వినియోగదారుని/సమూహం ఐడి ఉపయోగంలోఉంది" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "టెర్మినల్ యాట్రిబ్యూట్సు నిర్దేశంలో దోషం" #: lib/error.c:58 msgid "error opening file" msgstr "దస్త్రం తెరుచుటలో దోషం" #: lib/error.c:60 msgid "error locking file" msgstr "దస్త్రం లాకింగ్ లో దోషం" #: lib/error.c:62 msgid "error statting file" msgstr "దస్త్రం ప్రారంభించుటలో దోషం" #: lib/error.c:64 msgid "error reading file" msgstr "దస్త్రం చదువుటలో దోషం" #: lib/error.c:66 msgid "error writing to file" msgstr "దస్త్రం వ్రాయుటలో దోషం" #: lib/error.c:68 msgid "data not found in file" msgstr "దస్త్రంలో సమాచారం కనబడుటలేదు" #: lib/error.c:70 msgid "internal initialization error" msgstr "అంతర్గత సిద్దీకరణ దోషం" #: lib/error.c:72 msgid "error loading module" msgstr "గుణకం లోడింగ్ లో దోషం" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "గుణకం లో గర్తును పరిష్కరించుటలో దోషం" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "లైబ్రరి/గుణకం విడుదలలో అసమానత" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "అన్ లాకింగ్ అనుమతిపదం స్థలాన్ని ఖాళీచేస్తుంది" #: lib/error.c:84 msgid "unknown error" msgstr "తెలియని దోషం" #: lib/misc.c:165 msgid "invalid number" msgstr "సరికాని సంఖ్య" #: lib/misc.c:179 msgid "invalid ID" msgstr "సరికాని ID" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "`%s' లో క్రియాశీల %s సిద్దీకరణ లేదు" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "`%s' లో గుణక విడుదల అసమానత" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "`%s' గుణకం `%s'న్ని నిర్ధారించదు" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "టెర్మినల్ యాట్రిబ్యూట్సు చదువుటలో దోషం" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "టెర్మినల్ యట్రిబ్యూట్సు అమరికలో దోషం" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "టెర్మినల్ నుండి చదువుటలో దోషం" #: lib/user.c:191 msgid "name is not set" msgstr "పేరు పెట్టబడలేదు" #: lib/user.c:196 msgid "name is too short" msgstr "పేరు చిన్నదిగా ఉంది" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "పేరు పెద్దదిగా ఉంది(%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "పేరు ASCII అక్షరాలు కానివాటిని కలిగి ఉంది" #: lib/user.c:215 msgid "name contains control characters" msgstr "పేరు కంట్రోల్ అక్షరాలను కలిగి ఉంది" #: lib/user.c:222 msgid "name contains whitespace" msgstr "పేరు తెల్ల ఖాళీలను కలిగి ఉంది" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "పేరు హైఫన్ తో ప్రారంభింపబడుతుంది" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "పేరు సరిగాని అక్షరం `%c' కలిగి ఉంది" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "వినియోగదారుడు %s UID ని కలిగి లేడు" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "సమూహం %s GID ని కలిగి లేదు" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "వినియోగదారుడు %jd పేరు కలిగి లేడు" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "సమూహం %jd పేరు ని కలిగి లేదు" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "వినియోగదారుడు పేరుకాని UID ని కలిగి లేడు" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "సమూహం పేరును కాని GID ని కాని కలిగి లేదు" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "%s కు సరికాని సిద్దవిలువ : %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "దస్త్రం లాకింగ్ లో దోషం: %s" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "సిద్ద రక్షణ సందర్బంను వ్యవస్థింపలేము: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "`%s' యొక్క రక్షణ సందర్బంను పొందలేము: %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "`%s' కు సిద్ద రక్షణ వ్యవస్థను అమర్చలేము: %s" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "`%s' యొక్క రక్షణ సందర్బంను పొందలేము: %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' ను తెరువలేము: %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s' ను ప్రారంభింపలేము: %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "`%s' ను సృష్టించలేము: %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "`%s' బ్యాకప్ దస్త్రం ఉంది అది నిత్యదస్త్రంకాదు" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "బ్యాకప్ దస్త్ర పరిమాణ అసమానత" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s' నుండి చదవలేము : %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "ప్రవేశం దస్త్రంలో ఉంచబడింది" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr " `%s' కు వ్రాయలేము : %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "ప్రవేశపెట్టిన ఆబ్జక్టు యాట్రిబ్యూట్ %s ని కలిగి లేదు" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "అనుమతిపదం ను ఎన్క్రిప్టు చేయడం లో దోషం" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "సూపర్ యూజర్ అదికారాలతో నిష్పాదనము జరుగుటలేదు" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "షాడో ఫైల్ లేదు -- అచేతనం చేయబడింది" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "`%s' రియల్ము లో `%s' సేవ కొరకు kadm5 అనుసంధానంలో దోషం: %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "కేర్బ్రోస్ లైబ్రరి సిద్దికరణలో దోషం" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "కేర్బ్రోస్ కోరకు వినియోగదారుని పేరు `%s' పార్శింగ్ లో దోషం" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "ఎంటిటి ఆకృతి %s లేక %s యాట్రిబ్యూట్సు కలిగి లేదు" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "ఎంటిటి %s లేక %s యాట్రిబ్యూట్సు కలిగి లేదు" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "ఎంటిటి %s లేక %s యాట్రిబ్యూట్సు లేకుండానే సృష్టించబడింది" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "కేర్బ్రోస్ నుండి `%s' కొరకు సమాచారాన్ని చదువుటలో దోషం" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "ఎంటిటి యాట్రిబ్యూట్ %s ను కలిగి లేదు" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "`%s' కు అనుమతిపదం అమర్చుటలో దోషం" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "కేర్బ్రోస్ రియాల్ము" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "కెర్బ్రోస్ ఎడ్మిన్ ప్రిన్సిపల్" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "ఎడ్మిన్ ప్రిన్సిపల్ కొరకు కెర్బ్రోస్ అనుమతిపదం" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "ఎల్ డాప్ లైబ్రరి సంస్థాపనలో దోషం" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "విడుదల %d కు LDAP నియమంను వ్యవస్థాపించలేము" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "LDAP సేవిక తో TLS ను నెగొషియేట్ చేయలేము" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "LDAP సేవికకు కట్టుబడి ఉండలేము" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "LDAP సేవిక కు కట్టుబడి ఉండలేము,మొదటి ప్రయత్నంగా `%s': %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "వినియోగదారుని ఆబ్జక్టు %sని కలిగి లేదు" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "వినియోగదారుని ఆబ్జక్టు `%s' లేకనే సృష్టించబడింది" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "LDAP పదకోశ ప్రవేశం సృష్టీకరణలో దోషం: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "LDAP పదకోశ ప్రవేశం మార్చుటలో దోషం: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "LDAP పదకోశ ప్రవేశం తిరిగి నామకరణం చేయుటలో దోషం: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "ఆబ్జక్టు %s యాట్రిబ్యూట్ కలిగిలేదు" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "LDAP పదకోశ ప్రవేశం తొలగించుటలో దోషం: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "ఆబ్జక్టు %s యాట్రిబ్యూట్ కలిగిలేదు" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "LDAP లో అటువంటి ఆబ్జక్టు లేదు" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "`%s' యాట్రిబ్యూట్ కనబడలేదు" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "%s కోరకు LDAP పదకోశం లో అనుమతిపదం వ్యవస్థాపించుటలో దోషం: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "LDAP సేవిక పేరు" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP సెర్చు ఆధారం DN" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP బైండ్ DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP బైండ్ అనుమతిపదం" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL వినియోగదారి" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL దృవీకరించు వినియోగదారి" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "వినియోగదారుని సృష్టించుటలో సైరస్ SASL దోషం: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "వినియోగదారుని తోలగించుటలో సైరస్ SASL దోషం: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "సైరస్ SASL సిద్దీకరించుటలో దోషం: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "వినియోగదారుని కొరకు నివాస సంచయం సృష్టించుటలో దోషం" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "వినియోగదారుని కొరకు నివాస సంచయం తొలగించుటలో దోషం" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "వినియోగదారుని కొరకు నివాస సంచయం కదుల్చుటలో దోషం" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "వినియోగదారుని కొరకు టపా స్పూల్ సృష్టించుటలో దోషం" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "వినియోగదారుని కొరకు టపా స్పూల్ తొలగించుటలో దోషం" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "%s ను సిద్దీకరించుటలో దోషం: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "సరిగాని ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "ID %jd తో సమూహం కొరకు వెతుకులాట.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "%s పేరుగల సమూహం కొరకు వెతుకులాట.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "ID %jd తో వినియోగదారుని కోరకు వెతుకులాట.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "%s పేరుగల వినియోగదారుని కొరకు వెతుకులాట.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "ప్రవేశం కనిపించలేదు.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "ప్రాంమ్ట్సు సఫలం.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "ప్రాంమ్ట్సు విఫలం.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "సిద్ద వినియోగదారుని ఆబ్జక్టు క్లాసులు:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "సిద్ద వినియోగదారుని యాట్రిబ్యూట్సు పేరులు:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "సిద్ద వినియోగదారుని యాట్రిబ్యూట్సు పొందుట:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "వినియోగదారుని ఆకృతిని నకలుతీయుట:\n" libuser-0.56.9.dfsg.1.orig/po/ta.po0000644000175000017500000011517610777230760014776 0ustar gheghe# translation of libuser.tip.ta.po to Tamil # translation of ta.po to # This file is distributed under the same license as the PACKAGE package. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. # # Jayaradha N , 2004. # Jayaradha N , 2004, 2005, 2006. # Felix , 2006. # I felix , 2007. # I. Felix , 2008. msgid "" msgstr "" "Project-Id-Version: libuser.tip.ta\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-03-14 12:01+0530\n" "Last-Translator: I. Felix \n" "Language-Team: Tamil \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" "\n" "\n" "\n" "\n" "\n" "\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "இல்ல அடைவு பாதை `%s' முழுமையாக இல்லை" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "வாசிப்பதில் பிழை `%s': %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "'%s' உருவாக்குவதில் பிழை :%s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "`%s' இன் உரிமையாளரை மாற்றுவதில் பிழை: %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "'%s' எழுதுவதில் பிழை :%s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "'%s' நீக்குவதில் பிழை :%s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "சலுகைகள் வழங்கபடாதது கைவிடப்படுகிறது.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "உள்ளார்ந்த பிழை.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s க்கு %s இன் தகவலை மாற்ற அனுமதி இல்லை\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "தெரியாத பயனர் தொடர்பு" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "/etc/passwd முன்னிருப்பு சூழலை அமைக்க முடியவில்லை\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "PAM துவக்குவதில் பிழை.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "%s உறுதிப்படுத்தல் தவறானது.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "உள்ளார்ந்த PAM பிழை `%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "தெரியாத பயனர் அங்கீரித்தல்.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "பயனர் பொறுத்தம் இல்லை.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[OPTION...] பயனர்" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "அளவுருக்கள் பகுப்பதில் பிழை: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "பயனர் பெயர் எதுவும் குறிப்பிடப்படவில்லை.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "%sஐ துவங்குவதில் பிழை: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "பயனர்%s இல்லை.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "கணக்கு பூட்டப்பட்டது.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "கணக்கு பூட்டப்படவில்லை.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "குறைந்தபட்சம்:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "அதிகபட்சம்:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "எச்சரிக்கை:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "செயலிழக்கப்பட்டது:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "எப்போதும் இல்லை" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "கடைசி மாற்றம்:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "கடவுச்சொல் முடிவுற்றது:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "செயலிழக்கப்பட்ட கடவுச்சொல் :\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "கணக்கு முடிவுற்றது:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "பழைய செய்தியை %sக்கு மாற்ற முடியவில்லை: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[OPTION...] [user]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "பயனர் பெயர் எதுவும் குறிப்பிடவில்லை, பயனர் குறியீடு %dக்கு பெயர் இல்லை.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "%sக்கு தகவல் மாற்றப்படுகிறது.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "முழுப்பெயர்" #: apps/lchfn.c:154 msgid "Surname" msgstr "துணைப்பெயர்" #: apps/lchfn.c:169 msgid "Given Name" msgstr "கொடுத்த பெயர்" #: apps/lchfn.c:179 msgid "Office" msgstr "அலுவலகம்" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "அலுவலக தொலைபேசி " #: apps/lchfn.c:197 msgid "Home Phone" msgstr "வீட்டு தொலைபேசி " #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "மின்அஞ்சல் முகவரி" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "தகவல் மாற்றவில்லை: உள்ளீடு பிழை.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "தகவல் மாற்றப்பட்டது.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "தகவல் மாற்ற முடியவில்லை.%s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "%sக்கு ஷெல் மாற்றப்படுகிறது.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "புதிய ஷெல் " #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "ஷெல் மாற்றப்படவில்லை: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "ஷெல் மாற்றப்பட்டது.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[OPTION...] குழு" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "குழுப் பெயர் எதுவும் குறிப்பிடவில்லை\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "தவறான குழு ID %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "குழு உருவாக்க முடியவில்லை: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "குழு %s இல்லை.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "குழு %sஐ அழிக்க முடியவில்லை: %s.\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "இரண்டும் -L மற்றும் -U குறிப்பிடப்பட்டது.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "குழு %sக்கான கடவுச்சொல்லை அமைக்க முடியவில்லை: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "குழு%s ஐ பூட்ட முடியவில்லை: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "குழு %s ஐ பூட்டு நீக்க முடியவில்லை: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "குழு %s ஐ மாற்ற முடியவில்லை: %s.\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "%sஇல் பிழை தேடுதல்: %s.\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "%s ஐ பயன்படுத்தி, குழுப் பெயர் குறிப்பிடவில்லை .\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "குழுப் பெயர் குறிப்பிடப்படவில்லை, குழு குறியீடுக்கு பெயர் இல்லை%d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "%s பயன்படுத்தி, பயனர் பெயர் எதுவும் குறிப்பிடப்படவில்லை.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[OPTION...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "`%s' ஐ திறப்பதில் பிழை: %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "'%s'க்கு கணக்கு உருவாக்குவதில் பிழை. வரி ஒழுங்கின்றி வடிவமைக்கப்பட்டுள்ளது.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "தவறான பயனர் குறியீடு %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "UID 0 உடன் கணக்கு உருவாக்க மறுக்கப்படுகிறது.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "`%s'க்கு GID %jd: உடன் குழு உருவாக்கவதில் பிழை %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "%sக்கு ஆரம்ப கடவுச்சொல் அமைப்பதில் பிழை: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "%sக்கு இல்ல அடைவை உருவாக்குவதில் பிழை: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "%sக்கு அஞ்சல் ஸ்ப்பூல் உருவக்குவதில் பிழை.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "%sக்கு பயனர் கணக்கு உருவாக்குவதில் பிழை: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "%sக்கு கடவுச்சொல்லை மாற்றுகிறது.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "புதிய கடவுச்சொல்" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "புதிய கடவுச்சொல் (உறுதிப்படுத்துதல்)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "கடவுச்சொல் பொருந்தவில்லை. மீண்டும் முயற்சி செய்யவும்.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "மாற்றிய கடவுச்சொல் ரத்து செய்யப்பட்டது.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "பயனர் %sக்கு கடவுச்சொல் அமைப்பதில் பிழை: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "குழு %sக்கு கடவுச்சொல் அமைப்பதில் பிழை: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "கடவுச்சொல் மாற்றப்பட்டது.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "குழு %jd இல்லை \n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "குழு `%s' அமைப்பதில் பிழை: %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "கணக்கு உருவாக்க முடியவில்லை: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "%sஐ உருவாக்குவதில் பிழை: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "அஞ்சல் ஸ்பூல் உருவாக்குவதில் பிழை.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "பயனர் %sஐ அழிக்க முடியாது: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%sக்கு ஒரு gid எண் இல்லை.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "%jd GID எனக்கொண்ட குழு இல்லை, நீக்கப்படவில்லை.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "GID %jd உடன் உள்ள குழுவுக்கு குழுப்பெயர் இல்லை.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "குழு %sஐ அழிக்க முடியவில்லை: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%sஇல் இல்ல அடைவு இல்லை.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "பிழை %sஐ நீக்குகிறது : %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "பயனர் %sக்கு கடவுச்சொல் அமைக்க முடியவில்லை: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "பயனர்%s ஐ பூட்ட இயலவில்லை: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "பயனர்%s இன் பூட்டை நீக்க முடியவில்லை: %s.\n" #: apps/lusermod.c:221 #, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "எச்சரிக்கை: குழு குறியீடு %jd இல்லை.\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "பயனர்%s ஐ மாற்ற முடியவில்லை: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "குழுவை %s ஐ மாற்ற முடியவில்லை: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "பழைய இல்ல அடைவு எதுவும் இல்லை %s.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "%sக்கு புதிய இல்ல அடைவு இல்லை.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr " %s இலிருந்து %sக்கு நகர்த்துவதில் பிழை: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "கட்டமைப்பு கோப்பு `%s'ஐ திறக்க முடியவில்லை: %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "கட்டமைப்பு கோப்பு `%s'ஐ ஆரம்பிக்க முடியவில்லை: %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "கட்டமைப்பு கோப்பு `%s' மிகப் பெரியது" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "கட்டமைக்கப்பட்ட கோப்பு `%s'ஐ வாசிக்க முடியவில்லை: %s" #: lib/error.c:38 msgid "success" msgstr "வெற்றி" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "கட்டமைப்பால் தொகுதி செயல்நீக்கப்பட்டது" #: lib/error.c:42 msgid "generic error" msgstr "உற்பத்தி பிழை" #: lib/error.c:44 msgid "not enough privileges" msgstr "போதிய சலுகைகள் இல்லை" #: lib/error.c:46 msgid "access denied" msgstr "அனுமதி மறுக்கப்பட்டது" #: lib/error.c:48 msgid "bad user/group name" msgstr "தவறான பயனர்/குழுப் பெயர்" #: lib/error.c:50 msgid "bad user/group id" msgstr "தவறான பயனர்/குழு குறியீடு" #: lib/error.c:52 msgid "user/group name in use" msgstr "பயனர்/குழு பெயர் பயனில் உள்ளது" #: lib/error.c:54 msgid "user/group id in use" msgstr "பயனர்/குழு குறியீடு பயனில் உள்ளது" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "முனையம் கூறுகளை கணக்கிடும் போது பிழை" #: lib/error.c:58 msgid "error opening file" msgstr "கோப்பினை திறக்கும் போது பிழை" #: lib/error.c:60 msgid "error locking file" msgstr "கோப்பினை பூட்டும் போது பிழை" #: lib/error.c:62 msgid "error statting file" msgstr "கோப்பின் நிலையில் பிழை" #: lib/error.c:64 msgid "error reading file" msgstr "கோப்பினை வாசிப்பதில் பிழை" #: lib/error.c:66 msgid "error writing to file" msgstr "கோப்பில் எழுதுவதில் பிழை" #: lib/error.c:68 msgid "data not found in file" msgstr "கோப்பில் தகவல் இல்லை" #: lib/error.c:70 msgid "internal initialization error" msgstr "உள்ளார்ந்த துவக்க பிழை" #: lib/error.c:72 msgid "error loading module" msgstr "தொகுதி ஏற்றும் போது பிழை" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "தொகுதியில் சின்னத்தை சரி செய்யும் போது பிழை" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "நூலகம்/தொகுதி பதிப்பு பொறுத்தம் இல்லை" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "பூட்டு நீக்குதல் கடவுச்சொல் புலத்தை வெறுமையாக்கும்" #: lib/error.c:84 msgid "unknown error" msgstr "தெரியாத பிழை" #: lib/misc.c:165 msgid "invalid number" msgstr "தவறான எண்" #: lib/misc.c:179 msgid "invalid ID" msgstr "தவறான குறியீடு" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "`%s'இல் துவக்க செயல்பாடு %s இல்லை" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "`%s'இல் தொகுதி பதிப்பு பொருந்தவில்லை" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "தொகுதி `%s' யானது `%s'ஐ குறிப்பிடவில்லை" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "முனையம் கூறுகளை வாசிப்பதில் பிழை" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "முனையம் கூறுகளை அமைப்பதில் பிழை" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "முனையத்திலிருந்து வாசிப்பதில் பிழை" #: lib/user.c:191 msgid "name is not set" msgstr "பெயர் அமைக்கவில்லை" #: lib/user.c:196 msgid "name is too short" msgstr "பெயர் மிகச் சிறியதாக உள்ளது" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "பெயர் மிக நீளமாக உள்ளது (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "பெயர் ASCII அல்லாத எழுத்தை கொண்டுள்ளது" #: lib/user.c:215 msgid "name contains control characters" msgstr "பெயர் கட்டுப்பாட்டு எழுத்துகளை கொண்டுள்ளது" #: lib/user.c:222 msgid "name contains whitespace" msgstr "பெயர் வெற்றிடத்தை கொண்டுள்ளது" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "பெயர் இடைக்கோட்டினால் ஆரம்பமாகிறது" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "பெயர் தவறான எழுத்து `%c' ஐ கொண்டுள்ளது" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "பயனர் %sம் UID இல்லை" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "குழு %sம் GID இல்லை" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "பயனர் %jd க்கு பெயர் இல்லை" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "குழு %jd க்கு பெயர் இல்லை" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "பயனரிடம் பெயர் அல்லது UID இல்லை" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "குழுவில் ஒரு பெயர் அல்லது ஒரு GID இல்லை" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "புலத்தின் தவறான முன்னிருப்பு மதிப்பு %s: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "கோப்பினை பூட்டுவதில் பிழை : %s" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "முன்னிருப்பு பாதுகாப்பு சூழலை பெற முடியவில்லை:%s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "`%s'இன் பாதுகாப்பு சூழலை பெற முடியவில்லை: %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "`%s' க்கு முன்னிருப்பு பாதுகாப்பு சூழலை அமைக்க முடியவில்லை: %s" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "`%s'இன் பாதுகாப்பு சூழலை குறிப்பிட முடியவில்லை: %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' ஐ திறக்க முடியவில்லை: %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "'%s' வரையறுக்க முடியவில்லை: %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "`%s'ஐ உருவாக்குவதில் பிழை : %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "பின்சேமிப்பு கோப்பு %s' உள்ளது, ஆனால் அது இயல்பான கோப்பில்லை" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "பின்சேமிப்பு கோப்பின் அளவு தவறானது" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s'இலிருந்து வாசிக்க முடியவில்லை: %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "உள்ளீடு ஏற்கனவே கோப்பில் உள்ளது" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s'க்கு எழுத முடியவில்லை: %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "உருப்படியில் %s கூறுகள் இல்லை" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "கடவுச்சொல்லை குறிமுறையாக்குவதில் பிழை" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "சிறப்பு பயனர் சலுகைகளை செயல்படுத்தவில்லை" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "நிழல் கோப்பு இல்லை - செயல்நீக்கப்படுகிறது" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "realm`%s' இல் சேவை `%s' காக kadm5 சேவையகத்தில் இணைப்பதில் பிழை: %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "kerberos நுலகத்தின் துவக்குவதில் பிழை" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "kerberosக்கு `%s' பயனர் பெயர் பகுப்பதில் பிழை" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "உருப்படி வடிவத்தில் %s அல்லது %s கூறுகள் இல்லை" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "உருப்படியில் %s அல்லது %s கூறுகள் இல்லை" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "உருப்படி %s அல்லது %s கூறுகளால் உருவாக்கப்படவில்லை" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "kerberos இலிருந்து `%s' க்காக தகவல் வாசிப்பதில் பிழை" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "உருப்படியில் %s கூறுகள் இல்லை" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "`%s'க்கு கடவுச்சொல் அமைப்பதில் பிழை" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Kerberos Realm" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Kerberos நிர்வாக தலைமை" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Kerberos கடவுச்சொல் நிர்வாக தலைமை" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "ldap நூலகத்தை துவக்குவதில் பிழை" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "LDAP நெறிமுறையைப் பதிப்பு %dக்காக அமைக்க முடியவில்லை" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "TLS யுடன் LDAP சேவையகத்தை கேட்க முடியாது" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "LDAP சேவையகத்துடன் பிணைக்க முடியவில்லை" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "LDAP சேவையகத்துடன் பிணைக்க முடியவில்லை, முதல் முயற்சி `%s': %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "பயனர் பொருளில் %s கூறு இல்லை" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "பயனர் பொருள் `%s' இல்லாமல் உருவாக்கப்பட்டது" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "LDAP அடைவு உள்ளீட்டை உருவாக்கும் போது பிழை: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "LDAP அடைவு உள்ளீட்டை மாற்றும் போது பிழை: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "LDAP அடைவு உள்ளீடுகளை பெயர் மாற்றுவதில் பிழை: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "பொருளில் %s கூறுகள் இல்லை" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "LDAP அடைவு உள்ளீட்டை நீக்கும் போது பிழை: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "பொருளுக்கு %s கூறு இல்லை" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "LDAP அடைவில் பொருள் எதுவும் இல்லை" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "`%s' கூறு இல்லை" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "LDAP அடைவில் %s க்கு கடவுச்சொல் அமைப்பதில் பிழை: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "LDAP சேவையக பெயர்" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP தேடல் தளம் DN" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP பிணைத்தல் DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP பிணைத்தல் கடவுச்சொல்" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL பயனர்" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL அனுமதிக்கப்பட்ட பயனர்" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Cyrus SASL பயனர் உருவாக்குவதில் பிழை: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Cyrus SASL பயனரை நீக்குவதில் பிழை: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "Cyrus SASL துவக்குவதில் பிழை: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "பயனருக்காக இல்ல அடைவை உருவாக்குவதில் பிழை" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "பயனருக்காக இல்ல அடைவை நீக்குவதில் பிழை" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "பயனருக்காக இல்ல அடைவை நகர்த்துவதில் பிழை" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "பயனருக்காக அஞ்சல் ஸ்பூல் உருவாக்குவதில் பிழை" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "பயனருக்காக அஞ்சல் ஸ்பூல் நீக்குவதில் பிழை" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "துவக்குவதில் பிழை %s: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "தவறான குறியீடு %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "குறியீடு %jd ஐ கொண்ட குழுவை தேடுகிறது.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "குழுப்பெயர் %sஐ தேடுகிறது.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "%jd பயனர் குறியீட்டை தேடுகிறது .\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "" "பயனர் பெயர் %sஐ தேடுகிறது.\n" "\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "உள்ளீடு இல்லை.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "வெற்றிகரமாக கண்டுபிடித்தது.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "கண்டுபிடிக்க முடியவில்லை.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "முன்னிருப்பு பயனர் பொருள் வகுப்புகள்:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "முன்னிருப்பு பயனர் கூறுகளின் பெயர்கள்:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "முன்னிருப்பு பயனர் கூறுகளை பெறுகிறது :\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "பயனர் வடிவத்தை நகலெடுக்கிறது:\n" libuser-0.56.9.dfsg.1.orig/po/ar.po0000644000175000017500000007657110777230755015005 0ustar gheghe# translation of ar.po to Arabic # This file is distributed under the same license as the PACKAGE package. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. # # Abd el rahman Ghareeb , 2004. # Ossama M. Khayat , 2004. # Munzir Taha , 2004. # Ali Ghareb , 2007. msgid "" msgstr "" "Project-Id-Version: ar\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2007-01-12 09:34+0200\n" "Last-Translator: Ali Ghareb \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "خطأ في قراءة ´%s´. %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "خطأ في إنشاء ´%s´. %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, fuzzy, c-format msgid "Error changing owner of `%s': %s" msgstr "خطأ في انشاء المجموعة `%s': %s\n" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, fuzzy, c-format msgid "Error writing `%s': %s" msgstr "خطأ في إنشاء ´%s´. %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "خطأ في إزالة ´%s´. %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "فشل في اسقاط الصلاحيات.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "خطأ داخلي.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s ليس مخوّلا بتغيير معلومات finger لـ %s\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "سياق مستخدم مجهول" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "لا يمكن ضبط سياق افتراضي لـ /etc/passwd\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "خطأ في ابتداء PAM. \n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "فشل في توثيق %s. \n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "خطأ داخلي في PAM ´%s´. \n" #: apps/apputil.c:644 #, fuzzy, c-format msgid "Unknown user authenticated.\n" msgstr "سياق مستخدم مجهول" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "عدم تطابق المستخدم.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[OPTION...] user" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "خطأ في إعراب المُعطيات: %s. \n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "لم يتم إدخال اسم للمستخدم.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "خطأ في ابتداء ´%s´. %s. \n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "لا وجود للمستخدم %s. \n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "الحساب مقفل.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "الحساب غير مقفل.\n" #: apps/lchage.c:160 #, fuzzy, c-format msgid "Minimum:\t%ld\n" msgstr "الحد الأدنى: \t%d \n" #: apps/lchage.c:164 #, fuzzy, c-format msgid "Maximum:\t%ld\n" msgstr "الحد الأقصى: \t%d\n" #: apps/lchage.c:168 #, fuzzy, c-format msgid "Warning:\t%ld\n" msgstr "تحذير: \t%d\n" #: apps/lchage.c:172 #, fuzzy, c-format msgid "Inactive:\t%ld\n" msgstr "غير فعّال:\t%d \n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "أبداً" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "آخر تغيير: \t%s \n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "تنتهي صلاحية كلمة السر في: \t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "كلمة السر غير فعالة: \t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "تنتهي صلاحية الحساب في: \t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "فشل في تعديل معلومات الفترة الزمنيّة لـ %s: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[OPTION...] [user]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "لم يتم تحديد اسم مستخدم، لا يوجد اسم لرقم هويّة المستخدم %d. \n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "جاري تغيير معلومات finger للمستخدم %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "الاسم الكامل" #: apps/lchfn.c:154 msgid "Surname" msgstr "اسم الأب" #: apps/lchfn.c:169 msgid "Given Name" msgstr "الاسم المُعطى" #: apps/lchfn.c:179 msgid "Office" msgstr "المكتب" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "هاتف المكتب" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "هاتف المنزل" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "عنوان البريد الإلكتروني" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "لم يتمّ تغيير معلومات finger: خطأ إدخال.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "تمّ تغيير معلومات finger.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "معلومات finger لم تتغيّر: %s\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "جاري تغيير الصّدفة للمستخدم %s.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "صَدَفة جديدة" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "لم يتم تغيير الـ shell: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "تم تغيير الصَّدَفة. \n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[OPTION...] group" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "لم يتم تحديد اسم للمجموعة.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "رقم تعريف مجموعة غير صالح %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "فشل في إنشاء المجموعة: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "المجموعة %s غير موجودة.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "تعذّر حذف مجموعة %s: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "تم تحديد كل من -L و -B \n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "فشل في وضع كلمة المرور لمجموعة %s: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "تعذّر تأمين مجموعة %s: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "تعذّر إلغاء تأمين مجموعة %s: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "تعذّر تعديل مجموعة %s: %s.\n" #: apps/lid.c:44 #, fuzzy, c-format msgid "Error looking up %s: %s\n" msgstr "خطأ في إزالة %s. %s.\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "لم يتم تحديد اسم مجموعة، جاري استخدام %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "لم يتم تحديد اسم للمجموعة، لا يوجد اسم لرقم هويّة المجموعة %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "لم يتم تحديد اسم المستخدم، جاري استخدام %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[OPTION...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "خطأ في فتح ´%s´، %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "خطأ في إنشاء حساب للمستخدم %s، السطر منسّق بشكل خاطئ.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "رقم المستخدم %s غير صالح\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "رَفْض إنشاء حساب برقم هويّة مستخدم 0.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "خطأ في إنشاء مجموعة لـ`%s' برقم هويّة مجموعة %jd: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "خطأ في وضع كلمة السّر الابتدئيّة لـ%s. %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "خطأ في إنشاء الدّليل الموطن لـ%s. %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "خطأ في إنشاء مخزن بريد لـ%s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "خطأ في إنشاء حساب مستخدم لـ%s. %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "جاري تغيير كلمة المرور لـ%s. \n" #: apps/lpasswd.c:107 msgid "New password" msgstr "كلمة المرور الجديدة" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "كلمة المرور الجديدة (تأكيد)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "كلمات المرور غير متطابقة، حاول مُجدّداً. \n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "تم التراجع عن تغيير كلمة المرور.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "خطأ في وضع كلمة المرور للمستخدم %s. %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "خطأ في وضع كلمة المرور للمجموعة %s. %s\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "تم تغيير كلمة المرور.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "المجموعة %jd غير موجودة\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "خطأ في انشاء المجموعة `%s': %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "فشل في انشاء الحساب: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "خطأ في إنشاء %s: %s. \n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "خطأ في إنشاء مخزن البريد.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "لم يمكن حذف المستخدم %s: %s\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%sلم يكن له رقم هويّة مجموعة.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "لا توجد مجموعة برقم هويّة %jd، لن يتم الحذف.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "المجموعة ذات رقمّ الهويّة %jd لم تحمل اسم مجموعة.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "لم يمكن حذف المجموعة %s: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "لم يملك %s دليلاً موطناً.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "خطأ في إزالة %s. %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "فشل في وضع كلمة المرور للمستخدم %s؛ %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "لم يمكن قفل حساب المستخدم %s: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "لم يتمكن من إلغاء قفل حساب المستخدم %s: %s.\n" #: apps/lusermod.c:221 #, fuzzy, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "المجموعة %jd غير موجودة\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "لم يمكن تعديل المستخدم %s: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "لم يمكن تعديل المجموعة %s: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "لا يوجد دليل موطن سابق لـ%s.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "لا دليل موطن جديد لـ%s.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "خطأ في نقل %s إلى %s: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "لم يمكن فتح ملف التّهيئة ´%s': %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "تعذّر stat ملف الإعداد `%s': %ss" #: lib/config.c:129 #, fuzzy, c-format msgid "configuration file `%s' is too large" msgstr "لم يمكن فتح ملف التّهيئة ´%s': %s" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "تعذّر فتح ملف الإعداد `%s': %ss" #: lib/error.c:38 msgid "success" msgstr "ناجح" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "تم تعطيل الوحدة بواسطة التنسيق" #: lib/error.c:42 msgid "generic error" msgstr "خطأ عام" #: lib/error.c:44 msgid "not enough privileges" msgstr "الصلاحيات غير كافية" #: lib/error.c:46 msgid "access denied" msgstr "ممنوع الوصول" #: lib/error.c:48 msgid "bad user/group name" msgstr "اسم مستخدم/مجموعة سَيّئ" #: lib/error.c:50 msgid "bad user/group id" msgstr "رقم هويّة مستخدم/مجموعة سيّئ" #: lib/error.c:52 msgid "user/group name in use" msgstr "اسم المستخدم/المجموعة المُستخدم" #: lib/error.c:54 msgid "user/group id in use" msgstr "رقم هويّة المستخدم/المجموعة المُستخدم" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "خطأ في تعديل خصائص سطر الأوامر" #: lib/error.c:58 msgid "error opening file" msgstr "خطأ في فتح الملف" #: lib/error.c:60 msgid "error locking file" msgstr "خطأ في قفل الملف" #: lib/error.c:62 msgid "error statting file" msgstr "خطأ في استعلام وضع الملفّ" #: lib/error.c:64 msgid "error reading file" msgstr "خطأ في قراءة الملف" #: lib/error.c:66 msgid "error writing to file" msgstr "خطأ في الكتابة للملف" #: lib/error.c:68 msgid "data not found in file" msgstr "لم يتم العثور على البيانات في الملف" #: lib/error.c:70 msgid "internal initialization error" msgstr "خطأ داخلي في الابتداء" #: lib/error.c:72 msgid "error loading module" msgstr "خطأ في تحميل الوحدة" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "خطأ في فك الترميز في الوحدة" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "عدم التوافق في نسخة المكتبة/الوحدة" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "ألغاء التأمين سوف يترك حقل كلمة المرور فارغاً" #: lib/error.c:84 msgid "unknown error" msgstr "خطأ مجهول" #: lib/misc.c:165 #, fuzzy msgid "invalid number" msgstr "رقم المستخدم %s غير صالح\n" #: lib/misc.c:179 #, fuzzy msgid "invalid ID" msgstr "رقم التعريف %s غير صالح\n" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "لا توجد وظيفة لابتداء %s في ´%s'" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "عدم توافق في نسخة الوحدة في ´%s´" #: lib/modules.c:92 #, fuzzy, c-format msgid "module `%s' does not define `%s'" msgstr "المجموعة %s غير موجودة.\n" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "خطأ في قراءة خصائص سطر الأوامر" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "خطأ في وضع خصائص سطر الأوامر" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "خطأ في القراءة من سطر الأوامر" #: lib/user.c:191 msgid "name is not set" msgstr "لم يتم تحديد الاسم" #: lib/user.c:196 msgid "name is too short" msgstr "الاسم قصير جدّاً" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "اسم طويل جدا (%zu>%d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "الاسم يحتوي على حروف ليست ASCII" #: lib/user.c:215 msgid "name contains control characters" msgstr "يحتوي الاسم على أحرف تحكّم" #: lib/user.c:222 msgid "name contains whitespace" msgstr "الاسم يحتوي على مسافات" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "اسم يبدأ بوصلة" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "الاسم يحتوي على حرف غير صالح ´%c'" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "المستخدم %s ليس لدية رقم تعريف" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "المجموعة %s ليس لديها رقم تعريف" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "المستخدم %jd ليس لديه اسم" #: lib/user.c:336 #, fuzzy, c-format msgid "group %jd has no name" msgstr "المجموعة %jd غير موجودة\n" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "المستخدم ليس لديه اسم أو رقم تعريف" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "المجموعة ليست لديها اسم أو رقم تعريف" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "خطأ في قفل الملف: %s" #: lib/util.c:706 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "تعذّر ضبط سياق أمان افتراضي: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "تعذّر الحصول على سياق الأمان لـ `%s': %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "تعذّر ضبط سياق أمان افتراضي إلى `%s': %s " #: lib/util.c:760 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "تعذّر الحصول على سياق الأمان لـ `%s': %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "لم يمكن فتح ´%s': %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "لم يمكن استعلام وضع `%s': %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "خطأ في إنشاء ´%s': %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "الملف الاحتياطي ´%s' موجود مسبقاً وغير اعتيادي" #: modules/files.c:226 #, fuzzy msgid "backup file size mismatch" msgstr "عدم التوافق في نسخة المكتبة/الوحدة" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "لم يمكن القراءة من ´%s': %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "المُدخل موجود مسبقاً في الملف" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "لم يمكن الكتابة إلى ´%s': %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "كائن الكينونة ليس له خاصّيّة %s" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "خطأ في تشفير كلمة المرور" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "لم يتمّ التّنفيذ بصلاحيات المستخدم الخارق" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "لا يوجد ملف shadow -- جاري التعطيل" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "خطأ في الاتصال بخادم إدارة كِرْبِروس 5 للخدمة ´%s' في المملكة ´%s': %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "خطأ في ابتداء مكتبة كِرْبِروس" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "خطأ في إعراب اسم المستخدم ´%s' لكِرْبِروس" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "بناء الكينونة ليس له %s أو خصائص %s" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "الكينونة ليس لها %s أو خاصّيّة %s" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "تم إنشاء الكينونة بدون %s أو خصائص %s" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "خطأ في قراءة المعلومات لـ ´%s' من كِرْبِروس" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "الكينونة ليس لها خاصّيّة %s" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "خطأ في وضع كلمة المرور لـ´%s'" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "مملكة كِرْبِروس" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "المدير الرئيسي لكِرْبِروس" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "كلمة مرور كِرْبِروس للمدير الرئيسي" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "خطأ في ابتداء مكتبة ldap" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "لم يمكن وضع بروتوكول LDAP للنسخة %d" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "لم يمكن مفاوضة TLS مع خادم LDAP" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "لم يُمكن الرّبط بخادم LDAP" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "تعذّر الرّبط بخادم LDAP، المحاولة الأولى كـ `%s': %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "لم يحتوي كائن المستخدم على خاصّيّة %s" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "كائن المستخدم تمّ إنشاءه دون `%s'" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "خطأ في إنشاء مُدخل لدليل LDAP: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "خطأ في تعديل المُدخل لدليل LDAP: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "خطأ في إعادة تسمية المُدخل لدليل LDAP: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "لم يحتوي الكائن على خاصّيّة %s" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "خطأ في حذف المُدخل لدليل LDAP: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "لا يحتوي الكائن على خاصّيّة %s" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "لا وجود لهذا الكائن في دليل LDAP" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "لم يعثر على الخاصّيّة ´%s´" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "خطأ في وضع كلمة مرور في دليل LDAP لـ%s: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "اسم خادم LDAP" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "الاسم المُميِّز (DN) الأساسي لبحث LDAP" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "الاسم المُميِّز (DN) لـLDAP Bind" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "كلمة مرور LDAP Bind" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "مستخدم LDAP SASL" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "مستخدم توثيق LDAP SASL" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "خطأ Cyrus SASL أثناء إنشاء المستخدم: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "خطأ Cyrus SASL أثناء إزالة المستخدم: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "خطأ في ابتداء Cyrus SASL: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "خطأ في انشاء مجلد رئيسي للمستخدم" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "خطأ في ازالة المجلد الرئيسي للمستخدم" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "خطأ في نقل المجلد الرئيسي للمستخدم" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "خطأ في إنشاء مخزن البريد للمستخد" #: python/admin.c:885 #, fuzzy msgid "error removing mail spool for user" msgstr "خطأ في إنشاء مخزن البريد للمستخد" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "خطأ في ابتداء %s: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "رقم التعريف %s غير صالح\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "جاري البحث عن مجموعة برقم تعريف %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "جاري البحث عن مجموعة مُسمّى %s.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "جاري البحث عن مستخدم برقم تعريف %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "جاري البحث عن مستخدم مُسمّى %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "لم يتم العثور على المُدخل.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "نجح التذكير.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "فشل التذكير.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "أصناف كائنات المستخدم الافتراضيّة:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "أسماء خصائص المستخدم الافتراضية:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "جاري الاستعلام عن خصائص المستخدم الافتراضية:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "جاري نسخ بناء موطن المستخدم:\n" #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "لم يمكن تحويل البيانات الدّاخليّة إلى LDAPMods" libuser-0.56.9.dfsg.1.orig/po/de.po0000644000175000017500000007214210777230756014762 0ustar gheghe# translation of de.po to # Copyright (C) 2001 Red Hat, Inc. # # Claudia Krug , 2001. # Bernd Groh , 2002,2003. # Verena , 2004. # Ronny Buchmann , 2005,2006. # Robert Scheck , 2005,2007. # Timo Trinks , 2007. # Fabian Affolter , 2008. # msgid "" msgstr "" "Project-Id-Version: de\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-02-29 13:13+0100\n" "Last-Translator: Fabian Affolter \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Poedit-Language: German\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "Der Verzeichnispfad des Stammverzeichnisses `%s' ist nicht absolut" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Fehler beim Lesen von `%s': %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Fehler beim Erzeugen von `%s': %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Fehler beim Ändern des Eigentümers von `%s': %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Fehler beim Schreiben von `%s': %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Fehler beim Entfernen von `%s': %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Privilegien können nicht abgegeben werden.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Interner Fehler.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s ist nicht autorisiert Finger-Einstellungen von %s zu ändern\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Unbekannter Benutzerinhalt" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Kann Default-Context für /etc/passwd nicht setzen\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Fehler beim Initialisieren von PAM.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Authentifizierung fehlgeschlagen: %s.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Interner PAM-Fehler `%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "Unbekannter Benutzer authentifiziert.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Benutzer stimmt nicht überein.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[OPTION...] Benutzer" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Fehler beim Parsen von Argumenten: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Es wurde kein Benutzername angegeben.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Fehler beim Initialisieren von %s: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "Benutzer %s existiert nicht.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Benutzerkonto ist gesperrt.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Benutzerkonto ist nicht gesperrt.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Minimum:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Maximum:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Warnung:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Nicht aktiv:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Nie" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Letzte Änderung:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Passwort läuft ab:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Passwort nicht aktiv:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Benutzerkonto läuft ab:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Ablauf-Einstellungen konnten nicht geändert werden für %s: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[OPTION...] [user]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Kein Benutzername angegeben, kein Name für uid %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Finger-Einstellungen für %s werden geändert.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Vollständiger Name" #: apps/lchfn.c:154 msgid "Surname" msgstr "Nachname" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Vorname" #: apps/lchfn.c:179 msgid "Office" msgstr "Büro" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Telefon (Arbeit)" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Telefon (Zuhause)" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "E-Mail-Adresse" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Finger-Informationen nicht geändert: Eingabefehler.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Finger-Informationen geändert.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Finger-Informationen nicht geändert: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Shell für %s ändern.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Neue Shell" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Shell nicht geändert: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Shell geändert.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[OPTION...] Gruppe" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Es wurde kein Gruppenname angegeben.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "Ungültige Gruppen-ID %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "Die Erzeugung der Gruppe ist fehlgeschlagen: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Gruppe %s existiert nicht.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "Gruppe %s konnte nicht gelöscht werden: %s.\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "Sowohl -L als auch -U angegeben.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Passwort konnte nicht gesetzt werden für Gruppe %s: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "Gruppe %s konnte nicht gesperrt werden: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Gruppe %s konnte nicht entsperrt werden: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "Gruppe %s konnte nicht modifiziert werden: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Fehler beim Nachschlagen von %s: %s.\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Kein Gruppenname angegeben, benutze %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Kein Gruppenname angegeben, kein Name für gid %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Kein Benutzername angegeben, benutze %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[OPTION...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Fehler beim Öffnen von `%s': %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "" "Fehler beim Erstellen des Benutzerkontos für `%s': Zeile inkorrekt " "formatiert.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "Ungültige Benutzer-ID %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Erstellen eines Benutzerkontos mit UID 0 verweigert.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Fehler beim Erstellen der Gruppe für `%s' mit GID %jd: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Fehler beim Setzen des Initialpassworts für %s: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Fehler beim Erstellen des persönlichen Verzeichnisses für %s: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "Fehler beim Erstellen des E-Mail-Postfachs für %s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Fehler beim Erstellen des Benutzerkontos für %s: %s.\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Passwort für `%s geändert.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Neues Passwort" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Neues Passwort (Bestätigen)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Passwörter stimmen nicht überein. Noch einmal eingeben.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Passwortänderung abgebrochen.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Fehler beim Erstellen des Passworts für Benutzer %s: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Fehler beim Erstellen des Passworts für Gruppe %s: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Passwort geändert.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "Gruppe %jd existiert nicht\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Fehler beim Erstellen der Gruppe `%s': %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Die Erzeugung des Benutzerkontos ist fehlgeschlagen: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Fehler bei der Erzeugung von %s: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "Fehler beim Erstellen des E-Mail-Postfachs.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Benutzer %s konnte nicht gelöscht werden: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s hatte keine GID-Nummer.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "Gruppe mit GID %jd existiert nicht, entferne sie nicht.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "Gruppe mit GID %jd hat keinen Gruppennamen.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Gruppe %s konnte nicht gelöscht werden: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s hatte kein persönliches Verzeichnis.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Fehler beim Entfernen von %s: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Passwort konnte für Benutzer %s nicht eingestellt werden: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Benutzer %s konnte nicht gesperrt werden: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Benutzer %s konnte nicht freigegeben werden: %s.\n" #: apps/lusermod.c:221 #, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Warnung: Gruppe mit ID %jd existiert nicht.\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Benutzer %s konnte nicht geändert werden: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "Gruppe %s konnte nicht modifiziert werden: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "Kein altes persönliches Verzeichnis für %s.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "Kein neues persönliches Verzeichnis für %s.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Fehler beim Verschieben von %s zu %s: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "Konfigurationsdatei `%s' konnte nicht geöffnet werden: %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "stat konnte nicht ausgeführt werden für Konfigurationsdatei `%s': %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "Konfigurationsdatei `%s' ist zu groß" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "Konfigurationsdatei `%s' konnte nicht gelesen werden: %s" #: lib/error.c:38 msgid "success" msgstr "Erfolg" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "Modul durch die Konfiguration deaktiviert" #: lib/error.c:42 msgid "generic error" msgstr "Allgemeiner Fehler" #: lib/error.c:44 msgid "not enough privileges" msgstr "Keine ausreichenden Berechtigungen" #: lib/error.c:46 msgid "access denied" msgstr "Zugriff verweigert" #: lib/error.c:48 msgid "bad user/group name" msgstr "Ungültiger Benutzer/Gruppenname" #: lib/error.c:50 msgid "bad user/group id" msgstr "Ungültige Benutzer/Gruppen ID" #: lib/error.c:52 msgid "user/group name in use" msgstr "Benutzer/Gruppenname wird bereits verwendet" #: lib/error.c:54 msgid "user/group id in use" msgstr "Benutzer/Gruppen ID wird bereits verwendet" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "Fehler beim Bearbeiten der Terminalattribute" #: lib/error.c:58 msgid "error opening file" msgstr "Fehler beim Öffnen der Datei" #: lib/error.c:60 msgid "error locking file" msgstr "Fehler beim Sperren der Datei" #: lib/error.c:62 msgid "error statting file" msgstr "Fehler beim Ermitteln der Dateiinformationen" #: lib/error.c:64 msgid "error reading file" msgstr "Fehler beim Lesen der Datei" #: lib/error.c:66 msgid "error writing to file" msgstr "Fehler beim Schreiben in die Datei" #: lib/error.c:68 msgid "data not found in file" msgstr "Daten wurden in der Datei nicht gefunden" #: lib/error.c:70 msgid "internal initialization error" msgstr "Interner Fehler bei der Initialisierung" #: lib/error.c:72 msgid "error loading module" msgstr "Fehler beim Laden des Moduls" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "Fehler beim Auflösen des Symbols im Modul" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "Bibliothek/Modulversion stimmt nicht überein" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "Entsperrung würde das Passwortfeld leer machen" #: lib/error.c:84 msgid "unknown error" msgstr "Unbekannter Fehler" #: lib/misc.c:165 msgid "invalid number" msgstr "Ungültige Nummer" #: lib/misc.c:179 msgid "invalid ID" msgstr "Ungültige ID" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "keine Initialisierungsfunktion %s in `%s'" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "Fehlende Übereinstimmung von Modulversionen in `%s'" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "Modul %s definiert `%s' nicht" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "Fehler beim Lesen der Terminalattribute" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "Fehler beim Einstellen der Terminalattribute" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "Fehler beim Lesen vom Terminal" #: lib/user.c:191 msgid "name is not set" msgstr "Name ist nicht gesetzt" #: lib/user.c:196 msgid "name is too short" msgstr "Name ist zu kurz" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "Name ist zu lang (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "Name enthält nicht-ASCII Zeichen" #: lib/user.c:215 msgid "name contains control characters" msgstr "Name enthält Kontrollzeichen" #: lib/user.c:222 msgid "name contains whitespace" msgstr "Name enthält Leerzeichen" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "Name beginnt mit einem Bindestrich" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "Name enthält ungültiges Zeichen `%c'" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "Benutzer %s hat keine Benutzernummer (UID)" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "Gruppe %s hat keine Gruppennummer (GID)" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "Benutzer %jd ist namenlos" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "Gruppe %jd ist namenlos" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "Benutzer ist namenlos und hat keine Benutzernummer (UID)" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "Gruppe ist namenlos und hat keine Gruppennummer (GID)" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "Ungültiger Wert in Feld %s: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "Fehler beim Sperren der Datei: %s" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "konnte Standard-Sicherheitskontext nicht setzen: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "konnte Sicherheitskontext `%s' nicht bekommen: %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "Sicherheitskontext konnte nicht nach `%s' geschrieben werden: %s" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "konnte Sicherheitskontext `%s' nicht bestimmen: %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' konnte nicht geöffnet werden: %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "stat `%s' konnte nicht ausgeführt werden: %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "Fehler beim Erzeugen von `%s': %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "Backup-Datei `%s' ist vorhanden und keine reguläre Datei" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "Sicherungsdateigröße passt nicht" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s' konnte nicht gelesen werden: %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "Eintrag bereits in der Datei vorhanden" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "nach `%s' konnte nicht geschrieben werden: %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "Entitätsobjekt besitzt kein %s Attribut" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "Fehler beim Verschlüsseln des Passworts" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "Keine Ausführung mit Administrator-Rechten." #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "Keine Shadow-Datei vorhanden -- Deaktiviere." #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "Fehler bei der Verbindung zum kadm5-Server für Dienst `%s' in Realm %s: %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "Fehler bei der Initialisierung der Kerberos-Bibliothek" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "Fehler beim Parsen des Benutzernamens `%s' für Kerberos" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "Entitätenstruktur besitzt kein Attribut %s oder %s" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "Entität besitzt kein Attribut %s oder %s" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "Entität wurde ohne Attribut %s oder %s erstellt" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "Fehler beim Lesen der Informationen für `%s' von Kerberos" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "Entität besitzt kein Attribut %s" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "Fehler beim Einstellen des Passworts für `%s'" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Kerberos Realm" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Kerberos Admin Principal" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Kerberos-Passwort für Admin Principal" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "Fehler bei der Initialisierung der LDAP-Bibliothek" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "LDAP-Protokoll konnte nicht auf Version %d eingestellt werden" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "TLS-Serververbindung konnte nicht ausgehandelt werden" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "Konnte nicht zum LDAP-Server verbinden" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "Konnte nicht zum LDAP-Server verbinden, erster Versuch `%s': %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "Benutzerobjekt hatte kein Attribut %s" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "Benutzerobjekt wurde ohne `%s' erstellt" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "Fehler beim Erstellen eines LDAP-Verzeichniseintrags: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "Fehler bei der Änderung des LDAP-Verzeichniseintrags: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "Fehler beim Umbenennen des LDAP-Verzeichniseintrags: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "Objekt hatte kein Attribut %s" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "Fehler beim Entfernen des LDAP-Verzeichniseintrags: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "Objekt besitzt kein Attribut %s" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "Kein entsprechendes Objekt im LDAP-Verzeichnis vorhanden" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "kein `%s' Attribut gefunden" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "Fehler beim Einrichten des Passworts im LDAP-Verzeichnis für %s: %s." #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "LDAP-Servername" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP Suche Basis-DN" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP Bind-Passwort" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL-Benutzer" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL-Autorisierungsbenutzer" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Cyrus SASL-Fehler beim Erstellen des Benutzers: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Cyrus SASL-Fehler beim Entfernen des Benutzers: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "Fehler beim Initialisieren von Cyrus SASL: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "Fehler beim Erstellen des persönlichen Verzeichnisses für Benutzer" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "Fehler beim Entfernen des persönlichen Verzeichnisses für Benutzer" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "Fehler beim Verschieben des persönlichen Verzeichnisses für Benutzer" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "Fehler beim Erstellen des E-Mail-Postfachs für Benutzer" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "Fehler beim Entfernen des E-Mail-Postfachs des Benutzers" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Fehler beim Initialisieren von %s: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "Ungültige ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "Suche nach Gruppe mit ID %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "Suche nach Gruppe mit Namen %s.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "Suche nach Benutzer mit ID %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "Suche nach Benutzer mit Namen %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Eintrag wurde nicht gefunden.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Prompts erfolgreich.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Prompts fehlgeschlagen.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Standardmässige Benutzerobjekt-Klassen:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Standardmässige Benutzerattribut-Namen:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Suche nach standardmäßigen Benutzerattributen:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Benutzerstrukturen kopieren:\n" libuser-0.56.9.dfsg.1.orig/po/el.po0000644000175000017500000010402110777230756014762 0ustar gheghe# translation of el.po to Greek # translation of el.po to # Translation of libuser to Greek. # Copyright (C) 2006 Red Hat, Inc. # This file is distributed under the same license as the PACKAGE package. # # Simos Xenitellis , 2006. # Dimitris Glezos , 2006, 2007. msgid "" msgstr "" "Project-Id-Version: el\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2007-05-02 20:51+0100\n" "Last-Translator: Dimitris Glezos \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: KBabel 1.11.4\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Σφάλμα στην ανάγνωση `%s': %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Σφάλμα στη δημιουργία `%s': %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Σφάλμα αλλαγής ιδιοκτήτη του `%s': %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Σφάλμα εγγραφής `%s': %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Σφάλμα στην αφαίρεση `%s': %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Αποτυχία εγκατάλειψης δικαιωμάτων.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Εσωτερικό σφάλμα.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "O %s δεν επιτρέπεται να τροποποιήσει τις πληροφορίες finger του %s\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Άγνωστο πλαίσιο χρήστη" #: apps/apputil.c:612 #, fuzzy, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Χρήση των προεπιλεγμένων γραμματοσειρών συστήματος." #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Σφάλμα αρχικοποίησης PAM.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Η πιστοποίηση απέτυχε για %s.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Εσωτερικό σφάλμα PAM `%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "Πιστοποιήθηκε άγνωστος χρήστης.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Κακό ταίριασμα χρήστη.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[ΕΠΙΛΟΓΗ...] χρήστης" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Σφάλμα κατά την ανάλυση ορισμάτων: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Δεν έχει οριστεί όνομα χρήστη.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Σφάλμα κατά την αρχικοποίηση %s: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "Ο χρήστης %s δεν υπάρχει.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Ο λογαριασμός είναι κλειδωμένος.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Ο λογαριασμός δεν είναι κλειδωμένος.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Ελάχιστο:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Μέγιστο:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Προειδοποίηση:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Ανενεργό:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Ποτέ" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Τελευταία αλλαγή:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Ο κωδικός λήγει:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Ανενεργός κωδικός:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Ο λογαριασμός λήγει:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Αδυναμία τροποποίησης πληροφοριών aging για %s: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[ΕΠΙΛΟΓΗ...] [χρήστης]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Δεν καθορίστηκε όνομα χρήστη, κανένα όνομα για uid %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Τροποποίηση προσωπικών πληροφοριών για %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Πλήρες όνομα" #: apps/lchfn.c:154 msgid "Surname" msgstr "Επώνυμο" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Δοθέν όνομα" #: apps/lchfn.c:179 msgid "Office" msgstr "Γραφείο" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Τηλέφωνο γραφείου" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Τηλέφωνο οικίας" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "Διεύθυνση E-Mail " #: apps/lchfn.c:224 #, fuzzy, c-format msgid "Finger information not changed: input error.\n" msgstr "Finger not τροποποιημένο σφάλμα ο" #: apps/lchfn.c:296 #, fuzzy msgid "Finger information changed.\n" msgstr "Περισσότερες πληροφορίες για το πακέτο..." #: apps/lchfn.c:299 #, fuzzy, c-format msgid "Finger information not changed: %s.\n" msgstr "Περισσότερες πληροφορίες στο πακέτο %s" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Τροποποίηση κελύφους για %s.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Νέο κέλυφος" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Δεν έγινε αλλαγή κελύφους: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Έγινε αλλαγή κελύφους.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[ΕΠΙΛΟΓΗ...] ομάδα" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Δεν έχει οριστεί όνομα ομάδας.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "Μη έγκυρο ID ομάδας %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "Η δημιουργία ομάδας απέτυχε: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Η ομάδα %s δεν υπάρχει.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "Δε μπόρεσε να γίνει διαγραφή ομάδας %s: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, fuzzy, c-format msgid "Both -L and -U specified.\n" msgstr "Δεν έχει ορισθεί URL" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Αποτυχία ορισμού συνθηματικού για ομάδα %s: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "Δε μπόρεσε να γίνει κλείδωμα ομάδας %s: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Δε μπόρεσε να γίνει ξεκλείδωμα ομάδας %s: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "Δε μπόρεσε να γίνει τροποποίηση ομάδας %s: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Σφάλμα εύρεσης %s: %s\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Δεν έχει οριστεί όνομα ομάδας, γίνεται χρήση %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Δεν έχει οριστεί όνομα ομάδας, κανένα όνομα για gid %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Δεν έχει οριστεί όνομα χρήστη, γίνεται χρήση %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[ΕΠΙΛΟΓΗ...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Σφάλμα ανοίγματος `%s': %s.\n" #: apps/lnewusers.c:118 #, fuzzy, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "Σφάλμα δημιουργία λογαριασμός για s ο" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "Μη έγκυρο ID χρήστη %s\n" #: apps/lnewusers.c:135 #, fuzzy msgid "Refusing to create account with UID 0.\n" msgstr "στο λογαριασμός με UID ο" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Σφάλμα στη δημιουργία ομάδας για `%s' με GID %jd: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Σφάλμα ορισμού αρχικού συνθηματικού για %s: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Σφάλμα ορισμού αρχικού καταλόγου για %s: %s\n" #: apps/lnewusers.c:302 #, fuzzy, c-format msgid "Error creating mail spool for %s.\n" msgstr "Σφάλμα στη δημιουργία του ταχυδρομικού νήματος.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Σφάλμα δημιουργίας λογαριασμού χρήστη για %s: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Αλλαγή συνθηματικού για %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Νέος κωδικός" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Νέος κωδικός (επιβεβαίωση)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Οι κωδικοί δε συμπίπτουν, παρακαλώ προσπαθήστε ξανά.\n" # #-#-#-#-# gdm2.gnome-2-14.el.po (el) #-#-#-#-# # #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Ακύρωση αλλαγής συνθηματικού.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Σφάλμα ορισμού συνθηματικού για το χρήστη %s: %s\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Σφάλμα ορισμού συνθηματικού για την ομάδα %s: %s\n" # #-#-#-#-# gdm2.gnome-2-14.el.po (el) #-#-#-#-# # #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Το συνθηματικό άλλαξε.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "Δεν υπάρχει η ομάδα %jd\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Σφάλμα στη δημιουργία ομάδας `%s': %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Αποτυχία δημιουργίας λογαριασμού: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Σφάλμα στη δημιουργία %s: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "Σφάλμα στη δημιουργία του ταχυδρομικού νήματος.\n" #: apps/luserdel.c:94 #, fuzzy, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Δεν είναι δυνατό το ερώτημα σε αυτό το CD: %s\n" #: apps/luserdel.c:104 #, fuzzy, c-format msgid "%s did not have a gid number.\n" msgstr "το %s δεν ανταποκρίνεται" #: apps/luserdel.c:114 #, fuzzy, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "Όχι ομάδα με GID υπάρχει not ο" #: apps/luserdel.c:121 #, fuzzy, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "Ομάδα με GID not a ομάδα όνομα ο" #: apps/luserdel.c:131 #, fuzzy, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Το %s δε μπόρεσε να ανοιχτεί." #: apps/luserdel.c:145 #, fuzzy, c-format msgid "%s did not have a home directory.\n" msgstr "Παρακαλώ βεβαιωθείτε ότι έχετε ένα αρχικό κατάλογο." #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Σφάλμα κατά την αφαίρεση του %s: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Αποτυχία στον ορισμό συνθηματικού για το χρήστη %s: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Δε μπόρεσε να γίνει κλείδωμα του χρήστη %s: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Δε μπόρεσε να γίνει ξεκλείδωμα του χρήστη %s: %s.\n" #: apps/lusermod.c:221 #, fuzzy, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Δεν υπάρχει η ομάδα %jd\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Δε μπόρεσε να γίνει τροποποίηση του χρήστη %s: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "Δε μπόρεσε να γίνει κλείδωμα της ομάδας %s: %s.\n" #: apps/lusermod.c:345 #, fuzzy, c-format msgid "No old home directory for %s.\n" msgstr "Αποτυχία κατά τη διαγραφή του καταλόγου %s." #: apps/lusermod.c:350 #, fuzzy, c-format msgid "No new home directory for %s.\n" msgstr "Νέα τιμή για κατάλογο: %s\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Σφάλμα στη μετακίνηση του %s στο %s: %s.\n" #: lib/config.c:114 #, fuzzy, c-format msgid "could not open configuration file `%s': %s" msgstr "Δεν ήταν δυνατό το άνοιγμα το αρχείο μηνυμάτων %s: %s" #: lib/config.c:120 #, fuzzy, c-format msgid "could not stat configuration file `%s': %s" msgstr "Δεν ήταν δυνατή η σάρωση του φακέλου `%s': %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "το αρχείο ρύθμισης `%s' είναι πολύ μεγάλο" #: lib/config.c:145 #, fuzzy, c-format msgid "could not read configuration file `%s': %s" msgstr "Αδυναμία ανάγνωσης χαιρετισμού από %s: %s" #: lib/error.c:38 msgid "success" msgstr "επιτυχία" #: lib/error.c:40 #, fuzzy msgid "module disabled by configuration" msgstr "Χειροκίνητη ρύθμιση" #: lib/error.c:42 msgid "generic error" msgstr "γενικό σφάλμα" #: lib/error.c:44 msgid "not enough privileges" msgstr "ανεπαρκή προνόμια χρήστη" #: lib/error.c:46 msgid "access denied" msgstr "Άρνηση πρόσβασης" #: lib/error.c:48 msgid "bad user/group name" msgstr "κακό όνομα χρήστη/ομάδας" #: lib/error.c:50 msgid "bad user/group id" msgstr "κακό id χρήστη/ομάδας" #: lib/error.c:52 msgid "user/group name in use" msgstr "όνομα χρήστη/ομάδας σε χρήση" #: lib/error.c:54 msgid "user/group id in use" msgstr "id χρήστη/ομάδας σε χρήση" #: lib/error.c:56 #, fuzzy msgid "error manipulating terminal attributes" msgstr "σφάλμα τερματικό" #: lib/error.c:58 msgid "error opening file" msgstr "σφάλμα στο άνοιγμα αρχείου" #: lib/error.c:60 msgid "error locking file" msgstr "Σφάλμα στο κλείδωμα αρχείου" #: lib/error.c:62 msgid "error statting file" msgstr "Σφάλμα στο stat αρχείου" #: lib/error.c:64 msgid "error reading file" msgstr "Σφάλμα στην ανάγνωση αρχείου" #: lib/error.c:66 msgid "error writing to file" msgstr "Σφάλμα στην εγγραφή στο αρχείο" #: lib/error.c:68 #, fuzzy msgid "data not found in file" msgstr "Δεν ήταν δυνατό το άνοιγμα του αρχείου" #: lib/error.c:70 #, fuzzy msgid "internal initialization error" msgstr "Σφάλμα αρχικοποίησης XKB " #: lib/error.c:72 msgid "error loading module" msgstr "σφάλμα φόρτωσης αρθρώματος" #: lib/error.c:74 #, fuzzy msgid "error resolving symbol in module" msgstr "σφάλμα in άρθρωμα" #: lib/error.c:76 #, fuzzy msgid "library/module version mismatch" msgstr "άρθρωμα έκδοση" #: lib/error.c:78 #, fuzzy msgid "unlocking would make the password field empty" msgstr "πεδίο κενό" #: lib/error.c:84 msgid "unknown error" msgstr "άγνωστο σφάλμα" #: lib/misc.c:165 #, fuzzy msgid "invalid number" msgstr "Μη έγκυρο ID χρήστη %s\n" #: lib/misc.c:179 #, fuzzy msgid "invalid ID" msgstr "Μη έγκυρο ID %s\n" #: lib/modules.c:61 #, fuzzy, c-format msgid "no initialization function %s in `%s'" msgstr "όχι συνάρτηση s in s" #: lib/modules.c:79 #, fuzzy, c-format msgid "module version mismatch in `%s'" msgstr "άρθρωμα έκδοση in s" #: lib/modules.c:92 #, fuzzy, c-format msgid "module `%s' does not define `%s'" msgstr "Ο φάκελος `%s' δεν υπάρχει." #: lib/prompt.c:64 #, fuzzy msgid "error reading terminal attributes" msgstr "Σφάλμα κατά την ανάγνωση του αρχείου μηνύματος:%s" #: lib/prompt.c:71 lib/prompt.c:83 #, fuzzy msgid "error setting terminal attributes" msgstr "Τρέχοντα γνωρίσματα" #: lib/prompt.c:77 #, fuzzy msgid "error reading from terminal" msgstr "Σφάλμα ανάγνωσης από θυγατρικό: %s." #: lib/user.c:191 msgid "name is not set" msgstr "το όνομα δεν έχει οριστεί" #: lib/user.c:196 msgid "name is too short" msgstr "το όνομα είναι πολύ σύντομο" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "το όνομα είναι πολύ μακρύ (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "Το όνομα περιέχει χαρακτήρες εκτός συνόλου ASCII" #: lib/user.c:215 #, fuzzy msgid "name contains control characters" msgstr "Το όνομα χρήστη δεν έχει έγκυρους χαρακτήρες" #: lib/user.c:222 #, fuzzy msgid "name contains whitespace" msgstr "" "#-#-#-#-# ekiga.gnome-2-14.el.po (el) #-#-#-#-#\n" "Το όνομα περιέχει\n" "#-#-#-#-# gnome-utils.gnome-2-14.el.po (el) #-#-#-#-#\n" "Όνομα περιέχει" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "το όνομα ξεκινά με μια παύλα" #: lib/user.c:245 #, fuzzy, c-format msgid "name contains invalid char `%c'" msgstr "Το όνομα χρήστη δεν έχει έγκυρους χαρακτήρες" #: lib/user.c:292 lib/user.c:340 #, fuzzy, c-format msgid "user %s has no UID" msgstr "χρήστης s όχι UID" #: lib/user.c:315 lib/user.c:341 #, fuzzy, c-format msgid "group %s has no GID" msgstr "ομάδα s όχι GID" #: lib/user.c:335 #, fuzzy, c-format msgid "user %jd has no name" msgstr "%s χωρίς όνομα" #: lib/user.c:336 #, fuzzy, c-format msgid "group %jd has no name" msgstr "%s χωρίς όνομα" #: lib/user.c:344 #, fuzzy msgid "user has neither a name nor an UID" msgstr "Παρακαλώ εισάγετε ένα όνομα και προσπαθείστε ξανά." #: lib/user.c:345 #, fuzzy msgid "group has neither a name nor a GID" msgstr "ομάδα a όνομα a GID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "Μη έγκυρη προεπιλεγμένη τιμή για το πεδίο %s: %s" #: lib/util.c:297 #, fuzzy, c-format msgid "error locking file: %s" msgstr "Σφάλμα ανοίγματος αρχείου %s" # #: lib/util.c:706 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "Αποτυχία ρύθμισης των διαπιστευτηρίων για %s" #: lib/util.c:733 #, fuzzy, c-format msgid "couldn't get security context of `%s': %s" msgstr "" "Δεν ήταν δυνατή η διαγραφή του αρχείου περιεχομένων του φακέλου `%s': %s" #: lib/util.c:739 lib/util.c:766 #, fuzzy, c-format msgid "couldn't set default security context to `%s': %s" msgstr "" "Δεν ήταν δυνατή η διαγραφή του αρχείου περιεχομένων του φακέλου `%s': %s" #: lib/util.c:760 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "" "Δεν ήταν δυνατή η διαγραφή του αρχείου περιεχομένων του φακέλου `%s': %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, fuzzy, c-format msgid "couldn't open `%s': %s" msgstr "Αδυναμία ανοίγματος αρχείου '%s': %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, fuzzy, c-format msgid "couldn't stat `%s': %s" msgstr "Δεν ήταν δυνατό να φορτωθεί το %s: %s" #: modules/files.c:134 #, fuzzy, c-format msgid "error creating `%s': %s" msgstr "Σφάλμα στη δημιουργία `%s': %s" #: modules/files.c:147 #, fuzzy, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "Το αρχείο υπάρχει αλλά δεν είναι ένα κανονικό αρχείο." #: modules/files.c:226 #, fuzzy msgid "backup file size mismatch" msgstr "αρχείο μέγεθος" #: modules/files.c:798 modules/files.c:1185 #, fuzzy, c-format msgid "couldn't read from `%s': %s" msgstr "Δεν ήταν δυνατό να δημιουργηθεί ο φάκελος `%s': %s" #: modules/files.c:807 modules/files.c:814 #, fuzzy msgid "entry already present in file" msgstr "Προκαθορισμένο αρχείο καταλόγου:" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, fuzzy, c-format msgid "couldn't write to `%s': %s" msgstr "Αδυναμία εγγραφής σε %s: %s" #: modules/files.c:1001 modules/files.c:1060 #, fuzzy, c-format msgid "entity object has no %s attribute" msgstr "Όποιο_δήποτε επιλεγμένο γνώρισμα" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 #, fuzzy msgid "error encrypting password" msgstr "" "#-#-#-#-# drakfirstboot-el.po (drakfirstboot-el) #-#-#-#-#\n" "Λανθασμένος κωδικός\n" "#-#-#-#-# mdkonline-el.po (mdkonline-el) #-#-#-#-#\n" "Λάθος συνθηματικό" #: modules/files.c:2655 modules/files.c:2733 #, fuzzy msgid "not executing with superuser privileges" msgstr "not με" #: modules/files.c:2746 #, fuzzy msgid "no shadow file present -- disabling" msgstr "όχι αρχείο ενεστώτα" #: modules/krb5.c:100 #, fuzzy, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "σφάλμα στο εξυπηρετητής για s in s s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 #, fuzzy msgid "error initializing kerberos library" msgstr "Σφάλμα κατά την ενεργοποίηση της συσκευής %s\n" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, fuzzy, c-format msgid "error parsing user name `%s' for kerberos" msgstr "σφάλμα χρήστης όνομα s για" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, fuzzy, c-format msgid "entity structure has no %s or %s attributes" msgstr "όχι s ή s" #: modules/krb5.c:307 #, fuzzy, c-format msgid "entity has no %s or %s attributes" msgstr "Όποιο_δήποτε επιλεγμένο γνώρισμα" #: modules/krb5.c:320 #, fuzzy, c-format msgid "entity was created with no %s or %s attributes" msgstr "με όχι s ή s" #: modules/krb5.c:471 modules/krb5.c:559 #, fuzzy, c-format msgid "error reading information for `%s' from kerberos" msgstr "Λήψη πληροφοριών για %s σε \"%s\"" #: modules/krb5.c:600 #, fuzzy, c-format msgid "entity has no %s attribute" msgstr "Όποιο_δήποτε επιλεγμένο γνώρισμα" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "σφάλμα ορισμού συνθηματικού πρόσβασης για `%s'" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Περιοχή Kerberos" #: modules/krb5.c:771 #, fuzzy msgid "Kerberos Admin Principal" msgstr "Kerberos Διαχειριστή Κεφάλαιο" #: modules/krb5.c:793 #, fuzzy msgid "Kerberos Password for Admin Principal" msgstr "Kerberos Κωδικός πρόσβασης για Διαχειριστή Κεφάλαιο" #: modules/ldap.c:199 #, fuzzy msgid "error initializing ldap library" msgstr "Σφάλμα κατά την ενεργοποίηση της συσκευής %s\n" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "δε μπόρεσε να οριστεί πρωτόκολλο LDAP στην έκδοση %d" #: modules/ldap.c:222 #, fuzzy msgid "could not negotiate TLS with LDAP server" msgstr "Δεν ήταν δυνατή η πιστοποίηση στο διακομιστή LDAP." #: modules/ldap.c:415 #, fuzzy msgid "could not bind to LDAP server" msgstr "Αδυναμία σύνδεσης στον εξυπηρετητή" #: modules/ldap.c:418 #, fuzzy, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "not στο LDAP εξυπηρετητής πρώτο s s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "το αντικείμενο χρήστη δεν είχε όρισμα %s" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "το αντικείμενο χρήστη δημιουργήθηκε χωρίς `%s'" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "Σφάλμα δημιουργίας εγγραφής καταλόγου LDAP: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "Σφάλμα επεξεργασίας εγγραφής καταλόγου LDAP: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "Σφάλμα μετονομασίας εγγραφής καταλόγου LDAP: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "το αντικείμενο δεν έχει ιδιότητα %s" #: modules/ldap.c:1470 #, fuzzy, c-format msgid "error removing LDAP directory entry: %s" msgstr "Σφάλμα φόρτωσης καταλόγου gconf '%s': %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "το αντικείμενο δεν έχει ιδιότητα %s" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "δεν υπάρχει τέτοιο αντικείμενο στον κατάλογο LDAP" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "δε βρέθηκε ιδιότητα `%s'" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "σφάλμα καθορισμού συνθηματικού στον κατάλογο LDAP για %s: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "Όνομα εξυπηρετητή LDAP" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP Search Base DN" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "Συνθηματικό LDAP Bind" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "Χρήστης LDAP SASL" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "Χρήστης εξουσιοδότησης LDAP SASL" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Σφάλμα Cyrus SASL στη δημιουργία χρήστη: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Σφάλμα Cyrus SASL στη διαγραφή χρήστη: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "σφάλμα αρχικοποίησης Cyrus SASL: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "σφάλμα δημιουργίας αρχικού καταλόγου χρήστη" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "σφάλμα διαγραφής αρχικού καταλόγου χρήστη" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "σφάλμα μετακίνησης αρχικού καταλόγου χρήστη" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "σφάλμα στη δημιουργία ταχυδρομικού spool χρήστη" #: python/admin.c:885 #, fuzzy msgid "error removing mail spool for user" msgstr "σφάλμα στη δημιουργία ταχυδρομικού spool χρήστη" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Σφάλμα αρχικοποίησης %s: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "Μη έγκυρο ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "Αναζήτηση για ομάδα με ID %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "Αναζήτηση για ομάδα με όνομα %s.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "Αναζήτηση για χρήστη με ID %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "Αναζήτηση για χρήστη με όνομα %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Η είσοδος δε βρέθηκε\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Οι ειδοποιήσεις ολοκληρώθηκαν.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Οι ειδοποιήσεις απέτυχαν.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Προεπιλεγμένες κλάσεις αντικειμένων χρήστη:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Προεπιλεγμένα ονόματα ιδιοτήτων χρήστη:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Λήψη προεπιλεγμένων ιδιοτήτων χρήστη:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Αντιγραφή δομής χρήστη:\n" #, fuzzy #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "Δεν ήταν δυνατή η υπογραφή δεδομένων:%s" libuser-0.56.9.dfsg.1.orig/po/zh_TW.po0000644000175000017500000006625010777230760015423 0ustar gheghe# translation of zh_TW.po to Chinese, Traditional # translation of zh_TW.po to # translation of zh_TW.po to # translation of zh_TW.po to Chinese Traditional # translation of zh_TW.po to Traditional Chinese # Copyright (C) 2002 Red Hat, Inc. # This file is distributed under the same license as the libuser package. # Ben Wu , 2002. # Chester Cheng , 2004, 2005, 2006. # Waika Liu , 2005. # msgid "" msgstr "" "Project-Id-Version: zh_TW\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2006-05-02 11:41+1000\n" "Last-Translator: Chester Cheng \n" "Language-Team: Chinese, Traditional \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.9.1\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "讀取 `%s' 錯誤: %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "建立 `%s' 錯誤: %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "改變 `%s' 的所有人時發生錯誤:%s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "寫入 `%s' 錯誤:%s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "移除 `%s' 錯誤: %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "終止權限失敗。\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "內部錯誤。\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "並未授權 %s 修改 %s 的 finger 資訊\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "未知的使用者本文" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "無法為 /etc/passwd 設定預設的本文\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "初始化 PAM 錯誤。\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "為 %s 認證失敗。\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "內部 PAM 錯誤 `%s'。\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "未知的使用者認證。\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "使用者不符。\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[OPTION...] 使用者" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "語法上分析引數錯誤: %s。\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "沒有指定使用者名稱。\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "初始化 %s 錯誤: %s。\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "使用者 %s 不存在。\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "帳號已鎖住。\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "帳號沒有鎖住。\n" #: apps/lchage.c:160 #, fuzzy, c-format msgid "Minimum:\t%ld\n" msgstr "最小值:\t%d\n" #: apps/lchage.c:164 #, fuzzy, c-format msgid "Maximum:\t%ld\n" msgstr "最大值:\t%d\n" #: apps/lchage.c:168 #, fuzzy, c-format msgid "Warning:\t%ld\n" msgstr "警告:\t%d\n" #: apps/lchage.c:172 #, fuzzy, c-format msgid "Inactive:\t%ld\n" msgstr "失效的:\t%d\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "從不" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "上一次更改:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "密碼過期:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "密碼失效:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "帳號過期:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "修改 %s 的老舊資訊失敗:%s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[OPTION...] [使用者]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "沒有指定使用者名稱,uid %d 沒有指定使用者名稱。\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "修改 %s 的 finger 資訊。\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "全名" #: apps/lchfn.c:154 msgid "Surname" msgstr "姓氏" #: apps/lchfn.c:169 msgid "Given Name" msgstr "名字" #: apps/lchfn.c:179 msgid "Office" msgstr "辦公室" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "公司電話" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "家用電話" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "電子郵件位址" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "finger 的資訊未變更: 輸入錯誤。\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "finger 的資訊已變更。\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "finger 的資訊未變更: %s。\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "變更 %s 的 shell。\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "新的 shell" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "shell 並未變更:%s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "shell 已變更。\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[OPTION...] 群組" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "沒有指定群組名稱。\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "無效的群組 ID %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "建立群組失敗:%s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "%s 群組不存在。\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "無法刪除 %s 群組:%s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "-L 與 -U 都指定了。\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "設定 %s 群組的密碼失敗:%s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "無法鎖定 %s 群組:%s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "%s 群組無法解除鎖定:%s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "%s 群組無法被修改:%s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "查詢 %s 錯誤: %s\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "沒有指定群組名稱,使用 %s。\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "沒有指定群組名稱,gid %d 沒有指定名稱。\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "沒有指定使用者名稱,使用 %s。\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[OPTION...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "開啟 `%s' 錯誤: %s。\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "建立 `%s' 的帳號發生錯誤: 含有不當格式的行列。\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "無效的使用者 ID %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "拒絕建立 UID 為 0 的帳號。\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "為 `%s' 建立群組時(使用 GID %jd)發生錯誤:%s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "設定初始密碼給 %s 發生錯誤: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "建立 %s 的家目錄發生錯誤: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "建立 %s 的郵件緩衝器時發生錯誤。\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "建立 %s 的使用者帳號時發生錯誤: %s。\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "更改 %s 的密碼。\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "新的密碼" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "新的密碼(確認)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "密碼不符,請再試一次。\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "取消密碼變更。\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "為 %s 使用者設定密碼發生錯誤: %s。\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "設定密碼給 %s 群組發生錯誤: %s。\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "密碼已變更。\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "%jd 群組不存在\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "建立 `%s' 群組發生錯誤:%s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "帳號建立失敗: %s。\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "建立 %s 發生錯誤: %s。\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "建立郵件 spool 時發生錯誤。\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "無法刪除 %s 使用者: %s。\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s 沒有群組 ID (gid) 號碼。\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "GID %jd 的群組不存在,無法移除。\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "GID %jd 的群組沒有群組名稱。\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "無法刪除 %s 群組: %s。\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s 沒有家目錄。\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "移除 %s 錯誤: %s。\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "為 %s 使用者設定密碼失敗: %s。\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "%s 使用者無法被鎖定: %s。\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "%s 使用者無法被開啟: %s。\n" #: apps/lusermod.c:221 #, fuzzy, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "%jd 群組不存在\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "%s 使用者無法被修改: %s。\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "%s 群組無法被修改: %s。\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "沒有 %s 舊的家目錄。\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "沒有 %s 新的家目錄。\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "移動 %s 至 %s 錯誤: %s。\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "無法開啟組態設定檔`%s': %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "無法 stat 組態設定檔`%s': %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "設定檔 `%s' 太大" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "無法讀取組態設定檔`%s': %s" #: lib/error.c:38 msgid "success" msgstr "成功" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "模組被組態設定成停用" #: lib/error.c:42 msgid "generic error" msgstr "一般錯誤" #: lib/error.c:44 msgid "not enough privileges" msgstr "權限不足" #: lib/error.c:46 msgid "access denied" msgstr "拒絕存取" #: lib/error.c:48 msgid "bad user/group name" msgstr "不當的 使用者/群組 名稱" #: lib/error.c:50 msgid "bad user/group id" msgstr "不當的 使用者/群組 ID" #: lib/error.c:52 msgid "user/group name in use" msgstr "使用者/群組 名稱已被使用" #: lib/error.c:54 msgid "user/group id in use" msgstr "使用者/群組 ID 已被使用" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "處理終端機屬性發生錯誤" #: lib/error.c:58 msgid "error opening file" msgstr "開啟檔案錯誤" #: lib/error.c:60 msgid "error locking file" msgstr "鎖定檔案錯誤" #: lib/error.c:62 msgid "error statting file" msgstr "statting 檔案錯誤" #: lib/error.c:64 msgid "error reading file" msgstr "讀取檔案錯誤" #: lib/error.c:66 msgid "error writing to file" msgstr "寫入檔案錯誤" #: lib/error.c:68 msgid "data not found in file" msgstr "檔案裡找不到資料" #: lib/error.c:70 msgid "internal initialization error" msgstr "內部初始化錯誤" #: lib/error.c:72 msgid "error loading module" msgstr "載入模組錯誤" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "解析模組裡的符號錯誤" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "函式庫/模組 版本不符" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "解鎖會讓密碼欄成為空白" #: lib/error.c:84 msgid "unknown error" msgstr "未知的錯誤" #: lib/misc.c:165 #, fuzzy msgid "invalid number" msgstr "無效的使用者 ID %s\n" #: lib/misc.c:179 #, fuzzy msgid "invalid ID" msgstr "無效的 ID %s\n" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "no initialization function %s in `%s'" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "%s 的模組版本不符" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "模組 `%s' 未定義 `%s'" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "終端機屬性讀取錯誤" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "終端機屬性設定錯誤" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "終端機讀取錯誤" #: lib/user.c:191 msgid "name is not set" msgstr "名稱尚未設定" #: lib/user.c:196 msgid "name is too short" msgstr "名稱太短" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "名稱太長 (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "名稱包含非 ASCII 的字元" #: lib/user.c:215 msgid "name contains control characters" msgstr "名稱包含控制字元" #: lib/user.c:222 msgid "name contains whitespace" msgstr "名稱包含空白" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "名稱以連字號開始" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "名稱包含非法字元 `%c'" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "使用者 %s 沒有 UID" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "群組 %s 沒有 GID" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "使用者 %jd 沒有名稱" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "群組 %jd 沒有名稱" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "使用者沒有名稱也沒有 UID" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "群組沒有名稱也沒有 GID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "鎖定檔案錯誤: %s" #: lib/util.c:706 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "無法設定預設的安全本文:%s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "無法獲得`%s'的安全本文:%s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "無法為`%s'設定預設的安全本文:%s" #: lib/util.c:760 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "無法獲得`%s'的安全本文:%s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "無法開啟`%s': %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "無法 stat `%s': %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "建立`%s' 發生錯誤: %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "備份檔`%s' 存在而它不是一個正常的檔案" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "備份檔案的大小不符" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "無法從`%s' 讀取: %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "檔案已存在此登錄(entry)" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "無法寫入`%s': %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "實體物件沒有 %s 屬性" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "為密碼編碼時錯誤" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "非以超級使用者(superuser)的權限執行" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "找不到 shadow 檔案 -- 停用中" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "連線至提供`%s' 服務的 %s realm 伺服器發生錯誤: %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "初始化 kerberos 函式庫錯誤" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "語法分解使用者名稱 `%s' 給 kerberos 發生錯誤" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "實體結構沒有 %s 或 %s 的屬性" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "實體沒有 %s 或 %s 的屬性" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "被建立的實體沒有 %s 或 %s 的屬性" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "從 kerberos 讀取`%s' 的資訊錯誤" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "實體沒有 %s 屬性" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "設定密碼給 `%s' 錯誤" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Kerberos Realm" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Kerberos Admin Principal" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Admin Principal 的 Kerberos 密碼" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "初始化 ldap 函式庫錯誤" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "無法設定 LDAP 通訊協定版本為 %d" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "無法妥協 TLS 與 LDAP 伺服器" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "無法連接(bind) 至 LDAP 伺服器" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "第一次以`%s'嘗試時,無法連接(bind)至 LDAP 伺服器:%s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "使用者物件沒有 %s 屬性" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "使用者物件建立當時就沒有 %s" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "建立 LDAP 目錄登錄發生錯誤:%s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "修改 LDAP 目錄登錄發生錯誤: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "為 LDAP 目錄登錄重新命名時發生錯誤: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "物件沒有 %s 屬性" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "移除 LDAP 目錄登錄發生錯誤:%s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "物件沒有 %s 屬性" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "在 LDAP 目錄中沒有物件" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "找不到 `%s' 屬性" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "在 LDAP 目錄設定 %s 的密碼發生錯誤: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "LDAP 伺服器名稱" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP Search Base DN" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP Bind 密碼" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL 使用者" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL 認證使用者" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "建立使用者時發生 Cyrus SASL 錯誤: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "移除使用者時發生 Cyrus SASL 錯誤: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "初始化 Cyrus SASL 發生錯誤: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "為使用者建立家目錄發生錯誤" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "為使用者移除家目錄發生錯誤" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "為使用者移除家目錄發生錯誤" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "為使用者建立郵件緩衝器時發生錯誤" #: python/admin.c:885 #, fuzzy msgid "error removing mail spool for user" msgstr "為使用者建立郵件緩衝器時發生錯誤" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "初始化 %s 錯誤: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "無效的 ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "搜尋是 %jd ID 的群組。\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "搜尋是 %s 名稱的群組。\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "搜尋是 %jd ID 的使用者。\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "搜尋是 %s 名稱的使用者。\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "找不到登錄。\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "提示成功。\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "提示失敗。\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "預設使用者物件類別:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "預設使用者屬性名稱:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "取得預設使用者屬性:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "複製使用者結構:\n" #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "無法轉換內部資料至 LDAPMods" libuser-0.56.9.dfsg.1.orig/po/ko.gmo0000644000175000017500000005341010777230761015140 0ustar gheghe,3< "(5K*$Ej""9H Z{</)7"a'1Mf*)( I`.|((.$I n!x "#!#($L#q. (-<Vg%v%  3P_s    -#7,Q~," % ,9Of#'!$F d"! #+ #O s  +   ! !1&!X!r!!$!!8!("*="*h")"*"0")#)C#m##1###$$!6$!X$+z$.$$G$;%)S%&}%"%%!%#&'&G&\&o&&&(&$&&)'8'K'0g'!'''&'" (',( T(u(3(!((( )#)9)"M)p) ))) ) ) * **K*"k*******%+#=+ a++'++++ +- ,:,O,"b,,$,,,,5.(.C.6/ L/!m/(/$/,/; 01F0#x000:0:1#R1#v11*171222A2qt252N3Ok3:343A+44m454=425;I5.5:5,5262O6N6@6=72P787L7> 89H8(8?8389#&9J9(Q9,z9-9)9,9-,:3Z:(:(:H:);>;;z;3;%;;$;<2<M<"f<< << <<<==(=8=H= O= ]=h=J|=B=/ >O:>2>/>M>E;?2?????(?!%@DG@@@;@(@<A+ZA5AA(AB$B-B0MB3~B0B:B+C(JC sC:C CCCCD@D+]D#D'D-D)EG-E-uE3E6E<FHKF:F:F: GEG"eGAG+G G.H#FH8jH*HBHHI5ZIgI2IA+J?mJ?J.J3KOPKKK+K(L,AL5nLHL?L%-MZSM%M/MKN/PNAN?N@OKCO8OBON P5ZP5P+PP$Q +Q'LQtQ QQ4Q6Q/R2HR5{R0RDR.'S'VS%~SS5S&S0 T.QT9T'T4T#U#;U_UfU:|U'U#U*V-.V=\V4V8V@3!nO8uL_#X9) Z 7,:`$Q k+oTD& /iPq;"[lG0p*m2J%fe~aU}<(?4Ms'BWV^C j b=SxKcwgFH]Az|Yy>.REIt1h{Nd-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld Warning: Group with ID %jd does not exist. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorinvalid IDinvalid numberlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser.tip Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-03-27 09:58+1000 Last-Translator: Eunju Kim Language-Team: Korean MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n!=1); %s(은)는 gid number를 갖고 있지 않습니다. %s의 홈 디렉토리가 없습니다. %s은(는) %s의 finger 정보를 변경할 권한이 없습니다 계정 만기일: %s 계정 생성에 실패함: %s. 계정이 정지되었습니다. 계정이 정지되지 않았습니다. %s의 인증에 실패했습니다. -L 와 -U 이 함께 지정되었습니다. /etc/passwd의 기본 문맥을 설정할 수 없습니다 %s의 finger (핑거) 정보를 변경합니다. `%s'의 암호를 변경합니다. %s 용 쉘을 변경합니다. 사용자 구조를 복사함: 사용자를 생성하는 중 Cyrus SASL 오류 발생: %s사용자를 삭제하는 중 Cyrus SASL 오류 발생: %s기본 사용자 속성 이름들: 기본 사용자 객체 클래스: 이메일 주소목록(Entry)을 찾을 수 없습니다. `%s' 소유자를 변경하는 도중 오류 발생: %s%s(을)를 생성하는 도중 오류 발생: %s. `%s'(을)를 생성하는 도중 오류 발생: %s`%s'의 계정을 생성하는데 오류가 발생했습니다: 라인이 부적절하게 포맷되었습니다. `%s' 그룹을 생성하는 도중 오류 발생: %s `%s'에 GID %jd를 사용하여 그룹을 생성하는데 오류 발생: : %s %s의 홈 디렉토리를 생성하는 도중 오류가 발생했습니다: %s %s의 메일 스풀을 생성하는 도중 오류 발생. 메일 스풀을 생성하는 도중 오류 발생. %s의 사용자 계정을 생성하는 도중 오류 발생: %s. %s(을)를 초기화하는 도중 오류 발생: %s %s(을)를 초기화하는 도중 오류 발생: %s. PAM을 초기화 하는 도중 오류가 발생했습니다. %s(을)를 조회하는 도중 오류 발생: %s. %s에서 %s(으)로 이동하는 도중 오류 발생: %s. `%s'(을)를 여는 도중 오류 발생: %s. 인수를 처리(parsing)하는 도중 오류 발생: %s. `%s'(을)를 읽는 도중 오류 발생: %s%s(을)를 삭제하는 도중 오류 발생: %s. `%s'(을)를 삭제하는 도중 오류 발생: %s`%s'의 초기 암호를 설정하는 도중 오류가 발생했습니다: %s `%s' 그룹의 암호를 설정하는 도중 오류 발생: %s. %s 사용자의 암호를 설정하는데 오류 발생: %s. `%s'(을)를 기록하는 도중 오류 발생: %s슈퍼유저 권한을 없애는데 실패했습니다. %s의 사용 기한(aging) 정보를 수정하는데 실패했습니다: %s %s 그룹의 암호를 설정하는데 실패했습니다: %s %s 사용자의 암호를 설정하는데 실패함: %s. finger 정보가 변경되었습니다. finger 정보가 변경되지 않았습니다: 입력 오류. finger 정보가 변경되지 않았습니다: %s. 성명기본 사용자 속성을 읽음: 이름%jd 그룹이 존재하지 않습니다 %s 그룹을 삭제할 수 없습니다: %s %s 그룹은 삭제할 수 없습니다: %s. %s 그룹을 잠글 수 없습니다: %s %s 그룹을 편집할 수 없습니다: %s %s 그룹을 편집할 수 없습니다: %s. %s 그룹 잠금을 해제할 수 없습니다: %s %s 그룹이 존재하지 않습니다. 그룹 생성에 실패했습니다: %s GID %jd 라는 그룹에는 이름이 지정되어 있지 않습니다. 집 전화 번호`%s' 홈 디렉토리 경로는 절대 경로가 아닙니다 비활성: %ld 내부 PAM 오류 `%s'(이)가 발생했습니다. 내부 오류가 발생했습니다. 잘못된 ID %s %s 란의 기본값이 잘못됨: %s잘못된 그룹 ID %s 잘못된 사용자 ID %s Kerberos Admin PrincipalAdmin Principal의 Kerberos 암호kerberos RealmLDAP Bind DN LDAP Bind 암호LDAP SASL 권한부여 사용자LDAP SASL 사용자LDAP 검색 기반 DNLDAP 서버 이름최종 변경: %s 최대값: %ld 최소값: %ld 없음새로운 쉘새 암호새 암호 (확인)그룹 이름과 gid %d에 대한 이름이 지정되지 않았습니다. %s를 사용하여 그룹 이름이 지정되지 않았습니다. 그룹 이름이 지정되지 않았습니다. GID %jd라는 그룹이 존재하지 않으므로, 삭제할 수 없습니다. %s의 새로운 홈 디렉토리가 없습니다. %s의 이전 홈 디렉토리가 없습니다. 사용자 이름과 uid %d에 대한 이름이 지정되지 않았습니다. %s를 사용하여 사용자 이름이 지정되지 않았습니다. 사용자 이름이 지정되지 않았습니다. 직장직장 전화 번호암호 만기일: %s 암호 비활성: %s 암호 변경이 취소되었습니다. 암호가 변경되었습니다. 암호가 일치하지 않습니다, 다시 입력해 주십시오. 프롬프트 실패. 프롬프트 성공. UID 0를 가진 계정을 생성하기를 거부합니다. %s 그룹을 검색하고 있습니다. %jd라는 ID를 가진 그룹을 검색하고 있습니다. %s 사용자를 검색하고 있습니다. ID가 %jd인 사용자를 검색하고 있습니다. 쉘이 변경되었습니다. 쉘이 변경되지 않았습니다: %s 성알 수 없는 사용자 인증함. 알 수 없는 사용자 문맥%s 사용자를 삭제할 수 없습니다: %s. %s 사용자를 정지시킬 수 없습니다: %s. %s 사용자를 편집할 수 없습니다: %s. %s 사용자의 정지를 해제할 수 없습니다: %s. %s 사용자가 존재하지 않습니다. 사용자가 일치하지 않습니다. 경고: %ld 경고: ID %jd로된 그룹이 존재하지 않습니다. [OPTION...][OPTION...] [사용자][옵션...] 그룹[옵션...] 사용자접근이 거부됨백업 파일 `%s' 존재하지만 정규 파일이 아닙니다백업 파일 용량이 일치하지 않음사용자/그룹의 id가 잘못됨사용자/그룹의 이름이 잘못됨설정 파일 `%s' 용량이 너무 큽니다LDAP 서버와 연결할 수 없습니다LDAP 서버와 연결할 수 없습니다, `%s'로 첫번째 시도: %sLDAP 서버와 TLS 연결할 수 없습니다설정 파일 `%s'(을)를 열 수 없습니다: %s설정 파일 `%s'(을)를 읽을 수 없습니다: %s%d 버전에 LDAP 프로토콜을 설정할 수 없습니다설정 파일 `%s'에 stat 명령 실행하는데 실패했습니다: %s`%s'의 보안 문맥을 결정하지 못했습니다: %s 기본 보안 문맥을 읽어오지 못했습니다: %s `%s'의 보안 문맥을 읽어오지 못했습니다: %s `%s'(을)를 열 수 없음: %s`%s'(을)를 읽을 수 없음: %s기본 보안 문맥을 `%s'으로 설정할 수 없습니다: %s`%s'(을)를 표시(stat)할 수 없음: %s`%s'에 작성할 수 없음: %s파일에서 자료(data)를 찾을 수 없음entity에 %s 속성이 없습니다entity에 %s(이)가 없거나 %s 속성이 없습니다entity 개체에 %s 속성이 없습니다entity structure에 %s(이)가 없거나 %s 속성이 없습니다%s(이)가 없거나 %s 속성이 없는 entity가 생성되었습니다파일 안에 목록(entry)이 이미 존재합니다`%2$s' 분류 안의 `%1$s' 서비스를 위해 kadm5 서버에 연결하는 도중 오류 발생: %3$s`%s'(을)를 생성하는 도중 오류 발생: %sLDAP 디렉토리 항목을 생성하는 도중 오류 발생: %s사용자의 홈 디렉토리를 생성하는 중 오류 발생사용자의 메일 스풀을 생성하는 도중 오류 발생암호를 암호화하는 도중 오류 발생Cyrus SASL를 초기화하는 중 오류 발생: %skerberos 라이브러리를 초기화하는 도중 오류가 발생했습니다ldap 라이브러리를 초기화하는 도중 오류가 발생했습니다모듈을 적재하는 도중 오류 발생파일을 잠그는 도중 오류 발생파일을 잠그는 도중 오류 발생: %s터미널 속성을 설정하는 도중 오류 발생LDAP 디렉토리 목록(entry)을 편집하는 도중 오류 발생: %s사용자의 홈 디렉토리를 이동하는 중 오류 발생파일을 여는 도중 오류 발생kerberos의 사용자 이름 `%s'(을)를 분석하는 도중 오류가 발생했습니다파일을 읽는 도중 오류 발생터미널로 부터 읽는 도중 오류 발생kerberos에서 `%s'의 정보를 읽는 도중 오류가 발생했습니다터미널 속성을 읽는 도중 오류 발생LDAP 디렉토리 항목을 삭제하는 도중 오류 발생: %s사용자의 홈 디렉토리를 삭제하는 중 오류 발생사용자의 메일 스풀을 삭제하는 도중 오류 발생 LDAP 디렉토리 항목의 이름을 변경하는 도중 오류 발생: %s모듈에서 심볼을 처리하는 도중 오류 발생`%s'의 암호를 설정하는 도중 오류가 발생했습니다%s의 LDAP 디렉토리 안에 암호를 설정하는 도중 오류 발생: %s터미널 속성을 설정하는 도중 오류 발생파일의 상태를 확인하는 도중 오류 발생파일에 기록하는 도중 오류 발생일반적인 오류그룹 %jd는 이름이 없습니다그룹 %s는 GID가 없습니다그룹은 이름과 GID가 없습니다내부 초기화 오류잘못된 ID 잘못된 번호 라이브러리/모듈 버젼이 일치하지 않음`%s' 모듈은 `%s'을(를) 정의하지 않습니다설정에 의해 모듈을 사용할 수 없음`%s'의 모듈 버젼이 일치하지 않습니다이름에 제어 문자가 포함되어 있습니다.이름에 잘못된 문자 `%c'가 있습니다.이름에 아스키 (ASCII)가 아닌 문자가 들어 있습니다.이름에 공백이 포함되어 있습니다.이름이 설정되지 않았습니다.이름이 너무 깁니다 (%zu > %d)이름이 너무 짧습니다.이름이 하이픈(연결 부호)로 시작합니다`%s' 속성을 찾을 수 없습니다`%s'에 초기화 기능 %s(이)가 없습니다현재 섀도우 파일이 없음 -- 불가능LDAP 디렉토리 안에 그러한 개체가 없습니다수퍼유저 권한이 충분치 않음수퍼유저 권한으로 실행할 수 없습니다개체에 %s 속성이 없습니다개체에 %s 속성이 없습니다성공알 수 없는 오류잠금 해제하시면 암호 입력란이 비워집니다사용자 %jd는 이름이 없습니다사용자 %s는 UID가 없습니다사용자는 이름과 UID가 없습니다사용자 개체에 %s 속성이 없습니다`%s'(이)가 없는 사용자 개체가 생성되었습니다사용자/그룹의 id가 이미 사용되고 있음사용자/그룹의 이름이 이미 사용되고 있음libuser-0.56.9.dfsg.1.orig/po/fi.gmo0000644000175000017500000004505310777230761015131 0ustar gheghe% !"@5c*2$]""3Q` r</)O"y'0Ie~*)(8ax.((.2$a ! "#!#@$d#. (ETn%  )8I Z hv | -#,Cb," +F#Y'}! %5LTq"!##, <+J v 1 $ $8 ] 8{ ( * *!)3!*]!0!)!)! "$"1@"r""""G"!#)9#&c#"##!### $-$B$U$&l$($$$$)$%1%0M%!~%'%&%"%'& :&[&3{&!&&& & ''"3'V' t''' ' '' (1("Q(t((((((%(##) G)h)'~)))) )-) *5*"H*k****i,,M,,$ -/-C-[-z-9-*-'-*#.!N.-p.0.&. ./*/1B/t//A/"// 00;0*l006001#1?1+[11/111 2@&2/g2422&2534H39}33+3 3 4('4P4X4"v4"4!4!4"5)#5M5#k555 5256666H6#Y6}666 66#6 7#787 N7 \7 i7t7 7747/7 84580j8189849'<9d9m9}9999.9/:!F:!h:&:&:: :;';!D;'f;&;';.;" <"/<R<0a< <<<<<D<'@=h= ="=*=A=68>'o>'>->'>2?+H?*t??!?-?@@<@[@Qw@@-@.A*?AjA"A&A"AAB"0B+SB-B3BB<B:CVC5uC)C1C1D.9D:hD(D1D=D+Y?t1!8\T@kuhdWx2wXM+U (}|DvQOj9og5.6_i&zL*s7`q V'cAr NaGBK Z/m #F<4n]P{%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld Warning: Group with ID %jd does not exist. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorinvalid IDinvalid numberlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser/group id in useuser/group name in useProject-Id-Version: fi Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-04-06 13:29+0300 Last-Translator: Ville-Pekka Vainio Language-Team: Finnish MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n != 1); %s:lla ei ollut gid-numeroa. %s:lla ei ollut kotikansiota. käyttäjällä %s ei ole valtuutusta muuttaa käyttäjän %s finger-tietoja Tunnus vanhentuu: %s Tunnuksen luominen epäonnistu: %s. Tunnus on lukittu. Tunnus ei ole lukittu. Todennus epäonnistui %s:lle. Sekä -L että -U annettu. Tiedoston /etc/passwd oletusympäristöä ei voi asettaa Vaihdetaan käyttäjän %s finger-tiedot. Vaihdetaan salasana käyttäjälle %s. Vaihdetaan käyttäjän %s komentotulkki. Kopioidaan käyttäjän rakenne: Cyrus SASL -virhe käyttäjän luomisessa: %sCyrus SASL -virhe käyttäjän poistamisessa: %sOletuskäyttäjäattribuuttien nimet: Oletuskäyttäjäobjektiluokat: SähköpostiosoiteMerkintää ei löydy. `%s':n omistajaa vaihdettaessa tapahtui virhe: %sVirhe luotaessa %s: %s. Virhe luotaessa `%s': %sVirhe luotaessa tunnusta käyttäjälle `%s': virheellinen rivi. Virhe luotaessa ryhmää `%s': %s Virhe luotaessa ryhmää `%s' GID:llä %jd: %s Virhe kotihakemiston luomisessa kohteelle %s:%s Virhe postijonon luomisessa kohteelle %s. VIrhe luotaessa postijonoa. Virhe käyttäjätunnuksen luomisessa kohteelle %s:%s Virhe alustettaessa %s:%s Virhe alustettaessa %s: %s. Virhe PAM:n alustamisessa. Virhe etsittäessä %s: %s Virhe siirrettäessä %s kohteeseen %s:%s. Virhe avattaessa `%s': %s. Argumenttien käsittelyssä tapahtui virhe: %s Virhe luettaessa `%s': %sVirhe poistettaessa %s:%s. Virhe poistettaessa `%s': %sVirhe ensimmäisen salasanan asettamisessa käyttäjälle %s:%s Virhe salasanan asettamisessa ryhmälle %s:%s. Virhe salasanan asettamisessa käyttäjälle %s:%s. Virhe kirjoitettaessa `%s': %sOikeuksien pudottaminen epäonnistui. Vanhenemistiedon muuttaminen epäonnistui %s:lle: %s Salasanan asettaminen ryhmälle %s epäonnistui: %s Salasanan asettaminen käyttäjälle %s:%s epäonnistui. Finger-tiedot muutettu. Finger-tietoja ei muutettu: syöttövirhe. Finger-tietoja ei muutettu: %s. Koko nimiHaetaan oletuskäyttäjäattribuutteja: EtunimiRyhmää %jd ei ole olemassa Ryhmää %s ei voitu poistaa: %s. Ryhmää %s ei voitu poistaa: %s. Ryhmää %s ei voitu lukita: %s. Ryhmää %s ei voitu muokata: %s Ryhmää %s ei voitu muokata: %s. Ryhmän %s lukitusta ei voitu avata: %s. Ryhmää %s ei ole olemassa. Ryhmän luominen epäonnistui: %s. Ryhmällä, jonka GID on %jd, ei ollut ryhmänimeä. KotipuhelinKotihakemiston polku ”%s” ei ole absoluuttinenPois käytöstä: %ld Sisäinen PAM-virhe "%s". Sisäinen virhe. Epäkelpo ID %s Kentän %s oletusarvo ei kelpaa: %sEpäkelpo ryhmätunnus %s Epäkelpo käyttäjätunnus %s Kerberos RealmLDAP Bind DNLDAP Bind -salasanaLDAP SASL -valtuutuksen käyttäjäLDAP SASL -käyttäjäLDAP-palvelimen nimiEdellinen muutos: %s Maksimi: %ld Minimi: %ld Ei koskaanUusi komentotulkkiUusi salasanaUusi salasana (vahvistus)Ryhmänimeä ei määritelty, ei nimeä gid:lle %d. Ryhmänimeä ei määritelty, käytetään %s. Ryhmän nimeä ei määritelty. Ryhmää GID:llä %jd ei ole olemassa, ei poisteta. Käyttäjällä %s ei ole uutta kotihakemistoa. Käyttäjällä %s ei ole vanhaa kotihakemistoa. Käyttäjänimeä ei määritelty, ei nimeä uid:lle %d. Käyttäjänimeä ei määritelty, käytetään %s. Käyttäjänimeä ei ole määritelty. ToimistoToimistopuhelinSalasana vanhentuu: %s Salasana pois käytöstä: %s Salasanan vaihto peruutettu. Salasana vaihdettu. Salasanat eivät täsmää, yritä uudelleen. Kieltäydytään luomasta tunnusta UID:llä 0. Etsitään %s-nimistä ryhmää. Etsitään ryhmää ID:llä %jd. Etsitään %s-nimistä käyttäjää. Etsitään käyttäjää ID:llä %jd. Komentotulkki vaihdettu. Komentotulkkia ei vaihdettu: %s SukunimiTuntematon käyttäjä on kirjautunut. Tuntematon käyttäjäympäristöKäyttäjää %s ei voitu poistaa: %s. Käyttäjää %s ei voitu lukita: %s. Käyttäjää %s ei voitu muokata: %s. Käyttäjän %s lukitusta ei voitu avata: %s. Käyttäjää %s ei ole olemassa. Käyttäjän tiedot ei täsmää. Varoitus: %ld Varoitus: Ryhmää ID:llä %jd ei ole olemassa. [VALITSIN...][VALITSIN...] [käyttäjä][VALITSIN...] ryhmä[VALITSIN...] käyttäjäpääsy evättyvarmuuskopiotiedosto "%s" on olemassa eikä se ole normaali tiedostovarmuuskopiotiedoston koko ei täsmääväärä käyttäjä/ryhmä idväärä käyttäjä/ryhmä nimiasetustiedosto `%s' on liian suurisitoutuminen LDAP-palvelimeen epäonnistuiei voitu sitoutua LDAP-palvelimelle, ensimmäinen yritys `%s': %sei voitu tehdä TLS-neuvottelua LDAP-palvelimen kanssaei voitu avata asetustiedostoa `%s': %sei voitu avata asetustiedostoa `%s': %sei voitu asettaa LDAP-protokollaa versioon %dei voitu avata asetustiedostoa `%s': %sei voitu määrittää turvaympäristöä `%s': %sei voitu hakea oletusturvaympäristöä: %sei voitu hakea turvaympäristöä `%s': %sei voitu avata `%s': %sei voitu lukea kohteesta `%s': %sei voitu asettaa oletusturvakontekstia`%s':%sei voitu avata `%s': %sei voitu kirjoittaa `%s': %sdataa ei löytynyt tiedostostamerkintä on jo tiedostossavirhe yhdistettäessä kadm5-palvelimelle palvelua `%s' varten realmissa `%s': %svirhe luotaessa `%s': %svirhe LDAP-hakemistomerkinnän luomisessa: %svirhe kotihakemiston luomisessa käyttäjällevirhe postijonon luomisessa käyttäjällevirhe salasanan kryptauksessavirhe alustettaessa Cyrus SASL: %svirhe kerberos-kirjaston alustamisessavirhe ldap-kirjaston alustamisessavirhe moduulin lataamisessavirhe tiedoston lukitsemisessavirhe tiedoston lukitsemisessa: %svirhe päätteen attribuutteja muutettaessavirhe LDAP-hakemistomerkinnän luomisessa: %svirhe kotihakemiston siirtämisessä käyttäjällevirhe tiedoston avaamisessavirhe jäsennettäessä käyttäjänimeä `%s' kerberoksellevirhe tiedoston lukemisessavirhe luettaessa päätteeltäVirhe luettaessa tietoja kohteelle `%s' kerberokseltavirhe päätteen attribuutteja luettaessavirhe poistettaessa LDAP-hakemistomerkintää: %svirhe kotihakemiston poistamisessa käyttäjällevirhe postijonon poistamisessa käyttäjältävirhe LDAP-hakemistomerkinnän uudelleennimeämisessä: %svirhe symbolin selvityksessä moduulissavirhe salasanan asettamisessa käyttäjälle `%s'virhe asetettaessa salasanaa LDAP-hakemiston kohteelle %s: %svirhe päätteen attribuutteja asetettaessavirhe tiedoston avaamisessavirhe tiedostoon kirjoittamisessayleinen virheryhmällä %jd ei ole nimeäryhmällä %s ei ole GID:täryhmällä ei ole nimeä eikä GID:täsisäinen alustusvirhevirheellinen IDvirhellinen numerokirjasto/moduuli versioristiriitamoduuli `%s' ei määrittele `%s'moduuli asetettu pois käytöstämoduulin versioristiriita "%s"nimi sisältää kontrollimerkkejänimi sisältää virheellisen merkin "%c"nimi sisältää ei-ASCII-merkkejänimi sisältää välilyöntejänimeä ei ole asetettunimi on liian pitkä (%zu > %d)nimi on liian lyhytnimi alkaa väliviivalla`%s'-attribuuttia ei löytynytei alustusfunktiota %s kohteessa "%s"varjosalasanatiedostoa ei ole -- otetaan pois käytöstäobjektia ei ole LDAP-hakemistossaei riittävästi oikeuksiaei suoriteta pääkäyttäjän oikeuksillaelementillä ei ollut %s-attribuuttiaelementillä ei ole %s-attribuuttiaonnistuituntematon virhelukituksen avaaminen tyhjentäisi salasanakentänkäyttäjällä %jd ei ole nimeäKäyttäjällä %s ei ole UID:täkäyttäjällä ei ole nimeä eikä UID:täkäyttäjäobjektilla ei ole attribuuttia %skäyttäjä/ryhmä id käytössäkäyttäjä/ryhmä nimi käytössälibuser-0.56.9.dfsg.1.orig/po/nb.gmo0000644000175000017500000004574710777230761015144 0ustar gheghe,3< "(5K*$Ej""9H Z{</)7"a'1Mf*)( I`.|((.$I n!x "#!#($L#q. (-<Vg%v%  3P_s    -#7,Q~," % ,9Of#'!$F d"! #+ #O s  +   ! !1&!X!r!!$!!8!("*="*h")"*"0")#)C#m##1###$$!6$!X$+z$.$$G$;%)S%&}%"%%!%#&'&G&\&o&&&(&$&&)'8'K'0g'!'''&'" (',( T(u(3(!((( )#)9)"M)p) ))) ) ) * **K*"k*******%+#=+ a++'++++ +- ,:,O,"b,,$,,,|,s..=..$."/3/I/g/1/"///00!0,R0$0$0 00-0!1!@1Mb1+1;122/K2&{212!2!2373&U3!|3%3334)"41L41~44$404+&51R5505$5 5#6 %6/6 K6"l666!6#67 17-R77.7 77 7 7%8(8>8T8$m88 8888899-9 <9J9 P9 [9h999)993:6:#V:8z:(:::;;';=;Z;&k;;;&;!; <!%< G<h<w< <<<"<!<!=%7=]=y==,====>>;,>"h>>>$> >??(E?-n?,?.?7?30@0d@+@@@;@#4A XAyA A)A%A2B54B jBQB!B3B13C/eC C&C-C' D3DODiD,D0D/DE3/EcE|E6E(E1E/+F-[F9F$F(F7G)IG%sGG GGG(GH 8HBH QH"rH!HHH%H!I7IPIdIIII#I%I%J@J(`J!JJJ J/JK'K$?K(dK&KKK@3!nO8uL_#X9) Z 7,:`$Q k+oTD& /iPq;"[lG0p*m2J%fe~aU}<(?4Ms'BWV^C j b=SxKcwgFH]Az|Yy>.REIt1h{Nd-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld Warning: Group with ID %jd does not exist. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorinvalid IDinvalid numberlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser 0.15 Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-03-13 13:47+0100 Last-Translator: Kjartan Maraas Language-Team: Norwegian/Bokmaal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit %s hadde ikke gid-nummer. %s hadde ingen hjemmekatalog. %s er ikke autorisert for å endre finger-informasjon for %s Konto utgår: %s Feil under oppretting av konto: %s. Konto er låst. Konto er ikke låst. Autentisering feilet for %s. Både -L og -U spesifisert. Kan ikke sette forvalgt kontekst for /etc/passwd Endrer finger-informasjon for %s. Endrer passord for %s. Endrer skall for %s. Kopierer brukerstruktur: Feil i Cyrus SASL under oppretting av bruker: %sFeil i Cyrus SASL ved fjerning av bruker: %sStandardnavn for brukerattributter: Standardklasser for brukerobjekter: E-postadresseOppføring ikke funnet. Feil under endring av eierskap for «%s»: %sFeil under oppretting av %s: %s. Feil under oppretting av `%s': %sFeil under oppretting av konto for «%s»: linjen er ikke riktig formattert. Feil under oppretting av gruppe «%s»: %s Feil under oppretting av gruppe for «%s» med GID %jd: %s Feil under oppretting av hjemmekatalog for %s: %s Feil under oppretting av e-postkatalog for %s. Feil under oppretting av mailkatalog. Feil under oppretting av brukerkonto for %s: %s. Feil under initiering av %s: %s. Feil under initiering av %s: %s. Feil under initiering av PAM. Feil under oppslag av %s: %s Feil under flytting av %s til %s: %s. Feil under åpning av «%s»: %s Feil under lesing av argumenter: %s. Feil under lesing av `%s': %sFeil under fjerning av %s: %s. Feil under fjerning av `%s': %sFeil under setting av passord for %s: %s Feil under setting av passord for gruppe %s: %s. Feil under setting av passord for bruker %s: %s. Feil under skriving av `%s': %sFeil under frislipp av privilegier. Kunne ikke endre aldringsinformasjon for %s: %s Kunne ikke sette passord for gruppe %s: %s Feil under setting av passord for bruker %s: %s. finger-informasjon endret. finger-informasjon ikke endret: feil i inndata. finger-informasjon ikke endret: %s. Fullt navnHenter standard brukerattributter: Gitt navnGruppe %jd eksisterer ikke Kunne ikke slette gruppe %s: %s Gruppe %s kunne ikke slettes: %s. Kunne ikke låse gruppe %s: %s Kunne ikke endre gruppe %s: %s Gruppe %s kunne ikke endres: %s. Kunne ikke låse opp gruppe %s: %s Gruppe %s eksisterer ikke. Oppretting av gruppe feilet: %s Gruppe med GID %jd hadde ikke et gruppenavn. Telefon, hjemmeStil til hjemmekatalog «%s» er ikke absoluttInaktiv: %ld Intern PAM-feil «%s». Intern feil. Ugylig ID %s Ugyldig standardverdi for felt %s: %sUgyldig gruppe-ID %s Ugyldig bruker-ID %s Kerberos Admin PrincipalKerberos-passord for Admin PrincipalKerberos-områdeLDAP Bind DNLDAP Bind-passordLDAP SASL-autorisasjonsbrukerLDAP SASL-brukerLDAP Search Base DNNavn på LDAP-tjenerSiste Endring: %s Maksimum: %ld Minimum: %ld AldriNytt skallNytt passordNytt passord (bekreft)Ingen gruppenavn spesifisert. Fant ikke navn for gid %d. Ingen gruppenavn spesifisert, bruker %s. Ingen gruppenavn spesifisert. Det finnes ingen gruppe med GID %jd, fjernes ikke. Ingen ny hjemmekatalog for %s. Ingen gammel hjemmekatalog for %s. Brukernavn ikke spesifisert. Fant ikke navn for uid %d. Brukernavn ikke spesifisert, bruker %s. Brukernavn ikke spesifisert. KontorTelefon, arbeidPassord Utløper: %s Passord inaktivt: %s Endring av passord avbrutt. Passord endret. Passordene er ikke like. Prøv igjen. Spørring feilet. Spørring fullført. Nekter oppretting av konto med UID 0. Søker etter gruppe med navn %s. Søker etter gruppe med ID %jd. Søker etter bruker ved navn %s. Søker etter bruker med ID %jd. Skall endret. Skallet ble ikke endret: %s EtternavnUkjent bruker autentisert. Ukjent brukerkontekstBruker %s kunne ikke slettes: %s. Bruker %s kunne ikke låses: %s. Bruker %s kunne ikke endres: %s. Bruker %s kunne ikke låses opp: %s. Bruker %s eksisterer ikke. Feil med bruker Advarsel: %ld Advarsel: Gruppe med ID %jd eksisterer ikke [ALTERNATIV...][ALTERNATIV...] [bruker][ALTERNATIV...] gruppe[ALTERNATIV...] brukertilgang nektetsikkerhetskopien «%s» eksisterer og er ikke en vanlig filfeil størrelse på sikkerhetskopiugyldig bruke-/gruppe-IDugyldig bruker-/gruppenavnkonfigurasjonsfil «%s» er for storkunne ikke binde til LDAP-tjenerkunne ikke binde til LDAP-tjener, prøvde først som «%s»: %skunne ikke forhandle TLS med LDAP-tjenerkunne ikke åpne konfigurasjonsfil «%s»: %skunne ikke lese konfigurasjonsfil «%s»: %skunne ikke sette LDAP-protokoll til versjon %dkunne ikke kjøre stat på konfigurasjonsfil «%s»: %skan ikke bestemme sikkerhetskontekst for «%s»: %skunne ikke finne forvalgt sikkerhetskontekst: %sfant ikke sikkerhetskontekst for «%s»: %skunne ikke åpne `%s': %skunne ikke lese fra `%s': %skunne ikke sette forvalgt sikkerhetskontekst til «%s»: %skunne ikke kjøre stat på `%s': %skunne ikke skrive til «%s»: %sdata ikke funnet i filentiteten har ingen %s-attributtentitet har ingen %s eller %s-attributterentitetsobjekt har ingen %s-attributtentitetsstruktur har ingen %s eller %s-attributterentiteten ble opprettet uten %s- eller %s-attributteroppføringen er allerede i filenfeil under tilkobling til kadm5-tjeneren for tjeneste «%s» i område «%s»: %sfeil under oppretting av `%s': %sfeil under oppretting av LDAP-katalogoppføring: %sfeil under oppretting av hjemmekatalog for brukerfeil under oppretting av e-postlager for brukerfeil under kryptering av passordfeil ved initiering av Cyrus SASL: %s.feil under initiering av kerberos-biblioteketfeil under initiering av ldap-bibliotekfeil under lasting av modulfeil under låsing av filfeil under låsing av fil: %sfeil ved manipulering av terminalattributterfeil under endring av LDAP-katalogoppføring: %sfeil under flytting av hjemmekatalog for brukerfeil under åpning av filfeil under lesing av brukernavn «%s» for kerberosfeil under lesing av filfeil ved lesing fra terminalfeil under lesing av informasjon for `%s' fra kerberosfeil under lesing av terminalattributterfeil under fjerning av LDAP-katalogoppføring: %sfeil under fjerning av hjemmekatalog for brukerfeil under fjerning av e-postlager for brukerfeil under endring av navn på LDAP-katalogoppføring: %sfeil under søk etter symbol i modulfeil under setting av passord for «%s»Feil under setting av passord i LDAP-katalog for %s: %sfeil under setting av terminalattributterfeil under kjøring av stat() på filfeil under skriving til filvanlig feilGruppe %jd har ikke navngruppe %s har ingen GIDgruppen har hverken et navn eller en GIDintern feil under initieringugylig IDugyldig nummerfeil med bibliotek-/modulversjonmodul «%s» definerer ikke «%s»modul deaktivert av konfigurasjonfeil modulversjon i `%s'navnet inneholder kontrolltegnnavnet inneholder ugyldig tegn «%c»navnet inneholder ikke-ASCII tegnnavnet inneholder tomromnavnet er ikke sattnavnet er for langt (%zu > %d)navnet er for kortnavnet starter med bindestrekingen `%s'-attributt funnetingen initieringsfunksjon %s i `%s'ingen skyggefil finnes -- deaktivereringen slike objekter i LDAP-katalogenikke tilstrekkelige privilegierkjører ikke med superbruker-privilegierobjektet hadde ingen %s-attributtobjektet har ikke attributt %ssuksessukjent feilhvis du låser opp vil passord-feltet stå tomtbruker %jd har ikke navnbruker %s har ingen UIDbruker har hverken navn eller en UIDbruker-objektet hadde ingen %s-attributtbrukerobjektet ble opprettet uten `%s'bruker-/gruppe-ID i brukbruker-/gruppenavn i bruklibuser-0.56.9.dfsg.1.orig/po/sk.po0000644000175000017500000007140310777230760015001 0ustar gheghe# Slovak translations for libuser package # Slovenské preklady pre balík libuser. # Copyright (C) 2003, 2004, 2005 Red Hat, Inc. # This file is distributed under the same license as the libuser package. # Marcel Telka , 2003, 2004, 2005. # Marek Mahut , 2008 msgid "" msgstr "" "Project-Id-Version: libuser\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-03-23 13:38+0100\n" "Last-Translator: Marek Mahut \n" "Language-Team: Slovak \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "Cesta k domácemu adresáru `%s' nie je absolútna" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Chyba pri čítaní `%s': %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Chyba pri vytváraní `%s': %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Chyba pri zmene vlastníka `%s': %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Chyba pri zápise `%s': %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Chyba pri odstraňovaní `%s': %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Zlyhalo zahodenie práv.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Interná chyba.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s nemá oprávnenie meniť finger informácie pre %s\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Neznámy kontext používateľa" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Nepodarilo sa nastaviť predvolený kontext pre /etc/passwd\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Chyba inicializácie PAM.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Overenie totožnosti zlyhalo pre %s.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Interná chyba PAM `%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "Overená totožnosť neznámeho používateľa.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Používateľ sa nezhoduje.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[VOĽBA...] používateľ" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Chyba pri analýze parametrov: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Nebolo zadané meno používateľa.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Chyba pri inicializácii %s: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "Používateľ %s neexistuje.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Konto je zamknuté.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Konto nie je zamknuté.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Minimum:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Maximum:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Upozornenie:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Neaktívne:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Nikdy" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Posledná zmena:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Platnosť hesla vyprší:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Heslo neaktívne:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Platnosť konta vyprší:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Zlyhala úprava informácií o veku pre %s: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[VOĽBA...] [používateľ]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Nebolo zadané meno používateľa, nie je meno pre uid %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Mením finger informácie pre %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Celé meno" #: apps/lchfn.c:154 msgid "Surname" msgstr "Priezvisko" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Krstné meno" #: apps/lchfn.c:179 msgid "Office" msgstr "Úrad" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Telefón do úradu" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Telefón domov" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "E-mail adresa" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Finger informácie neboli zmenené: chyba vstupu.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Finger informácie boli zmenené.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Finger informácie neboli zmenené: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Mením shell pre %s.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Nový shell" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Shell nezmenený: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Shell zmenený.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[VOĽBA...] skupina" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Nebolo zadané meno skupiny.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "Neplatné ID skupiny %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "Vytvorenie skupiny zlyhalo: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Skupina %s neexistuje.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "Skupina %s nemohla byť vymazaná: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "Boli zadané obidve -L a -U.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Zlyhalo nastavenie hesla pre skupinu %s: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "Skupina %s nemohla byť uzamknutá: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Skupina %s nemohla byť odomknutá: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "Skupina %s nemohla byť zmenená: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Chyba pri uzamykaní %s: %s\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Nebolo zadané meno skupiny, použijem %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Nebolo zadané meno skupiny, gid %d bez mena.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Nebolo zadané meno používateľa, použijem %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[VOĽBA...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Chyba pri otváraní `%s': %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "" "Chyba pri vytváraní konta pre `%s': riadok je nesprávne naformátovaný.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "Neplatné ID používateľa %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Zamietam vytvorenie konta s UID 0.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Chyba pri vytváraní skupiny pre `%s' s GID %jd: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Chyba pri nastavovaní počiatočného hesla pre %s: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Chyba pri vytváraní domovského adresára pre %s: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "Chyba pri vytváraní odkladacieho priestoru pošty pre %s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Chyba pri vytváraní používateľského konta pre %s: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Mením heslo pre %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Nové heslo" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Nové helso (potvrdiť)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Heslá sa nezhodujú, skúste znova.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Zmena hesla zrušená.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Chyba pri nastavovaní hesla pre používateľa %s: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Chyby pri nastavovaní hesla pre skupinu %s: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Heslo zmenené.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "Skupina %jd neexistuje\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Chyba pri vytváraní skupiny `%s': %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Vytváranie konta zlyhalo: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Chyba pri vytváraní %s: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "Chyba pri vytváraní odkladacieho priestoru pošty.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Používateľ %s nemohol byť vymazaný: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s nemala číslo gid.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "Neexistuje skupina s GID %jd, neodstraňujem.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "Skupina s GID %jd nemala meno skupiny.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Skupina %s nemohla byť vymazaná: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s nemal domovský adresár.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Chyba pri odstraňovaní %s: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Zlyhalo nastavenie hesla pre používateľa %s: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Používateľ %s nemohol byť zamknutý: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Používateľ %s nemohol byť odomknutý: %s.\n" #: apps/lusermod.c:221 #, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Upozornenie: Skupina %jd neexistuje.\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Používateľ %s nemohol byť zmenený: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "Skupina %s nemohla byť zmenená: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "Nie je starý domovský adresár pre %s.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "Nie je nový domovský adresár pre %s.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Chyba pri presune %s do %s: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "nepodarilo sa otvoriť konfiguračný súbor `%s': %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "nepodarilo sa zistiť stav konfiguračného súboru `%s': %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "konfiguračný súbor `%s' je príliš veľký" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "nepodarilo sa prečítať konfiguračný súbor `%s': %s" #: lib/error.c:38 msgid "success" msgstr "úspech" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "modul je nakonfigurovaný ako neaktívny" #: lib/error.c:42 msgid "generic error" msgstr "základná chyba" #: lib/error.c:44 msgid "not enough privileges" msgstr "nie sú dostatočné práva" #: lib/error.c:46 msgid "access denied" msgstr "prístup odmietnutý" #: lib/error.c:48 msgid "bad user/group name" msgstr "zlé meno používateľa/skupiny" #: lib/error.c:50 msgid "bad user/group id" msgstr "zlé id používateľa/skupiny" #: lib/error.c:52 msgid "user/group name in use" msgstr "meno používateľa/skupiny sa používa" #: lib/error.c:54 msgid "user/group id in use" msgstr "id používateľa/skupiny sa používa" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "chyba pri zaobchádzaní s terminálovými príznakmi" #: lib/error.c:58 msgid "error opening file" msgstr "chyba pri otváraní súboru" #: lib/error.c:60 msgid "error locking file" msgstr "chyba pri uzamykaní súboru" #: lib/error.c:62 msgid "error statting file" msgstr "chyba pri zisťovaní stavu súboru" #: lib/error.c:64 msgid "error reading file" msgstr "chyba pri čítaní súboru" #: lib/error.c:66 msgid "error writing to file" msgstr "chyba pri zápise do súboru" #: lib/error.c:68 msgid "data not found in file" msgstr "údaje neboli v súbore nájdené" #: lib/error.c:70 msgid "internal initialization error" msgstr "interná chyba inicializácie" #: lib/error.c:72 msgid "error loading module" msgstr "chyba pri nahrávaní modulu" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "chyba pri riešení závislostí symbolov v module" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "verzia knižnice/modulu nezodpovedá" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "odomknutie by vyprázdnilo pole pre heslo" #: lib/error.c:84 msgid "unknown error" msgstr "neznáma chyba" #: lib/misc.c:165 msgid "invalid number" msgstr "neplatné ID číslo používateľa" #: lib/misc.c:179 msgid "invalid ID" msgstr "neplatné ID" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "bez inicializačnej funkcie %s v `%s'" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "verzia modulu nezodpovedá v `%s'" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "modul `%s' nedefinuje `%s'" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "chyba pri čítaní príznakov terminálu" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "chyba pri nastavovaní príznakov terminálu" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "chyba pri čítaní z terminálu" #: lib/user.c:191 msgid "name is not set" msgstr "meno nie je nastavené" #: lib/user.c:196 msgid "name is too short" msgstr "meno je príliš krátke" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "meno je príliš dlhé (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "meno obsahuje znaky, ktoré nie sú ASCII" #: lib/user.c:215 msgid "name contains control characters" msgstr "meno obsahuje riadiace znaky" #: lib/user.c:222 msgid "name contains whitespace" msgstr "meno obsahuje medzery" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "meno začína s pomlčkou" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "meno obsahuje neplatný znak `%c'" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "používateľ %s nemá žiadne UID" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "skupina %s nemá žiadne GID" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "používateľ %jd nemá meno" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "Skupina %jd nemá meno" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "používateľ nemá ani meno ani UID" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "skupina nemá ani meno ani GID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "Nesprávna štandardná hodnota položky %s: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "chyba pri zamykaní súboru: %s" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "nepodarilo sa nastaviť predvolený bezpečnostný kontext: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "nepodarilo sa získať bezpečnostný kontext `%s': %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "nepodarilo sa nastaviť predvolený bezpečnostný kontext na `%s': %s" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "nepodarilo sa získať bezpečnostný kontext pre `%s': %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "nepodarilo sa otvoriť `%s': %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "nepodarilo sa zistiť stav `%s': %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "chyba pri vytváraní `%s': %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "zálohový súbor `%s' existuje a nie je to bežný súbor" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "veľkosť záložného súboru nezodpovedá" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "nepodarilo sa čítať z `%s': %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "položka už existuje v súbore" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "nepodarilo sa zapísať do `%s': %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "objekt entity nemá príznak %s" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "chyba pri šifrovaní hesla" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "nespúšťam s právami superpoužívateľa" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "tieňový súbor nie je prítomný -- deaktivujem" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "chyba pri pripájaní ku kadm5 serveru pre službu `%s' v oblasti `%s': %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "chyba pri inicializácii kerberos knižnice" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "chyba pri analýze mena používateľa `%s' pre kerberos" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "štruktúra entity nemá príznaky %s alebo %s" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "entita nemá príznaky %s alebo %s" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "entita bola vytvorená bez príznakov %s alebo %s" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "chyba pri čítaní informácií pre `%s' z kerberosu" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "entita nemá príznak %s" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "chyba pri nastavovaní hesla pre `%s'" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Kerberos oblasť" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Kerberos vedúci správca" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Kerberos heslo pre vedúceho správcu" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "chyba pri inicializácii knižnice ldap" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "nepodarilo sa nastaviť LDAP protokol na verziu %d" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "nepodarilo sa dohodnúť TLS s LDAP serverom" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "nepodarilo sa pripojiť k LDAP serveru" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "nepodarilo sa pripojiť k LDAP serveru, prvý pokus ako `%s': %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "objekt používateľa nemal príznak %s" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "objekt používateľa bol vytvorený bez `%s'" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "chyba pri vytváraní položky LDAP adresára: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "chyba pri úprave položky LDAP adresára: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "chyba pri premonovávaní položky LDAP adresára: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "objekt nemal príznak %s" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "chyba pri odstraňovaní položky LDAP adresára: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "objekt nemá príznak %s" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "nie je taký objekt v LDAP adresári" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "nebol nájdený príznak `%s'" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "chyba pri nastavovaní hesla v LDAP adresára pre %s: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "Meno servera LDAP" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP DN vyhľadávacej základne" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP DN pripájania" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP heslo pripájania" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL používateľ" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL udelenie oprávnenia používateľa" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Cyrus SASL chyba pri vytváraní používateľa: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Cyrus SASL chyba pri odstraňovaní používateľa: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "chyba pri inicializácii Cyrus SASL: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "chyba pri vytváraní domovského adresára pre používateľa" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "chyba pri odstraňovaní domovského adresára pre používateľa" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "chyba pri presúvaní domovského adresára pre používateľa" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "chyba pri vytváraní odkladacieho priestoru pošty pre používateľa" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "chyba pri odstraňovaní priestoru pošty pre používateľa" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Chyba pri inicializácii %s: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "Neplatné ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "Vyhľadávanie skupiny s ID %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "Vyhľadávanie skupiny s menom %s.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "Vyhľadávanie používateľa s ID %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "Vyhľadávanie používateľa s menom %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Položka nenájdená.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Výzvy úspešné.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Výzvy zlyhali.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Štandardné objektové triedy používateľa:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Štandardné názvy príznakov používateľa:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Získavam štandardné príznaky používateľa:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Kopírujem štruktúrup používateľa:\n" #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "nepodarilo sa konvertovať interné údaje do LDAPMods" #, fuzzy #~ msgid "Shell not changed: input error.\n" #~ msgstr "Shell nezmenený: %s\n" #~ msgid "could not search LDAP server" #~ msgstr "nepodarilo sa vyhľadať LDAP server" #~ msgid "LDAP server appears to have no root DSE" #~ msgstr "LDAP server vyzerá, že nemá koreňové DSE" libuser-0.56.9.dfsg.1.orig/po/cs.po0000644000175000017500000007062210777230756015000 0ustar gheghe# Czech translation for libuser # Copyright (C) 2001 Free Software Foundation, Inc. # Copyright (C) 2004, 2005, 2006, 2007, 2008 Miloslav Trmac # Milan Kerslager , 2002 # Miloslav Trmac , 2002, 2003, 2004, 2005, 2006, 2007, 2008. # msgid "" msgstr "" "Project-Id-Version: libuser VERSION\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-04-07 21:58+0200\n" "Last-Translator: Miloslav Trmac \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "Cesta k domovskému adresáři `%s' není absolutní" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Chyba při čtení '%s': %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Chyba při vytváření `%s': %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Chyba při změně vlastníka `%s': %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Chyba při zápisu `%s': %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Chyba při odstraňování `%s': %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Chyba při zahazování práv.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Interní chyba.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s není autorizován měnit informace finger o %s\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Neznámý kontext uživatele" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Nemohu nastavit implicitní kontext pro /etc/passwd\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Chyba při inicializaci PAM.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Chyba při autentizaci %s.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Interní chyba PAM `%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "Autentizován neznámý uživatel.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Uživatel se neshoduje.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[VOLBY...] uživatel" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Chyba při zpracovávání argumentů: `%s'.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Nebylo zadáno jméno uživatele.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Chyba při inicializaci %s: %s\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "Uživatel %s neexistuje.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Účet je zablokován.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Účet není zablokován.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Minimum:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Maximum:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Varování:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Neaktivní:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Nikdy" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Poslední změna:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Heslo vyprší:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Heslo neaktivní:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Účet vyprší:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Nemohu změnit informace o %s: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[VOLBY...] [uživatel]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Nebylo zadáno jméno uživatele, chybí jméno pro uid %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Měním údaje finger pro %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Plné jméno" #: apps/lchfn.c:154 msgid "Surname" msgstr "Příjmení" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Křestní jméno" #: apps/lchfn.c:179 msgid "Office" msgstr "Kancelář" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Telefon do kanceláře" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Telefon domů" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "E-mailová adresa" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Údaje finger nezměněny: chyba vstupu.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Údaje finger změněny.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Údaje finger nezměněny: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Měním shell pro %s.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Nový shell" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Shell nebyl změněn: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Shell změněn.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[VOLBY...] skupina" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Nebylo zadáno jméno skupiny.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "Neplatné ID skupiny %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "Chyba při vytváření skupiny: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Skupina %s neexistuje.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "Skupinu %s nelze odstranit: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "Použito zároveň -L a -U.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Nemohu nastavit heslo skupinu %s: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "Skupinu %s nelze uzamknout: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Skupinu %s nelze odemknout: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "Skupinu %s nelze změnit: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Chyba při odstraňování %s: %s\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Nebylo zadáno jméno skupiny, používám %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Nebylo zadáno jméno skupiny, chybí jméno pro gid %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Nebylo zadáno jméno uživatele, používám %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[VOLBY...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Chyba při otevírání '%s': %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "Chyba při vytváření účtu pro '%s': nesprávně formátovaný řádek.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "Neplatné ID uživatele %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Odmítám vytvořit účet s UID 0.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Chyba při vytváření skupiny pro `%s' s GID %jd: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "chyba při nastavování hesla pro %s: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Chyba při vytváření domácího adresáře pro %s: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "Chyba při vytváření poštovního spoolu pro %s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Chyba při vytváření uživatelského účtu pro %s: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Měním heslo pro %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Nové heslo" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Nové heslo (potvrďte)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Hesla nesouhlasí, zkuste to znovu.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Změna hesla zrušena.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Chyba při nastavování hesla pro uživatele %s: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Chyba při nastavování hesla pro skupinu %s: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Heslo změněno.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "Skupina %jd neexistuje\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Chyba při vytváření skupiny `%s': %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Vytváření účtu selhalo: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Chyba při vytváření %s: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "Chyba při vytváření poštovního spoolu.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Uživatele %s nelze odstranit: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s nemá GID číslo.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "Skupina s GID %jd neexistuje, neodstraňuji.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "Skupina s GID %jd nemá jméno skupiny.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Skupinu %s nelze odstranit: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s nemá domácí adresář.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Chyba při odstraňování %s: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Chyba při nastavování hesla pro uživatele %s: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Uživatele %s nelze uzamknout: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Uživatele %s nelze odemknout: %s.\n" #: apps/lusermod.c:221 #, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Varování: Skupina s ID %jd neexistuje.\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Uživatele %s nelze změnit: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "Skupinu %s nelze změnit: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "Domácí adresář pro %s neexistuje.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "Nový domácí adresář pro %s nebyl vytvořen.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Chyba při přesunu %s do %s: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "nemohu otevřít soubor s nastavením `%s': %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "nemohu stat soubor s nastavením `%s': %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "soubor s nastavením `%s' je příliš velký" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "nemohu číst soubor s nastavením `%s': %s" #: lib/error.c:38 msgid "success" msgstr "úspěch" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "modul zakázán v konfiguraci" #: lib/error.c:42 msgid "generic error" msgstr "všeobecná chyba" #: lib/error.c:44 msgid "not enough privileges" msgstr "nedostatečné oprávnění" #: lib/error.c:46 msgid "access denied" msgstr "přístup odepřen" #: lib/error.c:48 msgid "bad user/group name" msgstr "chybné jméno uživatele/skupiny" #: lib/error.c:50 msgid "bad user/group id" msgstr "chybné ID uživatele/skupiny" #: lib/error.c:52 msgid "user/group name in use" msgstr "jméno uživatele/skupiny je již používáno" #: lib/error.c:54 msgid "user/group id in use" msgstr "ID uživatele/skupiny je již používáno" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "chyba při manipulaci s atributy terminálu" #: lib/error.c:58 msgid "error opening file" msgstr "chyba při otevírání souboru" #: lib/error.c:60 msgid "error locking file" msgstr "chyba při zamykání souboru" #: lib/error.c:62 msgid "error statting file" msgstr "chyba při zjišťování údajů o souboru" #: lib/error.c:64 msgid "error reading file" msgstr "chyba při čtení souboru" #: lib/error.c:66 msgid "error writing to file" msgstr "chyba při zápisu do souboru" #: lib/error.c:68 msgid "data not found in file" msgstr "data nebyla v souboru nalezena" #: lib/error.c:70 msgid "internal initialization error" msgstr "interní chyba při inicializaci" #: lib/error.c:72 msgid "error loading module" msgstr "chyba při zavádění modulu" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "chyba při zpracování symbolů v modulu" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "nesouhlasí verze knihovny a modulu" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "po odemčení by pole hesla bylo prázdné" #: lib/error.c:84 msgid "unknown error" msgstr "neznámá chyba" #: lib/misc.c:165 msgid "invalid number" msgstr "neplatné číslo" #: lib/misc.c:179 msgid "invalid ID" msgstr "neplatné ID" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "chybí inicializační funkce %s v '%s'" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "nesouhlasí verze modulu v '%s'" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "modul `%s' nedefinuje `%s'" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "chyba při čtení atributů terminálu" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "chyba při nastavování atributů terminálu" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "chyba při čtení z terminálu" #: lib/user.c:191 msgid "name is not set" msgstr "jméno není nastaveno" #: lib/user.c:196 msgid "name is too short" msgstr "jméno je příliš krátké" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "jméno je příliš dlouhé (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "jméno obsahuje ne-ASCII znaky" #: lib/user.c:215 msgid "name contains control characters" msgstr "jméno obsahuje řídící znaky" #: lib/user.c:222 msgid "name contains whitespace" msgstr "jméno obsahuje mezery" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "jméno začíná pomlčkou" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "jméno obsahuje neplatný znak `%c'" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "uživatel %s nemá UID" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "skupina %s nemá GID" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "uživatel %jd nemá jméno" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "skupina %jd nemá jméno" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "uživatel nemá ani jméno, ani UID" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "skupina nemá ani jméno, ani GID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "Neplatná implicitní hodnota pole %s: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "chyba při zamykání souboru: %s" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "nemohu získat implicitní kontext zabezpečení: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "nemohu získat kontext zabezpečení `%s': %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "nemohu nastavit implicitní kontext zabezpečení na `%s': %s" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "nemohu určit kontext zabezpečení pro `%s': %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "nemohu otevřít `%s': %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "nemohu zjistit informace o `%s': %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "chyba při vytváření `%s': %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "záloha souboru '%s' existuje a není to normální soubor" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "nesouhlasí velikost záložního souboru" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "nemohu číst z `%s': %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "položka je již v souboru obsažena" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "nemohu zapsat do `%s': %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "objekt entita nemá atribut %s" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "chyba při šifrování hesla" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "nespuštěno s právy administrátora (root)" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "chybí soubor shadow -- zakazuji" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "chyba při spojování s kadm5 serverem pro službu '%s' v realm '%s': %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "chyba při inicializaci knihovny kerberos" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "chyba při zpracovávání jména uživatele '%s' pro kerberos" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "struktura entity nemá %s nebo %s atributy" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "entita nemá %s nebo %s atributy" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "entita vytvořena bez %s nebo %s atributů" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "chyba při čtení informací pro '%s' z kerberosu" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "entita nemá atribut %s" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "chyba při nastavování hesla pro '%s'" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Realm Kerberosu" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Kerberos Admin Principal" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Heslo pro Kerberos Admin Principal" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "chyba při inicializaci LDAP knihovny" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "nemohu nastavit protokol LDAP na verzi %d" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "nemohu domluvit TLS s LDAP serverem" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "nemohu se připojit k LDAP serveru" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "nemohu se připojit k LDAP serveru, první pokus jako `%s': %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "objekt uživatel nemá atribut %s" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "objekt uživatel byl vytvořen bez '%s'" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "chyba při tvorbě LDAP položky: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "chyba při modifikaci LDAP položky: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "chyba při přejmenovávání LDAP položky: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "objekt nemá atribut %s" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "chyba při odstraňování LDAP položky: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "objekt nemá atribut %s" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "není objekt v LDAP adresáři" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "atribut '%s' nenalezen" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "chyba při nastavování hesla v LDAP adresáři pro %s: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "Jméno LDAP serveru" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP Search Base DN" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP Bind heslo" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL uživatel" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL uživatel pro autentizaci" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Chyba Cyrus SASL při vytváření uživatele: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Chyba Cyrus SASL při odstraňování uživatele: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "chyba při inicializaci Cyrus SASL: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "chyba při vytváření domácího adresáře pro uživatele" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "chyba při odstraňování domácího adresáře pro uživatele" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "chyba při přesouvání domácího adresáře pro uživatele" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "chyba při vytváření poštovního spoolu pro uživatele" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "chyba při odstraňování poštovního spoolu pro uživatele" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Chyba při inicializaci %s: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "Neplatné ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "Hledám skupinu s ID %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "Hledám skupinu pojmenovanou %s.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "Hledám uživatele s ID %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "Hledám uživatele se jménem %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Položka nenalezena.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Výzvy uspěly.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Výzvy selhaly.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Implicitní třídy objektů uživatel:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Implicitní jména atributů uživatele:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Načítám implicitní atributy uživatele:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Kopíruji uživatelskou strukturu:\n" #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "nemohu převést interní data na LDAPMods" #~ msgid "error mapping name to LDAP distinguished name" #~ msgstr "chyba při mapování jména na jméno v LDAP" #~ msgid "couldn't reset default security context to `%s': %s" #~ msgstr "nemohu vrátit implicitní kontext zabezpečení na `%s': %s" #~ msgid "Cyrus SASL error creating user: %s: %s" #~ msgstr "Chyba Cyrus SASL při vytváření uživatele: %s: %s" #~ msgid "Cyrus SASL error removing user: %s: %s" #~ msgstr "Chyba Cyrus SASL při odstraňování uživatele: %s: %s" libuser-0.56.9.dfsg.1.orig/po/Makevars0000644000175000017500000000344210777230701015511 0ustar gheghe# Makefile variables for PO directory in any package using GNU gettext. # Usually the message domain is the same as the package name. DOMAIN = $(PACKAGE) # These two variables depend on the location of this directory. subdir = po top_builddir = .. # These options get passed to xgettext. XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding # package. (Note that the msgstr strings, extracted from the package's # sources, belong to the copyright holder of the package.) Translators are # expected to transfer the copyright for their translations to this person # or entity, or to disclaim their copyright. The empty string stands for # the public domain; in this case the translators are expected to disclaim # their copyright. COPYRIGHT_HOLDER = Red Hat, Inc. # This is the email address or URL to which the translators shall report # bugs in the untranslated strings: # - Strings which are not entire sentences, see the maintainer guidelines # in the GNU gettext documentation, section 'Preparing Strings'. # - Strings which use unclear terms or require additional context to be # understood. # - Strings which make invalid assumptions about notation of date, time or # money. # - Pluralisation problems. # - Incorrect English spelling. # - Incorrect formatting. # It can be your email address, or a mailing list address where translators # can write to without being subscribed, or the URL of a web page through # which the translators can contact you. MSGID_BUGS_ADDRESS = http://bugzilla.redhat.com/bugzilla/ # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. EXTRA_LOCALE_CATEGORIES = libuser-0.56.9.dfsg.1.orig/po/fi.po0000644000175000017500000006763610777230756015004 0ustar gheghe# translation of libuser.po to Finnish # This file is distributed under the same license as the PACKAGE package. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. # # Mikko Ikola , 2004. # Ville-Pekka Vainio , 2006-2008. msgid "" msgstr "" "Project-Id-Version: fi\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-04-06 13:29+0300\n" "Last-Translator: Ville-Pekka Vainio \n" "Language-Team: Finnish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "Kotihakemiston polku ”%s” ei ole absoluuttinen" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Virhe luettaessa `%s': %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Virhe luotaessa `%s': %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "`%s':n omistajaa vaihdettaessa tapahtui virhe: %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Virhe kirjoitettaessa `%s': %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Virhe poistettaessa `%s': %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Oikeuksien pudottaminen epäonnistui.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Sisäinen virhe.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "" "käyttäjällä %s ei ole valtuutusta muuttaa käyttäjän %s finger-tietoja\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Tuntematon käyttäjäympäristö" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Tiedoston /etc/passwd oletusympäristöä ei voi asettaa\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Virhe PAM:n alustamisessa.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Todennus epäonnistui %s:lle.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Sisäinen PAM-virhe \"%s\".\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "Tuntematon käyttäjä on kirjautunut.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Käyttäjän tiedot ei täsmää.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[VALITSIN...] käyttäjä" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Argumenttien käsittelyssä tapahtui virhe: %s\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Käyttäjänimeä ei ole määritelty.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Virhe alustettaessa %s: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "Käyttäjää %s ei ole olemassa.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Tunnus on lukittu.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Tunnus ei ole lukittu.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Minimi:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Maksimi:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Varoitus:\t%ld\n" # Translated the same way as "Password Inactive" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Pois käytöstä:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Ei koskaan" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Edellinen muutos:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Salasana vanhentuu:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Salasana pois käytöstä:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Tunnus vanhentuu:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Vanhenemistiedon muuttaminen epäonnistui %s:lle: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[VALITSIN...] [käyttäjä]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Käyttäjänimeä ei määritelty, ei nimeä uid:lle %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Vaihdetaan käyttäjän %s finger-tiedot.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Koko nimi" #: apps/lchfn.c:154 msgid "Surname" msgstr "Sukunimi" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Etunimi" #: apps/lchfn.c:179 msgid "Office" msgstr "Toimisto" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Toimistopuhelin" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Kotipuhelin" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "Sähköpostiosoite" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Finger-tietoja ei muutettu: syöttövirhe.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Finger-tiedot muutettu.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Finger-tietoja ei muutettu: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Vaihdetaan käyttäjän %s komentotulkki.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Uusi komentotulkki" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Komentotulkkia ei vaihdettu: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Komentotulkki vaihdettu.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[VALITSIN...] ryhmä" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Ryhmän nimeä ei määritelty.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "Epäkelpo ryhmätunnus %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "Ryhmän luominen epäonnistui: %s.\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Ryhmää %s ei ole olemassa.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "Ryhmää %s ei voitu poistaa: %s.\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "Sekä -L että -U annettu.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Salasanan asettaminen ryhmälle %s epäonnistui: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "Ryhmää %s ei voitu lukita: %s.\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Ryhmän %s lukitusta ei voitu avata: %s.\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "Ryhmää %s ei voitu muokata: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Virhe etsittäessä %s: %s\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Ryhmänimeä ei määritelty, käytetään %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Ryhmänimeä ei määritelty, ei nimeä gid:lle %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Käyttäjänimeä ei määritelty, käytetään %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[VALITSIN...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Virhe avattaessa `%s': %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "Virhe luotaessa tunnusta käyttäjälle `%s': virheellinen rivi.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "Epäkelpo käyttäjätunnus %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Kieltäydytään luomasta tunnusta UID:llä 0.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Virhe luotaessa ryhmää `%s' GID:llä %jd: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Virhe ensimmäisen salasanan asettamisessa käyttäjälle %s:%s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Virhe kotihakemiston luomisessa kohteelle %s:%s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "Virhe postijonon luomisessa kohteelle %s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Virhe käyttäjätunnuksen luomisessa kohteelle %s:%s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Vaihdetaan salasana käyttäjälle %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Uusi salasana" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Uusi salasana (vahvistus)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Salasanat eivät täsmää, yritä uudelleen.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Salasanan vaihto peruutettu.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Virhe salasanan asettamisessa käyttäjälle %s:%s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Virhe salasanan asettamisessa ryhmälle %s:%s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Salasana vaihdettu.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "Ryhmää %jd ei ole olemassa\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Virhe luotaessa ryhmää `%s': %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Tunnuksen luominen epäonnistu: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Virhe luotaessa %s: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "VIrhe luotaessa postijonoa.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Käyttäjää %s ei voitu poistaa: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s:lla ei ollut gid-numeroa.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "Ryhmää GID:llä %jd ei ole olemassa, ei poisteta.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "Ryhmällä, jonka GID on %jd, ei ollut ryhmänimeä.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Ryhmää %s ei voitu poistaa: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s:lla ei ollut kotikansiota.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Virhe poistettaessa %s:%s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Salasanan asettaminen käyttäjälle %s:%s epäonnistui.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Käyttäjää %s ei voitu lukita: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Käyttäjän %s lukitusta ei voitu avata: %s.\n" #: apps/lusermod.c:221 #, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Varoitus: Ryhmää ID:llä %jd ei ole olemassa.\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Käyttäjää %s ei voitu muokata: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "Ryhmää %s ei voitu muokata: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "Käyttäjällä %s ei ole vanhaa kotihakemistoa.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "Käyttäjällä %s ei ole uutta kotihakemistoa.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Virhe siirrettäessä %s kohteeseen %s:%s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "ei voitu avata asetustiedostoa `%s': %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "ei voitu avata asetustiedostoa `%s': %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "asetustiedosto `%s' on liian suuri" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "ei voitu avata asetustiedostoa `%s': %s" #: lib/error.c:38 msgid "success" msgstr "onnistui" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "moduuli asetettu pois käytöstä" #: lib/error.c:42 msgid "generic error" msgstr "yleinen virhe" #: lib/error.c:44 msgid "not enough privileges" msgstr "ei riittävästi oikeuksia" #: lib/error.c:46 msgid "access denied" msgstr "pääsy evätty" #: lib/error.c:48 msgid "bad user/group name" msgstr "väärä käyttäjä/ryhmä nimi" #: lib/error.c:50 msgid "bad user/group id" msgstr "väärä käyttäjä/ryhmä id" #: lib/error.c:52 msgid "user/group name in use" msgstr "käyttäjä/ryhmä nimi käytössä" #: lib/error.c:54 msgid "user/group id in use" msgstr "käyttäjä/ryhmä id käytössä" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "virhe päätteen attribuutteja muutettaessa" #: lib/error.c:58 msgid "error opening file" msgstr "virhe tiedoston avaamisessa" #: lib/error.c:60 msgid "error locking file" msgstr "virhe tiedoston lukitsemisessa" #: lib/error.c:62 msgid "error statting file" msgstr "virhe tiedoston avaamisessa" #: lib/error.c:64 msgid "error reading file" msgstr "virhe tiedoston lukemisessa" #: lib/error.c:66 msgid "error writing to file" msgstr "virhe tiedostoon kirjoittamisessa" #: lib/error.c:68 msgid "data not found in file" msgstr "dataa ei löytynyt tiedostosta" #: lib/error.c:70 msgid "internal initialization error" msgstr "sisäinen alustusvirhe" #: lib/error.c:72 msgid "error loading module" msgstr "virhe moduulin lataamisessa" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "virhe symbolin selvityksessä moduulissa" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "kirjasto/moduuli versioristiriita" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "lukituksen avaaminen tyhjentäisi salasanakentän" #: lib/error.c:84 msgid "unknown error" msgstr "tuntematon virhe" #: lib/misc.c:165 msgid "invalid number" msgstr "virhellinen numero" #: lib/misc.c:179 msgid "invalid ID" msgstr "virheellinen ID" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "ei alustusfunktiota %s kohteessa \"%s\"" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "moduulin versioristiriita \"%s\"" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "moduuli `%s' ei määrittele `%s'" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "virhe päätteen attribuutteja luettaessa" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "virhe päätteen attribuutteja asetettaessa" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "virhe luettaessa päätteeltä" #: lib/user.c:191 msgid "name is not set" msgstr "nimeä ei ole asetettu" #: lib/user.c:196 msgid "name is too short" msgstr "nimi on liian lyhyt" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "nimi on liian pitkä (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "nimi sisältää ei-ASCII-merkkejä" #: lib/user.c:215 msgid "name contains control characters" msgstr "nimi sisältää kontrollimerkkejä" #: lib/user.c:222 msgid "name contains whitespace" msgstr "nimi sisältää välilyöntejä" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "nimi alkaa väliviivalla" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "nimi sisältää virheellisen merkin \"%c\"" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "Käyttäjällä %s ei ole UID:tä" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "ryhmällä %s ei ole GID:tä" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "käyttäjällä %jd ei ole nimeä" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "ryhmällä %jd ei ole nimeä" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "käyttäjällä ei ole nimeä eikä UID:tä" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "ryhmällä ei ole nimeä eikä GID:tä" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "Kentän %s oletusarvo ei kelpaa: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "virhe tiedoston lukitsemisessa: %s" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "ei voitu hakea oletusturvaympäristöä: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "ei voitu hakea turvaympäristöä `%s': %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "ei voitu asettaa oletusturvakontekstia`%s':%s" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "ei voitu määrittää turvaympäristöä `%s': %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "ei voitu avata `%s': %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "ei voitu avata `%s': %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "virhe luotaessa `%s': %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "varmuuskopiotiedosto \"%s\" on olemassa eikä se ole normaali tiedosto" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "varmuuskopiotiedoston koko ei täsmää" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "ei voitu lukea kohteesta `%s': %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "merkintä on jo tiedostossa" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "ei voitu kirjoittaa `%s': %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "virhe salasanan kryptauksessa" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "ei suoriteta pääkäyttäjän oikeuksilla" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "varjosalasanatiedostoa ei ole -- otetaan pois käytöstä" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "virhe yhdistettäessä kadm5-palvelimelle palvelua `%s' varten realmissa `%s': " "%s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "virhe kerberos-kirjaston alustamisessa" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "virhe jäsennettäessä käyttäjänimeä `%s' kerberokselle" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "Virhe luettaessa tietoja kohteelle `%s' kerberokselta" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "virhe salasanan asettamisessa käyttäjälle `%s'" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Kerberos Realm" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "virhe ldap-kirjaston alustamisessa" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "ei voitu asettaa LDAP-protokollaa versioon %d" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "ei voitu tehdä TLS-neuvottelua LDAP-palvelimen kanssa" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "sitoutuminen LDAP-palvelimeen epäonnistui" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "ei voitu sitoutua LDAP-palvelimelle, ensimmäinen yritys `%s': %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "käyttäjäobjektilla ei ole attribuuttia %s" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "virhe LDAP-hakemistomerkinnän luomisessa: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "virhe LDAP-hakemistomerkinnän luomisessa: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "virhe LDAP-hakemistomerkinnän uudelleennimeämisessä: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "elementillä ei ollut %s-attribuuttia" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "virhe poistettaessa LDAP-hakemistomerkintää: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "elementillä ei ole %s-attribuuttia" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "objektia ei ole LDAP-hakemistossa" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "`%s'-attribuuttia ei löytynyt" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "virhe asetettaessa salasanaa LDAP-hakemiston kohteelle %s: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "LDAP-palvelimen nimi" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP Bind -salasana" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL -käyttäjä" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL -valtuutuksen käyttäjä" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Cyrus SASL -virhe käyttäjän luomisessa: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Cyrus SASL -virhe käyttäjän poistamisessa: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "virhe alustettaessa Cyrus SASL: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "virhe kotihakemiston luomisessa käyttäjälle" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "virhe kotihakemiston poistamisessa käyttäjälle" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "virhe kotihakemiston siirtämisessä käyttäjälle" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "virhe postijonon luomisessa käyttäjälle" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "virhe postijonon poistamisessa käyttäjältä" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Virhe alustettaessa %s:%s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "Epäkelpo ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "Etsitään ryhmää ID:llä %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "Etsitään %s-nimistä ryhmää.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "Etsitään käyttäjää ID:llä %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "Etsitään %s-nimistä käyttäjää.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Merkintää ei löydy.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Oletuskäyttäjäobjektiluokat:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Oletuskäyttäjäattribuuttien nimet:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Haetaan oletuskäyttäjäattribuutteja:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Kopioidaan käyttäjän rakenne:\n" libuser-0.56.9.dfsg.1.orig/po/hu.gmo0000644000175000017500000005053710777230761015152 0ustar gheghe% `a"5  8W*r$""1Ts <@/_)"' ;Wp *#)N(x.((,U.r$ ! "#:!^#$#." Q\k%% 3 BOb    -#Bf,,";T [h~#' 4!Su "!8#Z#~    1) [ u  $  8 (!*@!*k!)!*!)!","1H"z""""!"!#+"#.N#}#G##)#&%$"L$o$!$#$$$%%&.%(U%$~%%)%%%0&!@&'b&&&'& &&3'!N'p'' '''"''( 3( T(u( (("(()")>)P)j)%)#) ))'*+*F*a* i*-w***"**$+5+J+`a++,6,A%-g-0}---0-$.BB.+.#./.&/.,/0[/3/7/ /0.!0$P0(u0P030L#16p151/1E 2*S2+~2*2!202((35Q3&3&3*354;64.r4"444F4=@5E~5#5=5(&6 O6;[6 6*6.6/6--71[727977*84E8z888 88<8%!9+G9s9$9999)9:3:K:a: {: ::: : :J:7;O;Lk;';);P <=[<!< <<<<+ =5=4O===0==(>%+>.Q>$>(> >&>#?4&?3[?;?@?% @2@Q@ g@s@@@@D@"A'@A&hA%A2AUAA>B:B:B:BC1C=uC"C&CUC-SD#D"D$D0D,E@KE;E%E_E$NF>sF>F=F)/G3YG;G<GHH1H9JH>H>HIDI]I%qIAI6I<JAMJ=J3J2KH4K2}K.KKKL3-L1aLL5L9L( MIM#gM.M,M MN!N@NSN qN9NN(NO6-O'dO$O OO6O$P2'P7ZP2PDP* Q)5Q$ ):-H`IKGpU%;tg0D3jT"=]h,d>[?x1!8k^V@oylfY|2{ZN+W (QCzSPn9si5.6aJm&}M*w7bu X'eAv OcFBL \/q #E<4r_R~%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2007-03-27 00:47+0200 Last-Translator: Arpad Biro Language-Team: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 %s nem rendelkezett csoportazonosítóval. A(z) %s felhasználónak nem volt saját könyvtára. "%s" nem jogosult arra, hogy módosítsa "%s" Finger-jellemzőit A jelszó lejár: %s Az azonosító létrehozása nem sikerült: %s. Az azonosító zárolva van. Az azonosító nincs zárolva. A felhasználóazonosítás nem sikerült (%s). A -L és -U opció is meg van adva. Nem állítható be alapértelmezett kontextus ehhez: /etc/passwd %s Finger-jellemzőinek megváltoztatása. %s jelszavának megváltoztatása. %s parancsértelmezőjének megváltoztatása. Felhasználói struktúra másolása: Cyrus SASL-felhasználólétrehozási hiba: %sCyrus SASL-felhasználóeltávolítási hiba: %sAz alapértelmezett felhasználójellemzők nevei: Az alapértelmezett felhasználói objektumosztályok: E-mail címNem található bejegyzés. Hiba "%s" tulajdonosának módosításakor: %s%s létrehozása nem sikerült: %s. Hiba történt '%s' létrehozásakor: %sHiba történt a(z) '%s' azonosító használatakor: egy sor formátuma hibás. Nem sikerült létrehozni "%s" nevű csoportot: %s Nem sikerült létrehozni csoportot "%s" számára "%jd" azonosítóval: %s %s saját könyvtárát nem sikerült létrehozni: %s %s levelezési sorának létrehozása nem sikerült. A levelezési sor létrehozása nem sikerült. Nem sikerült felhasználói azonosítót létrehozni ehhez: %s (%s) Hiba történt %s inicializálásakor: %s Hiba történt %s inicializálásakor: %s. Hiba történt a PAM inicializálásakor. %s kikeresése nem sikerült: %s Nem sikerült áthelyezni ezt: %s ide: %s (%s). Hiba történt '%s' megnyitásakor: %s. Hiba történt az argumentumok feldolgozásakor: %s. Hiba történt '%s' beolvasásakor: %s%s eltávolítása nem sikerült: %s. Hiba történt '%s' eltávolításakor: %sNem sikerült beállítani %s kezdeti jelszavát: %s Nem sikerült beállítani a(z) %s csoport jelszavát: %s. Nem sikerült beállítani %s jelszavát: %s. Hiba történt "%s" írásakor: %sNem sikerült csökkenteni a jogosultsági szintet. Nem sikerült módosítani a lejárási információt ennél: %s (%s) Nem sikerült beállítani a jelszót a(z) %s csoporthoz: %s Nem sikerült beállítani a jelszót a(z) %s felhasználónál: %s. A Finger-jellemzők megváltoztak. A Finger-jellemzők nem változtak: bemeneti hiba történt. A Finger-jellemzők nem változtak: %s. Teljes névAz alapértelmezett felhasználójellemzők lekérdezése: KeresztnévNem létezik "%jd" azonosítójú csoport A(z) %s csoportot nem sikerült törölni: %s A(z) %s csoportot nem sikerült törölni: %s. Nem sikerült zárolni a(z) %s csoportot: %s Nem sikerült módosítani a(z) %s csoportot: %s Nem sikerült módosítani a(z) %s csoportot: %s. Nem sikerült feloldani a(z) %s csoport zárolását: %s Nem létezik %s nevű csoport. A csoport létrehozása nem sikerült: %s A(z) "%jd" azonosítójú csoportnak nem volt neve. Otthoni telefonszámInaktív: %ld Belső PAM-hiba ('%s'). Belső hiba. Érvénytelen azonosító: %s Érvénytelen alapértelmezett érték a(z) %s mezőhöz: %sÉrvénytelen csoportazonosító: %s Érvénytelen felhasználóazonosító: %s Kerberos Admin PrincipalAz Admin Principal Kerberos-jelszavaKerberos-realmLDAP csatlakozásLDAP csatlakozási jelszóLDAP SASL azonosítási felhasználónévLDAP SASL felhasználónévLDAP keresési alapnévLDAP kiszolgálónévUtolsó módosítás: %s Maximum: %ld Minimum: %ld SohaÚj parancsértelmezőÚj jelszóMég egyszerNincs megadva csoportnév, nem tartozik név ehhez az azonosítóhoz: %d. Nincs megadva csoportnév, ezt a nevet használom: %s. Nincs megadva csoportnév. Nem létezik "%jd" azonosítójú csoport, ezért nem lehet eltávolítani. Nincs új saját könyvtár ehhez: %s. Nincs régi saját könyvtár ehhez: %s. Nincs megadva felhasználónév, nem tartozik név ehhez az azonosítóhoz: %d. Nincs megadva felhasználónév, ezt a nevet használom: %s. Nincs megadva felhasználónév. MunkahelyMunkahelyi telefonszámA jelszó lejár: %s Inaktív jelszó: %s A jelszóváltoztatás meg lett szakítva. A jelszó megváltozott. A jelszavak nem egyeznek meg, próbálkozzon újra. A promptok sikertelenek. A promptok sikeresek. Nem lehet 0 értékű azonosítót létrehozni. A(z) %s csoport keresése. "%jd" azonosítójú csoport keresése. A(z) %s felhasználónév keresése. "%jd" azonosítójú felhasználó keresése. A parancsértelmező megváltozott. A parancsértelmező nem változott: %s VezetéknévIsmeretlen felhasználó azonosítva. Ismeretlen felhasználói kontextusNem sikerült törölni a(z) %s felhasználót: %s. A(z) %s felhasználót nem sikerült zárolni: %s. Nem sikerült módosítani a(z) %s felhasználónevet: %s. A(z) %s felhasználó zárolását nem sikerült feloldani: %s. %s nevű felhasználó nem létezik. Nem megfelelő felhasználó. Figyelmeztetés: %ld [OPCIÓ...][OPCIÓ...] [felhasználó][OPCIÓ...] csoport[OPCIÓ...] felhasználóa hozzáférés megtagadvalétezik "%s" nevű biztonsági mentési fájl, de nem normál fájla mentési fájl eltérő méretűhibás felhasználó/csoportazonosítóhibás felhasználó- vagy csoportnéva(z) %s beállítási fájl túl nagynem sikerült kapcsolódni az LDAP-kiszolgálóhoznem sikerült kapcsolódni az LDAP-kiszolgálóhoz, első kísérlet ezzel: "%s" (%s)nem sikerült TLS-kapcsolatot létrehozni az LDAP-kiszolgálóvalnem sikerült megnyitni a(z) "%s" beállítási fájlt: %snem sikerült beolvasni a(z) "%s" beállítási fájlt: %snem sikerült beállítani az LDAP protokollt %d verzióranem sikerült lekérdezni a(z) "%s" beállítási fájl adatait: %snem sikerült meghatározni "%s" biztonsági kontextusát: %s'%s' megnyitása nem sikerült: %snem sikerült olvasni innen: '%s' (%s)nem sikerült beállítani az alapértelmezett biztonsági kontextust erre: "%s" (%s)nem sikerült a stat művelet erre: "%s" (%s)nem sikerült írni ebbe: '%s' (%s)az adat nem található a fájlbanaz entitásnak nincs %s attribútumaaz entitásnak nincs sem %s, sem %s attribútumaaz entitásobjektumnak nincs %s attribútumaaz entitásstruktúra nem tartalmaz sem %s, sem %s attribútumotaz entitás %s és %s attribútum nélkül lett létrehozvaaz entitás már benne van a fájlbannem sikerült csatlakozni a kadm5 kiszolgáló '%s' szolgáltatásához a(z) '%s' realm-ben: %s'%s' létrehozása nem sikerült: %shiba történt az LDAP-címtárbejegyzés létrehozásakor: %snem sikerült létrehozni a felhasználó saját könyvtárátnem sikerült levelezési sort létrehozni a felhasználónakhiba történt a jelszó titkosításakora Cyrus SASL inicializálásakor hiba történt: %sa Kerberos-programkönyvtár inicializálása nem sikerülthiba történt az LDAP-programkönyvtár inicializálásakormodulbetöltési hibafájlzárolási hibafájlzárolási hiba: %shiba történt a terminálattribútumok kezelése közbenhiba történt az LDAP-címtárbejegyzés módosításakor: %snem sikerült áthelyezni a felhasználó saját könyvtárátfájlmegnyitási hibanem sikerült a(z) '%s' felhasználónevet feldolgozni a Kerberosbanfájlolvasási hibanem sikerült olvasni a terminálrólnem sikerült kiolvasni ezt az információt a Kerberosból: '%s'hiba történt a terminálattribútumok beolvasásakornem sikerült eltávolítani az LDAP-címtárbejegyzést: %snem sikerült eltávolítani a felhasználó saját könyvtáráthiba történt az LDAP-címtárbejegyzés átnevezésekor: %snem sikerült feloldani egy szimbólumot a modulbannem sikerült beállítani a jelszót ennél: '%s'nem sikerült beállítani a jelszót az LDAP-címtárban ehhez: %s (%s)nem sikerült beállítani a terminál jellemzőithiba a fájl adatainak lekérdezésekor (stat)nem sikerült írni a fájlbaáltalános hibaA(z) %jd csoportnak nincs neveA(z) %s csoportnak nincs csoportazonosítója (GID)csoportnak nincs neve és azonosítója (GID) sembelső inicializálási hibaverzióeltérés a programkönyvtárban vagy modulbana(z) `%s' modul nem tartalmazza a(z) `%s' definíciójáta modul le lett tiltva a beállításkormodulverzió-hiba ebben: '%s'a név vezérlőkaraktert tartalmaza név érvénytelen karaktert tartalmaz: '%c'a név nem csak ASCII-karaktereket tartalmaza név üres karaktert tartalmaza név nincs beállítvatúl hosszú a név (%zu > %d)a név túl rövida név kötőjellel kezdődiknem található '%s' attribútumhiányzik a(z) %s inicializálási függvény innen: '%s'nincs árnyékfájl - letiltvanincs ilyen objektum az LDAP-címtárbannincs elég jogosultságnem lehet végrehajtani rendszergazdai jogosultsággalaz objektumnak nem volt %s attribútumaaz objektumnak nincs %s attribútumasikerültismeretlen hibaa zárolás feloldása üressé tenné a jelszómezőtA(z) %jd felhasználónak nincs neveA(z) %s felhasználónak nincs azonosítója (UID)felhasználónak nincs neve és azonosítója (UID) sema felhasználói objektumnak nincs %s attribútumaa felhasználói objektum '%s' attribútum nélkül lett létrehozvaa felhasználó/csoportazonosító foglalta felhasználó- vagy csoportnév foglaltlibuser-0.56.9.dfsg.1.orig/po/ru.gmo0000644000175000017500000006060010777230761015154 0ustar gheghe,3< "(5K*$Ej""9H Z{</)7"a'1Mf*)( I`.|((.$I n!x "#!#($L#q. (-<Vg%v%  3P_s    -#7,Q~," % ,9Of#'!$F d"! #+ #O s  +   ! !1&!X!r!!$!!8!("*="*h")"*"0")#)C#m##1###$$!6$!X$+z$.$$G$;%)S%&}%"%%!%#&'&G&\&o&&&(&$&&)'8'K'0g'!'''&'" (',( T(u(3(!((( )#)9)"M)p) ))) ) ) * **K*"k*******%+#=+ a++'++++ +- ,:,O,"b,,$,,,t,%k.8.[.@&/?g/8/=/502T0`0:0=#1.a1D1L1F"2Oi2M23!33;3&o3&3s3414Ff4P4I4?H5Z57506-L6!z626'666".7&Q7&x7P7I7U:8"808S8H89U9.9M:7T::W::+:<+;=h;H;>;?.<Jn<+</<3=I=_i==,=#>-5>Pc>">.>?,?L? [?h??{?"???* @8@O@d@s@@0@J@F#A)jALACAE%BVkBRB5CKC!TC9vC%C2C DJ'D0rD,DED,E/CE8sE;E#E+ F8FPGFHFGFS)GI}GUG7H2UH"H^H I0 I"QI.tIIjIT,J9J=J@JD:KlKHKN5LRLVLj.McMkM_iN,N5N,OBO1O.!P4PP@P0PBPO:Q6QGQ& RD0RauR]R55S6kSESAS**T,UT0TETFTg@U(UXU$*V/OVHV?VDWaMW]WP XB^X8XSXE.Y?tY%YY+Y#Z7BZ<zZ+ZZNZDN[5[>[=\:F\1\&\"\/\$-]+R]%~];].];^-K^Uy^.^0^/_#B_Uf_7_/_C$`Ih`E`A`E:a@3!nO8uL_#X9) Z 7,:`$Q k+oTD& /iPq;"[lG0p*m2J%fe~aU}<(?4Ms'BWV^C j b=SxKcwgFH]Az|Yy>.REIt1h{Nd-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld Warning: Group with ID %jd does not exist. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorinvalid IDinvalid numberlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser.HEAD.ru Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-03-31 22:24+0300 Last-Translator: Andrew Martynov Language-Team: Russian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit %s не имеет уровня gid. %s не имеет домашнего каталога. %s не авторизован для изменения finger информации о %s Учетная запись действительна до: %s Ошибка создания учетной записи: %s. Учетная запись заблокирована. Учетная запись не заблокирована. Ошибка аутентификации для %s. -L и -U указаны одновременно. Не могу установить контекст по умолчанию для /etc/passwd Изменение информации finger для %s. Изменение пароля пользователя %s. Изменение оболочки для %s Копирование структуры пользователя: ошибка Cyrus SASL при создании пользователя: %sОшибка SASL при удалении пользователя: %sИмена стандартных атрибутов пользователя: Стандартные классы объекта пользователя: Адрес E-MailЗапись не найдена Ошибка смены владельца `%s': %sОшибка создания %s: %s. Ошибка создания `%s': %sОшибка создания учетной записи для `%s': неверный формат строки. Ошибка создания группы `%s': %s Ошибка создания группы для `%s' с GID %jd: %s Ошибка создания домашнего каталога для %s: %s Ошибка создания почтовой очереди для %s. Ошибка создания почтовой очереди. Ошибка создания учетной записи пользователя %s: %s Ошибка при инициализации %s: %s. Ошибка инициализации %s: %s. Ошибка инициализации PAM. Ошибка поиска %s: %s Ошибка перемещения %s в %s: %s. Ошибка открытия `%s': %s Ошибка разбора аргументов: %s. Ошибка чтения `%s': %sОшибка удаления %s: %s. Ошибка удаления `%s': %sОшибка установки начального пароля для %s: %s Ошибка установки пароля для группы %s: %s. Ошибка установки пароля для пользователя %s: %s. Ошибка записи `%s': %sОшибка сброса привилегий. Ошибка изменения информации о сроках для %s: %s Ошибка установки пароля для группы %s: %s Ошибка установки пароля для пользователя %s: %s. Информация finger изменена. Информация finger не изменена: ошибка ввода. Информация finger не изменена: %s. Полное имяПолучение стандартных атрибутов пользователя: ИмяГруппа %jd не существует Группа %s не может быть удалена: %s Группа %s не может быть удалена: %s. Группа %s не может быть заблокирована: %s Группа %s не может быть изменена: %s Группа %s не может быть изменена: %s. Группа %s не может быть разблокирована: %s Группа %s не существует. Ошибка создания группы: %s Группа c GID %jd не имела имени. Домашний телефонПуть к домашнему каталогу `%s' не является абсолютнымНеактивных: %ld Внутренняя ошибка PAM `%s'. Внутренняя ошибка. Неверен идентификатор %s Неверное значение по умолчанию для поля %s: %sНеверен ID группы %s Неверен ID пользователя %s Kerberos Admin PrincipalПароль Kerberos для Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordАвторизованный пользователь LDAP SASLПользователь LDAP SASLLDAP Search Base DNИмя сервера LDAPПоследнее изменение: %s Максимум: %ld Минимум: %ld НикогдаНовая оболочкаНовый парольНовый пароль (подтвердите)Не указано имя группы, нет имени для gid %d. Не указано имя группы, используется %s. Не указано имя группы. Не существует группы с GID %jd, не удаляется. Нет нового домашнего каталога для %s. Нет старого домашнего каталога для %s. Имя пользователя не указано, нет имени для uid %d. Имя пользователя не указано, используется %s. Имя пользователя не указано. ОфисСлужебный телефонДействие пароля завершается: %s Пароль не активен: %s Изменение пароля отменено. Пароль изменен. Пароли не совпадают, попробуйте еще раз. Запрос выполнен неудачно. Запрос выполнен удачно. Отказ в создании учетной записи с UID 0. Поиск группы с именем %s. Поиск группы с номером %jd. Поиск пользователя с именем %s. Поиск пользователя с номером %jd. Оболочка изменена. Оболочка не изменена: %s ФамилияАутентификация неизвестного пользователя. Неизвестный пользовательский контекстПользователь %s не может быть удален: %s. Пользователь %s не может быть заблокирован: %s. Пользователь %s не может быть изменен: %s. Пользователь %s не может быть разблокирован: %s. Пользователь %s не существует. Пользователь не совпадает. Предупреждение: %ld Предупреждение: Группа с номером %jd не существуетю. [ПАРАМЕТР...][ПАРАМЕТР...] [пользователь][ПАРАМЕТР...] группа[ПАРАМЕТР...] пользовательдоступ запрещенрезервный файл `%s' существует и не является обычным файломнесоответствие размера файла резервной копииневерный ID пользователя/группыневерное имя пользователя/группыфайл конфигурации `%s' слишком великневозможно подключиться к серверу LDAPневозможно подключиться к серверу LDAP, первая попытка - `%s': %sневозможно согласовать TLS с сервером LDAPневозможно открыть файл конфигурации `%s': %sневозможно прочитать файл конфигурации `%s': %sневозможно установить протокол LDAP для версии %dневозможно получить информацию о файле конфигурации `%s': %sневозможно определить контекст безопасности для `%s': %sневозможно получить контекст безопасности по умолчанию: %sневозможно получить контекст безопасности для `%s': %sневозможно открыть `%s': %sневозможно прочитать из `%s': %sневозможно задать значение контекста безопасности по умолчанию `%s': %sневозможно получить сведения о `%s': %sневозможно записать в `%s': %sданные не найдены в файлесущность не имеет атрибута %sсущность не имеет атрибутов %s или %sобъект не имеет атрибута %sструктура не имеет атрибутов %s или %sсущность была создана без атрибутов %s или %sзапись уже существует в файлеerror connecting to the kadm5 server for service `%s' in realm `%s': %sошибка создания `%s': %sошибка создания записи каталога LDAP: %sошибка создания домашнего каталога для пользователяошибка создания почтовой очереди для пользователяошибка при шифровании пароляошибка инициализации Cyrus SASL: %sошибка инициализации библиотеки kerberosошибка инициализации библиотеки ldapошибка загрузки модуляошибка блокировки файлаошибка блокировки файла: %sошибка изменения атрибутов терминалаошибка изменения записи каталога LDAP: %sошибка перемещения домашнего каталога для пользователяошибка открытия файлаошибка обработки имени пользователя `%s' для kerberosошибка чтения файлаошибка чтения с терминалаошибка чтения информации для `%s' из kerberosошибка чтения атрибутов терминалаошибка удаления записи каталога LDAP: %sошибка удаления домашнего каталога для пользователяошибка удаления почтовой очереди для пользователяошибка переименования записи каталога LDAP: %sошибка определения символа в модулеошибка установки пароля для `%s'ошибка установки пароля в каталоге LDAP для %s: %sошибка установки атрибутов терминалаошибка получения параметров файлаошибка записи в файлобщая ошибкагруппа %jd не имеет именигруппа %s не имеет GIDгруппа не имеет имени и кода UIDвнутренняя ошибка инициализацииневерный идентификаторневерный номернесоответствие версии модуля и библиотекив модуле `%s' не определено значение `%s'модуль запрещен в настройкахнесоответствие версии модуля в `%s'имя содержит управляющие символыимя содержит неверный символ `%c'имя содержит не-ASCII символыимя содержит пробелыимя не установленоимя слишком длинное (%zu > %d)имя слишком короткоимя начинается с дефисане найден атрибут `%s'нет функции инициализации %s в `%s'нет файла shadow -- запрещенонет такого объекта в каталоге LDAPнедостаточно привилегийвыполняется без привилегий суперпользователяобъект не имел атрибута %sобъект не имеет атрибута %sвыполненонеизвестная ошибкапри разблокировании поле пароля будет очищенопользователь %jd не имеет именипользователь %s не имеет UIDпользователь не имеет имени и кода UIDобъект пользователя не имеет атрибута %sобъект пользователя был создан без `%s'ID пользователя/группы используетсяимя пользователя/группы используетсяlibuser-0.56.9.dfsg.1.orig/po/da.gmo0000644000175000017500000004461110777230761015116 0ustar gheghe% `a"5  8W*r$""1Ts <@/_)"' ;Wp *#)N(x.((,U.r$ ! "#:!^#$#." Q\k%% 3 BOb    -#Bf,,";T [h~#' 4!Su "!8#Z#~    1) [ u  $  8 (!*@!*k!)!*!)!","1H"z""""!"!#+"#.N#}#G##)#&%$"L$o$!$#$$$%%&.%(U%$~%%)%%%0&!@&'b&&&'& &&3'!N'p'' '''"''( 3( T(u( (("(()")>)P)j)%)#) ))'*+*F*a* i*-w***"**$+5+J+aa+,,5,3-"G-j-{-$--4-# .-.J.a.,{.+.$.$. /,/&D/k//L/'/5 00V0'0 0.001>1[1$w11%11124=24r24222433M343313%4 +4#64 Z4e4!4"4 4!4" 5#,5P5%l5-55 55 56%686N6d6(}66 6666 7727G7 V7d7k7t7767*7738 S8$t868)889 919K9$e99&999'9!&: H:!i: ::: :::";!4;"V;$y;;#;;;;<-<D<@S<;<< <"= 4=>U=(=+=+=.>@D>9>>><>"4?W?v??)?$?2?5/@e@K@@.@/ A)PA"zA%A+A%AB3BLB*iB.B-BB1 C;CTC6sC(C/C.D42D#gD)D:D(DE4E NE[EzE'EE5E F#)FMFeF"F"FFFFG G?G#ZG%~G(G G'G H7H UH aH-mHHH'H'H&"III hI$ ):-H`IKGpU%;tg0D3jT"=]h,d>[?x1!8k^V@oylfY|2{ZN+W (QCzSPn9si5.6aJm&}M*w7bu X'eAv OcFBL \/q #E<4r_R~%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: da Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2007-04-15 10:10+0200 Last-Translator: Keld Simonsen Language-Team: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.10.2 %s havde ikke gid-nummer. %s havde intet hjemmekatalog. %s er ikke godkendt til at ændre finger-info for %s Konto udløber: %s Fejl ved oprettelse af konto: %s. Konto er låst. Konto er ikke låst. Autentificering mislykkedes for %s. Både -L og -U specificeret. Kin ikke sætte standard-omgivelser for /etc/passwd Ændrer finger-information for %s. Ændrer adgangskode for %s. Ændrer skál for %s. Kopierer brugerstruktur: Cyrus SASL fejl ved oprettelse af bruger: %sCyrus SASL fejl ved fjernelse af bruger: %sStandardnavn for brugerattributter: Standardklasser for brugerobjekter: E-postadresseOpføring ikke fundet. Fejl ved ændring af ejer for '%s': %sFejl ved oprettelse af %s: %s. Fejl ved oprettelse af `%s': %sFejl under opretelse af konto for '%s': linjen er ikke rigtigt formatteret. Fejl ved oprettelse af gruppe '%s': %s Fejl ved oprettelse af gruppe for %s med GID %jd: %s Fejl ved oprettelse af hjemmekatalog for %s: %s Fejl ved oprettelse af postkø for %s. Fejl ved oprettelse af postkø. Fejl ved oprettelse af brugerkonto for %s: %s Fejl ved initiering af %s: %s Fejl ved initiering af %s: %s. Fejl ved initiering af PAM. Fejl ved opslag af %s: %s. Fejl ved flytning af %s til %s: %s. Fejl ved åbning af `%s': %s. Fejl ved tolkning af argumenter: %s. Fejl ved læsning af `%s': %sFejl ved fjernelse af %s: %s. Fejl ved fjernelse af `%s': %sFejl ved sætning af første adgangskode for %s: %s fejl ved sætning af adgangskode for gruppe %s: %s. Fejl ved sætning af adgangskode for bruger %s: %s. Fejl ved skrivning `%s': %sKunne ikke fjerne rettigheder. Fejl ved ændring af aldringsinformation for %s: %s Fejl ved sætning af adgangskode for gruppe %s: %s Fejl ved sætning af adgangskode for bruger %s: %s. Finger-information ændret. Finger-information ikke ændret: fejl i inddata. Finger-information ikke ændret: %s. Fulde navnHenter standard brugerattributter: Givet navnGruppe %jd eksisterer ikke Gruppe %s kunne ikke slettes: %s Gruppe %s kunne ikke slettes: %s. Gruppe %s kunne ikke låses: %s Gruppe %s kunne ikke ændres: %s Gruppe %s kunne ikke ændres: %s. Gruppe %s kunne ikke låses op: %s Gruppe %s eksisterer ikke. Oprettelse af gruppe mislykkedes: %s Gruppe med GID %jd havde ikke et gruppenavn. Telefon, hjemmeInaktiv: %ld Intern PAM-fejl '%s'. Intern fejl. Ugyldig ID %s Ugyldig standardværdi af felt %s: %sUgyldig gruppe-ID %s Ugyldig bruger-ID %s Kerberos Admin PrincipalKerberos-adgangskode for Admin PrincipalKerberos-områdeLDAP Bind DNLDAP Bind-adgangskodeLDAP SASL-autorisationsbrugerLDAP SASL-brugerLDAP søge-basis DNNavn på LDAP-tjenerSidste ændring: %s Maksimum: %ld Minimum: %ld AldrigNy skálNy adgangskodeNy adgangskode (bekræft)Intet gruppenavn specificeret, intet navn for gid %d. Intet gruppenavn specificeret, bruger %s. Intet gruppenavn specificeret. Ingen gruppe med GID %jd eksisterer, fjerner ikke. Intet nyt hjemmekatalog for %s. Intet gammelt hjemmekatalog for %s. Intet brugernavn specificeret, intet navn for uid %d. Brugernavn ikke specificeret, bruger %s. Brugernavn ikke specificeret. KontorTelefon, arbejdeAdgangskode udløber: %s Adgangskode inaktivt: %s Ændring af adgangskode annulleret. Adgangskode ændret. Adgangskoder er ikke ens, prøv igen. Forespørgsler mislykkedes. Forespørgsler lykkedes. Nægter oprettelse af konto med UID 0. Søger efter gruppe med navn %s. Søger efter gruppe med ID %jd. Søger efter bruger ved navn %s. Søger efter bruger med ID %jd. Skál ændret. Skál ikke ændret: %s Efternavnukendt bruger godkendt. ukendte bruger-omgivelserBruger %s kunne ikke slettes: %s. Bruger %s kunne ikke låses: %s. Bruger %s kunne ikke ændres: %s. Bruger %s kunne ikke låses op: %s. Bruger %s eksisterer ikke. Manglende bruger-overensstemmelse. Advarsel: %ld [ALTERNATIV...][ALTERNATIV...] [bruger][ALTERNATIV...] gruppe[ALTERNATIV...] brugeradgang nægtetsikkerhedskopifilen '%s' eksisterer og er ikke en almindelig filuoverensstemmelse med filstørrelse for sikkerhedskopieringforkert bruger- eller gruppe-idforkert bruger- eller gruppenavnkonfigurationsfil `%s' er for storkunne ikke binde til LDAP-tjenerkunne ikke binde til LDAP-tjener, første forsøg som '%s': %skunne ikke forhandle TLS med LDAP-tjenerkunne ikke åbne konfigurationsfil `%s': %skunne ikke læse konfigurationsfil `%s': %skunne ikke sætte LDAP-protokol til version %dkunne ikke få stat()-oplysninger på konfigurationsfil `%s': %skunne ikke få fat på sikkerheds-omgivelser til `%s': %skunne ikke åbne `%s': %skunne ikke læse fra `%s': %skunne ikke sætte standard sikkerhedsomgivelser til `%s': %skunne ikke køre stat på `%s': %skunne ikke skrive til `%s': %sdata ikke fundet i filentiteten har ingen %s-attributentitet har ingen %s eller %s-attributterentitetsobjekt har ingen %s-attributentitetsstruktur har ingen %s eller %s-attributterentiteten blev oprettet uden %s- eller %s-attributteropføringen er allerede i filenfejl ved tilkobling til kadm5-tjeneren for tjeneste `%s' i område `%s': %sfejl ved oprettelse af `%s': %sfejl ved oprettelse af LDAP-katalogindgang: %sFejl ved oprettelse af hjemmekatalog for brugerFejl ved oprettelse af postkø for brugerfejl ved kryptering af adgangskodefejl ved initiering af Cyrus SASL: %sfejl ved initiering af kerberos-biblioteketfejl ved initiering af ldap-bibliotekfejl ved indlæsning af modulfejl ved låsning af filfejl ved låsning af fil: %sFejl ved behandling af terminal-egenskaberfejl ved ændring af LDAP-katalogopføring: %sFejl ved flytning af hjemmekatalog for brugerfejl ved åbning af filfejl ved læsning af brugernavn `%s' for kerberosfejl ved læsning af filfejl ved læsning fra terminalfejl ved læsning af information for `%s' fra kerberosfejl ved læsning af terminal-egenskaberfejl ved fjernelse af LDAP-katalogopføring: %sFejl ved fjernelse af hjemmekatalog for brugerfejl ved ændring af navn på LDAP-katalogindgang %sFejl ved løsning af symbol i modulfejl ved sætning af adgangskode for `%s'Fejl ved sætning af adgangskode i LDAP-katalog for %s: %sfejl ved sætning af terminal-egenskaberfejl ved oplysning på filfejl ved skrivning af filgenerel fejlGruppe %jd har ikke noget navngruppe %s har ingen GIDgruppe har hverken et navn eller en GIDintern fejl ved initieringuoverensstemmelse med version i bibliotek eller modulmodeul %s definerer ikke '%s'modul deaktiveret i konfigurationengal modulversion i `%s'Navn indeholder kontroltegnnavn indeholder ugyldigt tegn '%c'Navn indeholder tegn udenfor ASCIINavn indeholder blanktegnNavn er ikke satnavn er for langt (%zu > %d)navn er for kortnavn starter med en bindestregingen `%s'-attribut fundetingen initieringsfunktion %s i `%s'ingen skyggefil findes -- deaktivereringen sådanne objekter i LDAP-katalogetikke tilstrækkelige privilegierkører ikke med superbruger-privilegierobjektet havde ingen %s-attributobjektet har ikke attribut %sproblemfritukendt fejloplåsning ville gøre adgangskodefeltet tomtbruger %jd har ikke noget navnbruger %s har ingen UIDbruger har hverken et navn eller en UIDbruger-objektet havde ingen %s-attributbrugerobjektet blev oprettet uden `%s'bruger- eller gruppe-id i brugbruger- eller gruppe-navn i bruglibuser-0.56.9.dfsg.1.orig/po/gu.po0000644000175000017500000011307210777230756015003 0ustar gheghe# translation of libuser.tip.gu.po to Gujarati # This file is distributed under the same license as the PACKAGE package. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. # # Ankit Patel , 2004, 2005, 2006, 2007, 2008. msgid "" msgstr "" "Project-Id-Version: libuser.tip.gu\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-03-11 16:56+0530\n" "Last-Translator: Ankit Patel \n" "Language-Team: Gujarati \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" "\n" "\n" "\n" "\n" "\n" "\n" "\n" "\n" "\n" "\n" "\n" "\n" "\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "ઘર ડિરેક્ટરી પાથ `%s' ચોક્કસ નથી" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "`%s' વાંચવામાં ભૂલ: %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "`%s' બનાવવામાં ભૂલ: %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "`%s' નો માલિક બદલવામાં ભૂલ: %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "`%s' લખવામાં ભૂલ: %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "`%s' દૂર કરવામાં ભૂલ: %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "ખાસ ફાયદાઓ છોડી મૂકવામાં નિષ્ફળ.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "આંતરિક ભૂલ.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s એ %s ફીંગર જાણકારી બદલવા માટે સત્તાધિકારીત નથી\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "અજ્ઞાત વપરાશકર્તા સંદર્ભ" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "/etc/passwd માટે મૂળભૂત સંદર્ભ સુયોજિત કરી શકતા નથી\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "PAM નો પ્રારંભ કરવામાં ભૂલ.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "%s માટેનું સત્તાધિકરણ નિષ્ફળ.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "આંતરિક PAM ભૂલ `%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "અજ્ઞાત વપરાશકર્તા સત્તાધિકારીત થયો.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "વપરાશકર્તા બંધબેસતો નથી.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[OPTION...] વપરાશકર્તા" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "દલીલોનું પદચ્છેદ કરવામાં ભૂલ: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "કોઈ વપરાશકર્તા નામ સ્પષ્ટ કરેલ નથી.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "%s નો પ્રારંભ કરવામાં ભૂલ: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "વપરાશકર્તા %s અસ્તિત્વમાં નથી.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "ખાતાને તાળું લગાવાયેલ છે.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "ખાતાને તાળું લગાવાયેલ નથી.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "ન્યુનતમ:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "મહત્તમ:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "ચેતવણી:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "અસક્રિય:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "ક્યારેય નહિં" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "છેલ્લો ફેરફાર:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "પાસવર્ડની મર્યાદા પૂરી થાય છે:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "પાસવર્ડ નિષ્ક્રિય છે:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "ખાતાની મર્યાદા પૂરી થાય છે:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "%s માટેની એજીંગ જાણકારી સુધારવામાં નિષ્ફળ: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[OPTION...] [user]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "કોઈ વપરાશકર્તા નામ સ્પષ્ટ કરેલ નથી, uid %d માટે કોઈ નામ નથી.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "%s માટેની ફીંગર જાણકારી બદલી રહ્યા છીએ.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "પૂરું નામ" #: apps/lchfn.c:154 msgid "Surname" msgstr "અટક" #: apps/lchfn.c:169 msgid "Given Name" msgstr "આપેલ નામ" #: apps/lchfn.c:179 msgid "Office" msgstr "ઓફિસ" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "ઓફિસનો ફોન" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "ઘરનો ફોન" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "ઈ-મેઈલ સરનામું" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "ફીંગર જાણકારી બદલાયેલ નથી: ઈનપુટ ભૂલ.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "ફીંગર જાણકારી બદલાયેલ છે.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "ફીંગર જાણકારી બદલાયેલ નથી: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "%s માટે શેલ બદલી રહ્યા છીએ.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "નવો શેલ" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "શેલ બદલાયેલ નથી: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "શેલ બદલાયેલ છે.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[OPTION...] જૂથ" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "કોઈ જૂથ નામ સ્પષ્ટ કરેલ નથી.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "અયોગ્ય જૂથ ID %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "જૂથ બનાવવામાં નિષ્ફળતા: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "જૂથ %s અસ્તિત્વમાં નથી.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "જૂથ %s કાઢી શકાયું નથી: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "બંને -L અને -U સ્પષ્ટ કરેલ છે.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "જૂથ %s માટે પાસવર્ડ સુયોજિત કરવામાં નિષ્ફળ: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "જૂથ %s ને તાળુ મારી શકાયું નહિં: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "જૂથ %s નું તાળુ ખોલી શકાયું નહિં: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "જૂથ %s સુધારી શકાયું નહિં: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "%s જોવામાં ભૂલ: %s\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "કોઈ જૂથ નામ સ્પષ્ટ કરેલ નથી, %s વાપરી રહ્યા છીએ.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "કોઈ જૂથ નામ સ્પષ્ટ કરેલ નથી, gid %d માટે કોઈ નામ નથી.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "કોઈ વપરાશકર્તા નામ સ્પષ્ટ કરેલ નથી, %s વાપરી રહ્યા છીએ.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[OPTION...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "`%s' ખોલવામાં ભૂલ: %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "`%s' માટે ખાતુ બનાવવામાં ભૂલ: લીટીનું બંધારણ અયોગ્ય રીતે ઘડાયેલ છે.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "અયોગ્ય વપરાશકર્તા ID %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "UID ૦ સાથે ખાતું બનાવવાનું નકારી રહ્યા છીએ.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "`%s' માટે GID %jd સાથે જૂથ બનાવવામાં ભૂલ: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "%s માટે પ્રારંભિક પાસવર્ડ સુયોજિત કરવામાં ભૂલ: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "%s માટે ઘર ડિરેક્ટરી બનાવવામાં ભૂલ: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "%s માટે મેઈલની હરોળ બનાવવામાં ભૂલ.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "%s માટે ખાતા જાણકારી બનાવવામાં ભૂલ: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "%s માટે પાસવર્ડ બદલી રહ્યા છીએ.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "નવો પાસવર્ડ" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "નવો પાસવર્ડ (ખાતરી)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "પાસવર્ડો બંધબેસતા નથી, ફરીથી પ્રયત્ન કરો.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "પાસવર્ડ બદલવાનું નકારાઈ ગયું.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "વપરાશકર્તા %s માટે પાસવર્ડ સુયોજિત કરવામાં ભૂલ: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "જૂથ %s માટે પાસવર્ડ સુયોજિત કરવામાં ભૂલ: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "પાસવર્ડ બદલાઈ ગયેલ છે.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "જૂથ %jd અસ્તિત્વમાં નથી\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "જૂથ `%s' બનાવવામાં ભૂલ: %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "ખાતું બનાવવામાં નિષ્ફળ: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "%s બનાવવામાં ભૂલ: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "મેઈલ હરોળ બનાવવામાં ભૂલ.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "વપરાશકર્તા %s કાઢી શકાયો નથી: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s એ gid સંખ્યા આપતું નથી.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "GID %jd વાળું કોઈ જૂથ અસ્તિત્વમાં નથી, દૂર કરતા નથી.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "GID %jd વાળા જૂથ પાસે કોઈ કોઈ જૂથ નામ નથી.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "જૂથ %s કાઢી શકાયું નથી: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s પાસે ઘર ડિરેક્ટરી નથી.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "%s દૂર કરવામાં ભૂલ: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "વપરાશકર્તા %s માટે પાસવર્ડ સુયોજિત કરવામાં નિષ્ફળ: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "વપરાશકર્તા %s ને તાળુ મારી શકાયું નથી: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "વપરાશકર્તા %s ને તાળુ ખોલી શકાયું નહિં: %s.\n" #: apps/lusermod.c:221 #, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "ચેતવણી: ID %jd સાથેનું જૂથ અસ્તિત્વમાં નથી.\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "વપરાશકર્તા %s સુધારી શકાયો નહિં: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "જૂથ %s સુધારી શકાયું નહિં: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "%s માટે કોઈ જૂની ઘર ડિરેક્ટરી નથી.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "%s માટે કોઈ નવી ઘર ડિરેક્ટરી નથી.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "%s ને %s માં ખસેડતી વખતે ભૂલ: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "રુપરેખાંકન ફાઈલ `%s' ખોલી શક્યા નહિં: %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "રુપરેખાંકન ફાઈલ `%s' કહી શક્યા નહિં: %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "રુપરેખાંકન ફાઈલ `%s' ખૂબ મોટી છે" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "રુપરેખાંકન ફાઈલ `%s' વાંચી શક્યા નહિં: %s" #: lib/error.c:38 msgid "success" msgstr "સફળતા" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "રુપરેખાંકન દ્વારા મોડ્યુલ નિષ્ક્રિય થઈ ગયેલ છે" #: lib/error.c:42 msgid "generic error" msgstr "સામાન્ય ભૂલ" #: lib/error.c:44 msgid "not enough privileges" msgstr "કોઈ પૂરતા ફાયદાકારક ક્ષેત્રો નથી" #: lib/error.c:46 msgid "access denied" msgstr "પરવાનગી નથી" #: lib/error.c:48 msgid "bad user/group name" msgstr "ખરાબ વપરાશકર્તા/જૂથ નામ" #: lib/error.c:50 msgid "bad user/group id" msgstr "ખરાબ વપરાશકર્તા/જૂથ id" #: lib/error.c:52 msgid "user/group name in use" msgstr "વપરાશકર્તા/જૂથ નામ વપરાશમાં છે" #: lib/error.c:54 msgid "user/group id in use" msgstr "વપરાશકર્તા/જૂથ id વપરાશમાં છે" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "ટર્મિનલની લાક્ષણિકતાઓ સુધારવામાં ભૂલ" #: lib/error.c:58 msgid "error opening file" msgstr "ફાઈલ ખોલવામાં ભૂલ" #: lib/error.c:60 msgid "error locking file" msgstr "ફાઈલને તાળુ મારવામાં ભૂલ" #: lib/error.c:62 msgid "error statting file" msgstr "ફાઈલની સ્થિતિ કહેવામાં ભૂલ" #: lib/error.c:64 msgid "error reading file" msgstr "ફાઈલ વાંચવામાં ભૂલ" #: lib/error.c:66 msgid "error writing to file" msgstr "ફાઈલમાં લખવામાં ભૂલ" #: lib/error.c:68 msgid "data not found in file" msgstr "ફાઈલમાં કોઈ માહિતી મળી નથી" #: lib/error.c:70 msgid "internal initialization error" msgstr "આંતરિક પ્રારંભિક ભૂલ" #: lib/error.c:72 msgid "error loading module" msgstr "મોડ્યુલ લાવવામાં ભૂલ" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "મોડ્યુલમાં સંજ્ઞા ઉકેલવામાં ભૂલ" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "લાઈબ્રેરી/મોડ્યુલની આવૃત્તિ બંધબેસતી નથી" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "તાળું ખોલવાનું પાસવર્ડ ક્ષેત્રને ખાલી બનાવે છે" #: lib/error.c:84 msgid "unknown error" msgstr "અજ્ઞાત ભૂલ" #: lib/misc.c:165 msgid "invalid number" msgstr "અયોગ્ય નંબર" #: lib/misc.c:179 msgid "invalid ID" msgstr "અયોગ્ય ID" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "કોઈ પ્રારંભ વિધેય %s નથી `%s' માં" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "`%s' માં મોડ્યુલની આવૃત્તિ બંધબેસતી નથી" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "મોડ્યુલ `%s' એ `%s' વ્યાખ્યાયિત કરતું નથી" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "ટર્મિનલની લાક્ષણિકતાઓ વાંચવામાં ભૂલ" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "ટર્મિનલની લાક્ષણિકતાઓ સુયોજિત કરવામાં ભૂલ" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "ટર્મિનલમાંથી વાંચવામાં ભૂલ" #: lib/user.c:191 msgid "name is not set" msgstr "નામ સુયોજિત નથી" #: lib/user.c:196 msgid "name is too short" msgstr "નામ ખૂબ નાનું છે" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "નામ ખૂબ લાંબુ છે (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "નામ બિન-ASCII અક્ષરો સમાવે છે" #: lib/user.c:215 msgid "name contains control characters" msgstr "નામ નિયંત્રક અક્ષરો સમાવે છે" #: lib/user.c:222 msgid "name contains whitespace" msgstr "નામ ખાલી જગ્યાઓ સમાવે છે" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "નામ હાયફન (~) થી શરૂ થાય છે" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "નામ અયોગ્ય અક્ષર `%c' સમાવે છે" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "વપરાશકર્તા %s ને કોઈ UID નથી" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "જૂથ %s ને કોઈ GID નથી" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "વપરાશકર્તા %jd ને કોઈ નામ નથી" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "જૂથ %jd ને કોઈ નામ નથી" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "વપરાશકર્તાને ક્યાં તો નામ કે UID નથી" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "જૂથને નહિં તો નામ કે GID છે" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "ક્ષેત્ર %s ની મૂળભૂત કિંમત અયોગ્ય છે: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "ફાઈલને તાળુ લગાવવામાં ભૂલ: %s" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "મૂળભૂત સુરક્ષા સંદર્ભ મેળવી શક્યા નહિં: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "`%s' નો સુરક્ષા સંદર્ભ મેળવી શક્યા નહિં: %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "`%s' માં મૂળભૂત સુરક્ષા સંદર્ભ સુયોજિત કરી શક્યા નહિં: %s" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "`%s' માટેનો સુરક્ષા સંદર્ભ નક્કી કરી શક્યા નહિં: %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' ખોલી શક્યા નહિં: %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s' ની સ્થિતિ કહી શક્યા નહિં: %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "`%s' બનાવવામાં ભૂલ: %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "બેકઅપ ફાઈલ `%s' અસ્તિત્વમાં છે અને એ નિયમિત ફાઈલ નથી" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "બેકઅપ ફાઈલ માપ બંધબેસતું નથી" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s' માંથી વાંચી શક્યા નહિં: %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "ફાઈલમાં પ્રવેશ પહેલાથી જ હાજર છે" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s' માં લખી શક્યા નહિં: %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "એન્ટીટી ઓબ્જેક્ટ પાસે કોઈ %s લક્ષણ નથી" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "પાસવર્ડ એનક્રિપ્ટ કરવામાં ભૂલ" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "શ્રેષ્ઠ વપરાશકર્તાની ફાયદાકારક સ્થિતિ સાથે નથી ચલાવી રહ્યા" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "કોઈ શેડો ફાઈલ હાજર નથી -- નિષ્ક્રિય કરી રહ્યા છીએ" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "kadm5 સર્વર સાથે `%s' સેવા માટે મનગમતા ક્ષેત્ર `%s' માં જોડાણ કરવામાં ભૂલ: %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "કર્બરોઝ લાઈબ્રેરીનો પ્રારંભ કરવામાં ભૂલ" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "કર્બરોઝ માટે વપરાશકર્તા નામ `%s' નું પદચ્છેદ કરવામાં ભૂલ" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "એન્ટીટી સંરચના પાસે કોઈ %s અથવા %s લક્ષણો નથી" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "એન્ટીટી પાસે કોઈ %s અથવા %s લક્ષણો નથી" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "એન્ટીટી કોઈ %s અથવા %s લક્ષણો સાથે બની નથી" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "કર્બરોઝમાંથી `%s' માટે જાણકારી વાંચવામાં ભૂલ" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "એન્ટીટી પાસે કોઈ %s લક્ષણ નથી" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "`%s' માટે પાસવર્ડ સુયોજિત કરવામાં ભૂલ" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "કર્બરોઝનું મનગમતું ક્ષેત્ર" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "કર્બરોઝનો સંચાલન નિયમ" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "સંચાલન નિયમ માટે કર્બરોઝ પાસવર્ડ" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "ldap લાઈબ્રેરીનો પ્રારંભ કરવામાં ભૂલ" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "LDAP પ્રોટોકોલને આવૃત્તિ %d સાથે સુયોજિત કરી શક્યા નહિં" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "TLS ને LDAP સર્વર સાથે અવગણી શક્યા નહિં" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "LDAP સર્વરમાં જોડાણ કરી શક્યા નહિં" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "LDAP સર્વરમાં જોડાણ કરી શક્યા નહિં, `%s' ને પ્રથમ વાર લેતાં: %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "વપરાશકર્તા ઓબ્જેક્ટ પાસે કોઈ %s લક્ષણ નહતું" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "વપરાશકર્તા ઓબ્જેક્ટ કોઈ `%s' સાથે બન્યું નહતું" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "LDAP ડિરેક્ટરી પ્રવેશ બનાવવામાં ભૂલ: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "LDAP ડિરેક્ટરી પ્રવેશ સુધારવામાં ભૂલ: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "LDAP ડિરેક્ટરી પ્રવેશનું નામ બદલવામાં ભૂલ: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "ઓબ્જેક્ટ પાસે કોઈ %s લક્ષણ નહતું" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "LDAP ડિરેક્ટરી પ્રવેશ દૂર કરવામાં ભૂલ: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "ઓબ્જેક્ટ પાસે કોઈ %s લક્ષણ નથી" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "LDAP ડિરેક્ટરીમાં આવો કોઈ ઓબ્જેક્ટ નથી" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "કોઈ `%s' લક્ષણ મળ્યું નથી" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "LDAP ડિરેક્ટરીમાં %s માટે પાસવર્ડ સુયોજિત કરવામાં ભૂલ: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "LDAP સર્વર નામ" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP શોધનો આધાર DN" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP બાઈન્ડ DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP બાઈન્ડ પાસવર્ડ" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL વપરાશકર્તા" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL સત્તાધિકરણ વપરાશકર્તા" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "વપરાશકર્તા બનાવવામાં Cyrus SASL ભૂલ: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "વપરાશકર્તા દૂર કરવામાં Cyrus SASL ભૂલ: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "Cyrus SASL નો પ્રારંભ કરવામાં ભૂલ: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "વપરાશકર્તા માટે ઘર ડિરેક્ટરી બનાવવામાં ભૂલ" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "વપરાશકર્તા માટે ઘર ડિરેક્ટરી દૂર કરવામાં ભૂલ" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "વપરાશકર્તા માટે ઘર ડિરેક્ટરી ખસેડવામાં ભૂલ" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "વપરાશકર્તા માટે મેઈલ હરોળ બનાવવામાં ભૂલ" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "વપરાશકર્તા માટે મેઈલ સ્પુલ દૂર કરતી વખતે ભૂલ" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "%s નો પ્રારંભ કરવામાં ભૂલ: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "અયોગ્ય ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "ID %jd વાળા જૂથ માટે શોધ કરી રહ્યા છીએ.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "%s નામવાળા જૂથ માટે શોધ કરી રહ્યા છીએ.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "ID %jd વાળા વપરાશકર્તા માટે શોધ કરી રહ્યા છીએ.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "%s નામવાળા વપરાશકર્તા માટે શોધ કરી રહ્યા છીએ.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "પ્રવેશ મળ્યો નથી.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "પ્રોમ્પ્ટ કરવામાં સફળતા મળી.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "પ્રોમ્પ્ટ કરવામાં નિષ્ફળ.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "મૂળભૂત વપરાશકર્તા ઓબ્જેક્ટ વર્ગો:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "મૂળભૂત વપરાશકર્તા લક્ષણોના નામો:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "મૂળભૂત વપરાશકર્તા લક્ષણો મેળવી રહ્યા છીએ:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "વપરાશકર્તા સંરચનાની નકલ કરી રહ્યા છીએ:\n" libuser-0.56.9.dfsg.1.orig/po/sk.gmo0000644000175000017500000004713010777230761015146 0ustar gheghe,3< "(5K*$Ej""9H Z{</)7"a'1Mf*)( I`.|((.$I n!x "#!#($L#q. (-<Vg%v%  3P_s    -#7,Q~," % ,9Of#'!$F d"! #+ #O s  +   ! !1&!X!r!!$!!8!("*="*h")"*"0")#)C#m##1###$$!6$!X$+z$.$$G$;%)S%&}%"%%!%#&'&G&\&o&&&(&$&&)'8'K'0g'!'''&'" (',( T(u(3(!((( )#)9)"M)p) ))) ) ) * **K*"k*******%+#=+ a++'++++ +- ,:,O,"b,,$,,,m,d.|.6.../$/%=/c/</"///( 03606j0/0/0 11#&1J1i1L1'151732<k252;2 3!;3]3x3 33#33!4!948[4148445/45,d545"525(6 E61P6 66&6'6'6%7&D7'k777'772858F8`8q8/8888%9+9<9P9-g99 999 9 :: : #:/:.G:+v::.:(:);<B;2;$;;;;<$<<<%M<s<<#<#<!<*=(-=V=g= }=0==-=->,5>.b>>>>%> ??,?@?Z?:o?+?? ?.@&E@@l@,@5@8A2IA<|A:A>A63BjB!BFB#B#C!;C]C"vCC.C1CDJ:DD1D>DFE\E'xE+E'EEF.F5NF-F>FF8GGG cG5G)G4GAH<[H5H2H%I8'I,`I#IIIIIJ2J PJ#]J$JJ(J!J K!)K)KKuKK!KKKK%L1;L$mLL+LLL MM)#MMM"jM$M'M-M&N(/N@3!nO8uL_#X9) Z 7,:`$Q k+oTD& /iPq;"[lG0p*m2J%fe~aU}<(?4Ms'BWV^C j b=SxKcwgFH]Az|Yy>.REIt1h{Nd-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld Warning: Group with ID %jd does not exist. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorinvalid IDinvalid numberlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-03-23 13:38+0100 Last-Translator: Marek Mahut Language-Team: Slovak MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit %s nemala číslo gid. %s nemal domovský adresár. %s nemá oprávnenie meniť finger informácie pre %s Platnosť konta vyprší: %s Vytváranie konta zlyhalo: %s. Konto je zamknuté. Konto nie je zamknuté. Overenie totožnosti zlyhalo pre %s. Boli zadané obidve -L a -U. Nepodarilo sa nastaviť predvolený kontext pre /etc/passwd Mením finger informácie pre %s. Mením heslo pre %s. Mením shell pre %s. Kopírujem štruktúrup používateľa: Cyrus SASL chyba pri vytváraní používateľa: %sCyrus SASL chyba pri odstraňovaní používateľa: %sŠtandardné názvy príznakov používateľa: Štandardné objektové triedy používateľa: E-mail adresaPoložka nenájdená. Chyba pri zmene vlastníka `%s': %sChyba pri vytváraní %s: %s. Chyba pri vytváraní `%s': %sChyba pri vytváraní konta pre `%s': riadok je nesprávne naformátovaný. Chyba pri vytváraní skupiny `%s': %s Chyba pri vytváraní skupiny pre `%s' s GID %jd: %s Chyba pri vytváraní domovského adresára pre %s: %s Chyba pri vytváraní odkladacieho priestoru pošty pre %s. Chyba pri vytváraní odkladacieho priestoru pošty. Chyba pri vytváraní používateľského konta pre %s: %s Chyba pri inicializácii %s: %s Chyba pri inicializácii %s: %s. Chyba inicializácie PAM. Chyba pri uzamykaní %s: %s Chyba pri presune %s do %s: %s. Chyba pri otváraní `%s': %s. Chyba pri analýze parametrov: %s. Chyba pri čítaní `%s': %sChyba pri odstraňovaní %s: %s. Chyba pri odstraňovaní `%s': %sChyba pri nastavovaní počiatočného hesla pre %s: %s Chyby pri nastavovaní hesla pre skupinu %s: %s. Chyba pri nastavovaní hesla pre používateľa %s: %s. Chyba pri zápise `%s': %sZlyhalo zahodenie práv. Zlyhala úprava informácií o veku pre %s: %s Zlyhalo nastavenie hesla pre skupinu %s: %s Zlyhalo nastavenie hesla pre používateľa %s: %s. Finger informácie boli zmenené. Finger informácie neboli zmenené: chyba vstupu. Finger informácie neboli zmenené: %s. Celé menoZískavam štandardné príznaky používateľa: Krstné menoSkupina %jd neexistuje Skupina %s nemohla byť vymazaná: %s Skupina %s nemohla byť vymazaná: %s. Skupina %s nemohla byť uzamknutá: %s Skupina %s nemohla byť zmenená: %s Skupina %s nemohla byť zmenená: %s. Skupina %s nemohla byť odomknutá: %s Skupina %s neexistuje. Vytvorenie skupiny zlyhalo: %s Skupina s GID %jd nemala meno skupiny. Telefón domovCesta k domácemu adresáru `%s' nie je absolútnaNeaktívne: %ld Interná chyba PAM `%s'. Interná chyba. Neplatné ID %s Nesprávna štandardná hodnota položky %s: %sNeplatné ID skupiny %s Neplatné ID používateľa %s Kerberos vedúci správcaKerberos heslo pre vedúceho správcuKerberos oblasťLDAP DN pripájaniaLDAP heslo pripájaniaLDAP SASL udelenie oprávnenia používateľaLDAP SASL používateľLDAP DN vyhľadávacej základneMeno servera LDAPPosledná zmena: %s Maximum: %ld Minimum: %ld NikdyNový shellNové hesloNové helso (potvrdiť)Nebolo zadané meno skupiny, gid %d bez mena. Nebolo zadané meno skupiny, použijem %s. Nebolo zadané meno skupiny. Neexistuje skupina s GID %jd, neodstraňujem. Nie je nový domovský adresár pre %s. Nie je starý domovský adresár pre %s. Nebolo zadané meno používateľa, nie je meno pre uid %d. Nebolo zadané meno používateľa, použijem %s. Nebolo zadané meno používateľa. ÚradTelefón do úraduPlatnosť hesla vyprší: %s Heslo neaktívne: %s Zmena hesla zrušená. Heslo zmenené. Heslá sa nezhodujú, skúste znova. Výzvy zlyhali. Výzvy úspešné. Zamietam vytvorenie konta s UID 0. Vyhľadávanie skupiny s menom %s. Vyhľadávanie skupiny s ID %jd. Vyhľadávanie používateľa s menom %s. Vyhľadávanie používateľa s ID %jd. Shell zmenený. Shell nezmenený: %s PriezviskoOverená totožnosť neznámeho používateľa. Neznámy kontext používateľaPoužívateľ %s nemohol byť vymazaný: %s. Používateľ %s nemohol byť zamknutý: %s. Používateľ %s nemohol byť zmenený: %s. Používateľ %s nemohol byť odomknutý: %s. Používateľ %s neexistuje. Používateľ sa nezhoduje. Upozornenie: %ld Upozornenie: Skupina %jd neexistuje. [VOĽBA...][VOĽBA...] [používateľ][VOĽBA...] skupina[VOĽBA...] používateľprístup odmietnutýzálohový súbor `%s' existuje a nie je to bežný súborveľkosť záložného súboru nezodpovedázlé id používateľa/skupinyzlé meno používateľa/skupinykonfiguračný súbor `%s' je príliš veľkýnepodarilo sa pripojiť k LDAP serverunepodarilo sa pripojiť k LDAP serveru, prvý pokus ako `%s': %snepodarilo sa dohodnúť TLS s LDAP serveromnepodarilo sa otvoriť konfiguračný súbor `%s': %snepodarilo sa prečítať konfiguračný súbor `%s': %snepodarilo sa nastaviť LDAP protokol na verziu %dnepodarilo sa zistiť stav konfiguračného súboru `%s': %snepodarilo sa získať bezpečnostný kontext pre `%s': %snepodarilo sa nastaviť predvolený bezpečnostný kontext: %snepodarilo sa získať bezpečnostný kontext `%s': %snepodarilo sa otvoriť `%s': %snepodarilo sa čítať z `%s': %snepodarilo sa nastaviť predvolený bezpečnostný kontext na `%s': %snepodarilo sa zistiť stav `%s': %snepodarilo sa zapísať do `%s': %súdaje neboli v súbore nájdenéentita nemá príznak %sentita nemá príznaky %s alebo %sobjekt entity nemá príznak %sštruktúra entity nemá príznaky %s alebo %sentita bola vytvorená bez príznakov %s alebo %spoložka už existuje v súborechyba pri pripájaní ku kadm5 serveru pre službu `%s' v oblasti `%s': %schyba pri vytváraní `%s': %schyba pri vytváraní položky LDAP adresára: %schyba pri vytváraní domovského adresára pre používateľachyba pri vytváraní odkladacieho priestoru pošty pre používateľachyba pri šifrovaní heslachyba pri inicializácii Cyrus SASL: %schyba pri inicializácii kerberos knižnicechyba pri inicializácii knižnice ldapchyba pri nahrávaní moduluchyba pri uzamykaní súboruchyba pri zamykaní súboru: %schyba pri zaobchádzaní s terminálovými príznakmichyba pri úprave položky LDAP adresára: %schyba pri presúvaní domovského adresára pre používateľachyba pri otváraní súboruchyba pri analýze mena používateľa `%s' pre kerberoschyba pri čítaní súboruchyba pri čítaní z termináluchyba pri čítaní informácií pre `%s' z kerberosuchyba pri čítaní príznakov termináluchyba pri odstraňovaní položky LDAP adresára: %schyba pri odstraňovaní domovského adresára pre používateľachyba pri odstraňovaní priestoru pošty pre používateľachyba pri premonovávaní položky LDAP adresára: %schyba pri riešení závislostí symbolov v modulechyba pri nastavovaní hesla pre `%s'chyba pri nastavovaní hesla v LDAP adresára pre %s: %schyba pri nastavovaní príznakov termináluchyba pri zisťovaní stavu súboruchyba pri zápise do súboruzákladná chybaSkupina %jd nemá menoskupina %s nemá žiadne GIDskupina nemá ani meno ani GIDinterná chyba inicializácieneplatné IDneplatné ID číslo používateľaverzia knižnice/modulu nezodpovedámodul `%s' nedefinuje `%s'modul je nakonfigurovaný ako neaktívnyverzia modulu nezodpovedá v `%s'meno obsahuje riadiace znakymeno obsahuje neplatný znak `%c'meno obsahuje znaky, ktoré nie sú ASCIImeno obsahuje medzerymeno nie je nastavenémeno je príliš dlhé (%zu > %d)meno je príliš krátkemeno začína s pomlčkounebol nájdený príznak `%s'bez inicializačnej funkcie %s v `%s'tieňový súbor nie je prítomný -- deaktivujemnie je taký objekt v LDAP adresárinie sú dostatočné právanespúšťam s právami superpoužívateľaobjekt nemal príznak %sobjekt nemá príznak %súspechneznáma chybaodomknutie by vyprázdnilo pole pre heslopoužívateľ %jd nemá menopoužívateľ %s nemá žiadne UIDpoužívateľ nemá ani meno ani UIDobjekt používateľa nemal príznak %sobjekt používateľa bol vytvorený bez `%s'id používateľa/skupiny sa používameno používateľa/skupiny sa používalibuser-0.56.9.dfsg.1.orig/po/libuser.pot0000644000175000017500000005053410777230755016223 0ustar gheghe# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Red Hat, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "" #: apps/lchfn.c:140 msgid "Full Name" msgstr "" #: apps/lchfn.c:154 msgid "Surname" msgstr "" #: apps/lchfn.c:169 msgid "Given Name" msgstr "" #: apps/lchfn.c:179 msgid "Office" msgstr "" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "" #: apps/lchsh.c:114 msgid "New Shell" msgstr "" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "" #: apps/lpasswd.c:107 msgid "New password" msgstr "" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "" #: apps/lusermod.c:221 #, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "" #: lib/error.c:38 msgid "success" msgstr "" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "" #: lib/error.c:42 msgid "generic error" msgstr "" #: lib/error.c:44 msgid "not enough privileges" msgstr "" #: lib/error.c:46 msgid "access denied" msgstr "" #: lib/error.c:48 msgid "bad user/group name" msgstr "" #: lib/error.c:50 msgid "bad user/group id" msgstr "" #: lib/error.c:52 msgid "user/group name in use" msgstr "" #: lib/error.c:54 msgid "user/group id in use" msgstr "" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "" #: lib/error.c:58 msgid "error opening file" msgstr "" #: lib/error.c:60 msgid "error locking file" msgstr "" #: lib/error.c:62 msgid "error statting file" msgstr "" #: lib/error.c:64 msgid "error reading file" msgstr "" #: lib/error.c:66 msgid "error writing to file" msgstr "" #: lib/error.c:68 msgid "data not found in file" msgstr "" #: lib/error.c:70 msgid "internal initialization error" msgstr "" #: lib/error.c:72 msgid "error loading module" msgstr "" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "" #: lib/error.c:84 msgid "unknown error" msgstr "" #: lib/misc.c:165 msgid "invalid number" msgstr "" #: lib/misc.c:179 msgid "invalid ID" msgstr "" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "" #: lib/user.c:191 msgid "name is not set" msgstr "" #: lib/user.c:196 msgid "name is too short" msgstr "" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "" #: lib/user.c:215 msgid "name contains control characters" msgstr "" #: lib/user.c:222 msgid "name contains whitespace" msgstr "" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "" libuser-0.56.9.dfsg.1.orig/po/gu.gmo0000644000175000017500000007146610777230761015155 0ustar gheghe,3< "(5K*$Ej""9H Z{</)7"a'1Mf*)( I`.|((.$I n!x "#!#($L#q. (-<Vg%v%  3P_s    -#7,Q~," % ,9Of#'!$F d"! #+ #O s  +   ! !1&!X!r!!$!!8!("*="*h")"*"0")#)C#m##1###$$!6$!X$+z$.$$G$;%)S%&}%"%%!%#&'&G&\&o&&&(&$&&)'8'K'0g'!'''&'" (',( T(u(3(!((( )#)9)"M)p) ))) ) ) * **K*"k*******%+#=+ a++'++++ +- ,:,O,"b,,$,,,,9.>.|0/K/D/D>0G0L0E1v^1d1N:2B2g2S43W3Y3\:4&4.4B4.05._55996[s6]6W-7A7]7D%8Ej8B8'8F9-b9T9.92:2G:|z:k:c;(;W <re<s<L=D=c>K>>p>V?:m?;?<?R!@Dt@E@U@:UACA_A4BNKBB'BBB`C#xC8C;CXDJjDD-DGD(FE$oEE*EEE"F6FJF1jF|FwGIG{GRWHUHII^J ~JJTJ=JP;K;KnKF7LM~LlL_9MZMtMoiN(N.O 1Ob;ODONOe2PWPhPOYQCQQhR oR{RR*RRRLrS8S?SN8TTTTYlU^Ua%VV[W{mWlWeVX2XEX5YIY9 ZFEZIZ\Zb3[o[f\Vm\\.r]]]t]kt^Q^K2_m~_\_8I`B`I`fa`vata/Lb|b2 cJ@crcccabdxdv=emeW"f]zffsbgHg5hUh2uh+h?h8iMicipi_i~TjcjL7kHkCk@l)Rl5|l*l?l;mKYm}m`#nXnnR~oLop.p~KpGp@qZSqqqv rKrRr@3!nO8uL_#X9) Z 7,:`$Q k+oTD& /iPq;"[lG0p*m2J%fe~aU}<(?4Ms'BWV^C j b=SxKcwgFH]Az|Yy>.REIt1h{Nd-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld Warning: Group with ID %jd does not exist. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorinvalid IDinvalid numberlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser.tip.gu Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-03-11 16:56+0530 Last-Translator: Ankit Patel Language-Team: Gujarati MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n!=1); %s એ gid સંખ્યા આપતું નથી. %s પાસે ઘર ડિરેક્ટરી નથી. %s એ %s ફીંગર જાણકારી બદલવા માટે સત્તાધિકારીત નથી ખાતાની મર્યાદા પૂરી થાય છે: %s ખાતું બનાવવામાં નિષ્ફળ: %s. ખાતાને તાળું લગાવાયેલ છે. ખાતાને તાળું લગાવાયેલ નથી. %s માટેનું સત્તાધિકરણ નિષ્ફળ. બંને -L અને -U સ્પષ્ટ કરેલ છે. /etc/passwd માટે મૂળભૂત સંદર્ભ સુયોજિત કરી શકતા નથી %s માટેની ફીંગર જાણકારી બદલી રહ્યા છીએ. %s માટે પાસવર્ડ બદલી રહ્યા છીએ. %s માટે શેલ બદલી રહ્યા છીએ. વપરાશકર્તા સંરચનાની નકલ કરી રહ્યા છીએ: વપરાશકર્તા બનાવવામાં Cyrus SASL ભૂલ: %sવપરાશકર્તા દૂર કરવામાં Cyrus SASL ભૂલ: %sમૂળભૂત વપરાશકર્તા લક્ષણોના નામો: મૂળભૂત વપરાશકર્તા ઓબ્જેક્ટ વર્ગો: ઈ-મેઈલ સરનામુંપ્રવેશ મળ્યો નથી. `%s' નો માલિક બદલવામાં ભૂલ: %s%s બનાવવામાં ભૂલ: %s. `%s' બનાવવામાં ભૂલ: %s`%s' માટે ખાતુ બનાવવામાં ભૂલ: લીટીનું બંધારણ અયોગ્ય રીતે ઘડાયેલ છે. જૂથ `%s' બનાવવામાં ભૂલ: %s `%s' માટે GID %jd સાથે જૂથ બનાવવામાં ભૂલ: %s %s માટે ઘર ડિરેક્ટરી બનાવવામાં ભૂલ: %s %s માટે મેઈલની હરોળ બનાવવામાં ભૂલ. મેઈલ હરોળ બનાવવામાં ભૂલ. %s માટે ખાતા જાણકારી બનાવવામાં ભૂલ: %s %s નો પ્રારંભ કરવામાં ભૂલ: %s %s નો પ્રારંભ કરવામાં ભૂલ: %s. PAM નો પ્રારંભ કરવામાં ભૂલ. %s જોવામાં ભૂલ: %s %s ને %s માં ખસેડતી વખતે ભૂલ: %s. `%s' ખોલવામાં ભૂલ: %s. દલીલોનું પદચ્છેદ કરવામાં ભૂલ: %s. `%s' વાંચવામાં ભૂલ: %s%s દૂર કરવામાં ભૂલ: %s. `%s' દૂર કરવામાં ભૂલ: %s%s માટે પ્રારંભિક પાસવર્ડ સુયોજિત કરવામાં ભૂલ: %s જૂથ %s માટે પાસવર્ડ સુયોજિત કરવામાં ભૂલ: %s. વપરાશકર્તા %s માટે પાસવર્ડ સુયોજિત કરવામાં ભૂલ: %s. `%s' લખવામાં ભૂલ: %sખાસ ફાયદાઓ છોડી મૂકવામાં નિષ્ફળ. %s માટેની એજીંગ જાણકારી સુધારવામાં નિષ્ફળ: %s જૂથ %s માટે પાસવર્ડ સુયોજિત કરવામાં નિષ્ફળ: %s વપરાશકર્તા %s માટે પાસવર્ડ સુયોજિત કરવામાં નિષ્ફળ: %s. ફીંગર જાણકારી બદલાયેલ છે. ફીંગર જાણકારી બદલાયેલ નથી: ઈનપુટ ભૂલ. ફીંગર જાણકારી બદલાયેલ નથી: %s. પૂરું નામમૂળભૂત વપરાશકર્તા લક્ષણો મેળવી રહ્યા છીએ: આપેલ નામજૂથ %jd અસ્તિત્વમાં નથી જૂથ %s કાઢી શકાયું નથી: %s જૂથ %s કાઢી શકાયું નથી: %s. જૂથ %s ને તાળુ મારી શકાયું નહિં: %s જૂથ %s સુધારી શકાયું નહિં: %s જૂથ %s સુધારી શકાયું નહિં: %s. જૂથ %s નું તાળુ ખોલી શકાયું નહિં: %s જૂથ %s અસ્તિત્વમાં નથી. જૂથ બનાવવામાં નિષ્ફળતા: %s GID %jd વાળા જૂથ પાસે કોઈ કોઈ જૂથ નામ નથી. ઘરનો ફોનઘર ડિરેક્ટરી પાથ `%s' ચોક્કસ નથીઅસક્રિય: %ld આંતરિક PAM ભૂલ `%s'. આંતરિક ભૂલ. અયોગ્ય ID %s ક્ષેત્ર %s ની મૂળભૂત કિંમત અયોગ્ય છે: %sઅયોગ્ય જૂથ ID %s અયોગ્ય વપરાશકર્તા ID %s કર્બરોઝનો સંચાલન નિયમસંચાલન નિયમ માટે કર્બરોઝ પાસવર્ડકર્બરોઝનું મનગમતું ક્ષેત્રLDAP બાઈન્ડ DNLDAP બાઈન્ડ પાસવર્ડLDAP SASL સત્તાધિકરણ વપરાશકર્તાLDAP SASL વપરાશકર્તાLDAP શોધનો આધાર DNLDAP સર્વર નામછેલ્લો ફેરફાર: %s મહત્તમ: %ld ન્યુનતમ: %ld ક્યારેય નહિંનવો શેલનવો પાસવર્ડનવો પાસવર્ડ (ખાતરી)કોઈ જૂથ નામ સ્પષ્ટ કરેલ નથી, gid %d માટે કોઈ નામ નથી. કોઈ જૂથ નામ સ્પષ્ટ કરેલ નથી, %s વાપરી રહ્યા છીએ. કોઈ જૂથ નામ સ્પષ્ટ કરેલ નથી. GID %jd વાળું કોઈ જૂથ અસ્તિત્વમાં નથી, દૂર કરતા નથી. %s માટે કોઈ નવી ઘર ડિરેક્ટરી નથી. %s માટે કોઈ જૂની ઘર ડિરેક્ટરી નથી. કોઈ વપરાશકર્તા નામ સ્પષ્ટ કરેલ નથી, uid %d માટે કોઈ નામ નથી. કોઈ વપરાશકર્તા નામ સ્પષ્ટ કરેલ નથી, %s વાપરી રહ્યા છીએ. કોઈ વપરાશકર્તા નામ સ્પષ્ટ કરેલ નથી. ઓફિસઓફિસનો ફોનપાસવર્ડની મર્યાદા પૂરી થાય છે: %s પાસવર્ડ નિષ્ક્રિય છે: %s પાસવર્ડ બદલવાનું નકારાઈ ગયું. પાસવર્ડ બદલાઈ ગયેલ છે. પાસવર્ડો બંધબેસતા નથી, ફરીથી પ્રયત્ન કરો. પ્રોમ્પ્ટ કરવામાં નિષ્ફળ. પ્રોમ્પ્ટ કરવામાં સફળતા મળી. UID ૦ સાથે ખાતું બનાવવાનું નકારી રહ્યા છીએ. %s નામવાળા જૂથ માટે શોધ કરી રહ્યા છીએ. ID %jd વાળા જૂથ માટે શોધ કરી રહ્યા છીએ. %s નામવાળા વપરાશકર્તા માટે શોધ કરી રહ્યા છીએ. ID %jd વાળા વપરાશકર્તા માટે શોધ કરી રહ્યા છીએ. શેલ બદલાયેલ છે. શેલ બદલાયેલ નથી: %s અટકઅજ્ઞાત વપરાશકર્તા સત્તાધિકારીત થયો. અજ્ઞાત વપરાશકર્તા સંદર્ભવપરાશકર્તા %s કાઢી શકાયો નથી: %s. વપરાશકર્તા %s ને તાળુ મારી શકાયું નથી: %s. વપરાશકર્તા %s સુધારી શકાયો નહિં: %s. વપરાશકર્તા %s ને તાળુ ખોલી શકાયું નહિં: %s. વપરાશકર્તા %s અસ્તિત્વમાં નથી. વપરાશકર્તા બંધબેસતો નથી. ચેતવણી: %ld ચેતવણી: ID %jd સાથેનું જૂથ અસ્તિત્વમાં નથી. [OPTION...][OPTION...] [user][OPTION...] જૂથ[OPTION...] વપરાશકર્તાપરવાનગી નથીબેકઅપ ફાઈલ `%s' અસ્તિત્વમાં છે અને એ નિયમિત ફાઈલ નથીબેકઅપ ફાઈલ માપ બંધબેસતું નથીખરાબ વપરાશકર્તા/જૂથ idખરાબ વપરાશકર્તા/જૂથ નામરુપરેખાંકન ફાઈલ `%s' ખૂબ મોટી છેLDAP સર્વરમાં જોડાણ કરી શક્યા નહિંLDAP સર્વરમાં જોડાણ કરી શક્યા નહિં, `%s' ને પ્રથમ વાર લેતાં: %sTLS ને LDAP સર્વર સાથે અવગણી શક્યા નહિંરુપરેખાંકન ફાઈલ `%s' ખોલી શક્યા નહિં: %sરુપરેખાંકન ફાઈલ `%s' વાંચી શક્યા નહિં: %sLDAP પ્રોટોકોલને આવૃત્તિ %d સાથે સુયોજિત કરી શક્યા નહિંરુપરેખાંકન ફાઈલ `%s' કહી શક્યા નહિં: %s`%s' માટેનો સુરક્ષા સંદર્ભ નક્કી કરી શક્યા નહિં: %sમૂળભૂત સુરક્ષા સંદર્ભ મેળવી શક્યા નહિં: %s`%s' નો સુરક્ષા સંદર્ભ મેળવી શક્યા નહિં: %s`%s' ખોલી શક્યા નહિં: %s`%s' માંથી વાંચી શક્યા નહિં: %s`%s' માં મૂળભૂત સુરક્ષા સંદર્ભ સુયોજિત કરી શક્યા નહિં: %s`%s' ની સ્થિતિ કહી શક્યા નહિં: %s`%s' માં લખી શક્યા નહિં: %sફાઈલમાં કોઈ માહિતી મળી નથીએન્ટીટી પાસે કોઈ %s લક્ષણ નથીએન્ટીટી પાસે કોઈ %s અથવા %s લક્ષણો નથીએન્ટીટી ઓબ્જેક્ટ પાસે કોઈ %s લક્ષણ નથીએન્ટીટી સંરચના પાસે કોઈ %s અથવા %s લક્ષણો નથીએન્ટીટી કોઈ %s અથવા %s લક્ષણો સાથે બની નથીફાઈલમાં પ્રવેશ પહેલાથી જ હાજર છેkadm5 સર્વર સાથે `%s' સેવા માટે મનગમતા ક્ષેત્ર `%s' માં જોડાણ કરવામાં ભૂલ: %s`%s' બનાવવામાં ભૂલ: %sLDAP ડિરેક્ટરી પ્રવેશ બનાવવામાં ભૂલ: %sવપરાશકર્તા માટે ઘર ડિરેક્ટરી બનાવવામાં ભૂલવપરાશકર્તા માટે મેઈલ હરોળ બનાવવામાં ભૂલપાસવર્ડ એનક્રિપ્ટ કરવામાં ભૂલCyrus SASL નો પ્રારંભ કરવામાં ભૂલ: %sકર્બરોઝ લાઈબ્રેરીનો પ્રારંભ કરવામાં ભૂલldap લાઈબ્રેરીનો પ્રારંભ કરવામાં ભૂલમોડ્યુલ લાવવામાં ભૂલફાઈલને તાળુ મારવામાં ભૂલફાઈલને તાળુ લગાવવામાં ભૂલ: %sટર્મિનલની લાક્ષણિકતાઓ સુધારવામાં ભૂલLDAP ડિરેક્ટરી પ્રવેશ સુધારવામાં ભૂલ: %sવપરાશકર્તા માટે ઘર ડિરેક્ટરી ખસેડવામાં ભૂલફાઈલ ખોલવામાં ભૂલકર્બરોઝ માટે વપરાશકર્તા નામ `%s' નું પદચ્છેદ કરવામાં ભૂલફાઈલ વાંચવામાં ભૂલટર્મિનલમાંથી વાંચવામાં ભૂલકર્બરોઝમાંથી `%s' માટે જાણકારી વાંચવામાં ભૂલટર્મિનલની લાક્ષણિકતાઓ વાંચવામાં ભૂલLDAP ડિરેક્ટરી પ્રવેશ દૂર કરવામાં ભૂલ: %sવપરાશકર્તા માટે ઘર ડિરેક્ટરી દૂર કરવામાં ભૂલવપરાશકર્તા માટે મેઈલ સ્પુલ દૂર કરતી વખતે ભૂલLDAP ડિરેક્ટરી પ્રવેશનું નામ બદલવામાં ભૂલ: %sમોડ્યુલમાં સંજ્ઞા ઉકેલવામાં ભૂલ`%s' માટે પાસવર્ડ સુયોજિત કરવામાં ભૂલLDAP ડિરેક્ટરીમાં %s માટે પાસવર્ડ સુયોજિત કરવામાં ભૂલ: %sટર્મિનલની લાક્ષણિકતાઓ સુયોજિત કરવામાં ભૂલફાઈલની સ્થિતિ કહેવામાં ભૂલફાઈલમાં લખવામાં ભૂલસામાન્ય ભૂલજૂથ %jd ને કોઈ નામ નથીજૂથ %s ને કોઈ GID નથીજૂથને નહિં તો નામ કે GID છેઆંતરિક પ્રારંભિક ભૂલઅયોગ્ય IDઅયોગ્ય નંબરલાઈબ્રેરી/મોડ્યુલની આવૃત્તિ બંધબેસતી નથીમોડ્યુલ `%s' એ `%s' વ્યાખ્યાયિત કરતું નથીરુપરેખાંકન દ્વારા મોડ્યુલ નિષ્ક્રિય થઈ ગયેલ છે`%s' માં મોડ્યુલની આવૃત્તિ બંધબેસતી નથીનામ નિયંત્રક અક્ષરો સમાવે છેનામ અયોગ્ય અક્ષર `%c' સમાવે છેનામ બિન-ASCII અક્ષરો સમાવે છેનામ ખાલી જગ્યાઓ સમાવે છેનામ સુયોજિત નથીનામ ખૂબ લાંબુ છે (%zu > %d)નામ ખૂબ નાનું છેનામ હાયફન (~) થી શરૂ થાય છેકોઈ `%s' લક્ષણ મળ્યું નથીકોઈ પ્રારંભ વિધેય %s નથી `%s' માંકોઈ શેડો ફાઈલ હાજર નથી -- નિષ્ક્રિય કરી રહ્યા છીએLDAP ડિરેક્ટરીમાં આવો કોઈ ઓબ્જેક્ટ નથીકોઈ પૂરતા ફાયદાકારક ક્ષેત્રો નથીશ્રેષ્ઠ વપરાશકર્તાની ફાયદાકારક સ્થિતિ સાથે નથી ચલાવી રહ્યાઓબ્જેક્ટ પાસે કોઈ %s લક્ષણ નહતુંઓબ્જેક્ટ પાસે કોઈ %s લક્ષણ નથીસફળતાઅજ્ઞાત ભૂલતાળું ખોલવાનું પાસવર્ડ ક્ષેત્રને ખાલી બનાવે છેવપરાશકર્તા %jd ને કોઈ નામ નથીવપરાશકર્તા %s ને કોઈ UID નથીવપરાશકર્તાને ક્યાં તો નામ કે UID નથીવપરાશકર્તા ઓબ્જેક્ટ પાસે કોઈ %s લક્ષણ નહતુંવપરાશકર્તા ઓબ્જેક્ટ કોઈ `%s' સાથે બન્યું નહતુંવપરાશકર્તા/જૂથ id વપરાશમાં છેવપરાશકર્તા/જૂથ નામ વપરાશમાં છેlibuser-0.56.9.dfsg.1.orig/po/el.gmo0000644000175000017500000003660510777230761015136 0ustar gheghe\ p 5q      $% J e } " "   ( :[s/)' Hc3*K)v(.(+(T }! "!#$7#\ % /DX gt    "-9#g," "8Oj#}! %FVmu!##* : HTgy $)) &7"^!($,&?'f3 "=Mi{  "0$PupO)D=/Dm4N163h,D@ KO S  & !>1!1p!1!?!S"Lh"Y"V#/f#>#-##$B'$,j$D$/$= %/J%Rz%U%U#&&y&B&U&R9'a''G(N((d(I(I(O!)Qq)M)(*8:*s****!**S+%b+%++ + +5+*,C,&W,$~,,,,,,0-_7-V-8-^'.V.8./!%/!G/&i/8/*/a/0V0:09020;/14k1*1412<2*L2Qw2W2U!3,w3*3 33$4)4"H4k4%4-4H4Z(5P5R5T'66|62636R7Rm71757N(8Rw8S8g9'9899U:.W:9:2:3:)';XQ;.;?;?<Y<j<H<S<,#=4P= ~)8,74n"b|dBX'J\Ck?[]+:o$Nm /Y&6Zu@H^Ix _jW1R(KgQ9P{i}TEwS5r = c.%fqAe`z<aMO *0Ut!Vyl2;p3sDh-LGv>F#%s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Home PhoneInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbad user/group idbad user/group nameconfiguration file `%s' is too largecould not set LDAP protocol to version %derror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror initializing Cyrus SASL: %serror loading moduleerror locking fileerror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror reading fileerror removing home directory for usererror renaming LDAP directory entry: %serror setting password for `%s'error setting password in LDAP directory for %s: %serror statting fileerror writing to filegeneric errorname contains non-ASCII charactersname is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno such object in LDAP directorynot enough privilegesobject had no %s attributeobject has no %s attributesuccessunknown erroruser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: el Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2007-05-02 20:51+0100 Last-Translator: Dimitris Glezos Language-Team: Greek MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); X-Generator: KBabel 1.11.4 O %s δεν επιτρέπεται να τροποποιήσει τις πληροφορίες finger του %s Ο λογαριασμός λήγει: %s Αποτυχία δημιουργίας λογαριασμού: %s. Ο λογαριασμός είναι κλειδωμένος. Ο λογαριασμός δεν είναι κλειδωμένος. Η πιστοποίηση απέτυχε για %s. Τροποποίηση προσωπικών πληροφοριών για %s. Αλλαγή συνθηματικού για %s. Τροποποίηση κελύφους για %s. Αντιγραφή δομής χρήστη: Σφάλμα Cyrus SASL στη δημιουργία χρήστη: %sΣφάλμα Cyrus SASL στη διαγραφή χρήστη: %sΠροεπιλεγμένα ονόματα ιδιοτήτων χρήστη: Προεπιλεγμένες κλάσεις αντικειμένων χρήστη: Διεύθυνση E-Mail Η είσοδος δε βρέθηκε Σφάλμα αλλαγής ιδιοκτήτη του `%s': %sΣφάλμα στη δημιουργία %s: %s. Σφάλμα στη δημιουργία `%s': %sΣφάλμα στη δημιουργία ομάδας `%s': %s Σφάλμα στη δημιουργία ομάδας για `%s' με GID %jd: %s Σφάλμα ορισμού αρχικού καταλόγου για %s: %s Σφάλμα στη δημιουργία του ταχυδρομικού νήματος. Σφάλμα δημιουργίας λογαριασμού χρήστη για %s: %s Σφάλμα αρχικοποίησης %s: %s Σφάλμα κατά την αρχικοποίηση %s: %s. Σφάλμα αρχικοποίησης PAM. Σφάλμα εύρεσης %s: %s Σφάλμα στη μετακίνηση του %s στο %s: %s. Σφάλμα ανοίγματος `%s': %s. Σφάλμα κατά την ανάλυση ορισμάτων: %s. Σφάλμα στην ανάγνωση `%s': %sΣφάλμα κατά την αφαίρεση του %s: %s. Σφάλμα στην αφαίρεση `%s': %sΣφάλμα ορισμού αρχικού συνθηματικού για %s: %s Σφάλμα ορισμού συνθηματικού για την ομάδα %s: %s Σφάλμα ορισμού συνθηματικού για το χρήστη %s: %s Σφάλμα εγγραφής `%s': %sΑποτυχία εγκατάλειψης δικαιωμάτων. Αδυναμία τροποποίησης πληροφοριών aging για %s: %s Αποτυχία ορισμού συνθηματικού για ομάδα %s: %s Αποτυχία στον ορισμό συνθηματικού για το χρήστη %s: %s. Πλήρες όνομαΛήψη προεπιλεγμένων ιδιοτήτων χρήστη: Δοθέν όνομαΔεν υπάρχει η ομάδα %jd Δε μπόρεσε να γίνει διαγραφή ομάδας %s: %s Δε μπόρεσε να γίνει κλείδωμα ομάδας %s: %s Δε μπόρεσε να γίνει τροποποίηση ομάδας %s: %s Δε μπόρεσε να γίνει κλείδωμα της ομάδας %s: %s. Δε μπόρεσε να γίνει ξεκλείδωμα ομάδας %s: %s Η ομάδα %s δεν υπάρχει. Η δημιουργία ομάδας απέτυχε: %s Τηλέφωνο οικίαςΑνενεργό: %ld Εσωτερικό σφάλμα PAM `%s'. Εσωτερικό σφάλμα. Μη έγκυρο ID %s Μη έγκυρη προεπιλεγμένη τιμή για το πεδίο %s: %sΜη έγκυρο ID ομάδας %s Μη έγκυρο ID χρήστη %s Περιοχή KerberosLDAP Bind DNΣυνθηματικό LDAP BindΧρήστης εξουσιοδότησης LDAP SASLΧρήστης LDAP SASLLDAP Search Base DNΌνομα εξυπηρετητή LDAPΤελευταία αλλαγή: %s Μέγιστο: %ld Ελάχιστο: %ld ΠοτέΝέο κέλυφοςΝέος κωδικόςΝέος κωδικός (επιβεβαίωση)Δεν έχει οριστεί όνομα ομάδας, κανένα όνομα για gid %d. Δεν έχει οριστεί όνομα ομάδας, γίνεται χρήση %s. Δεν έχει οριστεί όνομα ομάδας. Δεν καθορίστηκε όνομα χρήστη, κανένα όνομα για uid %d. Δεν έχει οριστεί όνομα χρήστη, γίνεται χρήση %s. Δεν έχει οριστεί όνομα χρήστη. ΓραφείοΤηλέφωνο γραφείουΟ κωδικός λήγει: %s Ανενεργός κωδικός: %s Ακύρωση αλλαγής συνθηματικού. Το συνθηματικό άλλαξε. Οι κωδικοί δε συμπίπτουν, παρακαλώ προσπαθήστε ξανά. Οι ειδοποιήσεις απέτυχαν. Οι ειδοποιήσεις ολοκληρώθηκαν. Αναζήτηση για ομάδα με όνομα %s. Αναζήτηση για ομάδα με ID %jd. Αναζήτηση για χρήστη με όνομα %s. Αναζήτηση για χρήστη με ID %jd. Έγινε αλλαγή κελύφους. Δεν έγινε αλλαγή κελύφους: %s ΕπώνυμοΠιστοποιήθηκε άγνωστος χρήστης. Άγνωστο πλαίσιο χρήστηΔε μπόρεσε να γίνει κλείδωμα του χρήστη %s: %s. Δε μπόρεσε να γίνει τροποποίηση του χρήστη %s: %s. Δε μπόρεσε να γίνει ξεκλείδωμα του χρήστη %s: %s. Ο χρήστης %s δεν υπάρχει. Κακό ταίριασμα χρήστη. Προειδοποίηση: %ld [ΕΠΙΛΟΓΗ...][ΕΠΙΛΟΓΗ...] [χρήστης][ΕΠΙΛΟΓΗ...] ομάδα[ΕΠΙΛΟΓΗ...] χρήστηςΆρνηση πρόσβασηςκακό id χρήστη/ομάδαςκακό όνομα χρήστη/ομάδαςτο αρχείο ρύθμισης `%s' είναι πολύ μεγάλοδε μπόρεσε να οριστεί πρωτόκολλο LDAP στην έκδοση %dΣφάλμα δημιουργίας εγγραφής καταλόγου LDAP: %sσφάλμα δημιουργίας αρχικού καταλόγου χρήστησφάλμα στη δημιουργία ταχυδρομικού spool χρήστησφάλμα αρχικοποίησης Cyrus SASL: %sσφάλμα φόρτωσης αρθρώματοςΣφάλμα στο κλείδωμα αρχείουΣφάλμα επεξεργασίας εγγραφής καταλόγου LDAP: %sσφάλμα μετακίνησης αρχικού καταλόγου χρήστησφάλμα στο άνοιγμα αρχείουΣφάλμα στην ανάγνωση αρχείουσφάλμα διαγραφής αρχικού καταλόγου χρήστηΣφάλμα μετονομασίας εγγραφής καταλόγου LDAP: %sσφάλμα ορισμού συνθηματικού πρόσβασης για `%s'σφάλμα καθορισμού συνθηματικού στον κατάλογο LDAP για %s: %sΣφάλμα στο stat αρχείουΣφάλμα στην εγγραφή στο αρχείογενικό σφάλμαΤο όνομα περιέχει χαρακτήρες εκτός συνόλου ASCIIτο όνομα δεν έχει οριστείτο όνομα είναι πολύ μακρύ (%zu > %d)το όνομα είναι πολύ σύντομοτο όνομα ξεκινά με μια παύλαδε βρέθηκε ιδιότητα `%s'δεν υπάρχει τέτοιο αντικείμενο στον κατάλογο LDAPανεπαρκή προνόμια χρήστητο αντικείμενο δεν έχει ιδιότητα %sτο αντικείμενο δεν έχει ιδιότητα %sεπιτυχίαάγνωστο σφάλματο αντικείμενο χρήστη δεν είχε όρισμα %sτο αντικείμενο χρήστη δημιουργήθηκε χωρίς `%s'id χρήστη/ομάδας σε χρήσηόνομα χρήστη/ομάδας σε χρήσηlibuser-0.56.9.dfsg.1.orig/po/sv.po0000644000175000017500000010065610777230760015017 0ustar gheghe# Swedish messages for libuser. # Copyright (C) 2006, 2007 Free Software Foundation, Inc. # Christian Rose , 2006. # Magnus Larsson , 2007, 2008. # # msgid "" msgstr "" "Project-Id-Version: libuser\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-01-27 18:07-0500\n" "Last-Translator: Magnus Larsson \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "Sökvägen till hemkatalogen `%s' är inte absolut" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Fel vid läsning av \"%s\": %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Fel vid skapande av \"%s\": %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Fel vid ägarbyte för \"%s\": %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Fel vid skrivning till \"%s\": %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Fel vid borttagning av \"%s\": %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Misslyckades med att släppa rättigheter.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Internt fel.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s är inte auktoriserad att ändra fingerinformationen för %s\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Okänt användarkontext" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Kan inte ställa in standardkontext för /etc/password\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Fel vid initiering av PAM.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Autentisering misslyckades för %s.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Internt PAM-fel \"%s\".\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "Okänd användare autentiserade.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Matchning av användare misslyckades.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[FLAGGA...] användare" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Fel vid tolkning av argument: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Inget användarnamn angivet.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Fel vid initiering av %s: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "Användaren %s finns inte.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Kontot är låst.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Kontot är inte låst.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Kortaste:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Längsta:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Varning:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Inaktiv:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Aldrig" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Senaste ändring:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Lösenordet går ut:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Lösenordet inaktivt:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Kontot går ut:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Misslyckades med att ändra åldringsinformation för %s: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[FLAGGA...] [användare]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Inget användarnamn angivet, inget namn för uid %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Ändrar fingerinformation för %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Fullständigt namn" #: apps/lchfn.c:154 msgid "Surname" msgstr "Efternamn" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Förnamn" #: apps/lchfn.c:179 msgid "Office" msgstr "Kontor" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Kontorstelefon" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Hemtelefon" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "E-postadress" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Fingerinformationen ändrades inte: inmatningsfel.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Fingerinformationen ändrades.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Fingerinformationen ändrades inte: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Byter skal för %s.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Nytt skal" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Skalet inte ändrat: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Skalet ändrat.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[FLAGGA...] grupp" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Inget gruppnamn angivet.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "Ogiltigt grupp-ID %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "Skapande av grupp misslyckades: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Gruppen %s finns inte.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "Gruppen %s kunde inte tas bort: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "Både -L och -U är angivna.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Misslyckades med att ställa in lösenord för gruppen %s: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "Gruppen %s kunde inte låsas: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Gruppen %s kunde inte låsas upp: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "Gruppen %s kunde inte ändras: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Fel vid uppslagning av %s: %s\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Inget gruppnamn angivet, använder %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Inget gruppnamn angivet, inget namn för gid %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Inget användarnamn angivet. använder %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[FLAGGA...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Fel vid öppnande av \"%s\": %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "Fel vid skapande av konto för \"%s\": raden är felaktigt formaterad.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "Ogiltigt användar-ID %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Vägrar att skapa konto med UID 0.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Fel vid skapande av grupp för \"%s\" med GID %jd: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Fel vid inställning av initialt lösenord för %s: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Fel vid skapande av hemkatalog för %s: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "Fel vid skapande av e-postspool för %s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Fel vid skapande av användarkonto för %s: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Byter lösenord för %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Nytt lösenord" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Nytt lösenord (bekräfta)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Lösenorden stämmer inte överens, försök igen.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Bytet av lösenord avbröts.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Fel vid inställning av lösenord för användaren %s: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Fel vid inställning av lösenord för gruppen %s: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Lösenordet ändrat.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "Grupp nummer %jd finns inte\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Fel vid skapande av gruppen \"%s\": %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Skapande av konto misslyckades: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Fel vid skapande av %s: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "Fel vid skapande av e-postspool.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Användaren %s kunde inte tas bort: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s hade inget gid-nummer.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "Det finns ingen grupp med GID %jd, tar inte bort.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "Gruppen med GID %jd hade inget gruppnamn.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Gruppen %s kunde inte tas bort: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s hade ingen hemkatalog.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Fel vid borttagning av %s: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Misslyckades med att ställa in lösenordet för användaren %s: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Användaren %s kunde inte låsas: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Användaren %s kunde inte låsas upp: %s.\n" #: apps/lusermod.c:221 #, fuzzy, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Grupp nummer %jd finns inte\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Användaren %s kunde inte ändras: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "Gruppen %s kunde inte ändras: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "Ingen gammal hemkatalog för %s.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "Ingen ny hemkatalog för %s.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Fel vid flytt av %s till %s: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "kunde inte öppna konfigurationsfilen \"%s\": %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "kunde inte ta status på konfigurationsfilen \"%s\": %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "konfigurationsfilen \"%s\" är för stor" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "kunde inte läsa konfigurationsfilen \"%s\": %s" #: lib/error.c:38 msgid "success" msgstr "lyckades" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "modulen inaktiverad i konfiguration" #: lib/error.c:42 msgid "generic error" msgstr "allmänt fel" #: lib/error.c:44 msgid "not enough privileges" msgstr "inte tillräckligt med rättigheter" #: lib/error.c:46 msgid "access denied" msgstr "åtkomst nekas" #: lib/error.c:48 msgid "bad user/group name" msgstr "felaktigt användar-/gruppnamn" #: lib/error.c:50 msgid "bad user/group id" msgstr "felaktigt användar-/gruppid" #: lib/error.c:52 msgid "user/group name in use" msgstr "användar-/gruppnamnet är upptaget" #: lib/error.c:54 msgid "user/group id in use" msgstr "användar-/gruppid är upptaget" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "fel vid manipulering av terminalattribut" #: lib/error.c:58 msgid "error opening file" msgstr "fel vid öppning av fil" #: lib/error.c:60 msgid "error locking file" msgstr "fel vid låsning av fil" #: lib/error.c:62 msgid "error statting file" msgstr "fel vid tagning av status på fil" #: lib/error.c:64 msgid "error reading file" msgstr "fel vid läsning av fil" #: lib/error.c:66 msgid "error writing to file" msgstr "fel vid skrivning till fil" #: lib/error.c:68 msgid "data not found in file" msgstr "data hittades inte i fil" #: lib/error.c:70 msgid "internal initialization error" msgstr "internt initieringsfel" #: lib/error.c:72 msgid "error loading module" msgstr "fel vid inläsning av modul" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "fel vid uppslagning av symbol i modul" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "biblioteks-/modulversion stämmer inte överens" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "upplåsning skulle göra lösenordsfältet tomt" #: lib/error.c:84 msgid "unknown error" msgstr "okänt fel" #: lib/misc.c:165 #, fuzzy msgid "invalid number" msgstr "Ogiltigt användar-ID %s\n" #: lib/misc.c:179 #, fuzzy msgid "invalid ID" msgstr "Ogiltigt ID %s\n" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "ingen initieringsfunktion %s i \"%s\"" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "modulversion stämmer inte överens i \"%s\"" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "modulen \"%s\" definierar inte \"%s\"" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "fel vid läsning av terminalattribut" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "fel vid inställning av terminalattribut" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "fel vid läsning från terminal" #: lib/user.c:191 msgid "name is not set" msgstr "namnet är inte angivet" #: lib/user.c:196 msgid "name is too short" msgstr "namnet är för kort" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "namnet är för långt (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "namnet innehåller tecken som inte är ASCII" #: lib/user.c:215 msgid "name contains control characters" msgstr "namnet innehåller kontrolltecken" #: lib/user.c:222 msgid "name contains whitespace" msgstr "namnet innehåller blanksteg" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "namnet börjas med bindestreck" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "namnet innehåller det ogiltiga tecknet \"%c\"" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "användaren %s har inget UID" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "gruppen %s har inget GID" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "användaren %jd har inget namn" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "grupp %jd har inget namn" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "användaren har varken ett namn eller ett UID" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "gruppen har varken ett namn eller ett GID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "Ogiltigt standardvärde för fält %s: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "fel vid låsning av fil: %s" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "kunde inte hämta standardsäkerhetskontext: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "kunde inte få tag i säkerhetskontext för \"%s\": %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "kunde inte sätta standardsäkerhetskontext till \"%s\": %s" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "kunde inte få tag i säkerhetskontext för \"%s\": %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "kunde inte öppna \"%s\": %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "kunde inte ta status på \"%s\": %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "fel vid skapande av \"%s\": %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "säkerhetskopian \"%s\" finns och är inte en vanlig fil" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "storleken på säkerhetskopian stämmer inte överens" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "kunde inte läsa från \"%s\": %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "posten finns redan i filen" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "kunde inte skriva till \"%s\": %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "enhetsobjektet har inget %s-attribut" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "fel vid kryptering av lösenord" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "kör inte med superanvändarrättigheter" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "ingen shadow-fil finns tillgänglig -- inaktiverar" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "fel vid anslutning till kadm5-servern för tjänsten \"%s\" i realm \"%s\": %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "fel vid initiering av kerberos-biblioteket" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "fel vid tolkning av användarnamnet \"%s\" för kerberos" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "enhetsstrukturen har inga %s- eller %s-attribut" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "enheten har inga %s- eller %s-attribut" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "enheten skapades utan %s- eller %s-attribut" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "fel vid läsning av information för \"%s\" från kerberos" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "enheten har inget %s-attribut" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "fel vid inställning av lösenord för \"%s\"" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Kerberos-realm" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Kerberos Admin Principal" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Kerberos-lösenord för Admin Principal" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "fel vid initiering av ldap-biblioteket" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "kunde inte ställa LDAP-protokoll till version %d" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "kunde inte förhandla om TLS med LDAP-servern" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "kunde inte binda till LDAP-servern" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "kunde inte binda till LDAP-servern, första försök som \"%s\": %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "användarobjektet hade inget %s-attribut" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "användarobjektet skapades utan \"%s\"" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "fel vid skapande av LDAP-katalogpost: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "fel vid ändring av LDAP-katalogpost: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "fel vid byte av namn på LDAP-katalogpost: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "objektet hade inget %s-attribut" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "fel vid borttagning av LDAP-katalogpost: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "objektet har inget %s-attribut" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "det finns inget sådant objekt i LDAP-katalogen" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "inget \"%s\"-attribut hittades" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "fel vid inställning av lösenord i LDAP-katalogen för %s: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "Namn på LDAP-server" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "Bassök-DN för LDAP" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP Bind-DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP Bind-lösenord" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL-användare" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL-auktoriseringsanvändare" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Cyrus SASL-fel vid skapande av användare: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Cyrus SASL-fel vid borttagning av användare: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "fel vid initiering av Cyrus SASL: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "fel vid skapande av hemkatalog för användare" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "fel vid borttagning av hemkatalog för användare" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "fel vid flytt av hemkatalog för användare" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "fel vid skapande av e-postspool för användare" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "fel vid borttagning av e-post-spool för användare" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Fel vid initiering av %s: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "Ogiltigt ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "Söker efter grupp med ID %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "Söker efter grupp med namnet %s.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "Söker efter användare med ID %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "Söker efter användare med namnet %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Posten hittades inte.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Prompter lyckades.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Prompter misslyckades.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Standardklasser för användarobjekt:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Standardnamn för användarattribut:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Hämtar standardattribut för användare:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Kopierar användarstruktur:\n" #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "kunde inte konvertera intern data till LDAPMods" #, fuzzy #~ msgid "Shell not changed: input error.\n" #~ msgstr "Skalet inte ändrat: %s\n" #~ msgid "Unknown user authenticated." #~ msgstr "Okänd användare autentiserade." #~ msgid "could not search LDAP server" #~ msgstr "kunde inte söka LDAP-servern" #~ msgid "LDAP server appears to have no root DSE" #~ msgstr "LDAP-servern verkar inte ha någon rot-DSE" #~ msgid "error mapping name to LDAP distinguished name" #~ msgstr "fel vid mappande av namn till \"distinguished name\" i LDAP" #~ msgid "error mapping name to LDAP base distinguished name" #~ msgstr "fel vid mappande av namn till \"base distinguished name\" i LDAP" #~ msgid "Error creating group for `%s' with GID %ld: %s\n" #~ msgstr "Fel vid skapande av grupp för \"%s\" med GID %ld: %s\n" #~ msgid "Group %ld does not exist.\n" #~ msgstr "Grupp nummer %ld finns inte.\n" #~ msgid "No group with GID %ld exists, not removing.\n" #~ msgstr "Det finns ingen grupp med GID %ld, tar inte bort.\n" #~ msgid "Group with GID %ld did not have a group name.\n" #~ msgstr "Gruppen med GID %ld hade inget gruppnamn.\n" #~ msgid "Searching for group with ID %d.\n" #~ msgstr "Söker efter grupp med ID %d.\n" #~ msgid "Searching for group with ID %ld.\n" #~ msgstr "Söker efter grupp med ID %ld.\n" #~ msgid "Searching for user with ID %d.\n" #~ msgstr "Söker efter användare med ID %d.\n" #~ msgid "Searching for user with ID %ld.\n" #~ msgstr "Söker efter användare med ID %ld.\n" #~ msgid "couldn't reset default security context to `%s': %s" #~ msgstr "kunde inte återställa standardsäkerhetssammanhanget till \"%s\": %s" #~ msgid "%s is not authorized to change the finger information of %s\n" #~ msgstr "%s är inte auktoriserad att ändra fingerinformationen för %s\n" #~ msgid "Unknown user" #~ msgstr "Okänd användare" #~ msgid "Prompts succeeded." #~ msgstr "Prompter lyckades." #~ msgid "Prompts failed." #~ msgstr "Prompter misslyckades." #~ msgid "Cyrus SASL error creating user: %s: %s" #~ msgstr "Cyrus SASL-fel vid skapande av användare: %s: %s" #~ msgid "Cyrus SASL error removing user: %s: %s" #~ msgstr "Cyrus SASL-fel vid borttagning av användare: %s: %s" #~ msgid "Error initializing %s.\n" #~ msgstr "Fel vid initiering av %s.\n" #~ msgid "Group %s could not be deleted.\n" #~ msgstr "Gruppen %s kunde inte tas bort.\n" #~ msgid "Group %s could not be modified.\n" #~ msgstr "Gruppen %s kunde inte ändras.\n" #~ msgid "error initializing module" #~ msgstr "fel vid initiering av modul" #~ msgid "Error initializing module" #~ msgstr "Fel vid initiering av modul" #~ msgid "Refusing to create account with uid 0.\n" #~ msgstr "Vägrar att skapa konto med uid 0.\n" #~ msgid "Error creating group for `%s' with gid %ld.\n" #~ msgstr "Fel vid skapande av grupp för \"%s\" med gid %ld.\n" #~ msgid "Error initializing Cyrus SASL: %s" #~ msgstr "Fel vid initiering av Cyrus SASL: %s" #~ msgid "Error creating home directory for user" #~ msgstr "Fel vid skapande av hemkatalog för användare" #~ msgid "Error removing home directory for user" #~ msgstr "Fel vid borttagning av hemkatalog för användare" #~ msgid "Error moving home directory for user" #~ msgstr "Fel vid flytt av hemkatalog för användare" #~ msgid "Error creating mail spool for user" #~ msgstr "Fel vid skapande av e-postspool för användare" #~ msgid "error searching LDAP directory" #~ msgstr "fel vid sökning i LDAP-katalog" #~ msgid "no `%s' attribute using `%s' scheme found" #~ msgstr "inget \"%s\"-attribut som använder \"%s\"-schemat hittades" #~ msgid "entity object has no `%s' attribute" #~ msgstr "enhetsobjektet har inget \"%s\"-attribut" #~ msgid "Bad UID for %s.\n" #~ msgstr "Felaktigt UID för %s.\n" #~ msgid "No home directory for %s.\n" #~ msgstr "Ingen hemkatalog för %s.\n" #~ msgid "dump of struct lu_ent at %p:\n" #~ msgstr "dump av struct lu_ent vid %p:\n" #~ msgid " magic = %08x\n" #~ msgstr " magic = %08x\n" #~ msgid " type = %s\n" #~ msgstr " type = %s\n" #~ msgid "user" #~ msgstr "användare" #~ msgid "group" #~ msgstr "grupp" #~ msgid "" #~ "\n" #~ "Before copy:\n" #~ msgstr "" #~ "\n" #~ "Innan kopiering:\n" #~ msgid "" #~ "\n" #~ "After copy:\n" #~ msgstr "" #~ "\n" #~ "Efter kopiering:\n" #~ msgid "freeing lu_ent at %p.\n" #~ msgstr "frigör lu_ent vid %p.\n" #~ msgid "could not determine expected DN" #~ msgstr "kunde inte avgöra förväntad DN" #~ msgid "could not map name to DN" #~ msgstr "kunde inte mappa namn till DN" libuser-0.56.9.dfsg.1.orig/po/cs.gmo0000644000175000017500000004610710777230761015141 0ustar gheghe,3< "(5K*$Ej""9H Z{</)7"a'1Mf*)( I`.|((.$I n!x "#!#($L#q. (-<Vg%v%  3P_s    -#7,Q~," % ,9Of#'!$F d"! #+ #O s  +   ! !1&!X!r!!$!!8!("*="*h")"*"0")#)C#m##1###$$!6$!X$+z$.$$G$;%)S%&}%"%%!%#&'&G&\&o&&&(&$&&)'8'K'0g'!'''&'" (',( T(u(3(!((( )#)9)"M)p) ))) ) ) * **K*"k*******%+#=+ a++'++++ +- ,:,O,"b,,$,,,[,R.i.3..!.. /%/A/4^////#/10460)k0(000&0 1 .1LO1)17191482-m2:2223"43"W3"z3-33#3# 4*/43Z46444"5%$56J55)55 5,5606H6 h666667$7(C7 l74z77777)7&8?8[8"t88 88#8889$9 :9 H9V9 \9 h9t999/99-:1D:&v:<:2:" ; 0;;;R;f;|;;$;;;$;!<4<"O<r<<< <#<<#=#,=!P=#r====)= >>&>9>N>:a>)>>!>-?"4?>W?#?.?+?)@)?@0i@4@-@@A=0A#nAAAA AB*#B*NB$yBIB B$ C<.C:kCC&C)C%D;DYD!wD+D'D=D+E>KEEE2E'E, F?MF=F/F)F'%G;MG-G+GGHH,H!AH cH HH#HHHI I#AIeIII&IIIJ'(J PJqJJ,JJJ KK*"KMKhK#K!K'K*K.L@3!nO8uL_#X9) Z 7,:`$Q k+oTD& /iPq;"[lG0p*m2J%fe~aU}<(?4Ms'BWV^C j b=SxKcwgFH]Az|Yy>.REIt1h{Nd-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld Warning: Group with ID %jd does not exist. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorinvalid IDinvalid numberlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser VERSION Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-04-07 21:58+0200 Last-Translator: Miloslav Trmac Language-Team: Czech MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit %s nemá GID číslo. %s nemá domácí adresář. %s není autorizován měnit informace finger o %s Účet vyprší: %s Vytváření účtu selhalo: %s. Účet je zablokován. Účet není zablokován. Chyba při autentizaci %s. Použito zároveň -L a -U. Nemohu nastavit implicitní kontext pro /etc/passwd Měním údaje finger pro %s. Měním heslo pro %s. Měním shell pro %s. Kopíruji uživatelskou strukturu: Chyba Cyrus SASL při vytváření uživatele: %sChyba Cyrus SASL při odstraňování uživatele: %sImplicitní jména atributů uživatele: Implicitní třídy objektů uživatel: E-mailová adresaPoložka nenalezena. Chyba při změně vlastníka `%s': %sChyba při vytváření %s: %s. Chyba při vytváření `%s': %sChyba při vytváření účtu pro '%s': nesprávně formátovaný řádek. Chyba při vytváření skupiny `%s': %s Chyba při vytváření skupiny pro `%s' s GID %jd: %s Chyba při vytváření domácího adresáře pro %s: %s Chyba při vytváření poštovního spoolu pro %s. Chyba při vytváření poštovního spoolu. Chyba při vytváření uživatelského účtu pro %s: %s Chyba při inicializaci %s: %s Chyba při inicializaci %s: %s Chyba při inicializaci PAM. Chyba při odstraňování %s: %s Chyba při přesunu %s do %s: %s. Chyba při otevírání '%s': %s. Chyba při zpracovávání argumentů: `%s'. Chyba při čtení '%s': %sChyba při odstraňování %s: %s. Chyba při odstraňování `%s': %schyba při nastavování hesla pro %s: %s Chyba při nastavování hesla pro skupinu %s: %s. Chyba při nastavování hesla pro uživatele %s: %s. Chyba při zápisu `%s': %sChyba při zahazování práv. Nemohu změnit informace o %s: %s Nemohu nastavit heslo skupinu %s: %s Chyba při nastavování hesla pro uživatele %s: %s. Údaje finger změněny. Údaje finger nezměněny: chyba vstupu. Údaje finger nezměněny: %s. Plné jménoNačítám implicitní atributy uživatele: Křestní jménoSkupina %jd neexistuje Skupinu %s nelze odstranit: %s Skupinu %s nelze odstranit: %s. Skupinu %s nelze uzamknout: %s Skupinu %s nelze změnit: %s Skupinu %s nelze změnit: %s. Skupinu %s nelze odemknout: %s Skupina %s neexistuje. Chyba při vytváření skupiny: %s Skupina s GID %jd nemá jméno skupiny. Telefon domůCesta k domovskému adresáři `%s' není absolutníNeaktivní: %ld Interní chyba PAM `%s'. Interní chyba. Neplatné ID %s Neplatná implicitní hodnota pole %s: %sNeplatné ID skupiny %s Neplatné ID uživatele %s Kerberos Admin PrincipalHeslo pro Kerberos Admin PrincipalRealm KerberosuLDAP Bind DNLDAP Bind hesloLDAP SASL uživatel pro autentizaciLDAP SASL uživatelLDAP Search Base DNJméno LDAP serveruPoslední změna: %s Maximum: %ld Minimum: %ld NikdyNový shellNové hesloNové heslo (potvrďte)Nebylo zadáno jméno skupiny, chybí jméno pro gid %d. Nebylo zadáno jméno skupiny, používám %s. Nebylo zadáno jméno skupiny. Skupina s GID %jd neexistuje, neodstraňuji. Nový domácí adresář pro %s nebyl vytvořen. Domácí adresář pro %s neexistuje. Nebylo zadáno jméno uživatele, chybí jméno pro uid %d. Nebylo zadáno jméno uživatele, používám %s. Nebylo zadáno jméno uživatele. KancelářTelefon do kancelářeHeslo vyprší: %s Heslo neaktivní: %s Změna hesla zrušena. Heslo změněno. Hesla nesouhlasí, zkuste to znovu. Výzvy selhaly. Výzvy uspěly. Odmítám vytvořit účet s UID 0. Hledám skupinu pojmenovanou %s. Hledám skupinu s ID %jd. Hledám uživatele se jménem %s. Hledám uživatele s ID %jd. Shell změněn. Shell nebyl změněn: %s PříjmeníAutentizován neznámý uživatel. Neznámý kontext uživateleUživatele %s nelze odstranit: %s. Uživatele %s nelze uzamknout: %s. Uživatele %s nelze změnit: %s. Uživatele %s nelze odemknout: %s. Uživatel %s neexistuje. Uživatel se neshoduje. Varování: %ld Varování: Skupina s ID %jd neexistuje. [VOLBY...][VOLBY...] [uživatel][VOLBY...] skupina[VOLBY...] uživatelpřístup odepřenzáloha souboru '%s' existuje a není to normální soubornesouhlasí velikost záložního souboruchybné ID uživatele/skupinychybné jméno uživatele/skupinysoubor s nastavením `%s' je příliš velkýnemohu se připojit k LDAP serverunemohu se připojit k LDAP serveru, první pokus jako `%s': %snemohu domluvit TLS s LDAP serveremnemohu otevřít soubor s nastavením `%s': %snemohu číst soubor s nastavením `%s': %snemohu nastavit protokol LDAP na verzi %dnemohu stat soubor s nastavením `%s': %snemohu určit kontext zabezpečení pro `%s': %snemohu získat implicitní kontext zabezpečení: %snemohu získat kontext zabezpečení `%s': %snemohu otevřít `%s': %snemohu číst z `%s': %snemohu nastavit implicitní kontext zabezpečení na `%s': %snemohu zjistit informace o `%s': %snemohu zapsat do `%s': %sdata nebyla v souboru nalezenaentita nemá atribut %sentita nemá %s nebo %s atributyobjekt entita nemá atribut %sstruktura entity nemá %s nebo %s atributyentita vytvořena bez %s nebo %s atributůpoložka je již v souboru obsaženachyba při spojování s kadm5 serverem pro službu '%s' v realm '%s': %schyba při vytváření `%s': %schyba při tvorbě LDAP položky: %schyba při vytváření domácího adresáře pro uživatelechyba při vytváření poštovního spoolu pro uživatelechyba při šifrování heslachyba při inicializaci Cyrus SASL: %schyba při inicializaci knihovny kerberoschyba při inicializaci LDAP knihovnychyba při zavádění moduluchyba při zamykání souboruchyba při zamykání souboru: %schyba při manipulaci s atributy termináluchyba při modifikaci LDAP položky: %schyba při přesouvání domácího adresáře pro uživatelechyba při otevírání souboruchyba při zpracovávání jména uživatele '%s' pro kerberoschyba při čtení souboruchyba při čtení z termináluchyba při čtení informací pro '%s' z kerberosuchyba při čtení atributů termináluchyba při odstraňování LDAP položky: %schyba při odstraňování domácího adresáře pro uživatelechyba při odstraňování poštovního spoolu pro uživatelechyba při přejmenovávání LDAP položky: %schyba při zpracování symbolů v moduluchyba při nastavování hesla pro '%s'chyba při nastavování hesla v LDAP adresáři pro %s: %schyba při nastavování atributů termináluchyba při zjišťování údajů o souboruchyba při zápisu do souboruvšeobecná chybaskupina %jd nemá jménoskupina %s nemá GIDskupina nemá ani jméno, ani GIDinterní chyba při inicializacineplatné IDneplatné číslonesouhlasí verze knihovny a modulumodul `%s' nedefinuje `%s'modul zakázán v konfiguracinesouhlasí verze modulu v '%s'jméno obsahuje řídící znakyjméno obsahuje neplatný znak `%c'jméno obsahuje ne-ASCII znakyjméno obsahuje mezeryjméno není nastavenojméno je příliš dlouhé (%zu > %d)jméno je příliš krátkéjméno začíná pomlčkouatribut '%s' nenalezenchybí inicializační funkce %s v '%s'chybí soubor shadow -- zakazujinení objekt v LDAP adresářinedostatečné oprávněnínespuštěno s právy administrátora (root)objekt nemá atribut %sobjekt nemá atribut %súspěchneznámá chybapo odemčení by pole hesla bylo prázdnéuživatel %jd nemá jménouživatel %s nemá UIDuživatel nemá ani jméno, ani UIDobjekt uživatel nemá atribut %sobjekt uživatel byl vytvořen bez '%s'ID uživatele/skupiny je již používánojméno uživatele/skupiny je již používánolibuser-0.56.9.dfsg.1.orig/po/et.gmo0000644000175000017500000004221010777230761015133 0ustar gheghe `a"5  8W*r$""1Ts <@/_)"' ;Wp* )5(_.((<.Y$ ! "#!!E#g$#.  8C]n}% 1@Tev | -#,Cb," +F#Y}'!  )JZqy"!##8Q am 1$#H8f(**) *H )s   1 !!4!K!!f!!!+!.!"G#"k")"&""""!##3#W#w###&#(#$$+$)>$h${$0$!$'$&%'9% a%%3%!%% & "&0&N& n& && &&"'4'M']'y'''%'#' ((('>(f((( (-(($)%):)kQ)**$*+ (+I+_+y+$+@+'+%,;, U,%v,),!,!, --.-N-e-=|--,-#.$).N.&j..#. ../%'/M/d//'/%/(/0#+06O0+0/00*0 %1 F1#P1t1|1'1(1+1#2$725\2222223 $323F3]3s3333"3344-4 C4P4 Y4d43z4)4444 (5!I54k5,555566*6H6"]666%666 7+7I7Y7 p7~77+7+7'8378k88 8888828(9C9Z9 s9%9?9M9/H:.x:5:.:0 ;=;#];?;#;%; <"<#><#b<.<(<<?<;='R=#z=%=="=#>'>E>\>s>(>(>'> ?=?Z?n?;?$?+?'@0>@$o@%@5@$@A*A CAPAlAAA&AA B .BOBgBzBBBB&B C%$CJC&_CCCC C4C$D*DHD gD}1XRO>`P<*?g|f!^{2FszAKSY7MN&-ci/Jv_l3a(H5Lq,B =o0WV+w~]D'nj.QTE%\r" xt)Ceh#u4kbm@Z$Ip 6;dy9[8 G:U%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneInternal PAM error `%s'. Internal error. Invalid ID %s Invalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorinternal initialization errorlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: et Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2005-11-04 08:32+0200 Last-Translator: Allan Sims Language-Team: Estonian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.3.1 %s ei ole gid numbrit. %s-il ei ole kodukataloogi. %s ei ole volitatud muutma %s infot Konto aegub: %s Konto loomine ebaõnnestus: %s. Konto on lukustatud. Konto ei ole lukustatud. %s tuvastamine ebaõnnestus. Mõlemad -L ja -U on täpsustamata. vaike konteksti seadistamine /etc/passwd jaoks ei ole võimalik Sõrminformatsiooni muutmine %s jaoks. %s parooli muutmine. Kesta muutmine %s jaoks. Kasutajastruktuuri kopeerimine: Cyrus SASL viga kasutaja loomisel: %sCyrus SASL viga kasutaja eemaldamisel: %sKasutaja vaikeatribuutide nimed: Kasutaja vaikeobjektide klassid: E-posti aadressÜksust ei leitud. Viga `%s' omaniku muutmisel: %sViga %s loomisel: %s. Viga `%s' loomisel: %sKonto loomise viga `%s' jaoks: rida ebasobivalt vormindatud. Viga grupi `%s' loomisel: %s Viga grupi `%s' loomisel kui GID on %jd: %s Viga %s kodukataloogi loomisel: %s Viga postispuuli loomisel %s jaoks. Viga postispuuli loomisel. Viga kasutajale %s konto loomisel: %s %s lähtestamise viga: %s %s lähtestamisel esines viga: %s. PAM lähtestamisel esines viga. Viga %s liigutamisel %s: %s. `%s' avamise viga: %s. Argumentide analüüsimise viga: %s. Viga `%s' lugemisel:%sViga %s eemaldamisel: %s. Viga `%s' eemaldamisel:%sViga %s esialgse parooli seadmisel: %s Viga grupi %s parooli seadmisel: %s. Viga kasutaja %s parooli seadmisel: %s. Viga `%s' kirjutamisel: %sÕiguste eemaldamine ebaõnnestus. Vananenud %s informatsiooni muutmine ebaõnnestus: %s Grupi %s parooli seadmine ebaõnnestus: %s Kasutaja %s parooli seadmine ebaõnnestus: %s. Sõrminfo on muudetud. Sõrminfot ei ole muudetud: sisendi viga. Sõrminfot ei ole muudetud: %s. TäisnimiKasutaja vaikeatribuutide saamine: EesnimiGruppi %jd ei ole olemas Gruppi %s pole võimalik kustutada: %s Gruppi %s pole võimalik kustutada: %s. Gruppi %s lukustamine ei ole võimalik: %s Gruppi %s pole võimalik muuta: %s Gruppi %s pole võimalik muuta: %s. Gruppi %s lukust lahti tegemine ei ole võimalik: %s Gruppi %s ei ole olemas. Grupi loomine ebaõnnestus: %s Grupil GID-ga %jd puudub nimi. Kodune telefonSisemine PAM viga `%s'. Sisemine viga. Vigane ID %s Vigane grupi ID %s Vigane kasutaja ID %s Kerberos-e HaldusjuhtKerberose parool HaldusjuhileKerberos piirkondLDAP sidumise numberLDAP sidumise paroolLDAP SASL kasutaja autoriseerimineLDAP SASL kasutajaLDAP sidumise baasnumberLDAP serverinimiViimati muudetud: %s Mitte kunagiUus kestUus paroolUus parool (kinnitus)Grupinimi täpsustamata, gid %d jaoks puudub nimi. Grupinimi täpsustamata, kasutatakse %s. Grupinimi on määramata. Gruppi GID-ga %jd ei ole olemas, seda ei eemaldata. %s-il puudub uus kodukataloogi. %s-il puudub vana kodukataloogi. Kasutajanimi määramata, nimi puudub uid %d jaoks. Kasutajanimi täpsustamata, kasutatakse %s. Kasutajanimi täpsustamata. KontorKontori telefonParool aegub: %s Parool on kehtetu: %s Parooli muutmisest loobutud. Parool on muudetud. Paroolid ei ühti, proovi uuesti. Viibad ebaõnnestusid. Viibad õnnestusid. Segadus konto loomisel kui UID on 0. %s nimelise grupi otsimine. ID-ga %jd grupi otsimine. %s nimelise kasutaja otsimine. ID-ga %jd kasutaja otsimine. Kest muudetud. Kesta ei muudetud: %s Perekonnanimituvastati tundmatu kasutaja. tundmatu kasutaja kontekstKasutajat %s pole võimalik kustutada: %s. Kasutajat %s pole võimalik lukustada: %s. Kasutajat %s pole võimalik muuta: %s. Kasutajat %s pole võimalik lukust lahti teha: %s. Kasutajat %s ei ole olemas. Kasutaja ei sobi. [VALIK...][VALIK...] [kasutaja][VALIK...] grupp[VALIK...] kasutajaligipääs keelatudon olemas varundfail %s, mis ei ole tavaline failvarundfaili suurus ei sobihalb kasutaja/grupi idhalb kasutaja-/grupinimiseadete faili `%s' on liiga suurLDAP serverit polnud võimalik sidudaLDAP serverit polnud võimalik siduda, esmalt üritati `%s': %sTranspordikihi turbeprotokollil (TLS) polnud võimalik suhelda LDAP serverigaaeadete faili `%s' avadmine pole võimalik: %sseadete faili `%s' avamine pole võimalik: %sLDAP protokolli polnud võimalik seada versioonile %dseadete faili `%s' avamine pole võimalik: %sturvakonteksti `%s' saamine ei ole võimalik: %s`%s' avamine pole võimalik: %s`%s'-st lugemine pole võimalik: %svaike turvakonteksti seadistamine `%s'-ile ei ole võimalik: %s`%s'-i polnud võimalik esitada: %s`%s'-i kirjutamine pole võimalik: %sfailis puuduvad andmedüksusel %s puudub atribuutüksusel puudub %s või %s atribuutüksuse objektil puudub atribuut %süksuse struktuuril puudub %s või %s atribuutüksus loodi ilma %s või %s atribuuditafailis on üksus juba olemaskadm5 serveri teenuse `%s' ühendamise viga piirkonnas `%s': %sviga `%s' loomisel: %sLDAP kataloogi üksuse loomise viga: %skasutaja kodukataloogi loomise vigakasutajale postispuuleri loomise vigaparooli krüpteerimise vigaviga Cyrus SASL lähtestamisel: %sviga kerberose teegi lähtestamiselldap teegi lähtestamise vigamooduli laadimise vigafaili lukustamise vigaviga faili lukustamisel: %sviga terminali atribuutide käsitlemiselLDAP kataloogi üksuse muutmise viga: %skasutaja kodukataloogi liigutamise vigafaili avamise vigakerberose jaoks kasutajanime `%s analüüsimisel ilmnes vigafaili lugemise vigaviga terminalist lugemiselkerberosest %s ' jaoks informatsiooni lugemisel ilmnes vigaviga terminali atribuutide lugemiselLDAP kataloogi üksuse eemaldamise viga: %skasutaja kodukataloogi kustutamise vigaLDAP kataloogi üksuse ümbernimetamise viga: %ssümbolite lahendamise viga moodulis`%s'-le parooli seadmisel ilmnes vigaparooli seadmisel LDAP kataloogile %s tekkis viga: %sviga terminali atribuutide seadmiselfaili esitamise vigaviga faili kirjutamisel üldine vigasisemine lähtestamise vigateegi/mooduli versioon ei sobimoodul `%s' ei defineeri `%s'moodul on seadistustes keelatudmooduli versiooni mitteühtivus `%s'-snimi sisaldab kontrollmärkenimi sisaldab vigast märki `%c'nimi sisaldab mitte-ASCII märkenimi sisaldab tühikuidnime ei ole seatudnimi on liiga pikk (%zu > %d)nimi on liiga lühikenimi algab sidekriipsuga`%s'-i atribuuti ei leitudpuudub häälestusfunktsioon %s `%s'-svarifail puudub - keelatudLDAP kataloogis puudub selline objektebapiisavad õigusedsuperkasutaja õigustega ei käivitataobjektil puudus atribuut %sobjektil puudub atribuut %sedutundmatu vigalahti lukustamine võib teha parooli välja tühjakskasutaja objektil puudub atribuut %skasutaja objekt loodi `%s'-takasutaja/grupi id on kasutuselkasutaja-/grupinimi on kasutusellibuser-0.56.9.dfsg.1.orig/po/hu.po0000644000175000017500000007400110777230757015003 0ustar gheghe# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. # # Tamas Szanto , 2003. # Arpad Biro , 2004, 2005, 2007. # Szentiványi Gábor , 2006. # Gábor Szentiványi , 2006. msgid "" msgstr "" "Project-Id-Version: libuser\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2007-03-27 00:47+0200\n" "Last-Translator: Arpad Biro \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Hiba történt '%s' beolvasásakor: %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Hiba történt '%s' létrehozásakor: %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Hiba \"%s\" tulajdonosának módosításakor: %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Hiba történt \"%s\" írásakor: %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Hiba történt '%s' eltávolításakor: %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Nem sikerült csökkenteni a jogosultsági szintet.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Belső hiba.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "\"%s\" nem jogosult arra, hogy módosítsa \"%s\" Finger-jellemzőit\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Ismeretlen felhasználói kontextus" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Nem állítható be alapértelmezett kontextus ehhez: /etc/passwd\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Hiba történt a PAM inicializálásakor.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "A felhasználóazonosítás nem sikerült (%s).\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Belső PAM-hiba ('%s').\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "Ismeretlen felhasználó azonosítva.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Nem megfelelő felhasználó.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[OPCIÓ...] felhasználó" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Hiba történt az argumentumok feldolgozásakor: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Nincs megadva felhasználónév.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Hiba történt %s inicializálásakor: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "%s nevű felhasználó nem létezik.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Az azonosító zárolva van.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Az azonosító nincs zárolva.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Minimum:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Maximum:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Figyelmeztetés:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Inaktív:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Soha" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Utolsó módosítás:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "A jelszó lejár:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Inaktív jelszó:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "A jelszó lejár:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Nem sikerült módosítani a lejárási információt ennél: %s (%s)\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[OPCIÓ...] [felhasználó]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "" "Nincs megadva felhasználónév, nem tartozik név ehhez az azonosítóhoz: %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "%s Finger-jellemzőinek megváltoztatása.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Teljes név" #: apps/lchfn.c:154 msgid "Surname" msgstr "Vezetéknév" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Keresztnév" #: apps/lchfn.c:179 msgid "Office" msgstr "Munkahely" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Munkahelyi telefonszám" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Otthoni telefonszám" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "E-mail cím" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "A Finger-jellemzők nem változtak: bemeneti hiba történt.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "A Finger-jellemzők megváltoztak.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "A Finger-jellemzők nem változtak: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "%s parancsértelmezőjének megváltoztatása.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Új parancsértelmező" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "A parancsértelmező nem változott: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "A parancsértelmező megváltozott.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[OPCIÓ...] csoport" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Nincs megadva csoportnév.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "Érvénytelen csoportazonosító: %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "A csoport létrehozása nem sikerült: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Nem létezik %s nevű csoport.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "A(z) %s csoportot nem sikerült törölni: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "A -L és -U opció is meg van adva.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Nem sikerült beállítani a jelszót a(z) %s csoporthoz: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "Nem sikerült zárolni a(z) %s csoportot: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Nem sikerült feloldani a(z) %s csoport zárolását: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "Nem sikerült módosítani a(z) %s csoportot: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "%s kikeresése nem sikerült: %s\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Nincs megadva csoportnév, ezt a nevet használom: %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "" "Nincs megadva csoportnév, nem tartozik név ehhez az azonosítóhoz: %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Nincs megadva felhasználónév, ezt a nevet használom: %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[OPCIÓ...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Hiba történt '%s' megnyitásakor: %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "" "Hiba történt a(z) '%s' azonosító használatakor: egy sor formátuma hibás.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "Érvénytelen felhasználóazonosító: %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Nem lehet 0 értékű azonosítót létrehozni.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "" "Nem sikerült létrehozni csoportot \"%s\" számára \"%jd\" azonosítóval: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Nem sikerült beállítani %s kezdeti jelszavát: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "%s saját könyvtárát nem sikerült létrehozni: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "%s levelezési sorának létrehozása nem sikerült.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Nem sikerült felhasználói azonosítót létrehozni ehhez: %s (%s)\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "%s jelszavának megváltoztatása.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Új jelszó" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Még egyszer" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "A jelszavak nem egyeznek meg, próbálkozzon újra.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "A jelszóváltoztatás meg lett szakítva.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Nem sikerült beállítani %s jelszavát: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Nem sikerült beállítani a(z) %s csoport jelszavát: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "A jelszó megváltozott.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "Nem létezik \"%jd\" azonosítójú csoport\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Nem sikerült létrehozni \"%s\" nevű csoportot: %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Az azonosító létrehozása nem sikerült: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "%s létrehozása nem sikerült: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "A levelezési sor létrehozása nem sikerült.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Nem sikerült törölni a(z) %s felhasználót: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s nem rendelkezett csoportazonosítóval.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "" "Nem létezik \"%jd\" azonosítójú csoport, ezért nem lehet eltávolítani.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "A(z) \"%jd\" azonosítójú csoportnak nem volt neve.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "A(z) %s csoportot nem sikerült törölni: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "A(z) %s felhasználónak nem volt saját könyvtára.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "%s eltávolítása nem sikerült: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Nem sikerült beállítani a jelszót a(z) %s felhasználónál: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "A(z) %s felhasználót nem sikerült zárolni: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "A(z) %s felhasználó zárolását nem sikerült feloldani: %s.\n" #: apps/lusermod.c:221 #, fuzzy, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Nem létezik \"%jd\" azonosítójú csoport\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Nem sikerült módosítani a(z) %s felhasználónevet: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "Nem sikerült módosítani a(z) %s csoportot: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "Nincs régi saját könyvtár ehhez: %s.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "Nincs új saját könyvtár ehhez: %s.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Nem sikerült áthelyezni ezt: %s ide: %s (%s).\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "nem sikerült megnyitni a(z) \"%s\" beállítási fájlt: %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "nem sikerült lekérdezni a(z) \"%s\" beállítási fájl adatait: %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "a(z) %s beállítási fájl túl nagy" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "nem sikerült beolvasni a(z) \"%s\" beállítási fájlt: %s" #: lib/error.c:38 msgid "success" msgstr "sikerült" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "a modul le lett tiltva a beállításkor" #: lib/error.c:42 msgid "generic error" msgstr "általános hiba" #: lib/error.c:44 msgid "not enough privileges" msgstr "nincs elég jogosultság" #: lib/error.c:46 msgid "access denied" msgstr "a hozzáférés megtagadva" #: lib/error.c:48 msgid "bad user/group name" msgstr "hibás felhasználó- vagy csoportnév" #: lib/error.c:50 msgid "bad user/group id" msgstr "hibás felhasználó/csoportazonosító" #: lib/error.c:52 msgid "user/group name in use" msgstr "a felhasználó- vagy csoportnév foglalt" #: lib/error.c:54 msgid "user/group id in use" msgstr "a felhasználó/csoportazonosító foglalt" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "hiba történt a terminálattribútumok kezelése közben" #: lib/error.c:58 msgid "error opening file" msgstr "fájlmegnyitási hiba" #: lib/error.c:60 msgid "error locking file" msgstr "fájlzárolási hiba" #: lib/error.c:62 msgid "error statting file" msgstr "hiba a fájl adatainak lekérdezésekor (stat)" #: lib/error.c:64 msgid "error reading file" msgstr "fájlolvasási hiba" #: lib/error.c:66 msgid "error writing to file" msgstr "nem sikerült írni a fájlba" #: lib/error.c:68 msgid "data not found in file" msgstr "az adat nem található a fájlban" #: lib/error.c:70 msgid "internal initialization error" msgstr "belső inicializálási hiba" #: lib/error.c:72 msgid "error loading module" msgstr "modulbetöltési hiba" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "nem sikerült feloldani egy szimbólumot a modulban" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "verzióeltérés a programkönyvtárban vagy modulban" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "a zárolás feloldása üressé tenné a jelszómezőt" #: lib/error.c:84 msgid "unknown error" msgstr "ismeretlen hiba" #: lib/misc.c:165 #, fuzzy msgid "invalid number" msgstr "Érvénytelen felhasználóazonosító: %s\n" #: lib/misc.c:179 #, fuzzy msgid "invalid ID" msgstr "Érvénytelen azonosító: %s\n" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "hiányzik a(z) %s inicializálási függvény innen: '%s'" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "modulverzió-hiba ebben: '%s'" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "a(z) `%s' modul nem tartalmazza a(z) `%s' definícióját" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "hiba történt a terminálattribútumok beolvasásakor" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "nem sikerült beállítani a terminál jellemzőit" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "nem sikerült olvasni a terminálról" #: lib/user.c:191 msgid "name is not set" msgstr "a név nincs beállítva" #: lib/user.c:196 msgid "name is too short" msgstr "a név túl rövid" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "túl hosszú a név (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "a név nem csak ASCII-karaktereket tartalmaz" #: lib/user.c:215 msgid "name contains control characters" msgstr "a név vezérlőkaraktert tartalmaz" #: lib/user.c:222 msgid "name contains whitespace" msgstr "a név üres karaktert tartalmaz" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "a név kötőjellel kezdődik" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "a név érvénytelen karaktert tartalmaz: '%c'" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "A(z) %s felhasználónak nincs azonosítója (UID)" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "A(z) %s csoportnak nincs csoportazonosítója (GID)" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "A(z) %jd felhasználónak nincs neve" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "A(z) %jd csoportnak nincs neve" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "felhasználónak nincs neve és azonosítója (UID) sem" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "csoportnak nincs neve és azonosítója (GID) sem" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "Érvénytelen alapértelmezett érték a(z) %s mezőhöz: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "fájlzárolási hiba: %s" #: lib/util.c:706 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "nem sikerült beállítani az alapértelmezett biztonsági kontextust: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "nem sikerült meghatározni \"%s\" biztonsági kontextusát: %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "" "nem sikerült beállítani az alapértelmezett biztonsági kontextust erre: \"%s" "\" (%s)" #: lib/util.c:760 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "nem sikerült meghatározni \"%s\" biztonsági kontextusát: %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "'%s' megnyitása nem sikerült: %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "nem sikerült a stat művelet erre: \"%s\" (%s)" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "'%s' létrehozása nem sikerült: %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "létezik \"%s\" nevű biztonsági mentési fájl, de nem normál fájl" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "a mentési fájl eltérő méretű" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "nem sikerült olvasni innen: '%s' (%s)" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "az entitás már benne van a fájlban" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "nem sikerült írni ebbe: '%s' (%s)" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "az entitásobjektumnak nincs %s attribútuma" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "hiba történt a jelszó titkosításakor" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "nem lehet végrehajtani rendszergazdai jogosultsággal" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "nincs árnyékfájl - letiltva" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "nem sikerült csatlakozni a kadm5 kiszolgáló '%s' szolgáltatásához a(z) '%s' " "realm-ben: %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "a Kerberos-programkönyvtár inicializálása nem sikerült" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "nem sikerült a(z) '%s' felhasználónevet feldolgozni a Kerberosban" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "az entitásstruktúra nem tartalmaz sem %s, sem %s attribútumot" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "az entitásnak nincs sem %s, sem %s attribútuma" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "az entitás %s és %s attribútum nélkül lett létrehozva" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "nem sikerült kiolvasni ezt az információt a Kerberosból: '%s'" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "az entitásnak nincs %s attribútuma" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "nem sikerült beállítani a jelszót ennél: '%s'" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Kerberos-realm" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Kerberos Admin Principal" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Az Admin Principal Kerberos-jelszava" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "hiba történt az LDAP-programkönyvtár inicializálásakor" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "nem sikerült beállítani az LDAP protokollt %d verzióra" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "nem sikerült TLS-kapcsolatot létrehozni az LDAP-kiszolgálóval" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "nem sikerült kapcsolódni az LDAP-kiszolgálóhoz" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "" "nem sikerült kapcsolódni az LDAP-kiszolgálóhoz, első kísérlet ezzel: \"%s" "\" (%s)" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "a felhasználói objektumnak nincs %s attribútuma" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "a felhasználói objektum '%s' attribútum nélkül lett létrehozva" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "hiba történt az LDAP-címtárbejegyzés létrehozásakor: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "hiba történt az LDAP-címtárbejegyzés módosításakor: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "hiba történt az LDAP-címtárbejegyzés átnevezésekor: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "az objektumnak nem volt %s attribútuma" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "nem sikerült eltávolítani az LDAP-címtárbejegyzést: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "az objektumnak nincs %s attribútuma" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "nincs ilyen objektum az LDAP-címtárban" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "nem található '%s' attribútum" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "nem sikerült beállítani a jelszót az LDAP-címtárban ehhez: %s (%s)" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "LDAP kiszolgálónév" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP keresési alapnév" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP csatlakozás" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP csatlakozási jelszó" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL felhasználónév" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL azonosítási felhasználónév" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Cyrus SASL-felhasználólétrehozási hiba: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Cyrus SASL-felhasználóeltávolítási hiba: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "a Cyrus SASL inicializálásakor hiba történt: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "nem sikerült létrehozni a felhasználó saját könyvtárát" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "nem sikerült eltávolítani a felhasználó saját könyvtárát" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "nem sikerült áthelyezni a felhasználó saját könyvtárát" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "nem sikerült levelezési sort létrehozni a felhasználónak" #: python/admin.c:885 #, fuzzy msgid "error removing mail spool for user" msgstr "nem sikerült levelezési sort létrehozni a felhasználónak" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Hiba történt %s inicializálásakor: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "Érvénytelen azonosító: %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "\"%jd\" azonosítójú csoport keresése.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "A(z) %s csoport keresése.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "\"%jd\" azonosítójú felhasználó keresése.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "A(z) %s felhasználónév keresése.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Nem található bejegyzés.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "A promptok sikeresek.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "A promptok sikertelenek.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Az alapértelmezett felhasználói objektumosztályok:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Az alapértelmezett felhasználójellemzők nevei:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Az alapértelmezett felhasználójellemzők lekérdezése:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Felhasználói struktúra másolása:\n" #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "nem sikerült a belső adatokat LDAPMods-ra alakítani" libuser-0.56.9.dfsg.1.orig/po/ml.gmo0000644000175000017500000010113010777230761015130 0ustar gheghe,3< "(5K*$Ej""9H Z{</)7"a'1Mf*)( I`.|((.$I n!x "#!#($L#q. (-<Vg%v%  3P_s    -#7,Q~," % ,9Of#'!$F d"! #+ #O s  +   ! !1&!X!r!!$!!8!("*="*h")"*"0")#)C#m##1###$$!6$!X$+z$.$$G$;%)S%&}%"%%!%#&'&G&\&o&&&(&$&&)'8'K'0g'!'''&'" (',( T(u(3(!((( )#)9)"M)p) ))) ) ) * **K*"k*******%+#=+ a++'++++ +- ,:,O,"b,,$,,,s,@j.U./^/q/ab0X0]1]{11e2B2E<3R3"3"34:424?4\.55:6Y6F778o9'::;L;K;JG<^<H<:=I=V>Vi>>?a@?.AnA.ABBFmCCYDD%D!D7DHEgEExF GG0HIHIzIAJyWJ*JHJ0EKvKfK7K25LOhLkL$M 3M"@M+cMM3M-M6NEN.aN(N"N(NVO\OPjPQMQFRbRScST>TLSTKTTQUaU6VGV[V_VIBWVW@WK$XDpXX<X_YnYYwZZC[^[-(\V\ \ \$]5]CT]]1^G^T_cV_u_80`(i``*aabcc)dOdhe1eQe\ fAgf{f!%g!Gg+igg_hhJi j|jk~k!!ldClll]fmam&&nMn|nMoooPUp~p%qq:rrSss {tqtuuO\vGv(vDw?bwOw=w"0x+Sx{x xyqyG3zJ{zIz?{GP{:{2{T|n[|M|B}q[}*}'}k ~k~~:OKQ*h|Wd@3!nO8uL_#X9) Z 7,:`$Q k+oTD& /iPq;"[lG0p*m2J%fe~aU}<(?4Ms'BWV^C j b=SxKcwgFH]Az|Yy>.REIt1h{Nd-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld Warning: Group with ID %jd does not exist. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorinvalid IDinvalid numberlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: ml Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-03-12 12:55+0530 Last-Translator: Language-Team: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n != 1); %sന് gid നംമ്പറ്‍ ലഭ്യമല്ല. %sന് ഹോം ഡയറക്ടറി ഇല്ലായിരുന്നു. %sന്‍റെ ഫിന്‍ഗറ്‍ ഇന്‍ഫോ മാറ്റുവാന്‍ %sന് അധികാരമില്ല അക്കൌണ്ടിന്‍റെ കാലാവധി തീരുന്നു: %s അക്കൌണ്ട് സൃഷ്ടിക്കുവാന്‍ സാധിച്ചില്ല: %s. അക്കൌണ്ട് ലോക്ക് ചെയ്തിരിക്കുന്നു. അക്കൌണ്ട് ലോക്ക് ചെയ്തിട്ടില്ല. %sന് ഓഥന്‍റിക്കേഷന്‍ പരാജയപ്പട്ടു. -Lും -Uും വ്യക്തമാക്കിയിട്ടുണ്ട്. /etc/passwdന് ഡീഫോള്‍ട്ട് കോണ്‍ട്ടെക്സ്റ്റ് സെറ്റ് ചെയ്യുമാന്‍ സാധ്യമല്ല %s ന്‍റെ finger informationല്‍ മാറ്റം വരുത്തുന്നു. %sന് പാസ്വേഡ് മാറ്റുന്നു. %sന്‍റെ ഷെല്ല് മാറ്റുന്നു. യൂസറിന്‍റെ structure പകറ്‍ത്തുന്നു: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: ഡീഫോള്‍ട്ട് യൂസറ്‍ ഒബ്ജക്ക്റ്റ് ക്ളാസ്സുകള്‍: ഈ-മെയില്‍ അഡ്രസ്സ്എന്‍ട്രി കാണ്‍മാനില്ല. `%s' ഉടമസ്ഥനെ മാറ്റുന്നതിന്‍ പിഴവ്: %s%sല്‍ സൃഷ്ടിക്കുന്നതില്‍ പിഴവ് സംഭവിച്ചിരിക്കുന്നു: %s. `%s'സൃഷ്ടിയില്‍ പിഴവ് : %s%sന് അക്കൌണ്ട് നിര്‍മ്മിക്കുന്നതില്‍ പിഴവ്: ലൈന്‍ തെറ്റായി രൂപപ്പെടുത്തിയിരിക്കുന്നു. `%s' എന്ന ഗ്രൂപ്പ് സൃഷ്ടിക്കുന്നതില്‍ പിഴവ് സംഭവിച്ചിരിക്കുന്നു: %s `%s' ന് GID %jd ആയി ഗ്രൂപ്പ് ഉണ്ടാക്കുന്നതില്‍ പിഴവ് സംഭവിച്ചിരിക്കുന്നു: %s %sയ്ക്ക് ഹോം ഡയറക്ടറി സൃഷ്ടിക്കുന്നതില്‍ പിഴവ് സംഭവിച്ചിരിക്കുന്നു: %s %sന് മെയില്‍ സ്പൂള്‍ സൃഷ്ടിക്കുന്നതില്‍ പിഴവ് സംഭവിച്ചിരിക്കുന്നു. മെയില്‍ സ്പൂള്‍ സൃഷ്ടിക്കുന്നതില്‍ പിഴവ് സംഭവിച്ചിരിക്കുന്നു. %sന് യൂസറ്‍ അക്കൌണ്ട് ഉണ്ടാക്കുന്നതില്‍ പിഴവ് സംഭവിച്ചിരിക്കുന്നു : %s Error initializing %s: %s %s ആരംഭിക്കുന്നതില്‍ പിശക്: %s. PAM initialise ചെയ്യുന്നതില്‍ പിഴവ്. %s-ല്‍ തിരയുന്നതില്‍ പിഴവ്: %s. %sലേക്ക് %sനെ നീക്കുന്നതില്‍ പിഴവ്: %s. `%s' തുറക്കുന്നതില്‍ പിഴവ്: %s. ആറ്‍ഗ്യിമെന്‍റുകള്‍ പാഴ്സ് ചെയ്യുന്നതില്‍ പിഴവ്: %s. `%s' വായിക്കുന്നതില്‍ പിഴവ്: %s%s നീക്കം ചെയ്യുന്നതില്‍ പിഴവ്: %s. `%s'നീക്കം ചെയ്യുന്നതില്‍ പിഴവ് : %s%sന് ഇനീഷിയല്‍ പാസ്വേഡ് സെറ്റ് ചെയ്യുന്നതില്‍ പിഴവ് സംഭവിച്ചിരിക്കുന്നു: %s %s എന്ന ഗ്രൂപ്പിന് പാസ്വേഡ് സെറ്റ് ചെയ്യുന്നതില്‍ പിഴവ് സംഭവിച്ചിരിക്കുന്നു: %s. %s എന്ന യൂസറിന് പാസ്വേഡ് സെറ്റ് ചെയ്യുന്നതില്‍ പിഴവ് സംഭവിച്ചിരിക്കുന്നു: %s. `%s'എഴുതുന്നതില്‍ പിഴവ്: %sഅനുമതികള്‍ വേണ്ടെന്ന് വയ്ക്കുന്നതില്‍ പരാജയം. Failed to modify aging information for %s: %s %s എന്ന ഗ്രൂപ്പിന് പാസ്വേഡ് സെറ്റ് ചെയ്യുന്നതില്‍ പരാജയപ്പെട്ടു: %s %s എന്ന യൂസറിന് പാസ്വേഡ് സെറ്റ് ചെയ്യുവാന്‍ സാധിച്ചില്ല: %s. finger informationല്‍ മാറ്റം വരുത്തി. finger informationല്‍ മാറ്റം വന്നിട്ടില്ല: ഇന്‍പുട്ടില്‍ പിഴവ്. finger informationല്‍ മാറ്റം വരുത്തിയില്ല: %s. മുഴുവന്‍ പേര്Getting default user attributes: തന്നിരിക്കുന്ന പേര്%jdഎന്ന ഗ്രൂപ്പ് നിലവിലില്ല %s എന്ന ഗ്രൂപ്പ നീക്കം ചെയ്യുവാന്‍ സാധിക്കുന്നില്ല: %s %s എന്ന ഗ്രൂപ്പ നീക്കം ചെയ്യുവാന്‍ സാധിച്ചില്ല: %s. %s എന്ന ഗ്രൂപ്പ് ലോക്ക് ചെയ്യുവാന്‍ സാധിക്കുന്നില്ല: %s %s എന്ന ഗ്രൂപ്പില്‍ മാറ്റം വരുത്തുവാന്‍ സാധിക്കുന്നില്ല: %s %sഎന്ന ഗ്രൂപ്പിനെ പരിഷ്കരിക്കുവാന്‍ സാധിച്ചില്ല: %s. %s എന്ന ഗ്രൂപ്പ് അണ്‍ലോക്ക് ചെയ്യുവാന്‍ സാധിക്കുന്നില്ല: %s %s എന്ന ഗ്രൂപ്പ് നിലവിലില്ല. ഗ്രൂപ്പിനെ സൃഷ്ടിക്കുന്നതില്‍ പരാജയപ്പെട്ടു: %s GID %jd ആയുളള ഗ്രൂപ്പിന് ഗ്രൂപ്പ് നെയിം ലഭ്യമല്ല. വീട്ടിലെ ഫോണ്‍ നംമ്പറ്‍ഹോം ഡയറക്ടറിയുടെ പാഥ് ആയ `%s' ആബ്സല്യൂട്ട് അല്ലസജീവമല്ലാത്ത: %ld PAMന്‍റെ ഇന്‍റേണല്‍ പിഴവ് `%s'. ഇന്‍റേണല്‍ പിഴവ്. അസാധുവായ ID %s %s ഫീള്‍ഡിന്‍റെ ഡീഫോള്‍ട്ട് മൂല്ല്യം: %sഅസാധുവായ ഗ്രൂപ്പ് ID%s അസാധുവായ യൂസറ്‍ ID %s Kerberos അഡ്മിന്‍ പ്രിന്‍സിപ്പള്‍അഡ്മിന്‍ പ്രിന്‍സിപ്പളിന് Kerberos പാസ്വേഡ്Kerberos RealmLDAP Bind DNLDAP Bind പാസ്വേഡ്LDAP SASL ഓഥറയിസേഷന്‍LDAP SASL യൂസറ്‍LDAP സറ്‍ച്ച് ബെയ്സ് DNLDAP സറ്‍വറ്‍ നെയിംഒടുവിലത്തെ മാറ്റം: %s പരമാവധി: %ld ഏറ്റവും കുറഞ്ഞ: %ld ഒരിക്കലും ഇല്ലപുതിയ ഷെല്ല്പുതിയ പാസ്വേഡ്പുതിയ പാസ്വേഡ് (ഉറപ്പ് വരുത്തുക)ഗ്രൂപ്പിന്‍റെ പേര് വ്യക്തമാക്കിയിട്ടില്ല, gid %dയ്ക്കും പേരില്ല. ഗ്രൂപ്പിന്‍റെ പേര് വ്യക്തമാക്കാഞ്ഞതിനാല്‍, %s ഉപയോഗിക്കുന്നു. ഗ്രൂപ്പ് നെയിം വ്യക്തമാക്കിയിട്ടില്ല. GID %jd ആയിട്ടുളള ഗ്രൂപ്പ് നിലവിലില്ല, അതിനാല്‍ നീക്കം ചെയ്യുന്നില്ല. %sന് പുതിയ ഡയറക്ടറി ലഭ്യമല്ല . %sന് പഴയ ഡയറക്ടറി ലഭ്യമല്ല. യൂസറിന്‍റെ പേര് വ്യക്തമാക്കിയിട്ടില്ല, uid %dയ്ക്ക് പേരില്ല. യൂസറിന്‍റെ പേര് വ്യക്തമാക്കാഞ്ഞതിനാല്‍, %s ഉപയോഗിക്കുന്നു. യൂസറ്‍നെയിം വ്യക്തമാക്കിയിട്ടില്ല. ഓഫീസ്ഓഫീസിലെ ഫോണ്‍ നംമ്പറ്‍പാസ്വേഡ് കാലാവധി തീരുന്നു: %s പാസ്വേഡ് ഇന്നാക്ക്റ്റീവ്: %s പാസ്വേഡില്‍ മാറ്റം വരുത്തിയത് റദ്ദാക്കിയിരിക്കുന്നു. പാസ്വേഡ് മാറ്റിയിരിക്കുന്നു. പാസ്വേഡുകള്‍ തമ്മില്‍ ചേരുന്നില്ല. Prompts failed. Prompts succeeded. UID 0 ആയി അക്കൌണ്ട് തുറക്കുവാന്‍ അനുവദിക്കുന്നില്ല. %s എന്ന പേരുളള ഗ്രൂപ്പിനെ തിരയുന്നു. ID %jdആയ ഗ്രൂപ്പിനെ തിരയുന്നു. %s എന്ന പേരുളള യൂസറിനെ തിരയുന്നു. ID %jdആയ യൂസറിനെ തിരയുന്നു. ഷെല്ല് മാറ്റിയിരിക്കുന്നു. ഷെല്ല് മാറ്റിയിട്ടില്ല:%s സറ്‍നെയിംഅജ്ഞാതനായ ഉപയോക്താവ്. അപരിചിതമായ യൂസര്‍ കോണ്‍ടെക്സ്റ്റ്User %s എന്ന യൂസറിനെ നീക്കം ചെയ്യുവാന്‍ സാധിച്ചില്ല : %s. %sഎന്ന യൂസറ്‍ ലോക്ക് ചെയ്യുവാന്‍ സാധിച്ചില്ല: %s. %s എന്ന യൂസറിനെ പരിഷ്കരിക്കുവാന്‍ സാധിച്ചില്ല: %s. %sഎന്ന യൂസറ്‍ അണ്‍ലോക്ക് ചെയ്യുവാന്‍ സാധിച്ചില്ല: %s. %s എന്ന യൂസറ്‍ നിലവിലില്ല. യൂസറുകള്‍ തമ്മില്‍ പൊരുത്തക്കേട്. മുന്നറിയിപ്പ്: %ld മുന്നറിയിപ്പ്: %jd എന്ന ഐഡിയുള്ള ഗ്രൂപ്പ് നിലവിലില്ല. [OPTION...][OPTION...] [യൂസറ്‍][OPTION...] ഗ്രൂപ്പ്[OPTION...] യൂസറ്‍access നിഷേധിച്ചിരിക്കുന്നു%s എന്ന ബാക്കപ്പ് ഫൈല്‍ നിലവിലുണ്ട്, അത് ഒരു സാധാരണ ഫൈലല്ലബാക്കപ്പ് ഫൈലിന്‍റെ വലിപ്പത്തില്‍ പൊരുത്തക്കേട്അസാധുവായ യൂസറ്‍/ഗ്രൂപ്പ് idഅസാധുവായ യൂസറ്‍/ഗ്രൂപ്പ് നെയിം`%s' കോണ്‍ഫിഗറേഷന്‍ ഫൈല്‍ വളരെ വലുതാണ് LDAP സറ്‍വറിലേക്ക് bind ചെയ്യുവാന്‍ സാധിച്ചില്ലcould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP server`%s' എന്ന കോണ്‍ഫിഗറേഷന്‍ ഫൈല്‍ തുറക്കുവാന്‍ സാധിച്ചില്ല: %s`%s'എന്ന കോണ്‍ഫിഗറേഷന്‍ ഫൈല്‍ വായിക്കുവാന്‍ സാധിച്ചില്ല: %sLDAP പ്രോട്ടോക്കോള്‍ വേറ്‍ഷന്‍ %dലേക്ക് സെറ്റ് ചെയ്യുവാന്‍ സാധിച്ചില്ല`%s' എന്ന കോണ്‍ഫിഗറേഷന്‍ ഫൈല്‍ stat ചെയ്യുവാന്‍ സാധിച്ചില്ല : %s`%s'- നുള്ള സെക്യൂരിറ്റി കോണ്‍ടെക്സ്റ്റ് ലഭ്യമാക്കുവാന്‍ സാധ്യമായില്ല: %sസ്വതവേയുള്ള സെക്യൂരിറ്റി കോണ്‍ടെക്സ്റ്റ ലഭ്യമാക്കുവാന്‍ സാധ്യമായില്ല: %scouldn't get security context of `%s': %s`%s' തുറക്കുവാന്‍ സാധിച്ചില്ല: %s`%s' നിന്നും വായിക്കുവാന്‍ സാധിച്ചില്ല: %scouldn't set default security context to `%s': %s`%s' stat ചെയ്യുവാന്‍ സാധിച്ചില്ല: %s`%s'ലേക്ക് എഴുതുവാന്‍ സാധിച്ചില്ല : %sഡാറ്റാ ഫൈലില്‍ ലഭ്യമല്ലഎന്‍റിറ്റിയ്ക്ക് %s എന്ന ആട്ട്രിബ്യൂട്ട് ഇല്ലentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributes%s അല്ലെങ്കില്‍ %s ആട്ട്രിബ്യൂട്ടുകള്‍ ഇല്ലാതെയാണ് എന്‍റിറ്റി നിര്‍മ്മിച്ചിരിക്കുന്നത്എന്‍ട്രി ഫൈലില്‍ നിലനില്‍ക്കുന്നു`%s' എന്ന realmല്‍ `%s' എന്ന സറ്‍വീസിനായി kadm5 സറ്‍വറുമായി കണക്റ്റ് ചെയ്യുന്നതില്‍‍ പിഴവ്: %s`%s' create ചെയ്യുന്നതില്‍ പിഴവ്: %sഒരു LDAP ഡയറക്ടറി എന്‍ട്രി നിര്‍മ്മിക്കുന്നതില്‍ പിഴവ്: %sയൂസറിന് ഹോം ഡയറക്ടറി ഉണ്ടാക്കുന്നതില്‍ പിഴവ്യൂസറിന് മെയില്‍ സ്പൂള്‍ ഉണ്ടാക്കുന്നതില്‍ പിഴവ്പാസ്വേഡ് എന്‍ക്രിപ്റ്റ് ചെയ്യുന്നതില്‍ പിഴവ്error initializing Cyrus SASL: %skerberos ലൈബ്രറി initialize ചെയ്യുന്നതില്‍ പിഴവ്error initializing ldap libraryമൊഡ്യൂള്‍ ലോഡ് ചെയ്യുന്നതില്‍ പിഴവ് സംഭവിച്ചിരിക്കുന്നുഫൈല്‍ ലോക്ക് ചെയ്യുന്നതില്‍ പിഴവ്ഫൈല്‍ ലോക്ക് ചെയ്യുന്നതില്‍ പിഴവ്: %serror manipulating terminal attributesഒരു LDAP ഡയറക്ടറി എന്‍ട്രിയില്‍ മാറ്റം വരുത്തുന്നതില്‍ പിഴവ്: %sയൂസറിന്‍റെ ഹോം ഡയറക്ടറി നീക്കുന്നതില്‍ പിഴവ്ഫൈല്‍ തുറക്കുന്നതില്‍ പിഴവ്kerberosന് വേണ്ടി `%s' എന്ന യൂസറ്‍ നെയിം parse ചെയ്യുന്നതില്‍ പിഴവ്ഫൈല്‍ വായിക്കുന്നതില്‍ പിഴവ്ടെറ്‍മിനലില്‍ നിന്നും വായിക്കുന്നതില്‍ പിഴവ്kerberosല്‍ നിന്നും `%s'ന് വിവരം വായിക്കുന്നതില്‍ പിഴവ്ടെറ്‍മിനലിന്‍റെ ഗുണഗണങ്ങള്‍ വായിക്കുന്നതില്‍ പിഴവ്LDAP ഡയറക്ടറി എന്‍ട്രി നീക്കം ചെയ്യുന്നതില്‍ പിഴവ്: %sയൂസറിന്‍റെ ഹോം ഡയറക്ടറി നീക്കം ചെയ്യുന്നതില്‍ പിഴവ്യൂസറിനുള്ള മെയില്‍ സ്പൂള്‍ നീക്കം ചെയ്യുന്നതില്‍ പിഴവ്LDAP ഡയറക്ടറി എന്‍ട്രിയുടെ പേര് മാറ്റുന്നതില്‍ പിഴവ്: %serror resolving symbol in module`%s'ന് പാസ്വേഡ് സെറ്റ് ചെയ്യുന്നതില്‍ പിഴവ്LDAP ഡയറക്ടറിയില്‍ %sനായി പാസ്വേര്‍ഡ് സെറ്റ് ചെയ്യുന്നതില്‍ പിഴവ്: %sടെറ്‍മിനലിന്‍റെ ഗുണഗണങ്ങള്‍ സെറ്റ് ചെയ്യുന്നതില്‍ പിഴവ്ഫൈല്‍ stat ചെയ്യുന്നതില്‍ പിഴവ്ഫൈല്‍ എഴുതുന്നതില്‍ പിഴവ്ജനറിക്ക് ഇററ്‍%jdഎന്ന ഗ്രൂപ്പിന് പേരില്ലഗ്രൂപ്പ് %s-ന് GID ലഭ്യമല്ലഗ്രൂപ്പിന് പേരോ GID-യോ ലഭ്യമല്ലഇന്‍റേണല്‍ initialization ഇററ്‍അസാധുവായ ഐഡിഅസാധുവായ നംബര്‍ലൈബ്രറി/മൌഡ്യൂള്‍ വേറ്‍ഷനില്‍ പൊരുത്തക്കേട്module `%s' does not define `%s'കോണ്‍ഫിഗറേഷനാല്‍ മൊഡ്യൂള്‍ പ്രവറ്‍ത്തനരഹിതമായിരിക്കുന്നു%sല്‍ മൊഡ്യൂള്‍ വേറ്‍ഷനില്‍ പൊരുത്തക്കേട്control characters പേരില്‍ അടങ്ങുന്നുപേരില്‍ '%c' എന്ന അസാധുവായ characternon-ASCII characters പേരില്‍ അടങ്ങുന്നുwhitespace പേരില്‍ അടങ്ങുന്നുപേര് സെറ്റ് ചെയ്തിട്ടില്ലപേര് വളരെ വലുതാണ് (%zu > %d)പേര് വളരെ ചെറുതാണ്പേര് ഹൈഫന്‍ കൊണ്ട് തുടങ്ങുന്നു%s എന്ന അട്ട്രിബ്യൂട്ട് കണ്ടുകിട്ടിയില്ല%sഎന്ന initialization function `%s'ല്‍ ലഭ്യമല്ലഷാഡോ ഫൈല്‍ ലഭ്യമല്ല -- disablingLDAP ഡയറക്ടറിയില്‍ അങ്ങനെ ഒരു ഒബ്ജക്റ്റില്ലമതിയായ previleges ഇല്ലnot executing with superuser privilegesഒബ്ജക്റ്റിന് %s എന്ന അട്ട്രിബ്യൂട്ടില്ലഒബ്ജക്റ്റിന് %s എന്ന അട്ട്രിബ്യൂട്ടില്ലവിജയിച്ചുപരിചയമില്ലാത്ത പിഴവ്അണ്‍ലോക്കിംഗ് ചെയ്താല്‍ പാസ്വേഡ് ഫീള്‍ഡ് കാലിയാകും%jd എന്ന ഉപയോക്താവിന് പേരില്ല%s എന്ന ഉപയോക്താവിന് UID ലഭ്യമല്ലഉപയോഗിക്കുന്ന ആളിന് പേരോ UID-യോ ലഭ്യമല്ലuser object had no %s attribute`%s' ഇല്ലാതെയാണ് യൂസറ്‍ ഒബ്ജക്ക്റ്റ് സൃഷ്ടിക്കപ്പെട്ടത്യൂസറ്‍/ ഉപയോഗത്തിലുളള ഗ്രൂപ്പ് idയൂസറ്‍/ ഉപയോഗത്തിലുളള ഗ്രൂപ്പ് നെയിംlibuser-0.56.9.dfsg.1.orig/po/uk.po0000644000175000017500000010214510777230760015001 0ustar gheghe# Ukrainian translation to libuser. # Copyright (C) Free Software Foundation # This file is distributed under the same license as the libuser package. # Maxim Dziumanenko , 2003-2006. # msgid "" msgstr "" "Project-Id-Version: libuser\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2006-02-16 18:35+0300\n" "Last-Translator: Maxim Dziumanenko \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Помилка зчитування `%s': %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Помилка створення `%s': %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Помилка зміни власника `%s': %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Помилка запису `%s': %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Помилка видалення `%s': %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Помилка позбавлення привілей.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Внутрішня помилка.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s не авторизований для зміни інформації finger про %s\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Невідомий контекст користувача" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Не вдається встановити типовий контекст /etc/passwd\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Помилка ініціалізації PAM.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Помилка аутентифікації для %s.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Внутрішня помилка PAM `%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "Автентифікація невідомого користувача.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Користувач не співпадає.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[ПАРАМЕТР...] користувач" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Помилка аналізу аргументів: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Не вказано ім'я користувача.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Помилка ініціалізації %s: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "Користувач %s не існує.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Обліковий рахунок заблокований.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Обліковий рахунок не заблокований.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Мінімум:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Максимум:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Попередження:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Неактивних:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Ніколи" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Остання зміна:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Термін дії паролю закінчується:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Пароль неактивний:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Обліковий рахунок дійсний до:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Помилка зміни інформації про термін для %s: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[ПАРАМЕТР...] [користувач]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Не вказано ім'я користувача, немає імені для uid %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Зміна інформації finger про %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Повне ім'я" #: apps/lchfn.c:154 msgid "Surname" msgstr "По-батькові" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Ім'я" #: apps/lchfn.c:179 msgid "Office" msgstr "Офіс" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Службовий телефон" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Домашній телефон" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "Адреса ел.пошти" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Інформацію finger не змінено: помилка вводу.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Інформацію finger змінено.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Інформацію finger не змінено: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Зміна оболонки для %s.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Нова оболонка" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Оболонку змінено: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Оболонку змінено.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[ПАРАМЕТР...] група" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Не вказано назву групи.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "Неправильний ID групи %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "Помилка створення групи: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Група %s не існує.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "Групу %s неможна видаляти: %s.\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "-L та -U вказані одночасно.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Помилка встановлення пароля для групи %s: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "Групу %s не вдається заблокувати: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Групу %s не вдається розблокувати: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "Групу %s не вдається змінити: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Помилка блокування %s: %s.\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Не вказана назва групи, використовується %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Не вказана назва групи, немає назви для gid %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Не вказано ім'я користувача, використовується %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[ПАРАМЕТР...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Помилка відкривання `%s': %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "" "Помилка створення облікового рахунку для `%s':неправильний формат рядка.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "Неправильний ідентифікатор користувача %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Відмова у створенні облікового рахунку з UID 0.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Помилка створення групи для `%s' з GID %jd: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Помилка встановлення початкового паролю для %s: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Помилка створення домашнього каталогу для %s: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "Помилка створення поштової черги %s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Помилка створення облікового рахунку для %s: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Зміна паролю користувача %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Новий пароль" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Новий пароль (підтвердження)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Паролі не співпадають, спробуйте ще раз.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Зміну паролю відмінено.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Помилка встановлення паролю користувача %s: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Помилка встановлення паролю для групи %s: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Пароль змінено.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "Група %jd не існує.\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Помилка створення групи `%s': %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Помилка створення облікового рахунку: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Помилка створення %s: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "Помилка створення поштової черги.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Користувача %s неможна видалити: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s не має числа gid.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "Група с GID %jd не існує, не видаляється.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "Група с GID %jd не мала назви.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Групу %s видалити не вдається: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s не має домашнього каталогу.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Помилка видалення %s: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Помилка встановлення пароля користувача %s: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Користувача %s не вдається заблокувати: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Користувача %s не вдається розблокувати: %s.\n" #: apps/lusermod.c:221 #, fuzzy, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Група %jd не існує.\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Користувача %s не вдається змінити: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "Групу %s не вдається змінити: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "Немає попереднього домашнього каталогу для %s.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "Немає нового домашнього каталогу для %s.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Помилка переміщення %s у %s: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "не вдається відкрити конфігураційний файл `%s': %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "не вдається отримати інформацію про конфігураційний файл `%s': %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "конфігураційний файл `%s' надто довгий" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "не вдається прочитати конфігураційний файл `%s': %s" #: lib/error.c:38 msgid "success" msgstr "виконано" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "модуль заборонений в конфігурації" #: lib/error.c:42 msgid "generic error" msgstr "загальна помилка" #: lib/error.c:44 msgid "not enough privileges" msgstr "недостатньо привілей" #: lib/error.c:46 msgid "access denied" msgstr "доступ заборонений" #: lib/error.c:48 msgid "bad user/group name" msgstr "неправильне ім'я користувача/групи" #: lib/error.c:50 msgid "bad user/group id" msgstr "неправильний ID користувача/групи" #: lib/error.c:52 msgid "user/group name in use" msgstr "ім'я користувача/група вже використовується" #: lib/error.c:54 msgid "user/group id in use" msgstr "ID користувача/група вже використовується" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "помилка зміни атрибутів" #: lib/error.c:58 msgid "error opening file" msgstr "помилка відкривання файлу" #: lib/error.c:60 msgid "error locking file" msgstr "помилка блокування файлу" #: lib/error.c:62 msgid "error statting file" msgstr "помилка отримання параметрів файлу" #: lib/error.c:64 msgid "error reading file" msgstr "помилка читання файлу" #: lib/error.c:66 msgid "error writing to file" msgstr "помилка запису у файл" #: lib/error.c:68 msgid "data not found in file" msgstr "дані не знайдено у файлі" #: lib/error.c:70 msgid "internal initialization error" msgstr "внутрішня помилка ініціалізації" #: lib/error.c:72 msgid "error loading module" msgstr "помилка завантаження модуля" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "помилка визначення символу у модулі" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "невідповідність версії модуля та бібліотеки" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "при розблокуванні поле пароля буде очищене" #: lib/error.c:84 msgid "unknown error" msgstr "невідома помилка" #: lib/misc.c:165 #, fuzzy msgid "invalid number" msgstr "Неправильний ідентифікатор користувача %s\n" #: lib/misc.c:179 #, fuzzy msgid "invalid ID" msgstr "Неправильний ідентифікатор ID %s\n" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "немає функції ініціалізації %s у `%s'" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "невідповідність версії модуля `%s'" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "в модулі `%s' не визначено `%s'" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "помилка зчитування атрибутів термінала" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "помилка встановлення атрибутів термінала" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "помилка читання з термінала" #: lib/user.c:191 msgid "name is not set" msgstr "ім'я не встановлено" #: lib/user.c:196 msgid "name is too short" msgstr "ім'я надто коротке" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "ім'я надто довге (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "ім'я містить не-ASCII символи" #: lib/user.c:215 msgid "name contains control characters" msgstr "ім'я містить керівні послідовності" #: lib/user.c:222 msgid "name contains whitespace" msgstr "ім'я містить пропуски" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "ім'я починається з риски" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "ім'я містить неправильний символ `%c'" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "користувач %s не має UID" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "група %s не має GID" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "користувач %jd не має імені" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "Група %jd не має назви" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "користувач не має ані назви, ані UID" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "групи не має ані назви, ані GID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "Неправильне типове значення для поля %s: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "помилка блокування файлу: %s" #: lib/util.c:706 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "не вдається задати типовий контекст безпеки: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "не вдається отримати контекст безпеки для `%s': %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "не вдається задати значення типового контексту безпеки `%s': %s" #: lib/util.c:760 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "не вдається отримати контекст безпеки для `%s': %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "не вдається відкрити `%s': %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "не вдається отримати відомості про `%s': %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "помилка створення `%s': %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "резервний файл `%s' існує та не є звичайним файлом" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "невідповідність розміру файлу резервної копії" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "не вдається прочитати з `%s': %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "запис вже існує у файлі" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "не вдається записати `%s': %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "об'єкт не має атрибута %s" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "помилка шифрування пароля" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "виконується без привілей адміністратора" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "немає файлу shadow -- заборонено" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "помилка з'єднання з kadm5 сервером для служби `%s' у realm `%s': %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "помилка ініціалізації бібліотеки kerberos" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "помилка аналізу імені користувача `%s' для kerberos" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "структура не має атрибутів %s або %s " #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "предикат не має атрибутів %s або %s" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "предикат було створено без атрибутів %s або %s" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "помилка читання інформації для `%s' з kerberos" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "предикат не має атрибута %s" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "помилка встановлення паролю для `%s'" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Kerberos Realm" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Kerberos Admin Principal" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Пароль Kerberos для Admin Principal" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "помилка ініціалізації бібліотеки ldap" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "не вдається встановити LDAP протокол для версії %d" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "не вдається узгодити TLS с сервером LDAP" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "не вдається під'єднатись до сервера LDAP" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "не вдається під'єднатись до сервера LDAP, перша спроба - `%s': %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "об'єкт користувача не має атрибута %s" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "об'єкт користувача створений без `%s'" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "помилка створення запису каталогу LDAP: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "помилка зміни запису каталогу LDAP: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "помилка перейменування запису каталогу LDAP: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "об'єкт не мав атрибут %s" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "помилка видалення запису каталогу LDAP: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "об'єкт не має атрибута %s" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "немає такого об'єкта у каталозі LDAP" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "не знайдено атрибут `%s" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "помилка встановлення паролю в каталозі LDAP для %s: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "Назва сервера LDAP" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP Search Base DN" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP Bind пароль" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "Користувач LDAP SASL" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "Авторизований користувач LDAP SASL" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "помилка Cyrus SASL при створенні користувача: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "помилка Cyrus SASL при видаленні користувача: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "помилка ініціалізації Cyrus SASL: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "помилка створення домашнього каталогу користувача" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "помилка видалення домашнього каталогу користувача" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "помилка переміщення домашнього каталогу користувача" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "помилка створення поштової черги для користувача" #: python/admin.c:885 #, fuzzy msgid "error removing mail spool for user" msgstr "помилка створення поштової черги для користувача" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Помилка ініціалізації %s: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "Неправильний ідентифікатор ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "Пошук групи з номером ID %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "Пошук групи з назвою %s.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "Пошук користувача з номером %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "Пошук користувача з іменем %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Запис не знайдено.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Запит успішно виконаний.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Запит виконаний невдало.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Стандартні класи об'єкта користувача:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Імена стандартних атрибутів користувача:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Отримання стандартних атрибутів користувача:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Копіювання структури користувача:\n" #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "не вдається перетворити внутрішні дані у LDAPMods" libuser-0.56.9.dfsg.1.orig/po/de.gmo0000644000175000017500000005036610777230761015126 0ustar gheghe,3< "(5K*$Ej""9H Z{</)7"a'1Mf*)( I`.|((.$I n!x "#!#($L#q. (-<Vg%v%  3P_s    -#7,Q~," % ,9Of#'!$F d"! #+ #O s  +   ! !1&!X!r!!$!!8!("*="*h")"*"0")#)C#m##1###$$!6$!X$+z$.$$G$;%)S%&}%"%%!%#&'&G&\&o&&&(&$&&)'8'K'0g'!'''&'" (',( T(u(3(!((( )#)9)"M)p) ))) ) ) * **K*"k*******%+#=+ a++'++++ +- ,:,O,"b,,$,,,,.).@/G/9d//"/&/!03'0/[00002021)E1)o11111%1!2PA2*2;2C24=3,r363&3'3$%4%J4*p4"4'44"5"(54K585:5"5,6@D686?6 657*U771777-7-8+F8.r8/8,8809,K9x9B9999 ::>:X:s:&:: :: :;;*;:; P; ^;l; p;{;;3;(;%<8*<.c<.<4<)<& =G=M=^=v===:=>>5/> e>>"> >>>?&?F?/a?.?/?1?"@ @@ a@,o@ @@@@@9@"0ASA rA%A&A?A5 B:VB8B=BFC2OC3C1C&C$D@4D-uD-D(D!D)E(FE3oE0E&EKE!GF8iFDF8F( G-IG6wG2GGG!H,>H9kHFHH8 ICI_I:~I'I6IDJ8]J7J*J.JE(K,nK,K"KKK'L5>L'tL LL-LL)M42MgM&M!MMMMN",NON)kN,N8N"N,OKOiOOO/OO*O8P%QP'wP*P+P@3!nO8uL_#X9) Z 7,:`$Q k+oTD& /iPq;"[lG0p*m2J%fe~aU}<(?4Ms'BWV^C j b=SxKcwgFH]Az|Yy>.REIt1h{Nd-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld Warning: Group with ID %jd does not exist. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorinvalid IDinvalid numberlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: de Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-02-29 13:13+0100 Last-Translator: Fabian Affolter Language-Team: German MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n != 1); X-Poedit-Language: German %s hatte keine GID-Nummer. %s hatte kein persönliches Verzeichnis. %s ist nicht autorisiert Finger-Einstellungen von %s zu ändern Benutzerkonto läuft ab: %s Die Erzeugung des Benutzerkontos ist fehlgeschlagen: %s. Benutzerkonto ist gesperrt. Benutzerkonto ist nicht gesperrt. Authentifizierung fehlgeschlagen: %s. Sowohl -L als auch -U angegeben. Kann Default-Context für /etc/passwd nicht setzen Finger-Einstellungen für %s werden geändert. Passwort für `%s geändert. Shell für %s ändern. Benutzerstrukturen kopieren: Cyrus SASL-Fehler beim Erstellen des Benutzers: %sCyrus SASL-Fehler beim Entfernen des Benutzers: %sStandardmässige Benutzerattribut-Namen: Standardmässige Benutzerobjekt-Klassen: E-Mail-AdresseEintrag wurde nicht gefunden. Fehler beim Ändern des Eigentümers von `%s': %sFehler bei der Erzeugung von %s: %s. Fehler beim Erzeugen von `%s': %sFehler beim Erstellen des Benutzerkontos für `%s': Zeile inkorrekt formatiert. Fehler beim Erstellen der Gruppe `%s': %s Fehler beim Erstellen der Gruppe für `%s' mit GID %jd: %s Fehler beim Erstellen des persönlichen Verzeichnisses für %s: %s Fehler beim Erstellen des E-Mail-Postfachs für %s. Fehler beim Erstellen des E-Mail-Postfachs. Fehler beim Erstellen des Benutzerkontos für %s: %s. Fehler beim Initialisieren von %s: %s Fehler beim Initialisieren von %s: %s. Fehler beim Initialisieren von PAM. Fehler beim Nachschlagen von %s: %s. Fehler beim Verschieben von %s zu %s: %s. Fehler beim Öffnen von `%s': %s. Fehler beim Parsen von Argumenten: %s. Fehler beim Lesen von `%s': %sFehler beim Entfernen von %s: %s. Fehler beim Entfernen von `%s': %sFehler beim Setzen des Initialpassworts für %s: %s Fehler beim Erstellen des Passworts für Gruppe %s: %s. Fehler beim Erstellen des Passworts für Benutzer %s: %s. Fehler beim Schreiben von `%s': %sPrivilegien können nicht abgegeben werden. Ablauf-Einstellungen konnten nicht geändert werden für %s: %s Passwort konnte nicht gesetzt werden für Gruppe %s: %s Passwort konnte für Benutzer %s nicht eingestellt werden: %s. Finger-Informationen geändert. Finger-Informationen nicht geändert: Eingabefehler. Finger-Informationen nicht geändert: %s. Vollständiger NameSuche nach standardmäßigen Benutzerattributen: VornameGruppe %jd existiert nicht Gruppe %s konnte nicht gelöscht werden: %s. Gruppe %s konnte nicht gelöscht werden: %s. Gruppe %s konnte nicht gesperrt werden: %s Gruppe %s konnte nicht modifiziert werden: %s Gruppe %s konnte nicht modifiziert werden: %s. Gruppe %s konnte nicht entsperrt werden: %s Gruppe %s existiert nicht. Die Erzeugung der Gruppe ist fehlgeschlagen: %s Gruppe mit GID %jd hat keinen Gruppennamen. Telefon (Zuhause)Der Verzeichnispfad des Stammverzeichnisses `%s' ist nicht absolutNicht aktiv: %ld Interner PAM-Fehler `%s'. Interner Fehler. Ungültige ID %s Ungültiger Wert in Feld %s: %sUngültige Gruppen-ID %s Ungültige Benutzer-ID %s Kerberos Admin PrincipalKerberos-Passwort für Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind-PasswortLDAP SASL-AutorisierungsbenutzerLDAP SASL-BenutzerLDAP Suche Basis-DNLDAP-ServernameLetzte Änderung: %s Maximum: %ld Minimum: %ld NieNeue ShellNeues PasswortNeues Passwort (Bestätigen)Kein Gruppenname angegeben, kein Name für gid %d. Kein Gruppenname angegeben, benutze %s. Es wurde kein Gruppenname angegeben. Gruppe mit GID %jd existiert nicht, entferne sie nicht. Kein neues persönliches Verzeichnis für %s. Kein altes persönliches Verzeichnis für %s. Kein Benutzername angegeben, kein Name für uid %d. Kein Benutzername angegeben, benutze %s. Es wurde kein Benutzername angegeben. BüroTelefon (Arbeit)Passwort läuft ab: %s Passwort nicht aktiv: %s Passwortänderung abgebrochen. Passwort geändert. Passwörter stimmen nicht überein. Noch einmal eingeben. Prompts fehlgeschlagen. Prompts erfolgreich. Erstellen eines Benutzerkontos mit UID 0 verweigert. Suche nach Gruppe mit Namen %s. Suche nach Gruppe mit ID %jd. Suche nach Benutzer mit Namen %s. Suche nach Benutzer mit ID %jd. Shell geändert. Shell nicht geändert: %s NachnameUnbekannter Benutzer authentifiziert. Unbekannter BenutzerinhaltBenutzer %s konnte nicht gelöscht werden: %s. Benutzer %s konnte nicht gesperrt werden: %s. Benutzer %s konnte nicht geändert werden: %s. Benutzer %s konnte nicht freigegeben werden: %s. Benutzer %s existiert nicht. Benutzer stimmt nicht überein. Warnung: %ld Warnung: Gruppe mit ID %jd existiert nicht. [OPTION...][OPTION...] [user][OPTION...] Gruppe[OPTION...] BenutzerZugriff verweigertBackup-Datei `%s' ist vorhanden und keine reguläre DateiSicherungsdateigröße passt nichtUngültige Benutzer/Gruppen IDUngültiger Benutzer/GruppennameKonfigurationsdatei `%s' ist zu großKonnte nicht zum LDAP-Server verbindenKonnte nicht zum LDAP-Server verbinden, erster Versuch `%s': %sTLS-Serververbindung konnte nicht ausgehandelt werdenKonfigurationsdatei `%s' konnte nicht geöffnet werden: %sKonfigurationsdatei `%s' konnte nicht gelesen werden: %sLDAP-Protokoll konnte nicht auf Version %d eingestellt werdenstat konnte nicht ausgeführt werden für Konfigurationsdatei `%s': %skonnte Sicherheitskontext `%s' nicht bestimmen: %skonnte Standard-Sicherheitskontext nicht setzen: %skonnte Sicherheitskontext `%s' nicht bekommen: %s`%s' konnte nicht geöffnet werden: %s`%s' konnte nicht gelesen werden: %sSicherheitskontext konnte nicht nach `%s' geschrieben werden: %sstat `%s' konnte nicht ausgeführt werden: %snach `%s' konnte nicht geschrieben werden: %sDaten wurden in der Datei nicht gefundenEntität besitzt kein Attribut %sEntität besitzt kein Attribut %s oder %sEntitätsobjekt besitzt kein %s AttributEntitätenstruktur besitzt kein Attribut %s oder %sEntität wurde ohne Attribut %s oder %s erstelltEintrag bereits in der Datei vorhandenFehler bei der Verbindung zum kadm5-Server für Dienst `%s' in Realm %s: %sFehler beim Erzeugen von `%s': %sFehler beim Erstellen eines LDAP-Verzeichniseintrags: %sFehler beim Erstellen des persönlichen Verzeichnisses für BenutzerFehler beim Erstellen des E-Mail-Postfachs für BenutzerFehler beim Verschlüsseln des PasswortsFehler beim Initialisieren von Cyrus SASL: %sFehler bei der Initialisierung der Kerberos-BibliothekFehler bei der Initialisierung der LDAP-BibliothekFehler beim Laden des ModulsFehler beim Sperren der DateiFehler beim Sperren der Datei: %sFehler beim Bearbeiten der TerminalattributeFehler bei der Änderung des LDAP-Verzeichniseintrags: %sFehler beim Verschieben des persönlichen Verzeichnisses für BenutzerFehler beim Öffnen der DateiFehler beim Parsen des Benutzernamens `%s' für KerberosFehler beim Lesen der DateiFehler beim Lesen vom TerminalFehler beim Lesen der Informationen für `%s' von KerberosFehler beim Lesen der TerminalattributeFehler beim Entfernen des LDAP-Verzeichniseintrags: %sFehler beim Entfernen des persönlichen Verzeichnisses für BenutzerFehler beim Entfernen des E-Mail-Postfachs des BenutzersFehler beim Umbenennen des LDAP-Verzeichniseintrags: %sFehler beim Auflösen des Symbols im ModulFehler beim Einstellen des Passworts für `%s'Fehler beim Einrichten des Passworts im LDAP-Verzeichnis für %s: %s.Fehler beim Einstellen der TerminalattributeFehler beim Ermitteln der DateiinformationenFehler beim Schreiben in die DateiAllgemeiner FehlerGruppe %jd ist namenlosGruppe %s hat keine Gruppennummer (GID)Gruppe ist namenlos und hat keine Gruppennummer (GID)Interner Fehler bei der InitialisierungUngültige IDUngültige NummerBibliothek/Modulversion stimmt nicht übereinModul %s definiert `%s' nichtModul durch die Konfiguration deaktiviertFehlende Übereinstimmung von Modulversionen in `%s'Name enthält KontrollzeichenName enthält ungültiges Zeichen `%c'Name enthält nicht-ASCII ZeichenName enthält LeerzeichenName ist nicht gesetztName ist zu lang (%zu > %d)Name ist zu kurzName beginnt mit einem Bindestrichkein `%s' Attribut gefundenkeine Initialisierungsfunktion %s in `%s'Keine Shadow-Datei vorhanden -- Deaktiviere.Kein entsprechendes Objekt im LDAP-Verzeichnis vorhandenKeine ausreichenden BerechtigungenKeine Ausführung mit Administrator-Rechten.Objekt hatte kein Attribut %sObjekt besitzt kein Attribut %sErfolgUnbekannter FehlerEntsperrung würde das Passwortfeld leer machenBenutzer %jd ist namenlosBenutzer %s hat keine Benutzernummer (UID)Benutzer ist namenlos und hat keine Benutzernummer (UID)Benutzerobjekt hatte kein Attribut %sBenutzerobjekt wurde ohne `%s' erstelltBenutzer/Gruppen ID wird bereits verwendetBenutzer/Gruppenname wird bereits verwendetlibuser-0.56.9.dfsg.1.orig/po/ChangeLog0000644000175000017500000000000010777230701015552 0ustar gheghelibuser-0.56.9.dfsg.1.orig/po/fr.gmo0000644000175000017500000005255410777230761015146 0ustar gheghe,3< "(5K*$Ej""9H Z{</)7"a'1Mf*)( I`.|((.$I n!x "#!#($L#q. (-<Vg%v%  3P_s    -#7,Q~," % ,9Of#'!$F d"! #+ #O s  +   ! !1&!X!r!!$!!8!("*="*h")"*"0")#)C#m##1###$$!6$!X$+z$.$$G$;%)S%&}%"%%!%#&'&G&\&o&&&(&$&&)'8'K'0g'!'''&'" (',( T(u(3(!((( )#)9)"M)p) ))) ) ) * **K*"k*******%+#=+ a++'++++ +- ,:,O,"b,,$,,,,.).A./(4/]/!y/#/"/@/.#0$R0/w0*0=0?13P1+111C1)2/F2Pv272K2CK3R3J3@-4,n4-4(4-41 5/R5.5-5+51 6<=6Gz6K6.7)=7Dg7A7K7 :88[8*8 8889 9/(90X919.9.94:N:(j:8::G:';7;W;h;.x;;;!;5; 2<@<S<"j<<<<<<==!=;=#P=1t=1==?=-7>,e>;>5>"?'?.?!H?j?'??>?@@+.@ Z@#{@'@*@$@/AGA"KAnA3A4A2A8'B`B%BB2B BBC(C@CCOC/CC%C5 D%?DWeD0D@D?/E9oEXEGF@JFBF$F0FP$G8uG)G&GG%HEH5cH0H(HeH/YICIGI[J'qJ0J<J8K#@K&dK,K8KEKG7L%LFL$L$MF6M3}MDMIMC@NGN1N=NU.REIt1h{Nd-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld Warning: Group with ID %jd does not exist. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorinvalid IDinvalid numberlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser.tip Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-03-17 23:36+0100 Last-Translator: Gauthier Ancelin Language-Team: french MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 %s n'avait pas de numéro GID. %s n'avait pas de répertoire personnel. %s n'est pas autorisé à modifier les informations finger de %s Expiration du compte : %s La création du compte a échoué : %s Le compte est verrouillé. Le compte n'est pas verrouillé. Échec d'authentification pour %s. Aussi bien -L que -U spécifiés. Impossible de définir le contexte par défaut pour /etc/passwd Modification des informations finger pour %s. Changement du mot de passe pour %s. Modifier l'interpréteur de commandes pour %s. Copie de la structure de l'utilisateur : Erreur Cyrus SASL lors de la création de l'utilisateur : %sErreur Cyrus SASL lors de la suppression de l'utilisateur : %sNoms des attributs des utilisateurs par défaut : Classes d'objet utilisateur par défaut : Adresse courrielEntrée non trouvée. Erreur lors de la modification du propriétaire de « %s » : %sErreur lors de la création de %s : %s. Erreur lors de la création de « %s » : %sErreur lors de la création d'un compte pour « %s » : ligne mal formatée. Erreur lors de la création du groupe « %s » : %s Erreur lors de la création du groupe pour« %s » avec le GID %jd : %s Erreur lors de la création du répertoire personnel pour %s : %s Erreur lors de la création du répertoire de travail du client courriel pour %s. Erreur lors de la création du répertoire de travail du client courriel. Erreur lors de la création du compte utilisateur pour %s : %s Erreur lors de l'initialisation de %s : %s Erreur lors de l'initialisation de %s : %s. Erreur lors de l'initialisation de PAM. Erreur lors de la vérification de %s : %s. Erreur lors du déplacement de %s vers %s : %s. Erreur lors de la lecture de « %s » : %s. Erreur lors de l'analyse des arguments : %s. Erreur lors de la lecture de « %s » : %sErreur lors de la suppression de %s : %s. Erreur lors de la suppression de « %s » : %sErreur lors de la définition du mot de passe pour %s : %s Erreur lors de la définition du mot de passe pour le groupe %s : %s. Erreur lors de la définition du mot de passe pour l'utilisateur %s : %s. Erreur lors de l'écriture de « %s » : %sImpossible de supprimer les privilèges. Impossible de modifier les informations d'expiration pour %s : %s. Erreur lors de la définition du mot de passe du groupe %s : %s Erreur lors de la définition du mot de passe pour l'utilisateur %s : %s. Informations finger modifiées. Informations finger non modifiées : erreur de saisie. Informations finger non modifiées : %s. Nom completObtention des attributs des utilisateurs par défaut : PrénomLe groupe %jd n'existe pas Le groupe %s ne peut pas être supprimé : %s Le groupe %s ne peut pas être supprimé : %s. Le groupe %s ne peut pas être verrouillé : %s Le groupe %s ne peut pas être modifié : %s Le groupe %s n'a pas pu être modifié : %s. Le groupe %s ne peut pas être déverrouillé : %s Le groupe %s n'existe pas. La création du groupe a échoué : %s Le groupe avec le GID %jd n'avait pas de nom de groupe. Téléphone privéLe chemin d'accès au répertoire personnel « %s » n'est pas absoluInactif : %ld Erreur PAM interne « %s ». Erreur interne. ID %s invalide Valeur par défaut du champs %s invalide : %sID groupe %s invalide ID utilisateur %s invalide Administrateur principal KerberosMot de passe Kerberos pour l'administrateur principalZone KerberosDN de liaison LDAPMot de passe LDAP BindUtilisateur autorisation LDAP SASLUtilisateur LDAP SASLRacine DN de recherche LDAPNom du serveur LDAPDernière modification : %s Maximum : %ld Minimum : %ld JamaisNouvel interpréteur de commandesNouveau mot de passeNouveau mot de passe (confirmation)Aucun nom de groupe indiqué, aucun nom pour %d. Aucun nom de groupe indiqué, utilisation de %s. Aucun nom de groupe indiqué. Aucun groupe avec le GID %jd n'existe. Suppression impossible. Aucun nouveau répertoire personnel pour %s. Aucun ancien répertoire personnel pour %s. Aucun nom d'utilisateur indiqué, aucun nom pour l'UID %d. Aucun nom d'utilisateur indiqué, utilisation de %s. Aucun nom d'utilisateur indiqué. BureauTéléphone professionnelExpiration du mot de passe : %s Mot de passe inactif : %s Modification du mot de passe annulée. Mot de passe modifié. Les mots de passe ne sont pas les mêmes, essayez de nouveau. Invites échouées. Invites réussies. Création du compte avec l'UID 0 refusée. Recherche du groupe appelé %s. Recherche du groupe avec l'ID %jd. Recherche de l'utilisateur appelé %s. Recherche de l'utilisateur avec l'ID %jd. Interpréteur de commande modifié. Interpréteur de commandes non modifié : %s. NomUtilisateur authentifié inconnu. Contexte utilisateur inconnuL'utilisateur %s n'a pas pu être supprimé : %s. L'utilisateur %s n'a pas pu être verrouillé : %s L'utilisateur %s n'a pas pu être modifié : %s. L'utilisateur %s n'a pas pu être déverrouillé : %s. L'utilisateur %s n'existe pas. Non correspondance de l'utilisateur. Avertissement : %ld Avertissement : le groupe d'ID %jd n'existe pas. [OPTION...][OPTION...] [utilisateur][OPTION...] groupe[OPTION...] utilisateuraccès refuséle fichier de sauvegarde « %s » existe et il n'est pas standardincohérence de taille du fichier de sauvegardeID utilisateur/groupe incorrectnom d'utilisateur/de groupe incorrectle fichier de configuration « %s » est trop grandimpossible de se lier au serveur LDAPimpossible de se lier au serveur LDAP, première tentative en tant que « %s » : %simpossible de négocier TLS avec le serveur LDAPimpossible d'ouvrir le fichier de configuration « %s » : %simpossible de lire le fichier de configuration « %s » : %simpossible de régler le protocole LDAP sur la version %dimpossible d'exécuter la fonction stat sur le fichier de configuration « %s » : %simpossible de déterminer le contexte de sécurité de « %s » : %simpossible d'obtenir le contexte de sécurité par défaut : %simpossible d'obtenir le contexte de sécurité de « %s » : %simpossible d'ouvrir « %s » : %simpossible de lire à partir de « %s » : %simpossible de définir le contexte de sécurité par défaut de « %s » : %simpossible d'exécuter la fonction stat « %s » : %simpossible d'écrire sur « %s » : %sdonnées non trouvées dans le fichierl'entité n'a pas d'attribut %sl'entité n'a pas d'attribut %s ou %sl'objet n'a pas d'attribut %sla structure de l'entité n'a pas d'attribut %s ou %sl'entité a été créée sans attribut %s ou %sentrée déjà présente dans le fichiererreur lors de la connexion au serveur kadm5 pour le service « %s » dans la zone « %s » : %serreur lors de la création de « %s » : %serreur lors de la création d'une entrée de répertoire LDAP : %sErreur lors de la création du répertoire personnel pour l'utilisateurErreur lors de la création du répertoire de travail du client courriel pour l'utilisateurerreur lors du cryptage du mot de passeErreur lors de l'initialisation Cyrus SASL : %serreur lors de l'initialisation de la bibliothèque kerberoserreur lors de l'initialisation de la bibliothèque LDAPerreur lors du chargement du moduleerreur lors du verrouillage du fichiererreur lors du verrouillage du fichier : %serreur lors de la modification des attributs du terminalerreur lors de la modification de l'entrée de répertoire LDAP : %sErreur lors du déplacement du répertoire personnel pour l'utilisateurerreur lors de l'ouverture du fichiererreur lors de l'analyse du nom d'utilisateur « %s » pour kerberoserreur lors de la lecture du fichiererreur de lecture depuis le terminalerreur lors de la lecture des informations de kerberos pour « %s »erreur lors de la lecture des attributs du terminalerreur lors de la suppression de l'entrée de répertoire LDAP : %sErreur lors de la suppression du répertoire personnel pour l'utilisateurErreur lors de la suppression du spool de courrier de l'utilisateurerreur lors du changement du nom de l'entrée de répertoire LDAP : %serreur lors de la conversion du symbole en moduleerreur lors de la définition du mot de passe pour « %s »erreur lors de la définition du mot de passe dans le répertoire LDAP pour %s : %s.erreur lors de la configuration des attributs du terminalimpossible d'appliquer la fonction stat au fichiererreur lors de l'écriture sur fichiererreur génériquele groupe %jd n'a pas de nomle groupe %s n'a pas de GIDle groupe n'a ni nom ni GIDerreur d'initialisation interneID invalidenuméro invalideincohérence de version du module/de la bibliothèquele module « %s » ne définit pas « %s »module désactivé par la configurationincohérence de version du module dans « %s »le nom contient des caractères de contrôlele nom contient un caractère incorrect « %c »le nom contient des caractères qui ne sont pas des caractères ASCIIle nom contient des espacesle nom n'est pas définile nom est trop long (%zu > %d)le nom est trop courtle nom commence par un trait d'unionaucun attribut « %s » trouvéaucune fonction d'initialisation %s dans « %s »pas de fichier shadow présent -- désactivation.objet non présent dans le répertoire LDAPprivilèges insuffisantsexécution sans les privilèges du superutilisateurl'objet n'avait pas d'attribut %sl'objet n'a pas d'attribut %sréussierreur inconnuele déverrouillage viderait le champ du mot de passel'utilisateur %jd n'a pas de noml'utilisateur %s n'a pas d'UIDl'utilisateur n'a ni nom ni UIDl'objet utilisateur n'a pas d'attribut %sl'objet utilisateur a été créé sans « %s »ID utilisateur/groupe en cours d'utilisationnom d'utilisateur/de groupe en cours d'utilisationlibuser-0.56.9.dfsg.1.orig/po/bn.po0000644000175000017500000012314010777230756014764 0ustar gheghe# Bangla Translation of Libuser.po # Copyright (C) 2004 Red Hat Inc. # This file is distributed under the same license as the libuser package. # Runa Bhattacharjee , 2004. # Samia Niamatullah , 2005. # Jamil Ahmed , 2006. # Mahay Alam Khan (মাহে আলম) , 2006. # msgid "" msgstr "" "Project-Id-Version: libuser\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2006-09-23 01:16+0600\n" "Last-Translator: Mahay Alam Khan (মাহে আলম) \n" "Language-Team: Bengali \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.3.1\n" "Plural-Forms: Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "`%s' পড়তে সমস্যা হয়েছে: %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "`%s' তৈরি করতে সমস্যা হয়েছে: %s" # modified for RHEL #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "`%s' এর মালিকানা পরিবর্তন করতে সমস্যা হয়েছে: %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "`%s' লিখতে সমস্যা হয়েছে: %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "`%s' সরিয়ে ফেলতে সমস্যা হয়েছে: %s" # modified for RHEL #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "বিশেষ সুবিধা হ্রাস করার প্রচেষ্টা ব্যর্থ।\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "অভ্যন্তরীণ সমস্যা।\n" # modified for RHEL #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s-র, %s এর finger সংক্রান্ত তথ্য পরিবর্তন করার অধিকার নেই।\n" # modified for RHEL #: apps/apputil.c:604 msgid "Unknown user context" msgstr "ব্যবহারকারীর প্রাসঙ্গিক বিবরণ অজানা" # modified for RHEL #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "/etc/passwd-র জন্য ডিফল্ট প্রসঙ্গ নির্ধারণ করা সম্ভব হয়নি\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "PAM আরম্ভ করতে সমস্যা হয়েছে।\n" # modified for RHEL #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "%s-র অনুমোদন প্রক্রিয়া ব্যর্থ হয়েছে।\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "PAM-র অভ্যন্তরীণ সমস্যা `%s'.\n" # modified for RHEL #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "অজানা ব্যবহারকারী অনুমোদিত রয়েছেন।\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "ব্যবহারকারীর গরমিল।\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[অপশন...] ব্যবহারকারী" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "আর্গুমেন্ট পার্স করতে সমস্যা হয়েছে: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "কোনো ব্যবহারকারীর নাম উল্লেখ করা হয়নি।\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "%s আরম্ভ সমস্যা হয়েছে: %s।\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "%s ব্যবহারকারী বর্তমানে উপস্থিত নেই।\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "অ্যাকাউন্ট লক করা আছে।\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "অ্যাকাউন্ট লক করা নেই।\n" #: apps/lchage.c:160 #, fuzzy, c-format msgid "Minimum:\t%ld\n" msgstr "সর্বনিম্ন:\t%d\n" #: apps/lchage.c:164 #, fuzzy, c-format msgid "Maximum:\t%ld\n" msgstr "সর্বোচ্চ:\t%d\n" #: apps/lchage.c:168 #, fuzzy, c-format msgid "Warning:\t%ld\n" msgstr "সতর্কবার্তা:\t%d\n" #: apps/lchage.c:172 #, fuzzy, c-format msgid "Inactive:\t%ld\n" msgstr "নিষ্ক্রিয়:\t%d\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "কখনো নয়" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "সর্বশেষ পরিবর্তন:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "পাসওয়ার্ডের মেয়াদ শেষ হবে:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "পাসওয়ার্ড নিষ্ক্রিয়:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "অ্যাকাউন্টের মেয়াদ শেষ হবে:\t%s\n" # modified for RHEL #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "%s সংক্রান্ত পুরোনো তথ্য পরিবর্তনের প্রচেষ্টা ব্যর্থ: %s।\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[অপশন...] [ব্যবহারকারী]" # modified for RHEL #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "" "কোনো ব্যবহারকারীর নাম নির্দিষ্ট হয়নি, %d uid-র জন্য কোনো নাম উল্লেখিত হয়নি।\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "%s সংক্রান্ত finger তথ্য পরিবর্তন করা হচ্ছে।\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "সম্পূর্ণ নাম" #: apps/lchfn.c:154 msgid "Surname" msgstr "পদবি" #: apps/lchfn.c:169 msgid "Given Name" msgstr "প্রদত্ত নাম" #: apps/lchfn.c:179 msgid "Office" msgstr "অফিস" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "অফিসের ফোন" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "গৃহের ফোন" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "ই-মেইল" # modified for RHEL #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Finger সংক্রান্ত তথ্য পরিবর্তন করা যায়নি: ইনপুট ত্রুটি।\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Finger সংক্রান্ত তথ্য পরিবর্তন করা হয়েছে।\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Finger সংক্রান্ত তথ্য পরিবর্তন করা হয়নি: %s।\n" # modified for RHEL #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "%s-র শেল পরিবর্তন করা হচ্ছে।\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "নতুন শেল" # modified for RHEL #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "শেল পরিবর্তিত হয়নি: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "শেল পরিবর্তিত হয়েছে।\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[অপশন...] গ্রুপ" # modified for RHEL #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "কোনো গ্রুপের নাম নির্ধারণ করা হয়নি।\n" # modified for RHEL #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "গ্রুপের অবৈধ ID %s\n" # modified for RHEL #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "গ্রুপ তৈরি করতে ব্যর্থ: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "%s গ্রুপটি বর্তমানে উপস্থিত নেই।\n" # modified for RHEL #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "%s গ্রুপটি মুছে ফেলা সম্ভব হয়নি: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "-L এবং -U দুটিই নির্দিষ্ট করা হয়েছে।\n" # modified for RHEL #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "%s গ্রুপের পাসওয়ার্ড তৈরি করতে ব্যর্থ: %s\n" # modified for RHEL # modified for RHEL #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "%s গ্রুপটি লক করা যায়নি: %s\n" # modified for RHEL # modified for RHEL #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "%s গ্রুপটি আন-লক করা যায়নি: %s\n" # modified for RHEL #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "%s গ্রুপ পরিবর্তন করা যায়নি: %s\n" # modified for RHEL #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "%s: %s সমস্যা খোঁজা হচ্ছে\n" # modified for RHEL #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "গ্রুপের কোনো নাম উল্লেখ করা হয়নি, %s ব্যবহার করা হচ্ছে।\n" # modified for RHEL #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "গ্রুপের কোনো নাম উল্লেখ করা হয়নি, %d gid-র জন্য কোনো নাম লেখা হয়নি।\n" # modified for RHEL #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "ব্যবহারকারীর কোনো নাম উল্লেখ করা হয়নি, %s ব্যবহার করা হচ্ছে।\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[অপশন...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "`%s' খুলতে সমস্যা হয়েছে: %s।\n" # modified for RHEL #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "" "`%s' -র জন্য অ্যাকাউন্ট তৈরি করতে সমস্যা: লাইনটি সঠিকভাবে ফরম্যাট করা নেই।\n" # modified for RHEL #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "অবৈধ ব্যবহারকারী ID %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "UID 0 ব্যবহার করে অ্যাকাউন্ট তৈরি করার সম্মতি দেয়া হয়নি।\n" # Aargh! Abandon all hope. # modified for RHEL # # modified for RHEL #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "`%s'-র জন্য, GID %jd ব্যবহার করে গ্রুপ তৈরি করতে সমস্যা হয়েছে: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "%s-র জন্য প্রারম্ভিক পাসওয়ার্ড নির্ধারণ করতে সমস্যা হয়েছে: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "%s-র জন্য হোম ডিরেক্টরি তৈরি করতে সমস্যা হয়েছে: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "%s-র জন্য মেইল স্পুল তৈরি করতে সমস্যা হয়েছে।\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "%s-র জন্য ব্যবহারকারীর অ্যাকাউন্ট তৈরি করতে সমস্যা হয়েছে:%s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "%s-র পাসওয়ার্ড পরিবর্তন করা হচ্ছে।\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "নতুন পাসওয়ার্ড" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "নতুন পাসওয়ার্ড (নিশ্চিত করুন)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "পাসওয়ার্ড দুটি মেলেনি, পুনরায় চেষ্টা করুন।\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "পাসওয়ার্ড পরিবর্তনের প্রক্রিয়া বাতিল করা হয়েছে।\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "%s ব্যবহারকারীর জন্য পাসওয়ার্ড নির্ধারণ করতে সমস্যা হয়েছে: %s।\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "%s গ্রুপের জন্য পাসওয়ার্ড নির্ধারণ করতে সমস্যা হয়েছে: %s।\n" # modified for RHEL #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "পাসওয়ার্ড পরিবর্তিত হয়েছে।\n" # modified for RHEL #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "%jd দলটি বর্তমানে উপস্থিত নেই।\n" # modified for RHEL #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "`%s' গ্রুপ তৈরি করতে সমস্যা হয়েছে: %s\n" # modified for RHEL #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "অ্যাকাউন্ট তৈরি করতে ব্যর্থ: %s।\n" # modified for RHEL #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "%s তৈরি করতে সমস্যা: %s।\n" # modified for RHEL #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "মেইল স্পুল তৈরি করতে সমস্যা।\n" # modified for RHEL #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "ব্যবহারকারীর %s মুছে ফেলা সম্ভব হয়নি: %s।\n" # modified for RHEL #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s-র কোনো gid নম্বর নেই।\n" # modified for RHEL #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "%jd GID সহ কোনো গ্রুপ বর্তমানে উপস্থিত নেই, মুছে ফেলা সম্ভব নয়।\n" # modified for RHEL #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "%jd GID সহ গ্রুপটির কোনো নাম উল্লেখিত হয়নি।\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "%s দলটি মুছে ফেলা সম্ভব হয়নি: %s।\n" # modified for RHEL #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s-র কোনো হোম ডিরেক্টরি ছিল না।\n" # modified for RHEL #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "%s সরিয়ে ফেলতে সমস্যা হয়েছে: %s।\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "%s ব্যবহারকারীর জন্য পাসওয়ার্ড নির্ধারণ করা সম্ভব হয়নি: %s।\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "%s ব্যবহারকারীকে লক করা সম্ভব হয়নি: %s।\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "%s ব্যবহারকারীকে আন-লক করা সম্ভব হয়নি: %s।\n" # modified for RHEL #: apps/lusermod.c:221 #, fuzzy, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "%jd দলটি বর্তমানে উপস্থিত নেই।\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "%s ব্যবহারকারীকে পরিবর্তন করা সম্ভব হয়নি: %s।\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "%s গ্রুপকে পরিবর্তন করা সম্ভব হয়নি: %s।\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "%s-র জন্য কোনো পুরোনো হোম ডিরেক্টরি উপস্থিত নেই।\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "%s-র কোনো নতুন হোম ডিরেক্টরি উপস্থিত নেই।\n" # modified for RHEL #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "%s কে %s-এ সরিয়ে নিতে সমস্যা হয়েছে: %s।\n" # modified for RHEL #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "কনফিগারেশন ফাইল `%s' খোলা যায়নি: %s" # modified for RHEL #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "কনফিগারেশন ফাইল `%s' stat করা যায়নি: %s" # modified for RHEL #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "কনফিগারেশন ফাইল `%s' অত্যাধিক বড়" # modified for RHEL #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "কনফিগারেশন ফাইল `%s' পড়া যায়নি: %s" #: lib/error.c:38 msgid "success" msgstr "সফল" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "কনফিগারেশনের কারনে মডিউলটি নিষ্ক্রিয় হয়ে গেছে" #: lib/error.c:42 msgid "generic error" msgstr "সাধারণ সমস্যা" #: lib/error.c:44 msgid "not enough privileges" msgstr "অপর্যাপ্ত অধিকার" #: lib/error.c:46 msgid "access denied" msgstr "প্রবেশ অনুরোধ অনুমোদন করা হয়নি" #: lib/error.c:48 msgid "bad user/group name" msgstr "অবৈধ ব্যবহারকারী/গ্রুপ নাম" #: lib/error.c:50 msgid "bad user/group id" msgstr "অবৈধ ব্যবহারকারী/গ্রুপ id" #: lib/error.c:52 msgid "user/group name in use" msgstr "ব্যবহারকারী/গ্রুপ নাম বর্তমানে ব্যবহৃত হচ্ছে" #: lib/error.c:54 msgid "user/group id in use" msgstr "ব্যবহারকারী/গ্রুপ id বর্তমানে ব্যবহৃত হচ্ছে" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "টার্মিনালের বৈশিষ্ট্য পরিবর্তন করতে সমস্যা" #: lib/error.c:58 msgid "error opening file" msgstr "ফাইল খুলতে সমস্যা হয়েছে" #: lib/error.c:60 msgid "error locking file" msgstr "ফাইল লক করতে সমস্যা হয়েছে" # modified for RHEL #: lib/error.c:62 msgid "error statting file" msgstr "ফাইল stat করতে সমস্যা হয়েছে" #: lib/error.c:64 msgid "error reading file" msgstr "ফাইল পড়তে সমস্যা হয়েছে" #: lib/error.c:66 msgid "error writing to file" msgstr "ফাইলে লিখতে সমস্যা হয়েছে" #: lib/error.c:68 msgid "data not found in file" msgstr "ফাইলে তথ্য পাওয়া যায়নি" #: lib/error.c:70 msgid "internal initialization error" msgstr "অভ্যন্তরীণ প্রারম্ভের সমস্যা" #: lib/error.c:72 msgid "error loading module" msgstr "মডিউল লোড করতে সমস্যা হয়েছে" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "মডিউলের সিম্বল মীমাংসা করতে সমস্যা হয়েছে" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "লাইব্রেরি/মডিউলের সংস্করণে গরমিল" # modified for RHEL #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "আন-লক করা হলে পাসওয়ার্ড ক্ষেত্রটি ফাঁকা হয়ে যাবে" #: lib/error.c:84 msgid "unknown error" msgstr "অজানা সমস্যা" # modified for RHEL #: lib/misc.c:165 #, fuzzy msgid "invalid number" msgstr "অবৈধ ব্যবহারকারী ID %s\n" # modified for RHEL #: lib/misc.c:179 #, fuzzy msgid "invalid ID" msgstr "অবৈধ ID %s\n" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "%s প্রারম্ভিক ফাংশান `%s'-এ উপস্থিত নেই" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "`%s'-এ মডিউল সংস্করণে গরমিল" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "`%s' মডিউলের দ্বারা `%s'-র ব্যাখ্যা করা হয়নি" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "টার্মিনালের বৈশিষ্ট্য পড়তে সমস্যা হয়েছে" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "টার্মিনালের বৈশিষ্ট্য নির্ধারণ করতে সমস্যা হয়েছে" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "টার্মিনাল থেকে পড়তে সমস্যা হয়েছে" #: lib/user.c:191 msgid "name is not set" msgstr "নাম নির্ধারণ করা হয়নি" #: lib/user.c:196 msgid "name is too short" msgstr "নাম অতিরিক্ত ছোট" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "উল্লিখিত নাম অত্যাধিক লম্বা (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "নামের মধ্য non-ASCII অক্ষর লেখা হয়েছে" #: lib/user.c:215 msgid "name contains control characters" msgstr "নামের মধ্য নিয়ন্ত্রক (control) অক্ষর উপস্হিত" #: lib/user.c:222 msgid "name contains whitespace" msgstr "নামের মধ্যে ফাঁকা জায়গা রয়েছে" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "নামের শুরুতে হাইফেন চিহ্ন (-) উপস্থিত রয়েছে" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "নামের মধ্য অবৈধ অক্ষর `%c' লেখা হয়েছে" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "ব্যবহারকারী %s এর কোন UID নেই" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "গ্রুপ %s এর কোন GID নেই" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "ব্যবহারকারী %jd এর কোন নাম নেই" # modified for RHEL #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "গ্রুপ %jd এর কোন নাম নেই" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "ব্যবহারকারীর কোন নাম নেই এমনকি কোন UID ও নেই" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "গ্রুপের কোন নাম নেই এমনকি কোন GID ও নেই" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "ফাইল লক করতে সমস্যা হয়েছে: %s" # modified for RHEL #: lib/util.c:706 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "ডিফল্ট প্রাসঙ্গিক নিরাপত্তা নির্ধারণ করা যায়নি: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "`%s'-র জন্য প্রাসঙ্গিক নিরাপত্তা পাওয়া যায়নি: %s" # modified for RHEL #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "ডিফল্ট প্রাসঙ্গিক নিরাপত্তাকে `%s' হিসাবে নির্ধারণ করা যায়নি: %s" #: lib/util.c:760 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "`%s'-র জন্য প্রাসঙ্গিক নিরাপত্তা পাওয়া যায়নি: %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' খোলা সম্ভব হয়নি: %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s' stat করা যায়নি: %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "`%s' তৈরি করতে সমস্যা হয়েছে: %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "ব্যাকআপ ফাইল `%s' বর্তমানে উপস্থিত আছে এবং এটি কোনো সাধারণ ফাইল নয়" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "ব্যাকআপ ফাইল সাইজে গরমিল" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s' থেকে পড়া সম্ভব হয়নি: %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "ফাইলে এই এন্ট্রি আগেই আছে" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s'-এ লেখা যায়নি: %s" # sam: #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "entity object-এ কোনো %s বৈশিষ্ট্য নেই" # modified for RHEL #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "পাসওয়ার্ড এনক্রিপ্ট করতে সমস্যা" # modified for RHEL #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "সুপার-ইউজারের অধিকারসহ নির্বাহিত হচ্ছে না" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "কোনো শ্যাডো ফাইল উপস্থিত নেই -- নিষ্ক্রিয় করা হচ্ছে" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "`%s' পরিসেবার জন্য kdam5 সার্ভারটির সাথে সংযোগ করতে `%s' কর্মক্ষেত্রের সমস্যা " "হয়েছে: %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "কারবেরোস লাইব্রেরি আরম্ভ করতে সমস্যা হয়েছে" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "`%s' ব্যবহারকারীর নাম কারবেরোসের জন্য পার্স করতে সমস্যা হয়েছে" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "entity গঠনে কোনো %s অথবা %s বৈশিষ্ট্য নেই" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "entity-তে কোনো %s অথবা %s বৈশিষ্ট্য নেই" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "কোনো %s অথবা %s বৈশিষ্ট্য ছাড়া entity তৈরি করা হয়েছে" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "`%s'-র জন্য কারবেরোস থেকে তথ্য পড়তে সমস্যা হয়েছে" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "entity-তে কোনো %s বৈশিষ্ট্য নেই" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "`%s'-র জন্য পাসওয়ার্ড নির্ধারণ করতে সমস্যা হয়েছে" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "কারবেরোসের কর্মক্ষেত্র" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "কারবেরোস Admin Principal" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Admin Principal-র জন্য কারবেরোসের পাসওয়ার্ড" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "Ldap লাইব্রেরি আরম্ভ করতে সমস্যা হয়েছে" # modified for RHEL #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "LDAP প্রোটোকল %d সংস্করণে সেট করা সম্ভব হয়নি" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "LDAP সার্ভারের সাথে TLS-এর মীমাংসা করা সম্ভব হয়নি" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "LDAP সার্ভার bind করা সম্ভব হয়নি" # modified for RHEL #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "" "LDAP সার্ভারে bind করা সম্ভব হয়নি, `%s' হিসাবে প্রথম প্রচেষ্টা করা হয়েছে: %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "ব্যবহারকারীর object-এ কোনো `%s' বৈশিষ্ট্য ছিল না" # modified for RHEL #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "ব্যবহারকারীর object কোনো `%s' ছাড়া তৈরি করা হয়েছে" # modified for RHEL #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "LDAP ডিরেক্টরি এন্ট্রি তৈরি করতে সমস্যা: %s" # modified for RHEL #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "LDAP ডিরেক্টরি এন্ট্রি পরিবর্তন করতে সমস্যা: %s" # modified for RHEL #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "LDAP ডিরেক্টরি এন্ট্রির নাম পরিবর্তন করতে সমস্যা হয়েছে: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "object-এর কোনো %s বৈশিষ্ট্য উপস্থিত নেই" # modified for RHEL #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "LDAP ডিরেক্টরি এন্ট্রি মুছে ফেলতে সমস্যা হয়েছে: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "object-এর কোনো %s বৈশিষ্ট্য উপস্থিত নেই" # modified for RHEL #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "LDAP ডিরেক্টরিতে এই ধরনের কোনো object নেই" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "কোনো `%s' বৈশিষ্ট্য পাওয়া যায়নি" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "%s-র জন্য LDAP ডিরেক্টরিতে পাসওয়ার্ড নির্ধারণ করতে সমস্যা হয়েছে: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "LDAP সার্ভারের নাম" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP Search Base DN" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP Bind পাসওয়ার্ড" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL ব্যবহারকারী" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL-র অনুমোদন ব্যবহারকারী" # modified for RHEL #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "ব্যবহারকারী তৈরি করতে Cyrus SASL সমস্যা হয়েছে: %s" # modified for RHEL #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "ব্যবহারকারী মুছে ফেলার সময় Cyrus SASL সমস্যা হয়েছে: %s" # modified for RHEL #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "Cyrus SASL আরম্ভ করতে সমস্যা: %s" # modified for RHEL #: python/admin.c:523 msgid "error creating home directory for user" msgstr "ব্যবহারকারীর জন্য হোম ডিরেক্টরি তৈরি করতে সমস্যা" # modified for RHEL #: python/admin.c:576 msgid "error removing home directory for user" msgstr "ব্যবহারকারীর হোম ডিরেক্টরি মুছে ফেলতে সমস্যা" # modified for RHEL #: python/admin.c:654 msgid "error moving home directory for user" msgstr "ব্যবহারকারীর হোম ডিরেক্টরি সরাতে সমস্যা" # modified for RHEL #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "ব্যবহারকারীর জন্য মেইলস্পুল তৈরি করতে সমস্যা" # modified for RHEL #: python/admin.c:885 #, fuzzy msgid "error removing mail spool for user" msgstr "ব্যবহারকারীর জন্য মেইলস্পুল তৈরি করতে সমস্যা" # modified for RHEL #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "%s আরম্ভ করতে সমস্যা: %s\n" # modified for RHEL #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "অবৈধ ID %s\n" # modified for RHEL #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "%jd ID-ধারী গ্রুপের সন্ধান করা হচ্ছে।\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "%s নামক গ্রুপের সন্ধান করা হচ্ছে।\n" # modified for RHEL #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "%jd ID-ধারী ব্যবহারকারীর সন্ধান করা হচ্ছে।\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "%s নামক ব্যবহারকারীর সন্ধান করা হচ্ছে।\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "এন্ট্রি খুঁজে পাওয়া যায়নি।\n" # modified for RHEL #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Prompt সফল হয়েছে।\n" # modified for RHEL #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Prompt বিফল হয়েছে।\n" # modified for RHEL #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "ব্যবহারকারীর ডিফল্ট object ক্লাস:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "ব্যবহারকারীর ডিফল্ট বৈশিষ্ট্যর নাম:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "ব্যবহারকারীর ডিফল্ট বৈশিষ্ট্য আহরণ করা হচ্ছে:\n" # modified for RHEL #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "ব্যবহারকারীর স্ট্রাকচার কপি করা হচ্ছে:\n" # modified for RHEL #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "অভ্যন্তরীণ ডাটা LDAPMods-এ পরিবর্তন করা যায়নি" # modified for RHEL #, fuzzy #~ msgid "Shell not changed: input error.\n" #~ msgstr "শেল পরিবর্তিত হয়নি: %s\n" libuser-0.56.9.dfsg.1.orig/po/pt.po0000644000175000017500000007075410777230760015017 0ustar gheghe# Portuguese localization of Red Hat Linux # Pedro Morais # José Nuno Pires msgid "" msgstr "" "Project-Id-Version: libuser\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2007-10-27 19:47+0100\n" "Last-Translator: Pedro Morais \n" "Language-Team: pt \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-POFile-SpellExtra: DN GID Kerberos group UID passwd id kerberos LDAPMods\n" "X-POFile-SpellExtra: stat email Admin gid finger kadm jd zu shadow Cyrus\n" "X-POFile-SpellExtra: PAM uid ld\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "O local da pasta pessoal `%s' não é absoluto" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Erro ao ler `%s': %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Erro ao criar `%s': %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Erro ao mudar o dono de `%s': %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Erro ao escrever `%s': %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Erro ao remover `%s': %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Não foi possível abandonar privilégios.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Erro interno.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s não está autorizado a modificar os dados de finger de %s\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Contexto de utilizador desconhecido" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Não é possível escolher o contexto predefinido de /etc/passwd\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Erro ao inicializar PAM.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Autenticação falhou para %s.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Erro interno no PAM `%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "Utilizador desconhecido autenticado.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Utilizador trocado.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[OPÇÃO...] utilizador" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Erro ao processar argumentos: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Nenhum nome de utilizador indicado.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Erro ao inicializar %s: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "Utilizador %s não existe.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "A conta está trancada.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "A conta não está trancada.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Mínimo:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Máximo:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Aviso:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Inactivo:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Nunca" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Última Alteração:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Senha Expira:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Senha Inactiva:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Conta Expira:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Não foi possível alterar a informação de envelhecimento de %s: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[OPÇÃO...] [utilizador]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Nenhum nome de utilizador indicado, nenhum nome para o uid %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "A alterar os dados de 'finger' de %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Nome Completo" #: apps/lchfn.c:154 msgid "Surname" msgstr "Último Nome" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Primeiro Nome" #: apps/lchfn.c:179 msgid "Office" msgstr "Escritório" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Telefone do Escritório" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Telefone de Casa" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "Endereço de E-mail" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Dados do 'finger' não alterados: erro de entrada.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Dados do 'finger' alterados.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Dados do 'finger' não alterados: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "A alterar a 'shell' de %s.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Nova 'Shell'" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "'Shell' não alterada: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "'Shell' alterada.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[OPÇÃO...] grupo" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Nenhum nome de grupo indicado.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "ID de grupo inválido %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "A criação do grupo falhou: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "O grupo %s não existe.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "O grupo %s não pode ser apagado: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "Foi indicado -L e -U ao mesmo tempo.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Não foi possível alterar a senha do grupo %s: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "O grupo %s não pode ser trancado: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "O grupo %s não pode ser destrancado: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "O grupo %s não pode ser modificado: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Erro ao procurar o %s: %s\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Nenhum nome de grupo indicado, a utilizar %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Nenhum nome de grupo indicado, nenhuma nome para o gid %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Nenhum nome de utilizador indicado, a utilizar %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[OPÇÃO...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Erro ao abrir `%s': %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "Erro ao criar conta para `%s': linha formatada incorrectamente.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "ID de utilizador inválido %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "A recusar a criação de uma conta com o UID 0.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Erro ao criar grupo para `%s' com o GID %jd: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Erro ao inserir a senha inicial de %s: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Erro ao criar a directoria pessoal de %s: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "Erro ao criar o ficheiro de email de %s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Erro ao criar a conta para o utilizador %s: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "A modificar a senha de %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Nova senha" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Nova senha (confirmação)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "As senhas não condizem, tente novamente.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Alteração de senha cancelada.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Erro ao alterar a senha do utilizador %s: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Erro ao alterar a senha do grupo %s: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Senha alterada.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "O grupo %jd não existe.\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Erro ao criar grupo `%s': %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "A criação da conta falhou: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Erro ao criar %s: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "Erro ao criar ficheiro de e-mail.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Utilizador %s não pode ser apagado: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s não tem um número gid.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "Não existe um grupo com o GID %jd, não será apagado.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "O grupo com o GID %jd não tinha um nome.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "O grupo %s não pode ser apagado: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s não tinha uma directoria pessoal.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Erro ao apagar %s: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Não foi possível mudar a senha do utilizador %s: %s\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "O utilizador %s não pode ser trancado: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "O utilizador %s não pode ser destrancado: %s.\n" #: apps/lusermod.c:221 #, fuzzy, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "O grupo %jd não existe.\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "O utilizador %s não pode ser modificado: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "O grupo %s não pode ser modificado: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "Não existe um directoria pessoal antiga para %s.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "Não existe um directoria pessoal nova para %s.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Erro ao mover %s para %s: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "não foi possível abrir ficheiro de configuração `%s': %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "não foi possível fazer 'stat' ao ficheiro de configuração `%s': %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "o ficheiro de configuração `%s' é demasiado grande" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "não foi possível ler o ficheiro de configuração `%s': %s" #: lib/error.c:38 msgid "success" msgstr "sucesso" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "modulo desactivado por configuração" #: lib/error.c:42 msgid "generic error" msgstr "erro genérico" #: lib/error.c:44 msgid "not enough privileges" msgstr "falta de privilégios" #: lib/error.c:46 msgid "access denied" msgstr "acesso negado" #: lib/error.c:48 msgid "bad user/group name" msgstr "nome do utilizador/grupo inválido" #: lib/error.c:50 msgid "bad user/group id" msgstr "id do utilizador/grupo inválido" #: lib/error.c:52 msgid "user/group name in use" msgstr "nome do utilizador/group em uso" #: lib/error.c:54 msgid "user/group id in use" msgstr "id do utilizador/group em uso" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "erro ao manipular atributos do terminal" #: lib/error.c:58 msgid "error opening file" msgstr "erro ao abrir ficheiro" #: lib/error.c:60 msgid "error locking file" msgstr "erro ao trancar ficheiro" #: lib/error.c:62 msgid "error statting file" msgstr "erro ao fazer 'stat' a ficheiro" #: lib/error.c:64 msgid "error reading file" msgstr "erro ao ler ficheiro" #: lib/error.c:66 msgid "error writing to file" msgstr "erro ao escrever para ficheiro" #: lib/error.c:68 msgid "data not found in file" msgstr "dados não encontrados no ficheiro" #: lib/error.c:70 msgid "internal initialization error" msgstr "erro interno de inicialização" #: lib/error.c:72 msgid "error loading module" msgstr "erro ao carregar módulo" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "erro ao resolver símbolo em módulo" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "versões não compatíveis de biblioteca/módulo" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "destrancar tornaria o campo de senha vazio" #: lib/error.c:84 msgid "unknown error" msgstr "erro desconhecido" #: lib/misc.c:165 #, fuzzy msgid "invalid number" msgstr "ID de utilizador inválido %s\n" #: lib/misc.c:179 #, fuzzy msgid "invalid ID" msgstr "ID inválido %s\n" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "não existe uma função de inicialização %s em `%s'" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "versão não compatível de módulo em `%s'" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "o módulo `%s' não define o `%s'" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "erro ao ler atributos do terminal" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "erro ao modificar atributos do terminal" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "erro ao ler do terminal" #: lib/user.c:191 msgid "name is not set" msgstr "o nome não foi indicado" #: lib/user.c:196 msgid "name is too short" msgstr "o nome é demasiado curto" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "o nome é demasiado comprimido (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "o nome contém caracteres não-ASCII" #: lib/user.c:215 msgid "name contains control characters" msgstr "o nome contém caracteres de controlo" #: lib/user.c:222 msgid "name contains whitespace" msgstr "o nome contém espaços em branco" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "o nome começa com o hífen" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "o nome contém o caracter inválido `%c'" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "o utilizador %s não tem um UID" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "o grupo %s não tem um GID" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "o utilizador %jd não tem nome" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "O grupo %jd não tem nome" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "o utilizador não tem nenhum nome ou UID" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "o grupo não tem nenhum nome ou GID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "Valor predefinido inválido do campo %s: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "erro ao trancar ficheiro: %s" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "não foi possível obter o contexto de segurança predefinido: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "não foi possível obter o contexto de segurança de `%s': %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "" "não foi possível escolher o contexto de segurança predefinido como `%s': %s" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "não foi possível determinar o contexto de segurança de `%s': %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "não foi possível abrir `%s': %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "não possível fazer stat a `%s': %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "erro ao criar `%s': %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "ficheiro de salvaguarda `%s' existe e não é um ficheiro normal" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "diferença no tamanho do ficheiro de salvaguarda" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "não foi possível ler de `%s': %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "entrada já está presente no ficheiro" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "não foi possível escrever para `%s': %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "a entidade não tem um atributo %s" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "erro ao cifrar a senha" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "não vou executar com privilégios de super-utilizador" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "o ficheiro shadow não está presente -- a desactivar" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "erro ao ligar ao servidor kadm5 para o serviço `%s' no reino `%s': %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "erro ao inicializar a biblioteca kerberos" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "erro ao processar o nome de utilizador `%s' para o kerberos" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "a estrutura da entidade não tem atributos %s ou %s" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "a entidade não tem atributos %s ou %s" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "entidade foi criada sem os atributos %s ou %s" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "erro ao ler informações para `%s' do kerberos" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "entidade não tem o atributo %s" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "erro ao modificar senha para `%s'" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Reino Kerberos" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Admin Principal do Kerberos" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Senha Kerberos para o Admin Principal" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "erro ao inicializar a biblioteca ldap" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "não foi possível seleccionar a versão %d do protocolo LDAP" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "não foi possível negociar TLS com o servidor LDAP" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "não foi possível ligar ao servidor LDAP" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "" "não foi possível ligar ao servidor LDAP, primeira tentativa como `%s': %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "o objecto do utilizador não tem o atributo %s" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "o objecto do utilizador foi criado sem `%s'" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "erro ao criar uma entrada de directoria LDAP: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "erro ao modificar entrada de directoria LDAP: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "erro ao modificar o nome da entrada de directoria LDAP: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "o objecto não o atributo %s" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "erro ao apagar entrada de directoria LDAP: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "o objecto não tem o atributo %s" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "objecto não encontrada na directoria LDAP" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "o atributo `%s' não foi encontrado" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "erro ao mudar senha na directoria LDAP para %s: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "Nome do Servidor LDAP" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "DN de Base para Procuras LDAP" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "DN de Ligação LDAP" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "Senha de Ligação LDAP" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "Utilizador SASL LDAP" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "Utilizador de Autorização SASL LDAP" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Erro do Cyrus SASL ao criar o utilizador: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Erro do Cyrus SASL ao remover o utilizador: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "erro ao inicializar o Cyrus SASL: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "erro ao criar a directoria pessoal do utilizador" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "erro ao remover a directoria pessoal do utilizador" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "erro ao mover a directoria pessoal do utilizador" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "erro ao criar o ficheiro de e-mail do utilizador" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "erro ao criar a fila de correio para o utilizador" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Erro ao inicializar %s: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "ID inválido %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "A procurar pelo grupo com o ID %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "A procurar pelo grupo com o nome %s.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "A procurar pelo utilizador com o ID %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "A procurar pelo utilizador com o nome %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Entrada não encontrada.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Perguntas com sucesso.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Perguntas falharam.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Classes de objectos por omissão dos utilizadores:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Nomes dos atributos por omissão dos utilizadores:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "A obter atributos por omissão dos utilizadores:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "A copiar estrutura do utilizador:\n" #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "não foi possível converter dados internos para LDAPMods" libuser-0.56.9.dfsg.1.orig/po/vi.po0000644000175000017500000007213410777230760015004 0ustar gheghe# SOME DESCRIPTIVE TITLE. # Copyright (C) 2002 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # pclouds , 2003. # msgid "" msgstr "" "Project-Id-Version: libuser VERSION\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2003-07-27 13:46+0700\n" "Last-Translator: pclouds \n" "Language-Team: GnomeVI \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Lỗi đọc `%s': %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Lỗi tạo `%s': %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, fuzzy, c-format msgid "Error changing owner of `%s': %s" msgstr "Lỗi tạo nhóm `%s'.\n" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, fuzzy, c-format msgid "Error writing `%s': %s" msgstr "Lỗi tạo `%s': %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Lỗi loại bỏ `%s': %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Lỗi bỏ quyền.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Lỗi nội tại.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "" #: apps/apputil.c:604 #, fuzzy msgid "Unknown user context" msgstr "lỗi lạ" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Lỗi khởi động PAM.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Lỗi xác thực cho %s.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Lỗi nội tại của PAM `%s'.\n" #: apps/apputil.c:644 #, fuzzy, c-format msgid "Unknown user authenticated.\n" msgstr "lỗi lạ" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Không khớp người dùng.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[TÙY CHỌN...] người_dùng" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Lỗi phân tích đối số: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Chưa xác định tên người dùng.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Lỗi khởi động %s: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "Người dùng %s không tồn tại.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Tài khoản bị khóa.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Tài khoản không bị khóa.\n" #: apps/lchage.c:160 #, fuzzy, c-format msgid "Minimum:\t%ld\n" msgstr "Tối thiểu:\t%d\n" #: apps/lchage.c:164 #, fuzzy, c-format msgid "Maximum:\t%ld\n" msgstr "Tối đa:\t%d\n" #: apps/lchage.c:168 #, fuzzy, c-format msgid "Warning:\t%ld\n" msgstr "Cảnh báo:\t%d\n" #: apps/lchage.c:172 #, fuzzy, c-format msgid "Inactive:\t%ld\n" msgstr "Không hoạt động:\t%d\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Không bao giờ" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Lần thay đổi cuối cùng:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Mật khẩu hết hiệu lực:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Mật khẩu không hoạt động:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Tài khoản hết hiệu lực:\t%s\n" #: apps/lchage.c:254 #, fuzzy, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Lỗi thay đổi thông tin ngày tháng của %s.\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[TÙY_CHỌN...] [người_dùng]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Chưa xác định tên người dùng, không có tên cho uid %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Đổi thông tin finger cho %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Họ và tên" #: apps/lchfn.c:154 msgid "Surname" msgstr "Họ" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Tên" #: apps/lchfn.c:179 msgid "Office" msgstr "Văn phòng" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Điện thoại Văn phòng" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Điện thoại Nhà" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "Địa chỉ E-Mail" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Thông tin finger không đổi: lỗi input.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Đã thay đổi thông tin finger.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Thông tin finger không đổi: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Đổi Shell của %s.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Shell mới" #: apps/lchsh.c:121 apps/lchsh.c:140 #, fuzzy, c-format msgid "Shell not changed: %s\n" msgstr "Đã đổi Shell.\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Đã đổi Shell.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[TÙY_CHỌN...] nhóm" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Chưa xác định tên nhóm.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "" #: apps/lgroupadd.c:124 #, fuzzy, c-format msgid "Group creation failed: %s\n" msgstr "Thất bại tạo nhóm.\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Nhóm %s không tồn tại.\n" #: apps/lgroupdel.c:89 #, fuzzy, c-format msgid "Group %s could not be deleted: %s\n" msgstr "Nhóm %s không thể bị xóa: %s.\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "Chưa xác định cả -L và -U.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, fuzzy, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Lỗi đặt mật khẩu cho nhóm %s.\n" #: apps/lgroupmod.c:154 #, fuzzy, c-format msgid "Group %s could not be locked: %s\n" msgstr "Nhóm %s không thể bị khóa.\n" #: apps/lgroupmod.c:163 #, fuzzy, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Nhóm %s không thể bị mở khóa.\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, fuzzy, c-format msgid "Group %s could not be modified: %s\n" msgstr "Nhóm %s không thể bị thay đổi: %s.\n" #: apps/lid.c:44 #, fuzzy, c-format msgid "Error looking up %s: %s\n" msgstr "Lỗi loại bỏ %s: %s.\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Chưa xác định tên nhóm, dùng %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Chưa xác định tên nhóm, không có tên cho gid %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Chưa xác định tên người dùng, dùng %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[TÙY_CHỌN...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Lỗi mở `%s': %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "Lỗi tạo tài khoản cho `%s':định dạng dòng không đúng.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Từ chối tạo tài khoản cho UID 0.\n" #: apps/lnewusers.c:217 #, fuzzy, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Lỗi tạo nhóm cho `%s' với GID %ld.\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Lỗi đặt mật khẩu ban đầu cho %s: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Lỗi tạo thư mục home cho %s: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "Lỗi tạo mail spool cho %s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Lỗi tạo tài khoản người dùng cho %s: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Thay đổi mật khẩu của %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Mật khẩu mới" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Xác nhận mật khẩu mới" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Mật khẩu không khớp, vui lòng thử lại.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Hủy bỏ thay đổi mật khẩu.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Lỗi thiết lập mật khẩu cho người dùng %s: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Lỗi thiết lập mật khẩu cho nhóm %s: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Đã thay đổi mật khẩu.\n" #: apps/luseradd.c:169 #, fuzzy, c-format msgid "Group %jd does not exist\n" msgstr "Nhóm %s không tồn tại.\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, fuzzy, c-format msgid "Error creating group `%s': %s\n" msgstr "Lỗi tạo nhóm `%s'.\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Thất bại tạo tài khoản: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Lỗi tạo %s: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "Lỗi tạo mail spool.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Người dùng %s không thể bị xóa: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s không phải là số GID.\n" #: apps/luserdel.c:114 #, fuzzy, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "Không có nhóm nào có GID %ld, không loại bỏ.\n" #: apps/luserdel.c:121 #, fuzzy, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "Nhóm có GID %ld không có tên nhóm.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Nhóm %s không thể bị xóa: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s không có thư mục home.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Lỗi loại bỏ %s: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Lỗi đặt mật khẩu cho người dùng %s: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Người dùng %s không thể bị khóa: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Người dùng %s không thể bị mở khóa: %s.\n" #: apps/lusermod.c:221 #, fuzzy, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Nhóm %s không tồn tại.\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Người dùng %s không thể bị thay đổi: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "Nhóm %s không thể bị thay đổi: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "%s không có thư mục home cũ.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "%s không có thư mục home mới.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Lỗi chuyển %s thành %s: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "không thể mở tập tin cấu hình `%s': %s" #: lib/config.c:120 #, fuzzy, c-format msgid "could not stat configuration file `%s': %s" msgstr "không thể mở tập tin cấu hình `%s': %s" #: lib/config.c:129 #, fuzzy, c-format msgid "configuration file `%s' is too large" msgstr "không thể mở tập tin cấu hình `%s': %s" #: lib/config.c:145 #, fuzzy, c-format msgid "could not read configuration file `%s': %s" msgstr "không thể mở tập tin cấu hình `%s': %s" #: lib/error.c:38 msgid "success" msgstr "thành công" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "module bị tắt bởi cấu hình" #: lib/error.c:42 msgid "generic error" msgstr "lỗi thường" #: lib/error.c:44 msgid "not enough privileges" msgstr "không đủ quyền truy cập" #: lib/error.c:46 msgid "access denied" msgstr "truy cập bi từ chối" #: lib/error.c:48 msgid "bad user/group name" msgstr "tên người dùng/nhóm sai" #: lib/error.c:50 msgid "bad user/group id" msgstr "ID người dùng/nhóm sai" #: lib/error.c:52 msgid "user/group name in use" msgstr "tên người dùng/nhóm đang được dùng" #: lib/error.c:54 msgid "user/group id in use" msgstr "ID người dùng/nhóm đang được dùng" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "lỗi thao tác thuộc tính terminal" #: lib/error.c:58 msgid "error opening file" msgstr "lỗi mở tập tin" #: lib/error.c:60 msgid "error locking file" msgstr "lỗi khóa tập tin" #: lib/error.c:62 msgid "error statting file" msgstr "lỗi stat() tập tin" #: lib/error.c:64 msgid "error reading file" msgstr "lỗi đọc tập tin" #: lib/error.c:66 msgid "error writing to file" msgstr "lỗi ghi tập tin" #: lib/error.c:68 msgid "data not found in file" msgstr "không tìm thấy dữ liệu trong tập tin" #: lib/error.c:70 msgid "internal initialization error" msgstr "lỗi khởi tạo nội tại" #: lib/error.c:72 msgid "error loading module" msgstr "lỗi nạp module" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "lỗi phân giải ký hiệu trong module" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "không khớp phiên bản thư viện/module" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "" #: lib/error.c:84 msgid "unknown error" msgstr "lỗi lạ" #: lib/misc.c:165 msgid "invalid number" msgstr "" #: lib/misc.c:179 msgid "invalid ID" msgstr "" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "không có hàm khởi tạo %s trong `%s'" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "không khớp phiên bản module trong `%s'" #: lib/modules.c:92 #, fuzzy, c-format msgid "module `%s' does not define `%s'" msgstr "Nhóm %s không tồn tại.\n" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "lỗi đọc thuộc tính terminal" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "lỗi đặt thuộc tính terminal" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "lỗi đọc từ terminal" #: lib/user.c:191 msgid "name is not set" msgstr "chưa đặt tên" #: lib/user.c:196 msgid "name is too short" msgstr "tên quá ngắn" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "tên chứa ký tự phi ASCII" #: lib/user.c:215 msgid "name contains control characters" msgstr "tên chứa ký tự điều khiển" #: lib/user.c:222 msgid "name contains whitespace" msgstr "tên chứa khoảng trắng" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "tên chứa ký tự không hợp lệ `%c'" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "" #: lib/user.c:336 #, fuzzy, c-format msgid "group %jd has no name" msgstr "Nhóm %s không tồn tại.\n" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "lỗi khóa tập tin: %s" #: lib/util.c:706 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "không thể stat() `%s': %s" #: lib/util.c:733 #, fuzzy, c-format msgid "couldn't get security context of `%s': %s" msgstr "không thể ghi vào `%s': %s" #: lib/util.c:739 lib/util.c:766 #, fuzzy, c-format msgid "couldn't set default security context to `%s': %s" msgstr "không thể ghi vào `%s': %s" #: lib/util.c:760 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "không thể ghi vào `%s': %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "không thể mở `%s': %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "không thể stat() `%s': %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "không thể tạo `%s': %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "tập tin sao lưu `%s' tồn tại nhưng không phải là tập tin bình thường" #: modules/files.c:226 #, fuzzy msgid "backup file size mismatch" msgstr "không khớp phiên bản thư viện/module" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "không thể đọc từ `%s': %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "mục nhập đã có trong tập tin" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "không thể ghi vào `%s': %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "đối tượnc thực thể không có thuộc tính %s" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 #, fuzzy msgid "error encrypting password" msgstr "lỗi đặt mật khẩu cho `%s'" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "không thực thi với quyền siêu người dùng" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "không có tập tin shadow -- tắt" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "lỗi kết nối kadm5 server cho dịch vụ `%s' trong realm `%s': %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "lỗi khởi tạo thư viện kerberos" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "lỗi phân tích tên người dùng `%s' cho kerberos" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "cấu trúc thực thể không có thuộc tính %s hoặc %s" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "thực thể không có thuộc tính %s hoặc %s" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "thực thể được tạo mà không có thuộc tính %s hoặc %s" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "lỗi đọc thông tin cho `%s' từ kerberos" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "thực thể không có thuộc tính %s" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "lỗi đặt mật khẩu cho `%s'" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Kerberos Realm" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Kerberos Admin Principal" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Kerberos Password for Admin Principal" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "lỗi khởi tạo thư viện ldap" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "không thể đặt giao thức LDAP cho phiên bản %d" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "không thể thỏa thuận TLS với LDAP server" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "không thể gắn vào LDAP server" #: modules/ldap.c:418 #, fuzzy, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "không thể gắn vào LDAP server" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "đối tượng người dùng không có thuộc tính %s" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "đối tượng người dùng được tạo mà không có `%s'" #: modules/ldap.c:1354 #, fuzzy, c-format msgid "error creating a LDAP directory entry: %s" msgstr "lỗi đổi tên mục nhập thư mục LDAP: %s.\n" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "lỗi hiệu chỉnh mục nhập thư mục LDAP: %s" #: modules/ldap.c:1405 #, fuzzy, c-format msgid "error renaming LDAP directory entry: %s" msgstr "lỗi đổi tên mục nhập thư mục LDAP: %s.\n" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "đối tượng không có thuộc tính %s" #: modules/ldap.c:1470 #, fuzzy, c-format msgid "error removing LDAP directory entry: %s" msgstr "lỗi loại bỏ mục nhập thư mục LDAP: %s.\n" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "đối tượng không có thuộc tính %s" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "không có đối tượng đó trong thư mục LDAP" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "không tìm thấy thuộc tính `%s'" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "lỗi đặt mật khẩu trong thư mục LDAP cho %s: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "Tên Server LDAP" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP Search Base DN" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP Bind Password" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "Người dùng LDAP SASL" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL Authorization User" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Lỗi Cyrus SASL tạo người dùng: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Lỗi Cyrus SASL loại bỏ người dùng: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "lỗi khởi tạo Cyrus SASL: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "lỗi tạo thư mục home cho người dùng" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "lỗi loại bỏ thư mục home cho người dùng" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "lỗi di chuyển thư mục home cho người dùng" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "lỗi tạo mail spool cho người dùng" #: python/admin.c:885 #, fuzzy msgid "error removing mail spool for user" msgstr "lỗi tạo mail spool cho người dùng" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Lỗi khởi tạo %s: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "" #: samples/lookup.c:88 #, fuzzy, c-format msgid "Searching for group with ID %jd.\n" msgstr "Đang tìm nhóm với ID %d.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "Đang tìm nhóm tên %s.\n" #: samples/lookup.c:99 #, fuzzy, c-format msgid "Searching for user with ID %jd.\n" msgstr "Đang tìm người dùng với ID %d.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "Đang tìm người dùng tên %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Không tìm thấy mục nhập.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Lớp đối tượng người dùng mặc định:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Tên thuộc tính người dùng mặc định:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Lấy thuộc tính người dùng mặc định:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Sao chép cấu trúc người dùng:\n" #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "không thể chuyển dữ liệu nội tại sang LDAPMods" #, fuzzy #~ msgid "Shell not changed: input error.\n" #~ msgstr "Đã đổi Shell.\n" #~ msgid "could not search LDAP server" #~ msgstr "không thể tìm LDAP server" #~ msgid "LDAP server appears to have no root DSE" #~ msgstr "LDAP server có vẻ không có DSE gốc" #~ msgid "error mapping name to LDAP distinguished name" #~ msgstr "lỗi ánh xạ tên sang tên phân biệt LDAP" #~ msgid "error mapping name to LDAP base distinguished name" #~ msgstr "lỗi ánh xạ tên sang tên phân biệt cơ sở LDAP" #, fuzzy #~ msgid "couldn't reset default security context to `%s': %s" #~ msgstr "không thể ghi vào `%s': %s" #~ msgid "Cyrus SASL error creating user: %s: %s" #~ msgstr "Lỗi Cyrus SASL tạo người dùng: %s: %s" #~ msgid "Cyrus SASL error removing user: %s: %s" #~ msgstr "Lỗi Cyrus SASL loại bỏ người dùng: %s: %s" #~ msgid "Error initializing %s.\n" #~ msgstr "Lỗi khởi tạo %s.\n" #~ msgid "Group %s could not be deleted.\n" #~ msgstr "Nhóm %s không thể bị xóa.\n" #~ msgid "Group %s could not be modified.\n" #~ msgstr "Nhóm %s không thể bị hiệu chỉnh.\n" #~ msgid "error initializing module" #~ msgstr "lỗi khởi tạo module" libuser-0.56.9.dfsg.1.orig/po/nb.po0000644000175000017500000006725010777230757014776 0ustar gheghe# Norwegian bokmål translation of libuser. # Copyright (C) 2001 Red Hat, Inc. # Trond Eivind Glomsrød , 2001. # Kjartan Maraas , 2001-2006. # Espen Stefansen , 2007. # # msgid "" msgstr "" "Project-Id-Version: libuser 0.15\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-03-13 13:47+0100\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian/Bokmaal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "Stil til hjemmekatalog «%s» er ikke absolutt" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Feil under lesing av `%s': %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Feil under oppretting av `%s': %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Feil under endring av eierskap for «%s»: %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Feil under skriving av `%s': %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Feil under fjerning av `%s': %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Feil under frislipp av privilegier.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Intern feil.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s er ikke autorisert for å endre finger-informasjon for %s\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Ukjent brukerkontekst" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Kan ikke sette forvalgt kontekst for /etc/passwd\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Feil under initiering av PAM.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Autentisering feilet for %s.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Intern PAM-feil «%s».\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "Ukjent bruker autentisert.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Feil med bruker\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[ALTERNATIV...] bruker" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Feil under lesing av argumenter: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Brukernavn ikke spesifisert.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Feil under initiering av %s: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "Bruker %s eksisterer ikke.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Konto er låst.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Konto er ikke låst.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Minimum:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Maksimum:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Advarsel:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Inaktiv:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Aldri" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Siste Endring:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Passord Utløper:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Passord inaktivt:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Konto utgår:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Kunne ikke endre aldringsinformasjon for %s: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[ALTERNATIV...] [bruker]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Brukernavn ikke spesifisert. Fant ikke navn for uid %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Endrer finger-informasjon for %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Fullt navn" #: apps/lchfn.c:154 msgid "Surname" msgstr "Etternavn" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Gitt navn" #: apps/lchfn.c:179 msgid "Office" msgstr "Kontor" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Telefon, arbeid" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Telefon, hjemme" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "E-postadresse" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "finger-informasjon ikke endret: feil i inndata.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "finger-informasjon endret.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "finger-informasjon ikke endret: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Endrer skall for %s.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Nytt skall" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Skallet ble ikke endret: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Skall endret.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[ALTERNATIV...] gruppe" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Ingen gruppenavn spesifisert.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "Ugyldig gruppe-ID %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "Oppretting av gruppe feilet: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Gruppe %s eksisterer ikke.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "Kunne ikke slette gruppe %s: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "Både -L og -U spesifisert.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Kunne ikke sette passord for gruppe %s: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "Kunne ikke låse gruppe %s: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Kunne ikke låse opp gruppe %s: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "Kunne ikke endre gruppe %s: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Feil under oppslag av %s: %s\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Ingen gruppenavn spesifisert, bruker %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Ingen gruppenavn spesifisert. Fant ikke navn for gid %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Brukernavn ikke spesifisert, bruker %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[ALTERNATIV...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Feil under åpning av «%s»: %s\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "" "Feil under oppretting av konto for «%s»: linjen er ikke riktig formattert.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "Ugyldig bruker-ID %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Nekter oppretting av konto med UID 0.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Feil under oppretting av gruppe for «%s» med GID %jd: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Feil under setting av passord for %s: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Feil under oppretting av hjemmekatalog for %s: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "Feil under oppretting av e-postkatalog for %s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Feil under oppretting av brukerkonto for %s: %s.\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Endrer passord for %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Nytt passord" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Nytt passord (bekreft)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Passordene er ikke like. Prøv igjen.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Endring av passord avbrutt.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Feil under setting av passord for bruker %s: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Feil under setting av passord for gruppe %s: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Passord endret.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "Gruppe %jd eksisterer ikke\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Feil under oppretting av gruppe «%s»: %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Feil under oppretting av konto: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Feil under oppretting av %s: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "Feil under oppretting av mailkatalog.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Bruker %s kunne ikke slettes: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s hadde ikke gid-nummer.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "Det finnes ingen gruppe med GID %jd, fjernes ikke.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "Gruppe med GID %jd hadde ikke et gruppenavn.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Gruppe %s kunne ikke slettes: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s hadde ingen hjemmekatalog.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Feil under fjerning av %s: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Feil under setting av passord for bruker %s: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Bruker %s kunne ikke låses: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Bruker %s kunne ikke låses opp: %s.\n" #: apps/lusermod.c:221 #, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Advarsel: Gruppe med ID %jd eksisterer ikke\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Bruker %s kunne ikke endres: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "Gruppe %s kunne ikke endres: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "Ingen gammel hjemmekatalog for %s.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "Ingen ny hjemmekatalog for %s.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Feil under flytting av %s til %s: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "kunne ikke åpne konfigurasjonsfil «%s»: %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "kunne ikke kjøre stat på konfigurasjonsfil «%s»: %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "konfigurasjonsfil «%s» er for stor" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "kunne ikke lese konfigurasjonsfil «%s»: %s" #: lib/error.c:38 msgid "success" msgstr "suksess" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "modul deaktivert av konfigurasjon" #: lib/error.c:42 msgid "generic error" msgstr "vanlig feil" #: lib/error.c:44 msgid "not enough privileges" msgstr "ikke tilstrekkelige privilegier" #: lib/error.c:46 msgid "access denied" msgstr "tilgang nektet" #: lib/error.c:48 msgid "bad user/group name" msgstr "ugyldig bruker-/gruppenavn" #: lib/error.c:50 msgid "bad user/group id" msgstr "ugyldig bruke-/gruppe-ID" #: lib/error.c:52 msgid "user/group name in use" msgstr "bruker-/gruppenavn i bruk" #: lib/error.c:54 msgid "user/group id in use" msgstr "bruker-/gruppe-ID i bruk" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "feil ved manipulering av terminalattributter" #: lib/error.c:58 msgid "error opening file" msgstr "feil under åpning av fil" #: lib/error.c:60 msgid "error locking file" msgstr "feil under låsing av fil" #: lib/error.c:62 msgid "error statting file" msgstr "feil under kjøring av stat() på fil" #: lib/error.c:64 msgid "error reading file" msgstr "feil under lesing av fil" #: lib/error.c:66 msgid "error writing to file" msgstr "feil under skriving til fil" #: lib/error.c:68 msgid "data not found in file" msgstr "data ikke funnet i fil" #: lib/error.c:70 msgid "internal initialization error" msgstr "intern feil under initiering" #: lib/error.c:72 msgid "error loading module" msgstr "feil under lasting av modul" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "feil under søk etter symbol i modul" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "feil med bibliotek-/modulversjon" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "hvis du låser opp vil passord-feltet stå tomt" #: lib/error.c:84 msgid "unknown error" msgstr "ukjent feil" #: lib/misc.c:165 msgid "invalid number" msgstr "ugyldig nummer" #: lib/misc.c:179 msgid "invalid ID" msgstr "ugylig ID" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "ingen initieringsfunksjon %s i `%s'" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "feil modulversjon i `%s'" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "modul «%s» definerer ikke «%s»" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "feil under lesing av terminalattributter" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "feil under setting av terminalattributter" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "feil ved lesing fra terminal" #: lib/user.c:191 msgid "name is not set" msgstr "navnet er ikke satt" #: lib/user.c:196 msgid "name is too short" msgstr "navnet er for kort" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "navnet er for langt (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "navnet inneholder ikke-ASCII tegn" #: lib/user.c:215 msgid "name contains control characters" msgstr "navnet inneholder kontrolltegn" #: lib/user.c:222 msgid "name contains whitespace" msgstr "navnet inneholder tomrom" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "navnet starter med bindestrek" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "navnet inneholder ugyldig tegn «%c»" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "bruker %s har ingen UID" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "gruppe %s har ingen GID" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "bruker %jd har ikke navn" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "Gruppe %jd har ikke navn" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "bruker har hverken navn eller en UID" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "gruppen har hverken et navn eller en GID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "Ugyldig standardverdi for felt %s: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "feil under låsing av fil: %s" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "kunne ikke finne forvalgt sikkerhetskontekst: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "fant ikke sikkerhetskontekst for «%s»: %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "kunne ikke sette forvalgt sikkerhetskontekst til «%s»: %s" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "kan ikke bestemme sikkerhetskontekst for «%s»: %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "kunne ikke åpne `%s': %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "kunne ikke kjøre stat på `%s': %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "feil under oppretting av `%s': %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "sikkerhetskopien «%s» eksisterer og er ikke en vanlig fil" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "feil størrelse på sikkerhetskopi" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "kunne ikke lese fra `%s': %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "oppføringen er allerede i filen" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "kunne ikke skrive til «%s»: %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "entitetsobjekt har ingen %s-attributt" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "feil under kryptering av passord" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "kjører ikke med superbruker-privilegier" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "ingen skyggefil finnes -- deaktiverer" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "feil under tilkobling til kadm5-tjeneren for tjeneste «%s» i område «%s»: %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "feil under initiering av kerberos-biblioteket" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "feil under lesing av brukernavn «%s» for kerberos" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "entitetsstruktur har ingen %s eller %s-attributter" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "entitet har ingen %s eller %s-attributter" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "entiteten ble opprettet uten %s- eller %s-attributter" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "feil under lesing av informasjon for `%s' fra kerberos" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "entiteten har ingen %s-attributt" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "feil under setting av passord for «%s»" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Kerberos-område" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Kerberos Admin Principal" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Kerberos-passord for Admin Principal" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "feil under initiering av ldap-bibliotek" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "kunne ikke sette LDAP-protokoll til versjon %d" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "kunne ikke forhandle TLS med LDAP-tjener" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "kunne ikke binde til LDAP-tjener" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "kunne ikke binde til LDAP-tjener, prøvde først som «%s»: %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "bruker-objektet hadde ingen %s-attributt" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "brukerobjektet ble opprettet uten `%s'" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "feil under oppretting av LDAP-katalogoppføring: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "feil under endring av LDAP-katalogoppføring: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "feil under endring av navn på LDAP-katalogoppføring: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "objektet hadde ingen %s-attributt" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "feil under fjerning av LDAP-katalogoppføring: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "objektet har ikke attributt %s" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "ingen slike objekter i LDAP-katalogen" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "ingen `%s'-attributt funnet" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "Feil under setting av passord i LDAP-katalog for %s: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "Navn på LDAP-tjener" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "LDAP Search Base DN" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP Bind-passord" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL-bruker" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL-autorisasjonsbruker" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Feil i Cyrus SASL under oppretting av bruker: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Feil i Cyrus SASL ved fjerning av bruker: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "feil ved initiering av Cyrus SASL: %s." #: python/admin.c:523 msgid "error creating home directory for user" msgstr "feil under oppretting av hjemmekatalog for bruker" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "feil under fjerning av hjemmekatalog for bruker" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "feil under flytting av hjemmekatalog for bruker" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "feil under oppretting av e-postlager for bruker" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "feil under fjerning av e-postlager for bruker" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Feil under initiering av %s: %s.\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "Ugylig ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "Søker etter gruppe med ID %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "Søker etter gruppe med navn %s.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "Søker etter bruker med ID %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "Søker etter bruker ved navn %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Oppføring ikke funnet.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Spørring fullført.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Spørring feilet.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Standardklasser for brukerobjekter:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Standardnavn for brukerattributter:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Henter standard brukerattributter:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Kopierer brukerstruktur:\n" libuser-0.56.9.dfsg.1.orig/po/mr.gmo0000644000175000017500000007054710777230761015157 0ustar gheghe,3< "(5K*$Ej""9H Z{</)7"a'1Mf*)( I`.|((.$I n!x "#!#($L#q. (-<Vg%v%  3P_s    -#7,Q~," % ,9Of#'!$F d"! #+ #O s  +   ! !1&!X!r!!$!!8!("*="*h")"*"0")#)C#m##1###$$!6$!X$+z$.$$G$;%)S%&}%"%%!%#&'&G&\&o&&&(&$&&)'8'K'0g'!'''&'" (',( T(u(3(!((( )#)9)"M)p) ))) ) ) * **K*"k*******%+#=+ a++'++++ +- ,:,O,"b,,$,,,,2.>.j /*w/N/'/40IN0A0v0;Q1G181]2ll2i2PC3S3314K74J4A45W5g6v6p6Jg7k7I8Jh8G868v2999A9.%:>T:G:l:H;;:W<7<q<{<==A>>f>?>'?bA??=?8?<8@Nu@N@OAQcA=AMAGABBdBC0$C'UC}CFC C/C1)Do[DD D%DD E%RE$xE$E!EEE F'F(>FJgFmFa GAGzGG?HQHHsbIYI 0J=J9TJ9JAJ3 Kk>K'K$KTKALL9LPLQMkM.MMUMDNKdNjN^OzOLP:NPP\P P) Q5Q'NQ"vQQO%RKuRHRH SWSSS[ITOTOTEUYUS#VywVUV/GW?wWW59X?oXLX>XH;Y<YXYkZtZZJ[s[ge\\]N]P]s]_q^B^Q_Uf_s_]0``;!ax]a;aTbgbZbpBcct=ddg5e]eeZf>fN(g+wg.g'g=gG8hh"hqh4%iZZiWiE j>Sj?j8j9 k8Ek-~k9k7kblul:l02mcm>m>"nan(hnzn? o6LoOoZoS.psppp@3!nO8uL_#X9) Z 7,:`$Q k+oTD& /iPq;"[lG0p*m2J%fe~aU}<(?4Ms'BWV^C j b=SxKcwgFH]Az|Yy>.REIt1h{Nd-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld Warning: Group with ID %jd does not exist. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorinvalid IDinvalid numberlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser.tip.mr Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-03-12 16:27+0530 Last-Translator: Sandeep Shedmake Language-Team: marathi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n!=1); %s ला gid क्रमांक नाही. %s ला मुख्य संचयीका नाही. %s ची finger माहिती बदलवण्यास %s ला अधिकार नाही खाती कालबाह्य: %s खाती निर्माण करण्यास अपयशी: %s. खाती कुलूपबंद. खाती कुलूपबंद नाही. %s करीता अधिप्रमाणन अयशस्वी. दोन्ही -L व -U दर्शविले आहे. /etc/passwd करता मूलभूत संदर्भ निश्चित करू शकत नाही %s करता finger माहिती बदलवा. %s करता गुप्तशब्द बदलवत आहे. %s कर्ता शेल बदलवत आहे. वापरकर्ता संरचनाची प्रत बनवित आहे: वापरकर्ता निर्माण करतेवेळी Cyrus SASL त्रुटी: %sवापरकर्ता काढुन टाकतेवेळी Cyrus SASL त्रुटी: %sमुलभूत वापरकर्ता गुणधर्म नाव: मुलभूत वापरकर्ता वस्तु श्रेणी: इमेल पत्तानोंदणी आढळली नाही. `%s' चा मालक बदलतेवेळी त्रूटी: %s%s निर्माण करतेवेळी त्रुटी: %s. `%s' निर्माण करतेवेळी चूक: %s`%s' करीता खाते बनवितेवेळी त्रुटी: ओळ अयोग्यरित्या संपादित केले. %s समुह निर्माण करतेवेळी त्रुटी: %s. `%s' करीता GID %jd सह समुह बनवितेवेळी त्रुटी: %s %s करीता मुख्य संचयीका निर्माण करतेवेळी त्रुटी: %s %s करीता मेल स्पुल निर्माण करतेवेळी त्रुटी. मेल स्पुल निर्माण करतेवेळी. %s वापरकर्त्यास खाती बनवितेवेळी त्रुटी: %s %s प्रारंभ करतेवेळी त्रुटी: %s %s प्रारंभ करतेवेळी त्रुटी: %s. PAM प्रारंभ करतेवेळी त्रुटी. %s शोधतेवेळी त्रुटी: %s %s पासुन %s पर्यंत स्थानांतर करतेवेळी त्रुटी: %s. `%s' उघडतेवेळी त्रुटी: %s. बाबी वाचतेवेळी त्रुटी: %s. `%s' वाचतेवेळी चूक: %s%s काढुन टाकतेवेळी चुक: %s. `%s' काढुन टाकतेवेळी त्रुटी: %s%s करीता प्रारंभी गुप्तशब्द निश्चित करा: %s %s समुहकरीता गुप्तशब्द निश्चित करतेवेळी त्रुटी: %s. %s वापरकर्त्यास गुप्तशब्द निश्चित करतेवेळी त्रुटी: %s. `%s' लिहीतेवेळी त्रुटी: %sहक्क वगळण्यास अपयशी. %s करता एजींग माहिती संपादित करू शकला नाही: %s %s समुहकर्ता गुप्तशब्द निश्चित करण्यास अपयशी: %s %s वापरकर्त्यास गुप्तशब्द निश्चित करण्यास अपयशी: %s. Finger माहिती बदलवण्यात आली. finger माहिती बदल्यागेली नाह: आदान त्रूटी. Finger माहिती बदलवली नाही: %s. पूर्ण नावमुलभूत वापरकर्त्याचे गुणधर्म मिळवा: दिलेले नावसमुह %jd अस्तित्वात नाही समुह %s काढू शकत नाही: %s %s समुह काढू शकला नाही: %s. %s समुह कुलूपबंद करू शकत नाही: %s %s समुह संपादित करू शकला नाही: %s समुह %s संपादित करू शकला नाही: %s. %s समुह कुलूपबंद करू शकला नाही: %s समुह %s अस्तित्वात नाही. समुह निर्माण करण्यास अपयशी: %s GID %jd सह समुहला समुह नाव नाही. घरचा फोनमुख्य संचयीका मार्ग `%s' संपूर्णतः नाहीनिषक्रिय: %ld आंतरीक PAM त्रूटी `%s'. आंतरीक त्रूटी. अवैध ID %s field %s ची अवैध मुलभूत संख्या: %sअवैध समुह ID %s अवैध वापरकर्ता ID %s Kerberos प्रशासक प्रमुखप्रशासक प्रमुखाकरीता कर्बेरोस गुप्तशब्दKerberos RealmLDAP Bind DNLDAP Bind गुप्तशब्दLDAP SASL अधिप्रमाणन वापरकर्ताLDAP SASL वापरकर्ताLDAP पायभुत शोध DNLDAP सर्वरचे नावशेवटचा बदल: %s कमाल: %ld किमान: %ld कधीच नाहीनविन शेलनविन गुप्तशब्दनविन गुप्तशब्द (निश्चित करा)समुह नाव दर्शविले नाही, gid %d करीता नाव नाही. %s वापरून, समुहाचे नाव व्याख्यित नाही. समुह नाव व्याख्यित नाही. GID %jd रहीत समुह अस्तित्वात नाही, काढुन टाकत नाही. %s करीता मुख्य संचयीका नाही. %s करता जुनी मुख्य संचयीका नाही. वापरकर्त्याचे नाव दर्शविले नाही, uid %d करीता नाव नाही. %s वापरुन, वापरकर्त्याचे नाव व्याख्यित नाही. वापरकर्त्याचे नाव दर्शविले नाही. ऑफिसऑफिस फोनगुप्तशब्द कालबाह्य: %s गुप्तशब्द निषक्रिय: %s गुप्तशब्द बदल रद्द केले. गुप्तशब्द बदलविले. गुप्तशब्द जुळत नाही, पुन्हा प्रयत्न करा. सुचना अयशस्वी. सुचना यशस्वी. UID 0 सह खाती निर्माण करण्यास नकार. %s नामांकीत समुह शोधत आहे. ID %jd रहीत समुह शोधत आहे. %s नामांकीत वापरकर्ता शोधत आहे. ID %jd रहीत वापरकर्त्यास शोधत आहे. शेल बदलवले. शेल बदलवले नाही: %s आडनावअपरिचित वापरकर्ता अधिप्रमाणित. अपरिचित वापरकर्ता संदर्भ%s वापरकर्ता काढू शकला नाही: %s. %s वापरकर्त्यास कुलूपबंद करू शकला नाही: %s. %s वापरकर्ता संपादित करू शकला नाही: %s. %s वापरकर्त्यास कुलूपबंदीतून सुटका करू शकला नाही: %s. %s वापरकर्ता अस्तित्वात नाही. वापरकर्ता जुळला नाही. सावधान: %ld सावधान: समुह ID %jd सह अस्तित्वात नाही. [OPTION...][OPTION...] [वापरकर्ता][OPTION...] समुह[OPTION...] वापरकर्ताप्रवेश निषेधअगाऊ फाइल `%s' अस्तित्वात आहे व ती सर्वसाधारण फाइल नाहीप्रतिकृती फॉईल आकार जुळत नाहीवाईट वापरकर्ता/समुहाचे आयडीवाईट वापरकर्ता/समुहाचे नावसंरचना फाइल `%s' खूपच मोठी आहेLDAP सर्वरशी एकत्रीत राहु शकले नाहीLDAP सर्वरशी एकत्रीत राहु शकले नाही, पहिला प्रयत्न `%s' स्वरूपी: %sLDAP सर्वरशी TLS मध्यस्थी करू शकला नाहीसंरचना फाइल `%s' उघडू शकला नाही: %s`%s' संरचना फाइल वाचू शकला नाही: %s%d आवृत्ती करीता LDAP शिष्टाचार निश्चित करू शकले नाहीसंरचना फाइल `%s' सुरू करू शकला नाही: %sसंरचना फाइल `%1$s' उघडू शकला नाही: %2$sमुलभूत सुरक्षा संदर्भ प्राप्त करता आले नाही: %s`%s' चा सुरक्षा संदर्भ आढळला नाही: %s`%s' उघडू शकला नाही: %s`%s' पासुन वाचू शकले नाही: %s`%s' करता मुलभूत सुरक्षा संदर्भ निश्चित केला नाही: %s`%s' दर्शवू शकला नाही: %s`%s' करीता लिहु शकले नाही: %sफाइल मध्ये माहिती आढळली नाहीवस्तुकडे %s गुणधर्म नाहीवस्तु %s किंवा %s गुणधर्म नाहीवस्तू ला %s गुणधर्म नाहीवस्तु रचनेत %s किंवा %s गुणधर्म नाहीवस्तु %s किंवा %s गुणधर्म विना निर्मीत केलेफाइल मध्ये नोंदणी आधिपासुनच अस्तित्वात आहेerror connecting to the `%s' मधील `%s' सेवा करीता kadm5 सर्वरशी जुळवणी करतेवेळी त्रुटी: %s`%s' निर्माण करतेवेळी त्रूटी: %sLDAP संचयीका नोंदणी निर्माण करतेवेळी त्रुटी: %sमुख्य संचयीका निर्माण करतेवेळी त्रुटीवापरकर्त्यास मेल स्पुल निर्माण करतेवेळी त्रुटीगुप्तशब्द कुटलिपी करतेवेळी त्रुटीCyrus SASL प्रारंभ करतेवेऴी त्रुटी: %sकेरबेरोस लायब्ररी प्रारंभ करतेवेळी त्रुटीldap लायब्ररी प्रारंभ करतेवेळी त्रुटीघटक दाखल करतेवेळी त्रूटीफाइल कुलूपबंद करतेवेळी त्रूटीफाइल कुलूपबंद करतेवेळी त्रूटी: %sटर्मिनलचे गुणधर्म संपादित करतेवेळी त्रूटीLDAP संचयीका संपादन करतेवेळी त्रुटी: %sवापरकर्त्यास मुख्य संचयीका स्थानांतर करतेवेळी त्रुटीफाइल उघडतेवेळी त्रूटीकेरबेरोस करीता वापरकर्ता `%s' वाचतेवेळी त्रुटीफाइल वाचतेवेळी त्रूटीटर्मिनल पासून वाचतेवेळी त्रूटीकर्बेरोस पासुन `%s' करीता माहिती वाचतेवेळी त्रुटीटर्मिनल गुणधर्म वाचतेवेळी त्रूटीLDAP संचयीका नोंदणी काढुन टाकतेवेळी त्रुटी: %sवापरकर्त्यास मुख्य संचयीका काढुन टाकतेवेळी त्रुटीवापरकर्ता मेल स्पुल काढुन टाकतेवेळी त्रुटीLDAP संचयीका नोंदणी पुनःनामांकित करतेवेळी त्रुटी: %sघटकातील चिन्ह सुस्थीत करतेवेळी त्रूटी`%s' करीता गुप्तशब्द निश्चित करीत आहेLDAP संचयीकेत %s करीता गुप्तशब्द निश्चित करतेवेळी त्रुटी: %sटर्मिनल गुणधर्म वाचतेवेळी त्रूटीत्रूटी दर्शविणारी फाइलफाइल मध्ये लिहीतेवेळी त्रूटीप्रजातीय त्रूटीसमुह %jd ला नाव नाहीसमुह %s ला GID नाहीसमुहास नाव किंवा GID नाहीआंतरीक प्रारंभीकरण त्रूटीअवैध IDअवैध क्रमांकलायब्ररी/घटकाच्या आवृत्तीत जुळणी होत नाही`%s' घटक `%s' ला ओळखत नाहीसंरचनाने घटकास अकार्यान्वीत केले`%s' मध्ये घटकाची आवृत्ती जुळत नाहीनावात कंट्रोल अक्षरं आहेतनावात अवैध अक्षर `%c' आहेतनावात विना-ASCII अक्षर आहेतनावात वाईटस्पेस आहेतनाव निश्चित केले नाहीनाव खूपच लांब आहे (%zu > %d)नाव खूपच छोटे आहेनाव हायफनने सुरू होते`%s' गुणधर्म आढळले नाही`%s' मध्ये %s प्रारंभीकरण कार्यक्रम नाहीशॅडो फाइल उपलब्ध नाही -- अकार्यान्वीत करत आहेLDAP संचयीकेत वस्तु नाहीहवे थवडे हक्क नाहीअत्युतमवापरकर्ता हक्कासह कार्यान्वीत होत नाहीवस्तुकडे %s गुणधर्म नाहीवस्तुकडे %s गुणधर्म नाहीयशअपरिचीत त्रूटीकुलूपबंद नाहीसे केल्यास गुप्तशब्द रिक्त होते%jd वापरकर्त्यास नाव नाहीवापरकर्ता %s ला UID नाहीवापरकर्त्यास नाव किंवा UID नाहीवापरकर्ता वस्तुकडे %s गुणधर्म नाहीवापरकर्ता वस्तु `%s' विना निर्मितवापरणीत असलेले वापरकर्त्याचे/समुहाचे आयडीवापरणीत असलेले वापरकर्त्याचे/समुहाचे नावlibuser-0.56.9.dfsg.1.orig/po/ta.gmo0000644000175000017500000007335210777230762015143 0ustar gheghe,3< "(5K*$Ej""9H Z{</)7"a'1Mf*)( I`.|((.$I n!x "#!#($L#q. (-<Vg%v%  3P_s    -#7,Q~," % ,9Of#'!$F d"! #+ #O s  +   ! !1&!X!r!!$!!8!("*="*h")"*"0")#)C#m##1###$$!6$!X$+z$.$$G$;%)S%&}%"%%!%#&'&G&\&o&&&(&$&&)'8'K'0g'!'''&'" (',( T(u(3(!((( )#)9)"M)p) ))) ) ) * **K*"k*******%+#=+ a++'++++ +- ,:,O,"b,,$,,,,8.:.`/9/S/< 0BJ0H0j0vA1N1W2K_2R2V2MU3k3h41x4'4`4C35@w55B6l6h37q7_8nn898=97U949i9:,:Sg:7:;:7/;ng;l;oC<4<j<kS=}=x=>9>W>FH?!?i?%@"A@Md@M@IAKJAQA]A!FBLhBtB,*CZWC9C7C-$D,RDmD#D<E.NEM}EE#E?EG>FF$F'F*F$G-=G+kGG.GdGIH}Hg{IqIMUJTJJKqOLL,LEMRMMnMHNXNHNN6OqOEOa=PDPQP66Q?mQ!QLQ;RGXRGRMRf6S#S=S$S[$T TTTT=TU`UEVBXV\VdV]W`WrSXXKY{Y~NZZlP[A[[[[\F\CA]8]M]d ^Mq^v^6_W_`D`p`sTa|akEb@bYbOLcBcKcL+ddxdgdpEeNeefGkfbfxgZgggjRhshv1iwi[ jy|jWj>NkDk%k=k)6lc`l>l(m,mgFm]mn n^{nxn`So`oSp4ipJpKpb5q!qOqq rS|r8rr sA|s>ss"t3t@t,uO0uHuqu[;vRv@3!nO8uL_#X9) Z 7,:`$Q k+oTD& /iPq;"[lG0p*m2J%fe~aU}<(?4Ms'BWV^C j b=SxKcwgFH]Az|Yy>.REIt1h{Nd-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld Warning: Group with ID %jd does not exist. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorinvalid IDinvalid numberlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser.tip.ta Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-03-14 12:01+0530 Last-Translator: I. Felix Language-Team: Tamil MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n!=1); %sக்கு ஒரு gid எண் இல்லை. %sஇல் இல்ல அடைவு இல்லை. %s க்கு %s இன் தகவலை மாற்ற அனுமதி இல்லை கணக்கு முடிவுற்றது: %s கணக்கு உருவாக்க முடியவில்லை: %s. கணக்கு பூட்டப்பட்டது. கணக்கு பூட்டப்படவில்லை. %s உறுதிப்படுத்தல் தவறானது. இரண்டும் -L மற்றும் -U குறிப்பிடப்பட்டது. /etc/passwd முன்னிருப்பு சூழலை அமைக்க முடியவில்லை %sக்கு தகவல் மாற்றப்படுகிறது. %sக்கு கடவுச்சொல்லை மாற்றுகிறது. %sக்கு ஷெல் மாற்றப்படுகிறது. பயனர் வடிவத்தை நகலெடுக்கிறது: Cyrus SASL பயனர் உருவாக்குவதில் பிழை: %sCyrus SASL பயனரை நீக்குவதில் பிழை: %sமுன்னிருப்பு பயனர் கூறுகளின் பெயர்கள்: முன்னிருப்பு பயனர் பொருள் வகுப்புகள்: மின்அஞ்சல் முகவரிஉள்ளீடு இல்லை. `%s' இன் உரிமையாளரை மாற்றுவதில் பிழை: %s%sஐ உருவாக்குவதில் பிழை: %s. '%s' உருவாக்குவதில் பிழை :%s'%s'க்கு கணக்கு உருவாக்குவதில் பிழை. வரி ஒழுங்கின்றி வடிவமைக்கப்பட்டுள்ளது. குழு `%s' அமைப்பதில் பிழை: %s `%s'க்கு GID %jd: உடன் குழு உருவாக்கவதில் பிழை %s %sக்கு இல்ல அடைவை உருவாக்குவதில் பிழை: %s %sக்கு அஞ்சல் ஸ்ப்பூல் உருவக்குவதில் பிழை. அஞ்சல் ஸ்பூல் உருவாக்குவதில் பிழை. %sக்கு பயனர் கணக்கு உருவாக்குவதில் பிழை: %s துவக்குவதில் பிழை %s: %s %sஐ துவங்குவதில் பிழை: %s. PAM துவக்குவதில் பிழை. %sஇல் பிழை தேடுதல்: %s. %s இலிருந்து %sக்கு நகர்த்துவதில் பிழை: %s. `%s' ஐ திறப்பதில் பிழை: %s. அளவுருக்கள் பகுப்பதில் பிழை: %s. வாசிப்பதில் பிழை `%s': %sபிழை %sஐ நீக்குகிறது : %s. '%s' நீக்குவதில் பிழை :%s%sக்கு ஆரம்ப கடவுச்சொல் அமைப்பதில் பிழை: %s குழு %sக்கு கடவுச்சொல் அமைப்பதில் பிழை: %s. பயனர் %sக்கு கடவுச்சொல் அமைப்பதில் பிழை: %s. '%s' எழுதுவதில் பிழை :%sசலுகைகள் வழங்கபடாதது கைவிடப்படுகிறது. பழைய செய்தியை %sக்கு மாற்ற முடியவில்லை: %s குழு %sக்கான கடவுச்சொல்லை அமைக்க முடியவில்லை: %s பயனர் %sக்கு கடவுச்சொல் அமைக்க முடியவில்லை: %s. தகவல் மாற்றப்பட்டது. தகவல் மாற்றவில்லை: உள்ளீடு பிழை. தகவல் மாற்ற முடியவில்லை.%s. முழுப்பெயர்முன்னிருப்பு பயனர் கூறுகளை பெறுகிறது : கொடுத்த பெயர்குழு %jd இல்லை குழு %sஐ அழிக்க முடியவில்லை: %s. குழு %sஐ அழிக்க முடியவில்லை: %s. குழு%s ஐ பூட்ட முடியவில்லை: %s குழு %s ஐ மாற்ற முடியவில்லை: %s. குழுவை %s ஐ மாற்ற முடியவில்லை: %s. குழு %s ஐ பூட்டு நீக்க முடியவில்லை: %s குழு %s இல்லை. குழு உருவாக்க முடியவில்லை: %s GID %jd உடன் உள்ள குழுவுக்கு குழுப்பெயர் இல்லை. வீட்டு தொலைபேசி இல்ல அடைவு பாதை `%s' முழுமையாக இல்லைசெயலிழக்கப்பட்டது: %ld உள்ளார்ந்த PAM பிழை `%s'. உள்ளார்ந்த பிழை. தவறான குறியீடு %s புலத்தின் தவறான முன்னிருப்பு மதிப்பு %s: %sதவறான குழு ID %s தவறான பயனர் குறியீடு %s Kerberos நிர்வாக தலைமைKerberos கடவுச்சொல் நிர்வாக தலைமைKerberos RealmLDAP பிணைத்தல் DNLDAP பிணைத்தல் கடவுச்சொல்LDAP SASL அனுமதிக்கப்பட்ட பயனர்LDAP SASL பயனர்LDAP தேடல் தளம் DNLDAP சேவையக பெயர்கடைசி மாற்றம்: %s அதிகபட்சம்: %ld குறைந்தபட்சம்: %ld எப்போதும் இல்லைபுதிய ஷெல் புதிய கடவுச்சொல்புதிய கடவுச்சொல் (உறுதிப்படுத்துதல்)குழுப் பெயர் குறிப்பிடப்படவில்லை, குழு குறியீடுக்கு பெயர் இல்லை%d. %s ஐ பயன்படுத்தி, குழுப் பெயர் குறிப்பிடவில்லை . குழுப் பெயர் எதுவும் குறிப்பிடவில்லை %jd GID எனக்கொண்ட குழு இல்லை, நீக்கப்படவில்லை. %sக்கு புதிய இல்ல அடைவு இல்லை. பழைய இல்ல அடைவு எதுவும் இல்லை %s. பயனர் பெயர் எதுவும் குறிப்பிடவில்லை, பயனர் குறியீடு %dக்கு பெயர் இல்லை. %s பயன்படுத்தி, பயனர் பெயர் எதுவும் குறிப்பிடப்படவில்லை. பயனர் பெயர் எதுவும் குறிப்பிடப்படவில்லை. அலுவலகம்அலுவலக தொலைபேசி கடவுச்சொல் முடிவுற்றது: %s செயலிழக்கப்பட்ட கடவுச்சொல் : %s மாற்றிய கடவுச்சொல் ரத்து செய்யப்பட்டது. கடவுச்சொல் மாற்றப்பட்டது. கடவுச்சொல் பொருந்தவில்லை. மீண்டும் முயற்சி செய்யவும். கண்டுபிடிக்க முடியவில்லை. வெற்றிகரமாக கண்டுபிடித்தது. UID 0 உடன் கணக்கு உருவாக்க மறுக்கப்படுகிறது. குழுப்பெயர் %sஐ தேடுகிறது. குறியீடு %jd ஐ கொண்ட குழுவை தேடுகிறது. பயனர் பெயர் %sஐ தேடுகிறது. %jd பயனர் குறியீட்டை தேடுகிறது . ஷெல் மாற்றப்பட்டது. ஷெல் மாற்றப்படவில்லை: %s துணைப்பெயர்தெரியாத பயனர் அங்கீரித்தல். தெரியாத பயனர் தொடர்புபயனர் %sஐ அழிக்க முடியாது: %s. பயனர்%s ஐ பூட்ட இயலவில்லை: %s. பயனர்%s ஐ மாற்ற முடியவில்லை: %s. பயனர்%s இன் பூட்டை நீக்க முடியவில்லை: %s. பயனர்%s இல்லை. பயனர் பொறுத்தம் இல்லை. எச்சரிக்கை: %ld எச்சரிக்கை: குழு குறியீடு %jd இல்லை. [OPTION...][OPTION...] [user][OPTION...] குழு[OPTION...] பயனர்அனுமதி மறுக்கப்பட்டதுபின்சேமிப்பு கோப்பு %s' உள்ளது, ஆனால் அது இயல்பான கோப்பில்லைபின்சேமிப்பு கோப்பின் அளவு தவறானதுதவறான பயனர்/குழு குறியீடுதவறான பயனர்/குழுப் பெயர்கட்டமைப்பு கோப்பு `%s' மிகப் பெரியதுLDAP சேவையகத்துடன் பிணைக்க முடியவில்லைLDAP சேவையகத்துடன் பிணைக்க முடியவில்லை, முதல் முயற்சி `%s': %sTLS யுடன் LDAP சேவையகத்தை கேட்க முடியாதுகட்டமைப்பு கோப்பு `%s'ஐ திறக்க முடியவில்லை: %sகட்டமைக்கப்பட்ட கோப்பு `%s'ஐ வாசிக்க முடியவில்லை: %sLDAP நெறிமுறையைப் பதிப்பு %dக்காக அமைக்க முடியவில்லைகட்டமைப்பு கோப்பு `%s'ஐ ஆரம்பிக்க முடியவில்லை: %s`%s'இன் பாதுகாப்பு சூழலை குறிப்பிட முடியவில்லை: %sமுன்னிருப்பு பாதுகாப்பு சூழலை பெற முடியவில்லை:%s`%s'இன் பாதுகாப்பு சூழலை பெற முடியவில்லை: %s`%s' ஐ திறக்க முடியவில்லை: %s`%s'இலிருந்து வாசிக்க முடியவில்லை: %s`%s' க்கு முன்னிருப்பு பாதுகாப்பு சூழலை அமைக்க முடியவில்லை: %s'%s' வரையறுக்க முடியவில்லை: %s`%s'க்கு எழுத முடியவில்லை: %sகோப்பில் தகவல் இல்லைஉருப்படியில் %s கூறுகள் இல்லைஉருப்படியில் %s அல்லது %s கூறுகள் இல்லைஉருப்படியில் %s கூறுகள் இல்லைஉருப்படி வடிவத்தில் %s அல்லது %s கூறுகள் இல்லைஉருப்படி %s அல்லது %s கூறுகளால் உருவாக்கப்படவில்லைஉள்ளீடு ஏற்கனவே கோப்பில் உள்ளதுrealm`%s' இல் சேவை `%s' காக kadm5 சேவையகத்தில் இணைப்பதில் பிழை: %s`%s'ஐ உருவாக்குவதில் பிழை : %sLDAP அடைவு உள்ளீட்டை உருவாக்கும் போது பிழை: %sபயனருக்காக இல்ல அடைவை உருவாக்குவதில் பிழைபயனருக்காக அஞ்சல் ஸ்பூல் உருவாக்குவதில் பிழைகடவுச்சொல்லை குறிமுறையாக்குவதில் பிழைCyrus SASL துவக்குவதில் பிழை: %skerberos நுலகத்தின் துவக்குவதில் பிழைldap நூலகத்தை துவக்குவதில் பிழைதொகுதி ஏற்றும் போது பிழைகோப்பினை பூட்டும் போது பிழைகோப்பினை பூட்டுவதில் பிழை : %sமுனையம் கூறுகளை கணக்கிடும் போது பிழைLDAP அடைவு உள்ளீட்டை மாற்றும் போது பிழை: %sபயனருக்காக இல்ல அடைவை நகர்த்துவதில் பிழைகோப்பினை திறக்கும் போது பிழைkerberosக்கு `%s' பயனர் பெயர் பகுப்பதில் பிழைகோப்பினை வாசிப்பதில் பிழைமுனையத்திலிருந்து வாசிப்பதில் பிழைkerberos இலிருந்து `%s' க்காக தகவல் வாசிப்பதில் பிழைமுனையம் கூறுகளை வாசிப்பதில் பிழைLDAP அடைவு உள்ளீட்டை நீக்கும் போது பிழை: %sபயனருக்காக இல்ல அடைவை நீக்குவதில் பிழைபயனருக்காக அஞ்சல் ஸ்பூல் நீக்குவதில் பிழைLDAP அடைவு உள்ளீடுகளை பெயர் மாற்றுவதில் பிழை: %sதொகுதியில் சின்னத்தை சரி செய்யும் போது பிழை`%s'க்கு கடவுச்சொல் அமைப்பதில் பிழைLDAP அடைவில் %s க்கு கடவுச்சொல் அமைப்பதில் பிழை: %sமுனையம் கூறுகளை அமைப்பதில் பிழைகோப்பின் நிலையில் பிழைகோப்பில் எழுதுவதில் பிழைஉற்பத்தி பிழைகுழு %jd க்கு பெயர் இல்லைகுழு %sம் GID இல்லைகுழுவில் ஒரு பெயர் அல்லது ஒரு GID இல்லைஉள்ளார்ந்த துவக்க பிழைதவறான குறியீடுதவறான எண்நூலகம்/தொகுதி பதிப்பு பொறுத்தம் இல்லைதொகுதி `%s' யானது `%s'ஐ குறிப்பிடவில்லைகட்டமைப்பால் தொகுதி செயல்நீக்கப்பட்டது`%s'இல் தொகுதி பதிப்பு பொருந்தவில்லைபெயர் கட்டுப்பாட்டு எழுத்துகளை கொண்டுள்ளதுபெயர் தவறான எழுத்து `%c' ஐ கொண்டுள்ளதுபெயர் ASCII அல்லாத எழுத்தை கொண்டுள்ளதுபெயர் வெற்றிடத்தை கொண்டுள்ளதுபெயர் அமைக்கவில்லைபெயர் மிக நீளமாக உள்ளது (%zu > %d)பெயர் மிகச் சிறியதாக உள்ளதுபெயர் இடைக்கோட்டினால் ஆரம்பமாகிறது`%s' கூறு இல்லை`%s'இல் துவக்க செயல்பாடு %s இல்லைநிழல் கோப்பு இல்லை - செயல்நீக்கப்படுகிறதுLDAP அடைவில் பொருள் எதுவும் இல்லைபோதிய சலுகைகள் இல்லைசிறப்பு பயனர் சலுகைகளை செயல்படுத்தவில்லைபொருளில் %s கூறுகள் இல்லைபொருளுக்கு %s கூறு இல்லைவெற்றிதெரியாத பிழைபூட்டு நீக்குதல் கடவுச்சொல் புலத்தை வெறுமையாக்கும்பயனர் %jd க்கு பெயர் இல்லைபயனர் %sம் UID இல்லைபயனரிடம் பெயர் அல்லது UID இல்லைபயனர் பொருளில் %s கூறு இல்லைபயனர் பொருள் `%s' இல்லாமல் உருவாக்கப்பட்டதுபயனர்/குழு குறியீடு பயனில் உள்ளதுபயனர்/குழு பெயர் பயனில் உள்ளதுlibuser-0.56.9.dfsg.1.orig/po/sr@latin.gmo0000644000175000017500000004705210777230762016311 0ustar gheghe,3< "(5K*$Ej""9H Z{</)7"a'1Mf*)( I`.|((.$I n!x "#!#($L#q. (-<Vg%v%  3P_s    -#7,Q~," % ,9Of#'!$F d"! #+ #O s  +   ! !1&!X!r!!$!!8!("*="*h")"*"0")#)C#m##1###$$!6$!X$+z$.$$G$;%)S%&}%"%%!%#&'&G&\&o&&&(&$&&)'8'K'0g'!'''&'" (',( T(u(3(!((( )#)9)"M)p) ))) ) ) * **K*"k*******%+#=+ a++'++++ +- ,:,O,"b,,$,,,,."/12/d/ w/// //:/:0X0o0"0/0/0,1+51a1q1)11#1I1*B25m272-2' 3513#g3$3#33&3$4'?4!g44#4+4246,5 c5!5.5.536861V6#66.6 66%7(-7'V7%~7)7'77 8'+8S85b88"88818%9=9[9"q9999!99: :1:H:W:f: m: y::=:&:;*;(G;)p;5;,;; <)<?<T<k<<)<<<$<%=">=)a=&===="=>*.>-Y>+>->>>?4"? W?c?z???:?&?@+@+E@#q@E@.@5 A7@A/xA@A7A9!B7[BB!BFB)C!FChCCC!C*C- D";DQ^D#D/D9E2>EqE,E/E+EF#9F']F+F+F;FG>8GwG!G6G(G/H9GH2H2H*H,I:?I,zI+IIIJJ'J#BJ fJtJ$J$J!J$JK$3KXKuKKKKK!K+L-/L#]LL/LLLMM0MJM`MuM$M.M M!N@3!nO8uL_#X9) Z 7,:`$Q k+oTD& /iPq;"[lG0p*m2J%fe~aU}<(?4Ms'BWV^C j b=SxKcwgFH]Az|Yy>.REIt1h{Nd-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld Warning: Group with ID %jd does not exist. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorinvalid IDinvalid numberlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-04-03 21:47+0200 Last-Translator: Nikola Pajtic Language-Team: Serbian (sr) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2); X-Generator: KBabel 1.11.4 %s nije imala gid broj. %s nije imao lični direktorijum. %s nije ovlašćen da menja finger podatke za %s Nalog ističe: %s Neuspelo pravljenje naloga: %s. Nalog je zaključan. Nalog nije zaključan. Neuspela autentifikacija za %s. I -L i -U su navedeni. Ne mogu da postavim podrazumevani kontekst za /etc/passwd Menjam finger podatke za %s. Menjam lozinku za %s. Menjam ljusku za %s. Umnožavam korisničku strukturu: Cyrus SASL greška pri pravljenju korisnika: %sCyrus SASL greška pri uklanjanju korisnika: %sPodrazumevana imena korisničkih svojstava: Podrazumevane klase korisničkih objekata: Adresa e-pošteStavka nije pronađena. Greška pri promeni vlasnika „%s“: %sGreška pri pravljenju %s: %s. Greška pri pravljenju „%s“: %sGreška pri pravljenju naloga za „%s“: nepravilno oblikovana linija. Greška pri pravljenju grupe „%s“: %s Greška pri pravljenju grupe „%s“ sa GID %jd: %s Greška pri pravljenju ličnog direktorijuma za %s: %s Greška pri pravljenju reda za poštu za %s. Greška pri pravljenju reda za poštu. Greška pri pravljenju korisničkog naloga za %s: %s Greška pri inicijalizaciji %s: %s Greška pri inicijalizaciji %s: %s. Greška pri inicijalizaciji PAM-a. Greška pri potrazi za %s: %s Greška pri premeštanju %s u %s: %s. Greška pri otvaranju „%s“: %s. Greška pri tumačenju argumenata: %s. Greška pri čitanju „%s“: %sGreška pri uklanjanju %s: %s. Greška pri uklanjanju „%s“: %sGreška pri postavljanju lozinke za %s: %s Greška pri postavljanju lozinke za grupu %s: %s. Greška pri postavljanju lozinke za korisnika %s: %s. Greška pri pisanju „%s“: %sNeuspelo odbacivanje povlastica. Neuspela izmena zastarelih podataka za %s: %s Neuspelo postavljanje lozinke za grupu %s: %s Neuspelo postavljanje lozinke za korisnika %s: %s. Finger podaci su promenjeni. Finger podaci nisu promenjeni: greška u unosu. Finger podaci nisu promenjeni: %s. Puno imeDobavljam podrazumevana korisnička svojstva: Kršteno imeGrupa %jd ne postoji Grupa %s ne može biti izbrisana: %s Grupa %s ne može da bude obrisana: %s. Grupa %s ne može biti zaključana: %s Grupa %s ne može biti izmenjena: %s Grupa %s ne može da bude izmenjena: %s. Grupa %s ne može biti otključana: %s Grupa %s ne postoji. Neuspelo pravljenje grupe: %s Grupa sa GID %jd nije imala ime grupe. Kućni telefonPutanja ličnog direktorijuma „%s“ nije apsolutnaNeaktivno: %ld Unutrašnja PAM greška „%s“. Unutrašnja greška. Neispravan ID %s Neispravna podrazumevana vrednost za polje %s: %sNeispravan ID grupe %s Neispravan korisnički ID %s Kerberos glavni adminKerberos lozinka za glavnog adminaKerberos područjeDN LDAP uvezivanjaLozinka LDAP uvezivanjaLDAP SASL ovlašćujući korisnikLDAP SASL korisnikOsnovni DN LDAP pretrageIme LDAP serveraPoslednja promena: %s Najveći: %ld Najmanji: %ld NikadaNova ljuskaNova lozinkaNova lozinka (potvrda)Nije navedeno ime grupe, nema imena za gid identifikator %d. Nije navedeno ime grupe, koristim %s. Nije navedeno ime grupe. Ne postoji grupa sa GID %jd, ne uklanjam. Nema novog ličnog direktorijuma za %s. Nema starog ličnog direktorijuma za %s. Nije navedeno korisničko ime, nema imena za uid %d. Nije navedeno korisničko ime, koristim %s. Nije navedeno korisničko ime. KancelarijaKancelarijski telefonLozinka ističe: %s Lozinka neaktivna: %s Promena lozinke je otkazana. Lozinka je promenjena. Lozinke se ne slažu, pokušajte ponovo. Odzivi nisu uspeli. Odzivi su uspeli. Odbijam da napravim nalog sa UID 0. Pretražujem za grupom sa imenom %s. Pretražujem za grupom sa ID %jd. Pretražujem za korisnikom sa imenom %s. Pretražujem za korisnikom sa ID %jd. Ljuska je promenjena. Ljuska nije promenjena: %s PrezimeAutentifikovan nepoznat korisnik. Nepoznat korisnički kontekstKorisnik %s ne može da bude obrisan: %s. Korisnik %s ne može da bude zaključan: %s. Korisnik %s ne može da bude izmenjen: %s. Korisnik %s ne može da bude otključan: %s. Korisnik %s ne postoji. Neslaganje korisnika. Upozorenje: %ld Upozorenje: grupa sa identifikatorom %jd ne postoji [OPCIJA...][OPCIJA...] [korisnik][OPCIJA...] grupa[OPCIJA...] korisnikpristup odbijenrezervna datoteka „%s“ postoji i nije redovna datotekaneslaganje veličine rezervne datotekeloš id korisnika/grupeloše ime korisnika/grupedatoteka podešavanja „%s“ je prevelikane mogu da se vežem za LDAP serverne mogu da se vežem za LDAP server, prvo pokušajte kao „%s“: %snisam mogao da pregovaram TLS sa LDAP serveromne mogu da otvorim datoteku podešavanja „%s“: %sne mogu da pročitam datoteku podešavanja „%s“: %sne mogu da postavim LDAP protokol na verziju %dne mogu da izvršim stat nad datotekom podešavanja „%s“: %sne mogu da utvrdim bezbednosni kontekst za „%s“: %sne mogu da dobavim podrazumevani bezbednosni kontekst: %sne mogu da dobavim bezbednosni kontekst za „%s“: %sne mogu da otvorim „%s“: %sne mogu da čitam iz „%s“: %sne mogu da postavim podrazumevani bezbednosni kontekst na „%s“: %sne mogu da izvršim stat nad „%s“: %sne mogu da upišem u „%s“: %spodaci nisu nađeni u datotecientitet nema %s svojstvaentitet nema %s ili %s svojstvaobjekat entiteta nema %s svojstvostruktura entiteta nema %s ili %s svojstvaentitet je napravljen bez %s ili %s svojstavastavka je već prisutna u datotecigreška pri povezivanju na kadm5 server za servis „%s“ u carstvu „%s“: %sgreška pri pravljenju „%s“: %sgreška pri pravljenju stavke LDAP kataloga: %sgreška pri pravljenju ličnog direktorijuma za korisnikagreška pri pravljenju reda za poštu za korisnikagreška pri šifrovanju lozinkegreška pri inicijalizaciji Cyrus SASL-a: %sgreška pri inicijalizaciji kerberos bibliotekegreška pri inicijalizaciji ldap bibliotekegreška pri učitavanju modulagreška pri zaključavanju datotekegreška pri zaključavanju datoteke: %sgreška pri udešavanju svojstava terminalagreška pri izmeni stavke LDAP kataloga: %sgreška pri premeštanju ličnog direktorijuma za korisnikagreška pri otvaranju datotekegreška pri tumačenju korisničkog imena „%s“ za kerberosgreška pri čitanju datotekegreška pri čitanju sa terminalagreška pri čitanju podataka za „%s“ iz kerberosagreška pri čitanju svojstava terminalagreška pri uklanjanju stavke LDAP kataloga: %sgreška pri uklanjanju ličnog direktorijuma za korisnikagreška pri uklanjanju reda za poštu za korisnikagreška pri preimenovanju stavke LDAP kataloga: %sgreška pri razrešavanju simbola u modulugreška pri postavljanju lozinke za „%s“greška pri postavljanju lozinke u LDAP katalogu za %s: %sgreška pri postavljanju svojstava terminalagreška pri izvršavanju stat nad datotekomgreška pri upisu u datotekuuopštena greškagrupa %jd nema imegrupa %s nema GIDgrupa nema ni ime niti GIDunutrašnja greška inicijalizacijeneispravan IDneispravan brojneslaganje verzije biblioteke/modulamodul „%s“ ne definiše „%s“modul isključen u podešavanjimaneslaganje verzije modula u „%s“ime sadrži kontrolne znakoveime sadrži neispravan znak „%c“ime sadrži ne-ASCII znakoveime sadrži razmakime nije postavljenoime je predugačko (%zu > %d)ime je prekratkoime počinje crticomnije pronađeno „%s“ svojstvonema funkcije inicijalizacije %s u „%s“nema prisutne shadow datoteke -- isključujemnema takvog objekta u LDAP katalogunema dovoljno povlasticane izvršavam sa administratorskim povlasticamaobjekat nije imao %s svojstvoobjekat nema %s svojstvouspehnepoznata greškaotključavanje bi učinilo polje lozinke praznimkorisnik %jd nema imekorisnik %s nema UIDkorisnik nema ni ime niti UIDkorisnički objekat nema %s svojstvokorisnički objekat je napravljen bez „%s“id korisnika/grupe je u upotrebiime korisnika/grupe je u upotrebilibuser-0.56.9.dfsg.1.orig/po/or.gmo0000644000175000017500000007574010777230761015161 0ustar gheghe% `a"5  8W*r$""1Ts <@/_)"' ;Wp *#)N(x.((,U.r$ ! "#:!^#$#." Q\k%% 3 BOb    -#Bf,,";T [h~#' 4!Su "!8#Z#~    1) [ u  $  8 (!*@!*k!)!*!)!","1H"z""""!"!#+"#.N#}#G##)#&%$"L$o$!$#$$$%%&.%(U%$~%%)%%%0&!@&'b&&&'& &&3'!N'p'' '''"''( 3( T(u( (("(()")>)P)j)%)#) ))'*+*F*a* i*-w***"**$+5+J+a+N -ao--e_.j.W0/]/G/R.00[41j1Q1IM22"3e3j4'~454`4O=5O55W667k&8[88S}9a9o3:N:k:@^;;<#<O`<O<==>?>g>pDrEuE F!FHHRH\7IFIQI4-J'bJJ!JJJ2K]5KK=LXLMvMi1NNEO[O(P(GPnpPWPh7Q[QQ:R7RSNSUTN^TUT>UQBUUWU/VV0VMVhVT>WAW1WX#X#8X!\X!~XWXXZY6Y0'ZIXZiZ [[b]\_\ ]x]l*^?^<^__?B`C`@`VaJ^azas$bDbbOccddsdokee}^f{fSXgGgQgeFhhCi<i)j7jLjq=kik}ll1mpmn*nncCo\o=pBp;bpIpcpVLq_q\rr`rUrr)sisptSwt4tNu:OuyuAvoFv\vuwEww@lx@x xxy>yIyc%zMz\zX4{R{$ ):-H`IKGpU%;tg0D3jT"=]h,d>[?x1!8k^V@oylfY|2{ZN+W (QCzSPn9si5.6aJm&}M*w7bu X'eAv OcFBL \/q #E<4r_R~%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: or Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2007-03-01 16:49+0530 Last-Translator: Subhransu Behera Language-Team: Oriya MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: Plural-Forms: nplurals=2; plural=(n!=1); %s ର ଗୋଟିଏ ଜି.ଆଇ.ଡି. ନମ୍ବର ନାହିଁ %s ର ଗୋଟିଏ ମୂଳ ସ୍ଥାନ ଡିରେକ୍ଟୋରି ନାହିଁ %s ଟି ବୈଧିକ୍ରୁତ ନୁହେଁ %s finger ସୂଚନା କୁ ପରିବର୍ତନ କରିବା ପାଇଁ ହିସାବ ଖାତା ଟି ଅକ୍ରୁତ କାର୍ଯ୍ଯ ହୋଇ ଯାଏ: %s ହିସାବ ଖାତା ର ସୃଷ୍ଟି କରିବା ବିଫଳ ହୋଇ ଗଲା: %s ହିସାବ ଖାତା ଟି ଅପରିବର୍ତ୍ତନୀୟ ଅଛି ହିସାବ ଖାତା ଟି ଅପରିବର୍ତ୍ତନୀୟ ନାହିଁ %s ପାଇଁ ବୈଧିକରଣ ବିଫଳ ହୋଇଗଲା ଉଭୟ -L ଏବଂ -U କୁ ଉଲ୍ଲଖିତ କରା ଯାଇଛି /etc/passwd ପ୍ରସଙ୍ଗ ପାଇଁ ପୂର୍ବନିର୍ଦ୍ଧାରିତ ପ୍ରସଙ୍ଗ କୁ ସେଟ କରି ପାରିବ ନାହିଁ %s ପାଇଁ finger ସୂଚନା କୁ ପରିବର୍ତନ କରୁଅଛି %s ପାଇଁ ପ୍ରବେଶ ସଙ୍କେତ କୁ ପରିବର୍ତନ କରୁଅଛି %s ପାଇଁ ଆବରଣ କୁ ପରିବର୍ତନ କରୁଅଛି ଚାଳକ ର ସଂରଚନା କୁ ନକଲ କରୁଅଛି: ଚାଳକ କୁ ସୃଷ୍ଟି କରିବା ସମୟରେ ସାଇରସ୍ ଏସ୍.ଏ.ଏସ୍.ଏଲ. ତୃଟି: %sଚାଳକ କୁ ଅପସାରଣ କରିବା ସମୟରେ ସାଇରସ୍ ଏସ୍.ଏ.ଏସ୍.ଏଲ. ତୃଟି: %sପୂର୍ବନିର୍ଦ୍ଧାରିତ ଚାଳକ ର ଗୁଣ ର ନାମ ମାନ: ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଚାଳକ ର ବସ୍ତୁ ର ଶ୍ରେଣୀ: ଇ-ଡାକ ଠିକଣା ମାନଭରଣ ଟି ମିଳିଲା ନାହିଁ `%s' ର ମାଲିକ କୁ ପରିବର୍ତନ କରିବା ରେ ତୃଟି: %s%s କୁ ସୃଷ୍ଟି କରିବା ସମୟରେ ତୃଟି: %s. `%s' କୁ ସୃଷ୍ଟି କରିବା ସମୟରେ ତୃଟି: %s`%s' ପାଇଁ ହିସାବ ଖାତା ଖୋଲିବା ସମୟରେ ତୃଟି: ଲାଇନ ଟି ସଠିକ ଭାବ ରେ ସଜା ଯାଇ ନାହିଁ `%s' ସମୂହ ସୃଷ୍ଟି କରିବା ସମୟରେ ତୃଟି: %s `%s' ପାଇଁ %jd ଜି.ଆଇ.ଡି. ସହିତ ଗୋଟିଏ ସମୂହ ସୃଷ୍ଟି କରିବା ସମୟରେ ତୃଟି: %s %s ପାଇଁ ଗୋଟିଏ ମୂଳ ସ୍ଥାନ ଡିରେକ୍ଟୋରି ସୃଷ୍ଟି କରିବା ସମୟରେ ତୃଟି: %s %s ପାଇଁ ଡାକ ସ୍ପୁଲ ସୃଷ୍ଟି କରିବା ସମୟରେ ତୃଟି ଡାକ ସ୍ପୁଲ ସୃଷ୍ଟି କରିବା ସମୟରେ ତୃଟି %s ପାଇଁ ଗୋଟିଏ ଚାଳକ ହିସାବ ଖାତା ସୃଷ୍ଟି କରିବା ସମୟରେ ତୃଟି: %s %s ର ପ୍ରାରମ୍ଭିକୀକରଣ ସମୟରେ ତୃଟି: %s %s କୁ ପ୍ରାରମ୍ଭିକରଣ କରିବା ସମୟରେ ତୃଟି: %s ପି.ଏ.ଏମ୍. କୁ ପ୍ରାରମ୍ଭିକରଣ କରିବା ସମୟରେ ତୃଟି %s କୁ ଅବଲୋକନ କରିବା ସମୟରେ ତୃଟି: %s %s ରୁ %s କୁ ସ୍ଥାନାସ୍ତରିତ କରିବା ସମୟରେ ତୃଟି: %s `%s' କୁ ଖୋଲିବା ସମୟରେ ତୃଟି: %s ସ୍ବତନ୍ତ୍ରଚର ମାନଙ୍କୁ ବିଶ୍ଳେଷଣ କରିବା ସମୟରେ ତୃଟି: %s `%s' କୁ ପଢିବା ସମୟରେ ତୃଟି: %s%s କୁ ଅପସାରଣ କରିବା ସମୟରେ ତୃଟି: %s `%s' କୁ ଅପସାରଣ କରିବା ସମୟରେ ତୃଟି: %s%s ପାଇଁ ପ୍ରାରମ୍ଭିକ ପ୍ରବେଶ ସଙ୍କେତ ସେଟ୍ କରିବା ସମୟରେ ତୃଟି: %s %s ସମୂହ ପାଇଁ ପ୍ରବେଶ ସଙ୍କେତ ସେଟ କରିବା ସମୟରେ ତୃଟି: %s %s ଚାଳକ ପାଇଁ ପ୍ରବେଶ ସଙ୍କେତ ସେଟ କରିବା ସମୟରେ ତୃଟି: %s `%s' କୁ ଲେଖିବା ସମୟରେ ତୃଟି: %sବିଶେଷ ଆକର୍ଷଣ କୁ ତ୍ଯାଗ କରିବା ସମୟରେ ତୃଟି %s ପାଇଁ aging ସୂଚନା କୁ ରୂପାନ୍ତରଣ କରିବାକୁ ଅସଫଳ: %s %s ସମୂହ ପାଇଁ ପ୍ରବେଶ ସଙ୍କେତ ସେଟ କରିବା ରେ ଅସଫଳ: %s %s ଚାଳକ ପାଇଁ ପ୍ରବେଶ ସଙ୍କେତ ସେଟ କରିବା ରେ ବିଫଳ: %s Finger ସୂଚନା ଟି ପରିବର୍ତିତ ହୋଇ ଗଲା Finger ସୂଚନା ଟି ପରିବର୍ତିତ ହୋଇ ନାହିଁ: ନିବେଶ ତୃଟି Finger ସୂଚନା ଟି ପରିବର୍ତିତ ହେଲା ନାହିଁ: %s ପୂରା ନାମପୂର୍ବନିର୍ଦ୍ଧାରିତ ଚାଳକ ର ଗୁଣ ମାନଙ୍କୁ ପାଉଛି: ଦିଆ ଯାଇଥିବା ନାମ%jd ସମୂହ ଟି ଅବସ୍ଥିତ ନୁହେଁ %s ସମୂହ କୁ ଅପସାରଣ କରି ହେଲା ନାହିଁ: %s %s ସମୂହ କୁ ଅପସାରଣ କରି ହେଲା ନାହିଁ: %s. %s ସମୂହ ଟି ଲକ କରି ହେଲା ନାହିଁ: %s %s ସମୂହ ଟି ରୂପାନ୍ତରିତ କରି ହେଲା ନାହିଁ: %s %s ସମୂହ ଟି ରୂପାନ୍ତରିତ ହୋଇ ପାରିଲା ନାହିଁ: %s %s ସମୂହ ଟି ଅନ-ଲକ କରି ହେଲା ନାହିଁ: %s %s ସମୂହ ଟି ଅବସ୍ଥିତ ନାହିଁ ସମୂହ କୁ ସୃଷ୍ଟି କରିବା କାର୍ଯ୍ଯ ବିଫଳ ହୋଇ ଗଲା: %s %jd ଜି.ଆଇ.ଡି. ଥିବା କୌଣସି ସମୂହ ମାନଙ୍କ ର କୌଣସି ସମୂହ ନାମ ନାହିଁ ଘର ଫୋନନିଷ୍କ୍ରିୟ: %ld ଆଭ୍ଯନ୍ତରୀଣ ପି.ଏ.ଏମ୍. ତୃଟି `%s'. ଆଭ୍ଯନ୍ତରୀଣ ତୃଟି ଅବୈଧ %s ପରିଚୟ %s ର ଅବୈଧ ପୂର୍ବନିର୍ଦ୍ଧାରିତ ମୂଲ୍ଯ: %sସମୂହ ର ଅବୈଧ ପରିଚୟ %s ଚାଳକ ର ଅବୈଧ ପରିଚୟ %s କେର୍ବେରୋଶ ପ୍ରଶାସନୀୟ କତ୍ରୁପକ୍ଷପ୍ରଶାସନୀୟ କତ୍ରୁପକ୍ଷ ଙ୍କ ପାଇଁ କେର୍ବେରୋଶ ପ୍ରବେଶ ସଙ୍କେତକେର୍ବେରୋଶ ଅଧିକାରଡି.ଏନ୍. ବନ୍ଧିତ ଏଲ.ଡି.ଏ.ପି.ପ୍ରବେଶ ସଙ୍କେତ ବନ୍ଧିତ ଏଲ.ଡି.ଏ.ପି.ଏଲ.ଡି.ଏ.ପି. ଏସ୍.ଏ.ଏସ୍.ଏଲ. ବୈଧିକରଣ ଚାଳକଏଲ.ଡି.ଏ.ପି. ଏସ୍.ଏ.ଏସ୍.ଏଲ. ଚାଳକଡି.ଏନ୍. ଆଧାରିତ ଏଲ.ଡି.ଏ.ପି. ସନ୍ଧାନଏଲ.ଡି.ଏ.ପି. ସେବକ ର ନାମଶେଷ ପରିବର୍ତନ: %s ସର୍ବାଧିକ: %ld ସର୍ବନିମ୍ନ: %ld କେବେ ନୁହେଁନୂତନ ଆବରଣନୂତନ ପ୍ରବେଶ ସଙ୍କେତନୂତନ ପ୍ରବେଶ ସଙ୍କେତ (ନିଶ୍ଚିତ କରନ୍ତୁ)କୌଣସି ସମୂହ ନାମ ଉଲ୍ଲଖିତ ହୋଇ ନାହିଁ, %d ୟୁ.ଆଇ.ଡି. ପାଇଁ କୌଣସି ନାମ ନାହିଁ %s କୁ ବ୍ଯବହାର କରି, କୌଣସି ସମୂହ ନାମ ଉଲ୍ଲେଖିତ ହୋଇ ନାହିଁ କୌଣସି ସମୂହ ନାମ ଉଲ୍ଲଖିତ ହୋଇ ନାହିଁ %jd ଜି.ଆଇ.ଡି. ଥିବା କୌଣସି ସମୂହ ଅବସ୍ଥିତ ନାହିଁ, ଅପସ୍ରୁତ ହେଉ ନାହିଁ %s ପାଇଁ କୌଣସି ନୂତନ ମୂଳସ୍ଥାନ ଡିରେକ୍ଟୋରି ନାହିଁ %s ପାଇଁ କୌଣସି ମୂଳସ୍ଥାନ ଡିରେକ୍ଟୋରି ନାହିଁ କୌଣସି ଚାଳକ ନାମ ଉଲ୍ଲଖିତ ହୋଇ ନାହିଁ, %d ୟୁ.ଆଇ.ଡି. ପାଇଁ କୌଣସି ନାମ ନାହିଁ %s କୁ ବ୍ଯବହାର କରି, କୌଣସି ଚାଳକ ନାମ ଉଲ୍ଲେଖିତ ହୋଇ ନାହିଁ କୌଣସି ଚାଳକ ନାମ ଉଲ୍ଲେଖିତ ହୋଇ ନାହିଁ କାର୍ଯ୍ଯାଳୟକାର୍ଯ୍ଯାଳୟ ଫୋନପ୍ରବେଶ ସଙ୍କେତ ଟି ଅକ୍ରୁତ କାର୍ଯ୍ଯ ହୋଇ ଯାଏ: %s ପ୍ରବେଶ ସଙ୍କେତ ଟି ନିଷ୍କ୍ରିୟ ଅଟେ: %s ପ୍ରବେଶ ସଙ୍କେତ ର ପରିବର୍ତନ ବାତିଲ ହୋଇ ଗଲା ପ୍ରବେଶ ସଙ୍କେତ ଟି ପରବର୍ତିତ ହୋଇ ଗଲା ପ୍ରବେଶ ସଙ୍କେତ ଟି ମିଶ୍ୁ ନାହିଁ, ପୁନର୍ବାର ପ୍ରଚେଷ୍ଟା କରନ୍ତୁ ପ୍ରୋତ୍ସାହନ ବିଫଳ ହେଲା ପ୍ରୋତ୍ସାହନ ସଫଳ ହେଲା ୟୁ.ଆଇ.ଡି. ୦ ସହିତ ଗୋଟିଏ ହିସାବ ଖାତା ସୃଷ୍ଟି କରିବା ପାଇଁ ଅସ୍ବୀକାର କରୁଅଛି %s ନାମ ବିଶିଷ୍ଟ ସମୂହ କୁ ଖୋଜୁଅଛି %jd ପରିଚୟ ବିଶିଷ୍ଟ ସମୂହ କୁ ଖୋଜୁଅଛି %s ନାମ ବିଶିଷ୍ଟ ଚାଳକ କୁ ଖୋଜୁଅଛି %jd ପରିଚୟ ବିଶିଷ୍ଟ ଚାଳକ କୁ ଖୋଜୁଅଛି ଆବରଣ ପରିବର୍ତିତ ହୋଇ ଗଲା ଆବରଣ ଟି ପରିବର୍ତିତ ହେଲା ନାହିଁ: %s କୁଳ ନାମଅଜଣା ଚାଳକ ଟି ବୈଧିକ୍ରୁତ ହୋଇ ଯାଇଛି ଅଜଣା ଚାଳକ ପ୍ରସଙ୍ଗ%s ଚାଳକ କୁ ଅପସାରଣ କରି ହେଲା ନାହିଁ: %s. %s ଚାଳକ କୁ ଲକ୍ କରି ହେଲା ନାହିଁ: %s %s ଚାଳକ ଟି ରୂପାନ୍ତରିତ ହୋଇ ପାରିଲା ନାହିଁ: %s %s ଚାଳକ କୁ ଆନ-ଲକ୍ କରି ହେଲା ନାହିଁ: %s %s ଚାଳକ ଟିି ଅବସ୍ଥିତ ନୁହେଁ ଚାଳକ ଟି ମିଶୁ ନାହିଁ ଚେତାବନୀ: %ld [ପସନ୍ଦ...][ପସନ୍ଦ...] [ଚାଳକ][ପସନ୍ଦ...] ସମୂହ[ପସନ୍ଦ...] ଚାଳକପ୍ରବେଶାନୁମତି ଅସ୍ବୀକ୍ରୁତ ହୋଇ ଗଲା`%s' ନକଲ ସଂରକ୍ଷଣ ଫାଇଲ ଅବସ୍ଥିତ ଅଛି ଏବଂ ଏହା ଏକ ନିୟମିତ ଫାଇଲ ନୁହେଁନକଲ ସଂରକ୍ଷଣ ଫାଇଲ ର ଆକାର ମିଶୁ ନାହିଁଖରାପ ଚାଳକ/ସମୂହ ପରିଚୟଖରାପ ଚାଳକ/ସମୂହ ନାମ`%s' ବିନ୍ଯାସ ଫାଇଲ ଟି ଖୁବ ବଡ ଅଟେଏଲ.ଡି.ଏ.ପି. ସେବକ ସହିତ ବାନ୍ଧି ପାରିଲା ନାହିଁଏଲ.ଡି.ଏ.ପି. ସେବକ ସହିତ ବାନ୍ଧି ପାରିଲା ନାହିଁ, `%s' ରୂପ ରେ ପ୍ରଥମ ପ୍ରଚେଷ୍ଟା: %sଟି.ଏଲ.ଏସ୍. କୁ ଏଲ.ଡି.ଏ.ପି. ସେବକ ସହିତ ଆଦାନପ୍ରଦାନ କରି ପାରିଲା ନାହିଁ`%s' ବିନ୍ଯାସ ଫାଇଲ କୁ ଖୋଲି ପାରିଲା ନାହିଁ: %s`%s' ବିନ୍ଯାସ ଫାଇଲ କୁ ପଢି ପାରିଲା ନାହିଁ: %sଏଲ.ଡି.ଏ.ପି. ପ୍ରୋଟୋକଲ କୁ %d ସଂସ୍କରଣ କୁ ସେଟ କରି ପାରିଲା ନାହିଁ`%s' ବିନ୍ଯାସ ଫାଇଲ କୁ ପ୍ରାରମ୍ଭ କରି ପାରିଲା ନାହିଁ: %s`%s' ର ସୁରକ୍ଷା ପ୍ରସଙ୍ଗ କୁ ପାଇ ପାରିଲା ନାହିଁ: %s`%s' କୁ ଖୋଲି ପାରିଲା ନାହିଁ: %s`%s' ରୁ ପଢି ପାରିଲା ନାହିଁ: %sପୂର୍ବ ନିର୍ଦ୍ଧାରିତ ସୁରକ୍ଷା ପ୍ରସଙ୍ଗ କୁ `%s' କୁ ସେଟ କରି ପାରିଲା ନାହିଁ: %s`%s' ଉପରେ ଷ୍ଟାର୍ଟ କୁ କାର୍ଯ୍ଯକାରି କରି ପାରିଲା ନାହିଁ: %s`%s' ରେ ଲେଖି ପାରିଲା ନାହିଁ: %sଫାଇଲ ରେ ତଥ୍ଯ ମିଳିଲା ନାହିଁବସ୍ତୁ ର କୌଣସି %s ଗୁଣ ନାହିଁବସ୍ତୁ ର କୌଣସି %s କିମ୍ବା %s ଗୁଣ ନାହିଁବସ୍ତୁ ର %s ଭଳି କୌଣସି ଗୁଣ ନାହିଁବସ୍ତୁ ର ସଂରଚନା ରେ କୌଣସି %s କିମ୍ବା %s ଗୁଣ ମାନ ନାହିଁବସ୍ତୁ ଟି %s କିମ୍ବା %s ଗୁଣ ବିନା ସୃଷ୍ଟି କରା ଯାଇଛିଫାଇଲ ରେ ଭରଣ ପୂର୍ବ ରୁ ରହିଛି`%s' ସେବା ଏବଂ `%s' ଅଧିକାର ପାଇଁ କେ.ଏ.ଡି.ଏମ.୫ ସେବକ ସହିତ ସଂଯୋଗ କରିବା ରେ ତୃଟି: %s`%s' କୁ ସୃଷ୍ଟି କରିବା ସମୟରେ ତୃଟି: %sଏଲ.ଡି.ଏ.ପି. ଡିରେକ୍ଟୋରି ଭରଣ ସୃଷ୍ଟି କରିବା ସମୟରେ ତୃଟି: %sଚାଳକ ପାଇଁ ମୂଳ ସ୍ଥାନ ଡିରେକ୍ଟୋରି ସୃଷ୍ଟି କରିବା ସମୟରେ ତୃଟିଚାଳକ ପାଇଁ ଡାକ-ସ୍ପୁଲ ସୃଷ୍ଟି କରିବା ସମୟରେ ତୃଟିପ୍ରବେଶ ସଙ୍କେତ କୁ ସଂଗୁପ୍ତ କରିବା ସମୟରେ ତୃଟିସାଇରସ୍ ଏସ୍.ଏ.ଏସ୍.ଏଲ. ର ପ୍ରାରମ୍ଭିକୀକରଣ ସମୟରେ ତୃଟି: %sକେର୍ବେରୋଶ ପାଠାଗାର ର ପ୍ରାରମ୍ଭିକୀକରଣ ସମୟରେ ତୃଟିଏଲ.ଡି.ଏ.ପି. ପାଠାଗାର ର ପ୍ରାରମ୍ଭିକୀକରଣ ସମୟରେ ତୃଟିଏକକାଂଶ କୁ ଧାରଣ କରିବା ସମୟରେ ତୃଟିଫାଇଲ କୁ ଲକ କରିବା ସମୟରେ ତୃଟିଫାଇଲ କୁ ଲକ କରୁଥିବା ସମୟରେ ତୃଟି: %sଟର୍ମିନାଲ ର ଗୁଣ ମାନଙ୍କୁ ପ୍ରକଳିତ କରୁଅଛିଏଲ.ଡି.ଏ.ପି. ଡିରେକ୍ଟୋରି ଭରଣ କୁ ରୂପାନ୍ତରଣ କରିବା ସମୟରେ ତୃଟି: %sଚାଳକ ପାଇଁ ମୂଳ ସ୍ଥାନ ଡିରେକ୍ଟୋରି କୁ ସ୍ଥାନାନ୍ତରଣ କରିବା ସମୟରେ ତୃଟିଫାଇଲ ଖୋଲିବା ସମୟରେ ତୃଟିକେର୍ବେରୋଶ ପାଇଁ `%s' ଚାଳକ ମାନ ର ବିଶ୍ଳେଷଣ କରିବା ସମୟରେ ତୃଟିଫାଇଲ ର ପଠନ ସମୟରେ ତୃଟିଟର୍ମିନାଲ ରୁ ପଢିବା ସମୟରେ ତୃଟି`%s' ପାଇଁ କେର୍ବେରୋଶ ରୁ ସୂଚନା ପଢିବା ସମୟରେ ତୃଟିଟର୍ମିନାଲ ର ଗୁଣ ମାନଙ୍କୁ ପଢିବା ସମୟରେ ତୃଟିଏଲ.ଡି.ଏ.ପି. ଡିରେକ୍ଟୋରି ଭରଣ କୁ ଅପସାରଣ ସମୟରେ ତୃଟି: %sଚାଳକ ପାଇଁ ମୂଳ ସ୍ଥାନ ଡିରେକ୍ଟୋରି କୁ ଅପସାରଣ କରିବା ସମୟରେ ତୃଟିଏଲ.ଡି.ଏ.ପି. ଡିରେକ୍ଟୋରି ଭରଣ ର ନାମ ବଦଳାଇବା ସମୟରେ ତୃଟି: %sଏକକାଂଶ ରେ ପ୍ରତୀକ ର ସମାଧାନ କରିବା ସମୟରେ ତୃଟି`%s' ପାଇଁ ପ୍ରବେଶ ସଙ୍କେତ ସେଟ କରିବା ସମୟରେ ତୃଟିଏଲ.ଡି.ଏ.ପି. ଡିରେକ୍ଟୋରି %s ପାଇଁ ପ୍ରବେଶ ସଙ୍କେତ ସେଟ କରିବା ସମୟରେ ତୃଟି: %sଟର୍ମିନାଲ ର ଗୁଣ ମାନଙ୍କୁ ସେଟ ସମୟରେ ତୃଟିଫାଇଲ ଉପରେ ଷ୍ଟାର୍ଟ କରିବା ସମୟରେ ତୃଟିଫାଇଲ େର ଲିଖନ ସମୟରେ ତୃଟିବର୍ଗୀୟ ତୃଟି%jd ନାମ ର କୌଣସି ନାମ ନାହିଁ%s ସମୂହ ର କୌଣସି ୟୁ.ଆଇ.ଡି. ନାହିଁସମୂହ ର କୌଣସି ନାମ କିମ୍ବା ୟୁ.ଆଇ.ଡି. ନାହିଁଆଭ୍ଯନ୍ତରୀଣ ପ୍ରାରମ୍ଭିକୀକରଣ ତୃଟିପାଠାଗାର/ଏକକାଂଶ ର ସଂସ୍କରଣ ମିଶୁ ନାହିଁ`%s' ଏକକାଂଶ ଟି `%s' କୁ ବ୍ଯାଖ୍ଯା କରୁନାହିଁଏକକାଂଶ ଟି ବିନ୍ଯାସ ଦ୍ବାରା ନିଷ୍କ୍ରିୟ ହୋଇ ଗଲା`%s' ରେ ଏକକାଂଶ ର ସଂସ୍କରଣ ମିଶୁ ନାହିଁନାମ ଟି ନିୟନ୍ତ୍ରଣ ଅକ୍ଷର ମାନଙ୍କୁ ଧାରଣ କରିଅଛିନାମ ଟି ଗୋଟିଏ ଅବୈଧ ଅକ୍ଷର `%c' କୁ ଧାରଣ କରିଅଛିନାମ ଟି ନନ୍-ଆସ୍କି ଅକ୍ଷର ମାନଙ୍କୁ ଧାରଣ କରିଅଛିନାମ ଟି ହ୍ବାଇଟ-ସ୍ପେଶ ଧାରଣ କରିଅଛିନାମ ଟି ସେଟ ହୋଇ ନାହିଁନାମ ଟି ଅତ୍ଯଧିକ ବ୍ରୁହତ ଅଟେ (%zu > %d)ନାମ ଟି ଅତି କ୍ଷୁଦ୍ର ଅଟେନାମ ଟି ଗୋଟିଏ ସଂଯୋଜକ ଚିହ୍ନ ଦ୍ବାରା ଆରମ୍ଭ ହୋଇଥାଏକୌଣସି `%s' ଗୁଣ ମିଳିଲା ନାହିଁକୌଣସି ପ୍ରାରମ୍ଭିକୀକରଣ %s କାର୍ଯ୍ଯ `%s' ରେ ନାହିଁକୌଣସି ଛାୟା ଫାଇଲ ଉପସ୍ଥିତ ନାହିଁ -- disablingଏଲ.ଡି.ଏ.ପି. ଡିରେକ୍ଟୋରି ଏଭଳି କୌଣସି ବସ୍ତୁ ନାହିଁଯଥେଷ୍ଟ ବିଶେଷ ଆକର୍ଷଣ ନାହିଁପ୍ରମୂଖ ଚାଳକ ର ବିଶେଷ ଆକର୍ଷଣ ମାନଙ୍କ ସହିତ ନିଷ୍ପାଦିତ ହେଉ ନାହିଁବସ୍ତୁ ର କୌଣସି %s ଗୁଣ ନାହିଁବସ୍ତୁ ର କୌଣସି %s ଗୁଣ ନାହିଁସଫଳଅଜଣା ତୃଟିଆଲ-ଲକ କଲେ ଏହା ପ୍ରବେଶ ସଙ୍କେତ ର କ୍ଷେତ୍ର କୁ ଖାଲି କରି ଦେବ%jd ଚାଳକ ର କୌଣସି ନାମ ନାହିଁ%s ଚାଳକ ର କୌଣସି ୟୁ.ଆଇ.ଡି. ନାହିଁଚାଳକ ର କୌଣସି ନାମ କିମ୍ବା ୟୁ.ଆଇ.ଡି. ନାହିଁଚାଳକ ବସ୍ତୁ ର କୌଣସି %s ଗୁଣ ନାହିଁଚାଳକ ବସ୍ତୁ ଟି %s ବିନା ସୃଷ୍ଟି ହୋଇଥିଲାଚାଳକ/ସମୂହ ପରିଚୟ ବ୍ଯବହ୍ରୁତ ହେଉଅଛିଚାଳକ/ସମୂହ ନାମ ବ୍ଯବହ୍ରୁତ ହେଉଅଛିlibuser-0.56.9.dfsg.1.orig/po/bs.gmo0000644000175000017500000004523710777230760015142 0ustar gheghe%| "05S*"$Mr""#AP b</)?"i' 9Un*)((Qh.((."$Q v! "#!#0$T#y.  &7F[o%  .? E O\-s#, +,J"w #"FW'k! #:B_"t!## *6I[ l1z$ 8/ (h * * ) *!))'T)|))) )-)) *"*A*$a***~*1,D,3\,, ,,,,,!#-6E-&|--#----1-.&_.$...&../F4/%{/3/-/30-703e0&0&0%0% 1)31"]1/11!1!1624K282"2&2733;37o3%383+424*;4f4j4%4$4&4&4#5&>5e5{5(55556626"N6-q66 66667777O7 U7 a7n727577- 8":8*]878:8 89!919J9a99-999#9':#<:+`:':$:(:;& ;1;(N;,w;,;,;;< 2<><U<g<|<D<7< =#%=)I=.s=I=3=7 >6X>3>8>7>4?!S?9u?&?#?!?@4@T@*t@*@@S@;A+XA/A8A!A.B1>B-pB B%B)B.C0>C6oC CBC D#*D3ND)D/D3D2E+CE*oE;E-EF$"FGF\FrFFF,FF$ G&.GUG"uG%G%GGGH$(HMH"iH;H&HH( I2INIeIlI1IIII'I'&J$NJ+sJ$ ):-F\|GIcla%;p~0C3f"=Yd,`>W?t1!8gZR@kubU2wVL+S (O{zvQNj9oe5.6]Hi&xK*s7^q T'hAr M_EBJ X/m #D<4n[P}y%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneInternal PAM error `%s'. Internal error. Invalid ID %s Invalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: hr Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2007-01-23 16:24+0100 Last-Translator: Adnan Hodzic Language-Team: Bosnian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 %s nema GID broj. %s nema početnu mapu. %s nema dopuštenja za izmjenu finger podatka o %s Nalog zastarijeva: %s Izradi naloga nije uspjela: %s. Nalog je zaključan. Nalog nije zaključan. Provjere autentičnosti za %s nije uspjela. Podjednako su određeni -L i -U. Nije moguće postaviti zadani kontekst za /etc/passwd Izmjena podataka usluge finger za %s. Izmjena lozinke za %s. Promjena korisničke ljuske za %s. Kopiranje strukture korisnika: Pogreška pri izradi Cyrus SASL korisnika: %sPogreška pri uklanjanju Cyrus SASL korisnika: %sZadani atributi korisničkih naziva: Zadane klase korisničkih objekata: Adresa e-pošteUnos nije pronađen. Pogreška pri izmjeni vlasnika`%s': %sPogreška pri izradi %s: %s. Pogreška pri izradi `%s': %sPogreška pri izradi naloga za `%s': linija je nepravilno oblikovana. Pogreška pri izradi grupe `%s': %s. Pogreška pri izradi grupe za `%s' uz GID %jd: %s. Pogreška pri izradi početne mape za %s: %s Pogreška pri izradi niza čekanja e-pošte za %s. Pogreška pri izradi niza čekanja e-pošte. Pogreška pri izradi korisničkog naloga za %s: %s Pogreška pri inicijalizaciji %s: %s. Pogreška pri inicijalizaciji %s: %s. Pogreška pri inicijalizaciji PAM-a. Pogreška pri pretraživanju %s: %s. Pogreška pri premještanju %s u %s: %s. Pogreška pri otvaranju `%s': %s. Pogreška pri raščlanjivanju argumenata: %s. Pogreška pri čitanju `%s': %sPogreška pri uklanjanju %s: %s. Pogreška pri uklanjanju `%s': %sPogreška pri postavljanju početne lozinke za %s: %s Pogreška pri postavljanju lozinke za grupu %s: %s. Pogreška pri postavljanju lozinke za korisnika %s: %s. Pogreška pri zapisivanju `%s': %sOdbacivanje privilegija nije uspjelo. Uređivanje podataka o zastari za %s nije uspjelo: %s. Postavljanja lozinke za grupu %s nije uspjelo: %s. Postavljanja lozinke za korisnika %s nije uspjelo: %s. Podaci usluge finger izmijenjeni su. Podaci usluge finger nisu izmijenjene: pogreška unosa. Podaci usluge finger nisu izmijenjene: %s. Puno imeDohvaćanje zdanih korisničkih atributa: ImeGrupa %jd ne postoji. Grupu %s nije moguće izbrisati: %s. Brisanje grupe %s nije moguće: %s. Grupu %s nije moguće zaključati: %s Grupu %s nije moguće izmijeniti: %s. Izmjena grupe %s nije moguća: %s. Grupu %s nije moguće otključati: %s Grupa %s ne postoji. Izrada grupe nije uspjela: %s. Grupa s GID %jd nije imala naziv grupe. Telefon (kućni)Interna pogreška PAM-a `%s'. Interna pogreška. Neispravan ID %s Neispravan ID grupe %s Neispravan ID korisnika %s Principal administratora kerberosaLozinka kerberosa za principal administratoraPodručje KerberosaLDAP Bind DNLDAP Bind lozinkaLDAP SASL korisnik autorizacijeLDAP SASL korisnikOsnovna DN LDAP pretrageNaziv LDAP poslužiteljaPosljednja izmjena: %s NikadNova ljuskaNova lozinkaNova lozinka (potvrdite)Naziv grupe nije određen. Nema naziva za gid %d. Naziv grupe nije određen. Bit će upotrijebljen %s. Naziv grupe nije određen. Ne postoji grupa s GID %jd. Nema uklanjanja. Novi naziv za mapu %s ne postoji. Prethodna početna mapa za %s ne postoji. Korisničko ime nije određeno. Nema naziva za uid %d. Nije određeno korisničko ime. Bit će upotrijebljen %s. Korisničko ime nije određeno. UredUredski telefonLozinka zastarijeva: %s Neaktivna lozinka: %s Izmjena lozinke je otkazana. Lozinka je izmijenjena. Lozinke se ne podudaraju, pokušajte ponovo. Odzivi nisu uspjeli. Odzivi su uspjeli. Izrada naloga s UID 0 je odbijena. Pretražuje se za grupom s nazivom %s. Pretražuje se za grupom s ID %jd. Pretražuje se za korisnikom s nazivom %s. Pretražuje se za korisnikom s ID %jd. Korisnička ljuska je promijenjena. Korisnička ljuska nije promijenjena:%s PrezimeAutentifikacija nepoznatog korisnika. Nepoznati kontekst korisnikaBrisanje korisnika %s nije moguće: %s. Korisnik %s nije mogao biti zaključan: %s. Korisnik %s nije mogao biti izmijenjen: %s. Korisnik %s nije mogao biti otključan: %s. Korisnik %s ne postoji. Neodgovarajući korisnik. [OPCIJA...][OPCIJA...] [korisnik][OPCIJA...] grupa[OPCIJA...] korisnikPristup odbijenDatoteka sigurnosnog spremanja`%s' postoji i nije regularna datotekaNe podudara se veličina datoteke sigurnosnog spremanjaLoš ID korisnika ili grupeLoše ime korisnika ili naziv grupeKonfiguracijska datoteka`%s' je prevelikaPovezivanje s LDAP poslužiteljem nije uspjeloPovezivanje s LDAP poslužiteljem nije uspjelo. Prvi pokušaj kao %s': %sTLS pregovaranja s LDAP poslužiteljem nije uspjeloOtvaranje konfiguracijske datoteke`%s' nije uspjelo: %sČitanje konfiguracijske datoteke`%s' nije uspjelo: %sZadavanje LDAP protokola za verziju %d nije uspjeloPokretanje konfiguracijske datoteke`%s' nije uspjelo: %sDohvaćanje sigurnosnog sadržaja `%s' nije uspjelo: %sOtvaranje`%s' nije uspjelo: %sČitanje iz `%s' nije moguće: %sDohvaćanje sigurnosnog sadržaja u `%s' nije uspjelo: %sIzrada statistike`%s' nije uspjela: %sZapisivanje u `%s' nije moguće: %sPodatak nije pronađen u datoteciEntitet nema atribut %sEntitet nema atribute %s ili %sObjekt entiteta nema atribut %sStruktura entiteta nema atribute %s ili %sEntitet je izrađen bez atributa %s ili %sUnos već postoji u datoteciPogreška pri povezivanju s kadm5 poslužiteljem za uslugu`%s' u području `%s': %sPogreška pri izradi`%s': %sPogreška pri izradi unosa LDAP imenika: %sPogreška pri izradi početne mape za korisnikaPogreška pri izradi niza čekanja e-pošte za korisnikaPogreška pri šifriranju lozinkePogreška pri inicijalizaciji Cyrus SASL-a: %sPogreška pri inicijalizaciji kerberos bibliotekaPogreška pri inicijalizaciji ldap bibliotekePogreška pri učitavanju modulaPogreška pri zaključavanju datotekePogreška pri zaključavanju datoteke: %sPogreška pri rukovanju s atributima terminalaPogreška pri uređivanju unosa LDAP imenika: %sPogreška pri premještanju početne mape za korisnikaPogreška pri otvaranju datotekePogreška pri raščlanjivanju korisničkog imena `%s' za kerberosPogreška pri čitanju datotekePogreška pri čitanja iz terminalaPogreška pri čitanju podataka za %s' iz kerberosaPogreška pri čitanju atributa terminalaPogreška pri uklanjanju unosa LDAP imenika: %sPogreška pri uklanjanju početne mape za korisnikaPogreška pri preimenovanju unosa LDAP imenika: %sPogreška pri razrješavanju znaka u moduluPogreška pri postavljanju lozinke za `%s'Pogreška pri postavljanju lozinke u LDAP imeniku za %s: %sPogreška pri postavljanju atributa terminalaPogreška datoteke statistikaPogreška pri zapisivanju u datotekuGenerička pogreškaGrupa %jd nema nazivaGrupa %s nema GIDGrupa nema ni naziv ni UIDInterna greška inicijalizacijeNe podudaraju se verzije biblioteke i modulaModul `%s' ne određuje `%s'Modul je onemogućen u konfiguracijiNe podudaraju se verzije modula u `%s'Naziv sadrži kontrolne znakoveNaziv sadrži neispravni znak `%c'Naziv sadrži znakove koji nisu ASCIINaziv sadrži prazna mjesta (razmake)Naziv nije zadanNaziv je predugačak (%zu > %d)Naziv je prekratakNaziv započinje znakom rastavljanjaAtribut `%s' nije pronađenNema funkcije pokretanja %s u `%s'Datoteka lozinki u sjeni ne postoji -- Bit će onemogućenoTakav objekt ne postoji u LDAP imenikuNema dovoljno privilegijaNe izvršava se s pravima superkorisnikaObjekt nije imao atribut %sObjekt nema atribut %sUspjehNepoznata pogreškaOtključavanje će polje lozinke učiniti praznimKorisnik %jd nema nazivaKorisnik %s nema UIDKorisnik nema ni naziv ni UIDKorisnički objekt nije imao atribut %sKorisnički objekt je izrađen bez `%s'ID korisnika ili grupe je u upotrebiIme korisnika ili naziv grupe je u upotrebilibuser-0.56.9.dfsg.1.orig/po/ms.po0000644000175000017500000006732610777230757015022 0ustar gheghe# libuser Bahasa Melayu (Malay) (ms). # This file is distributed under the same license as the libuser package. # Copyright (C) 2004 Red Hat Inc. # Sharuzzaman Ahmat Raslan , 2004, 2006. # msgid "" msgstr "" "Project-Id-Version: ms\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2007-03-25 00:25+0800\n" "Last-Translator: Sharuzzaman Ahmat Raslan \n" "Language-Team: Malay \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.10.2\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Ralat membaca `%s': %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Ralat mencipta `%s': %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Ralat menukar pemilik untuk `%s': %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Ralat menulis `%s': %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Ralat membuang `%s': %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Gagal untuk mengurangkan kepentingan.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Ralat dalaman.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s tidak dibenarkan untuk mengubah maklumat finger bagi %s\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Konteks pengguna tidak diketahui" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Tidak dapat menetapkan konteks default untuk /etc/passwd\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Ralat memulakan PAM.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Pengesahan gagal untuk %s.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Ralat dalaman PAM `%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "Pengguna tidak diketahui disahkan.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Pengguna tidak sepadan.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[PILIHAN...] pengguna" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Ralat hujah penelitian: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Tiada nama pengguna dinyatakan.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Ralat memulakan %s: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "Pengguna %s tidak wujud.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Akaun dikunci.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Akaun tidak dikunci.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Minimum:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Maksimum:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Amaran:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Tidak aktif:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Tidak sekali" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Perubahan Terakhir:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Katalaluan Luput:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Katalaluan Tidak Aktif:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Akaun Luput:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Gagal menukar maklumat usia untuk %s: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[PILIHAN...] [pengguna]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Tiada pengguna dinyatakan, tiada nama untuk uid %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Menukar maklumat finger untuk %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Nama Penuh" #: apps/lchfn.c:154 msgid "Surname" msgstr "Nama keluarga" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Nama Diberi" #: apps/lchfn.c:179 msgid "Office" msgstr "Pejabat" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Telefon Pejabat" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Telefon Rumah" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "Alamat E-Mel" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Maklumat finger tidak bertukar: ralat masukan.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Maklumat finger berubah.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Maklumat finger tidak berubah: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Menukar shell untuk %s.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Shell Baru" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Shell tidak berubah: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Shell berubah.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[OPTION...] kumpulan" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Tiada nama kumpulan dinyatakan.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "ID kumpulan %s tidak sah\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "Gagal mencipta kumpulan: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Kumpulan %s tidak wujud.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "Kumpulan %s tidak dapat dipadam: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "Kedua-dua L dan U dinyatakan.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Gagal untuk menetapkan katalaluan bagi kumpulan %s: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "Kumpulan %s tidak dapat dikunci: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Kumpulan %s tidak dapat dinyahkunci: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "Kumpulan %s tidak dapat diubahsuai: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Ralat melihat %s: %s\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Tiada nama kumpulan dinyatakan, menggunakan %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Tiada nama kumpulan dinyatakan, tiada nama untuk gid %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Tiada nama pengguna dinyatakan, menggunakan %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[PILIHAN...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Ralat membuka `%s': %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "Ralat mencipta akaun untuk `%s': baris tidak diformat dengan betul.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "ID pengguna tidak sah %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Enggan mencipta akaun dengan UID 0.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Ralat mencipta kumpulan untuk `%s' dengan GID %jd: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Ralat menetapkan katalaluan permulaan untuk %s: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Ralat mencipta direktori rumah untuk %s: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "Ralat mencipta gulungan mel untuk %s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Ralat mencipta akaun pengguna untuk %s: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Menukar katalaluan untuk %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Katalaluan baru" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Katalaluan baru (sahkan)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Katalaluan tidak sepadan, cuba lagi.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Pertukaran katalaluan dibatalkan.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Ralat menetapkan katalaluan untuk pengguna %s: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Ralat menetapkan katalaluan untuk kumpulan %s: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Katalaluan ditukar.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "Kumpulan %jd tidak wujud\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Ralat mencipta kumpulan `%s': %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Gagal mencipta akaun: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Ralat mencipta %s: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "Ralat mencipta gulungan mel.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Pengguna %s tidak dapat dipadam: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s tidak mempunyai nombor gid.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "Tiada kumpulan dengan GID %jd wujud, tidak membuang.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "Kumpulan dengan GID %jd tidak mempunyai nama kumpulan.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Kumpulan %s tidak dapat dipadam: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s tidak mempunyai direktori rumah.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Ralat membuang %s: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Gagal untuk menetapkan katalaluan bagi pengguna %s: %s\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Pengguna %s tidak dapat dikunci: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Pengguna %s tidak dapat dinyahkunci: %s.\n" #: apps/lusermod.c:221 #, fuzzy, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Kumpulan %jd tidak wujud\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Pengguna %s tidak dapat diubahsuai: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "Kumpulan %s tidak dapat diubahsuai: %s\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "Tiada direktori rumah lama untuk %s.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "Tiada direktori rumah baru untuk %s.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Ralat memindahkan %s ke %s: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "tidak dapat membuka fail tetapan `%s': %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "tidak dapat stat fail tetapan `%s': %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "fail tetapan `%s' adalah terlalu besar" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "tidak dapat membaca fail tetapan `%s': %s" #: lib/error.c:38 msgid "success" msgstr "berjaya" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "modul dimatikan oleh tetapan" #: lib/error.c:42 msgid "generic error" msgstr "ralat umum" #: lib/error.c:44 msgid "not enough privileges" msgstr "tidak cukup kelebihan" #: lib/error.c:46 msgid "access denied" msgstr "tiada kebenaran" #: lib/error.c:48 msgid "bad user/group name" msgstr "nama pengguna/kumpulan buruk" #: lib/error.c:50 msgid "bad user/group id" msgstr "id pengguna/kumpulan buruk" #: lib/error.c:52 msgid "user/group name in use" msgstr "nama pengguna/kumpulan sedang digunakan" #: lib/error.c:54 msgid "user/group id in use" msgstr "id pengguna/kumpulan sedang digunakan" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "ralat memanipulasi sifat terminal" #: lib/error.c:58 msgid "error opening file" msgstr "ralat membuka fail" #: lib/error.c:60 msgid "error locking file" msgstr "ralat mengunci fail" #: lib/error.c:62 msgid "error statting file" msgstr "ralat stat fail" #: lib/error.c:64 msgid "error reading file" msgstr "ralat membaca fail" #: lib/error.c:66 msgid "error writing to file" msgstr "ralat menulis ke fail" #: lib/error.c:68 msgid "data not found in file" msgstr "data tidak ditemui dalam fail" #: lib/error.c:70 msgid "internal initialization error" msgstr "ralat permulaan dalaman" #: lib/error.c:72 msgid "error loading module" msgstr "ralat memuatkan modul" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "ralat menyelesaikan simbol dalam modul" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "versi pustaka/modul tidak sepadan" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "menyahkunci akan membuatkan medan katalaluan kosong" #: lib/error.c:84 msgid "unknown error" msgstr "ralat tidak diketahui" #: lib/misc.c:165 #, fuzzy msgid "invalid number" msgstr "ID pengguna tidak sah %s\n" #: lib/misc.c:179 #, fuzzy msgid "invalid ID" msgstr "ID tidak sah %s\n" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "tiada fungsi permulaan %s dalam `%s'" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "versi modul tidak sepadan dalam `%s'" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "modul `%s' tidak mentakrif `%s'" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "ralat membaca sifat terminal" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "ralat menetapkan sifat terminal" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "ralat membaca dari terminal" #: lib/user.c:191 msgid "name is not set" msgstr "nama tidak ditetapkan" #: lib/user.c:196 msgid "name is too short" msgstr "nama adalah terlalu pendek" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "nama adalah terlalu panjang (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "nama mengandungi aksara bukan-ASCII" #: lib/user.c:215 msgid "name contains control characters" msgstr "nama mengandungi aksara kawalan" #: lib/user.c:222 msgid "name contains whitespace" msgstr "nama mengandungi ruangputih" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "nama bermula dengan tanda sempang" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "nama mengandungi aksara tidak sah `%c'" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "pengguna %s tidak mempunyai UID" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "kumpulan %s tidak mempunyai GID" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "pengguna %jd tidak mempunyai nama" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "kumpulan %jd tidak mempunyai nama" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "pengguna tidak mempunyai nama mahupun UID" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "kumpulan tidak mempunyai nama mahupun GID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "Nilai default bagi medan %s tidak sah: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "ralat mengunci fail: %s" #: lib/util.c:706 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "tidak dapat menetapkan konteks keselamatan default: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "tidak dapat menetapkan konteks keselamatan bagi `%s': %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "tidak dapat menetapkan konteks keselamatan default kepada `%s': %s" #: lib/util.c:760 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "tidak dapat menetapkan konteks keselamatan bagi `%s': %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "tidak dapat membuka `%s': %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "tidak dapat stat `%s': %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "ralat mencipta `%s': %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "fail salinan `%s' wujud dan bukan fail biasa" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "saiz fail salinan tidak sepadan" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "tidak dapat membaca dari `%s': %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "masukan telah ada dalam fail" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "tidak dapat menulis ke `%s': %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "objek entiti tidak mempunyai ciri %s" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "ralat mengenkrip katalaluan" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "tidak melaksanakan dengan kelebihan superuser" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "tiada fail bayang wujud -- mematikan" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "ralat menyambung ke pelayan kadm5 untuk servis `%s' dalam kawasan `%s': %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "ralat memulakan pustaka kerberos" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "ralat menghurai nama pengguna `%s' untuk kerberos" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "struktur entiti tidak mempunyai %s atau ciri %s" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "entiti tidak mempunyai %s atau ciri %s" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "entiti dicipta dengan tiada %s atau ciri %s" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "ralat membaca maklumat untuk `%s' dari kerberos" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "entiti tidak mempunyai ciri %s" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "ralat menetapkan katalaluan untuk `%s'" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Realm Kerberos:" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Pentadbir Utama Kerberos" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Katalaluan Kerberos untuk Pentadbir Utama" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "ralat memulakan pustaka ldap" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "tidak dapat menetapkan protokol LDAP ke versi %d" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "tidak dapat merunding TLS dengan pelayan LDAP" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "tidak dapat mengikat ke pelayan LDAP" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "tidak dapat mengikat ke pelayan LDAP, cubaan pertama sebagai `%s': %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "objek pengguna tidak mempunyai ciri %s" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "objek pengguna telah dicipta dengan tanpa `%s'" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "ralat mencipta masukan direktori LDAP: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "ralat mengubahsuai masukan direktori LDAP: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "ralat menamakan semula masukan direktori LDAP: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "objek tidak mempunyai ciri %s" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "ralat membuang masukan direktori LDAP: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "objek tidak mempunyai ciri %s" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "tiada objek sebegitu dalam direktori LDAP" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "tiada ciri `%s' dijumpai" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "ralat menetapkan katalaluan dalam direktori LDAP untuk %s: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "Nama Pelayan LDAP" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "Asas Carian DN LDAP" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "DN Bind LDAP" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "Katalaluan Bind LDAP" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "Pengguna LDAP SASL" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "Pengguna Pengesahan LDAP SASL" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Cyrus SASL ralat mencipta pengguna: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Cyrus SASL ralat membuang pengguna: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "ralat memulakan Cyrus SASL: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "ralat mencipta direktori rumah untuk pengguna" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "ralat membuang direktori rumah untuk pengguna" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "ralat memindah direktori rumah untuk pengguna" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "ralat mencipta gulungan mel untuk pengguna" #: python/admin.c:885 #, fuzzy msgid "error removing mail spool for user" msgstr "ralat mencipta gulungan mel untuk pengguna" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Ralat memulakan %s: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "ID tidak sah %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "Mencari untuk kumpulan dengan ID %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "Mencari untuk kumpulan bernama %s.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "Mencari untuk pengguna dengan ID %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "Mencari untuk pengguna bernama %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Masukan tidak dijumpai.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Prompt berjaya.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Prom gagal.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Kelas objek pengguna default:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Nama atribut pengguna default:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Mendapatkan ciri-ciri pengguna default:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Menyalin struktur pengguna:\n" #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "tidak dapat menukar data dalaman ke LDAPMods" libuser-0.56.9.dfsg.1.orig/po/ms.gmo0000644000175000017500000004440610777230761015153 0ustar gheghe% `a"5  8W*r$""1Ts <@/_)"' ;Wp *#)N(x.((,U.r$ ! "#:!^#$#." Q\k%% 3 BOb    -#Bf,,";T [h~#' 4!Su "!8#Z#~    1) [ u  $  8 (!*@!*k!)!*!)!","1H"z""""!"!#+"#.N#}#G##)#&%$"L$o$!$#$$$%%&.%(U%$~%%)%%%0&!@&'b&&&'& &&3'!N'p'' '''"''( 3( T(u( (("(()")>)P)j)%)#) ))'*+*F*a* i*-w***"**$+5+J+a+-$!-;F-------9."I.l...&.&././ M/Z/$s///D/! 06/0,f0&00+01151K1 a111111313323g22&2)2737;3s303#3 3(3 4"4$<4%a4$4'4'4(4%5?57\5 55555)5626L6)e66 666667707 ?7 M7 Z7e7u79707 758%P8%v84808 9#9+9;9Q9"m99%9 99$9#:&2:#Y:&}::: :#: :% ;%F;(l;);;; ; ; <$<9<O<,_<<<<&<$ =E0=-v=)=)=0=&)>8P>>!>B> ?%?E?c?&?$?/?+?*@JG@@)@-@*A-AIA hAAAAA!A- B-8BfB1yBBB/B C)'C-QC1C&C&C=C=D]DmD D!DD)DD!E4ETE$qEE&E#EFF&3FZF!uFF$F$F)F$G-:GhGGGG3G!GH)8H&bH.H%H'H$ ):-H`IKGpU%;tg0D3jT"=]h,d>[?x1!8k^V@oylfY|2{ZN+W (QCzSPn9si5.6aJm&}M*w7bu X'eAv OcFBL \/q #E<4r_R~%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: ms Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2007-03-25 00:25+0800 Last-Translator: Sharuzzaman Ahmat Raslan Language-Team: Malay MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.10.2 %s tidak mempunyai nombor gid. %s tidak mempunyai direktori rumah. %s tidak dibenarkan untuk mengubah maklumat finger bagi %s Akaun Luput: %s Gagal mencipta akaun: %s. Akaun dikunci. Akaun tidak dikunci. Pengesahan gagal untuk %s. Kedua-dua L dan U dinyatakan. Tidak dapat menetapkan konteks default untuk /etc/passwd Menukar maklumat finger untuk %s. Menukar katalaluan untuk %s. Menukar shell untuk %s. Menyalin struktur pengguna: Cyrus SASL ralat mencipta pengguna: %sCyrus SASL ralat membuang pengguna: %sNama atribut pengguna default: Kelas objek pengguna default: Alamat E-MelMasukan tidak dijumpai. Ralat menukar pemilik untuk `%s': %sRalat mencipta %s: %s. Ralat mencipta `%s': %sRalat mencipta akaun untuk `%s': baris tidak diformat dengan betul. Ralat mencipta kumpulan `%s': %s Ralat mencipta kumpulan untuk `%s' dengan GID %jd: %s Ralat mencipta direktori rumah untuk %s: %s Ralat mencipta gulungan mel untuk %s. Ralat mencipta gulungan mel. Ralat mencipta akaun pengguna untuk %s: %s Ralat memulakan %s: %s Ralat memulakan %s: %s. Ralat memulakan PAM. Ralat melihat %s: %s Ralat memindahkan %s ke %s: %s. Ralat membuka `%s': %s. Ralat hujah penelitian: %s. Ralat membaca `%s': %sRalat membuang %s: %s. Ralat membuang `%s': %sRalat menetapkan katalaluan permulaan untuk %s: %s Ralat menetapkan katalaluan untuk kumpulan %s: %s. Ralat menetapkan katalaluan untuk pengguna %s: %s. Ralat menulis `%s': %sGagal untuk mengurangkan kepentingan. Gagal menukar maklumat usia untuk %s: %s Gagal untuk menetapkan katalaluan bagi kumpulan %s: %s Gagal untuk menetapkan katalaluan bagi pengguna %s: %s Maklumat finger berubah. Maklumat finger tidak bertukar: ralat masukan. Maklumat finger tidak berubah: %s. Nama PenuhMendapatkan ciri-ciri pengguna default: Nama DiberiKumpulan %jd tidak wujud Kumpulan %s tidak dapat dipadam: %s Kumpulan %s tidak dapat dipadam: %s. Kumpulan %s tidak dapat dikunci: %s Kumpulan %s tidak dapat diubahsuai: %s Kumpulan %s tidak dapat diubahsuai: %s Kumpulan %s tidak dapat dinyahkunci: %s Kumpulan %s tidak wujud. Gagal mencipta kumpulan: %s Kumpulan dengan GID %jd tidak mempunyai nama kumpulan. Telefon RumahTidak aktif: %ld Ralat dalaman PAM `%s'. Ralat dalaman. ID tidak sah %s Nilai default bagi medan %s tidak sah: %sID kumpulan %s tidak sah ID pengguna tidak sah %s Pentadbir Utama KerberosKatalaluan Kerberos untuk Pentadbir UtamaRealm Kerberos:DN Bind LDAPKatalaluan Bind LDAPPengguna Pengesahan LDAP SASLPengguna LDAP SASLAsas Carian DN LDAPNama Pelayan LDAPPerubahan Terakhir: %s Maksimum: %ld Minimum: %ld Tidak sekaliShell BaruKatalaluan baruKatalaluan baru (sahkan)Tiada nama kumpulan dinyatakan, tiada nama untuk gid %d. Tiada nama kumpulan dinyatakan, menggunakan %s. Tiada nama kumpulan dinyatakan. Tiada kumpulan dengan GID %jd wujud, tidak membuang. Tiada direktori rumah baru untuk %s. Tiada direktori rumah lama untuk %s. Tiada pengguna dinyatakan, tiada nama untuk uid %d. Tiada nama pengguna dinyatakan, menggunakan %s. Tiada nama pengguna dinyatakan. PejabatTelefon PejabatKatalaluan Luput: %s Katalaluan Tidak Aktif: %s Pertukaran katalaluan dibatalkan. Katalaluan ditukar. Katalaluan tidak sepadan, cuba lagi. Prom gagal. Prompt berjaya. Enggan mencipta akaun dengan UID 0. Mencari untuk kumpulan bernama %s. Mencari untuk kumpulan dengan ID %jd. Mencari untuk pengguna bernama %s. Mencari untuk pengguna dengan ID %jd. Shell berubah. Shell tidak berubah: %s Nama keluargaPengguna tidak diketahui disahkan. Konteks pengguna tidak diketahuiPengguna %s tidak dapat dipadam: %s. Pengguna %s tidak dapat dikunci: %s. Pengguna %s tidak dapat diubahsuai: %s. Pengguna %s tidak dapat dinyahkunci: %s. Pengguna %s tidak wujud. Pengguna tidak sepadan. Amaran: %ld [PILIHAN...][PILIHAN...] [pengguna][OPTION...] kumpulan[PILIHAN...] penggunatiada kebenaranfail salinan `%s' wujud dan bukan fail biasasaiz fail salinan tidak sepadanid pengguna/kumpulan buruknama pengguna/kumpulan burukfail tetapan `%s' adalah terlalu besartidak dapat mengikat ke pelayan LDAPtidak dapat mengikat ke pelayan LDAP, cubaan pertama sebagai `%s': %stidak dapat merunding TLS dengan pelayan LDAPtidak dapat membuka fail tetapan `%s': %stidak dapat membaca fail tetapan `%s': %stidak dapat menetapkan protokol LDAP ke versi %dtidak dapat stat fail tetapan `%s': %stidak dapat menetapkan konteks keselamatan bagi `%s': %stidak dapat membuka `%s': %stidak dapat membaca dari `%s': %stidak dapat menetapkan konteks keselamatan default kepada `%s': %stidak dapat stat `%s': %stidak dapat menulis ke `%s': %sdata tidak ditemui dalam failentiti tidak mempunyai ciri %sentiti tidak mempunyai %s atau ciri %sobjek entiti tidak mempunyai ciri %sstruktur entiti tidak mempunyai %s atau ciri %sentiti dicipta dengan tiada %s atau ciri %smasukan telah ada dalam failralat menyambung ke pelayan kadm5 untuk servis `%s' dalam kawasan `%s': %sralat mencipta `%s': %sralat mencipta masukan direktori LDAP: %sralat mencipta direktori rumah untuk penggunaralat mencipta gulungan mel untuk penggunaralat mengenkrip katalaluanralat memulakan Cyrus SASL: %sralat memulakan pustaka kerberosralat memulakan pustaka ldapralat memuatkan modulralat mengunci failralat mengunci fail: %sralat memanipulasi sifat terminalralat mengubahsuai masukan direktori LDAP: %sralat memindah direktori rumah untuk penggunaralat membuka failralat menghurai nama pengguna `%s' untuk kerberosralat membaca failralat membaca dari terminalralat membaca maklumat untuk `%s' dari kerberosralat membaca sifat terminalralat membuang masukan direktori LDAP: %sralat membuang direktori rumah untuk penggunaralat menamakan semula masukan direktori LDAP: %sralat menyelesaikan simbol dalam modulralat menetapkan katalaluan untuk `%s'ralat menetapkan katalaluan dalam direktori LDAP untuk %s: %sralat menetapkan sifat terminalralat stat failralat menulis ke failralat umumkumpulan %jd tidak mempunyai namakumpulan %s tidak mempunyai GIDkumpulan tidak mempunyai nama mahupun GIDralat permulaan dalamanversi pustaka/modul tidak sepadanmodul `%s' tidak mentakrif `%s'modul dimatikan oleh tetapanversi modul tidak sepadan dalam `%s'nama mengandungi aksara kawalannama mengandungi aksara tidak sah `%c'nama mengandungi aksara bukan-ASCIInama mengandungi ruangputihnama tidak ditetapkannama adalah terlalu panjang (%zu > %d)nama adalah terlalu pendeknama bermula dengan tanda sempangtiada ciri `%s' dijumpaitiada fungsi permulaan %s dalam `%s'tiada fail bayang wujud -- mematikantiada objek sebegitu dalam direktori LDAPtidak cukup kelebihantidak melaksanakan dengan kelebihan superuserobjek tidak mempunyai ciri %sobjek tidak mempunyai ciri %sberjayaralat tidak diketahuimenyahkunci akan membuatkan medan katalaluan kosongpengguna %jd tidak mempunyai namapengguna %s tidak mempunyai UIDpengguna tidak mempunyai nama mahupun UIDobjek pengguna tidak mempunyai ciri %sobjek pengguna telah dicipta dengan tanpa `%s'id pengguna/kumpulan sedang digunakannama pengguna/kumpulan sedang digunakanlibuser-0.56.9.dfsg.1.orig/po/Makefile.in.in0000644000175000017500000003170710777230705016500 0ustar gheghe# Makefile for PO directory in any package using GNU gettext. # Copyright (C) 1995-1997, 2000-2005 by Ulrich Drepper # # This file can be copied and used freely without restrictions. It can # be used in projects which are not available under the GNU General Public # License but which still want to provide support for the GNU gettext # functionality. # Please note that the actual code of GNU gettext is covered by the GNU # General Public License and is *not* in the public domain. # # Origin: gettext-0.14.4 PACKAGE = @PACKAGE@ VERSION = @VERSION@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ SHELL = /bin/sh @SET_MAKE@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ datadir = @datadir@ localedir = $(datadir)/locale gettextsrcdir = $(datadir)/gettext/po INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ MKINSTALLDIRS = @MKINSTALLDIRS@ mkinstalldirs = $(SHELL) $(MKINSTALLDIRS) GMSGFMT = @GMSGFMT@ MSGFMT = @MSGFMT@ XGETTEXT = @XGETTEXT@ MSGMERGE = msgmerge MSGMERGE_UPDATE = @MSGMERGE@ --update MSGINIT = msginit MSGCONV = msgconv MSGFILTER = msgfilter POFILES = @POFILES@ GMOFILES = @GMOFILES@ UPDATEPOFILES = @UPDATEPOFILES@ DUMMYPOFILES = @DUMMYPOFILES@ DISTFILES.common = Makefile.in.in remove-potcdate.sin \ $(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3) DISTFILES = $(DISTFILES.common) Makevars POTFILES.in \ $(POFILES) $(GMOFILES) \ $(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3) POTFILES = \ CATALOGS = @CATALOGS@ # Makevars gets inserted here. (Don't remove this line!) .SUFFIXES: .SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update .po.mo: @echo "$(MSGFMT) -c -o $@ $<"; \ $(MSGFMT) -c -o t-$@ $< && mv t-$@ $@ .po.gmo: @lang=`echo $* | sed -e 's,.*/,,'`; \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \ cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo .sin.sed: sed -e '/^#/d' $< > t-$@ mv t-$@ $@ all: all-@USE_NLS@ all-yes: stamp-po all-no: # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because # we don't want to bother translators with empty POT files). We assume that # LINGUAS is empty in this case, i.e. $(POFILES) and $(GMOFILES) are empty. # In this case, stamp-po is a nop (i.e. a phony target). # stamp-po is a timestamp denoting the last time at which the CATALOGS have # been loosely updated. Its purpose is that when a developer or translator # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS, # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent # invocations of "make" will do nothing. This timestamp would not be necessary # if updating the $(CATALOGS) would always touch them; however, the rule for # $(POFILES) has been designed to not touch files that don't need to be # changed. stamp-po: $(srcdir)/$(DOMAIN).pot test ! -f $(srcdir)/$(DOMAIN).pot || \ test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES) @test ! -f $(srcdir)/$(DOMAIN).pot || { \ echo "touch stamp-po" && \ echo timestamp > stamp-poT && \ mv stamp-poT stamp-po; \ } # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update', # otherwise packages like GCC can not be built if only parts of the source # have been downloaded. # This target rebuilds $(DOMAIN).pot; it is an expensive operation. # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed. $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed if test -n '$(MSGID_BUGS_ADDRESS)' || test '$(PACKAGE_BUGREPORT)' = '@'PACKAGE_BUGREPORT'@'; then \ msgid_bugs_address='$(MSGID_BUGS_ADDRESS)'; \ else \ msgid_bugs_address='$(PACKAGE_BUGREPORT)'; \ fi; \ $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \ --files-from=$(srcdir)/POTFILES.in \ --copyright-holder='$(COPYRIGHT_HOLDER)' \ --msgid-bugs-address="$$msgid_bugs_address" test ! -f $(DOMAIN).po || { \ if test -f $(srcdir)/$(DOMAIN).pot; then \ sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \ if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \ rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \ else \ rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \ mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ fi; \ else \ mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ fi; \ } # This rule has no dependencies: we don't need to update $(DOMAIN).pot at # every "make" invocation, only create it when it is missing. # Only "make $(DOMAIN).pot-update" or "make dist" will force an update. $(srcdir)/$(DOMAIN).pot: $(MAKE) $(DOMAIN).pot-update # This target rebuilds a PO file if $(DOMAIN).pot has changed. # Note that a PO file is not touched if it doesn't need to be changed. $(POFILES): $(srcdir)/$(DOMAIN).pot @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ if test -f "$(srcdir)/$${lang}.po"; then \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \ cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot; \ else \ $(MAKE) $${lang}.po-create; \ fi install: install-exec install-data install-exec: install-data: install-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ for file in $(DISTFILES.common) Makevars.template; do \ $(INSTALL_DATA) $(srcdir)/$$file \ $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ for file in Makevars; do \ rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ else \ : ; \ fi install-data-no: all install-data-yes: all $(mkinstalldirs) $(DESTDIR)$(datadir) @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ dir=$(localedir)/$$lang/LC_MESSAGES; \ $(mkinstalldirs) $(DESTDIR)$$dir; \ if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \ $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \ echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \ for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ if test -n "$$lc"; then \ if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ for file in *; do \ if test -f $$file; then \ ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ fi; \ done); \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ else \ if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ :; \ else \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ fi; \ fi; \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \ fi; \ done; \ done install-strip: install installdirs: installdirs-exec installdirs-data installdirs-exec: installdirs-data: installdirs-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ else \ : ; \ fi installdirs-data-no: installdirs-data-yes: $(mkinstalldirs) $(DESTDIR)$(datadir) @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ dir=$(localedir)/$$lang/LC_MESSAGES; \ $(mkinstalldirs) $(DESTDIR)$$dir; \ for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ if test -n "$$lc"; then \ if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ for file in *; do \ if test -f $$file; then \ ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ fi; \ done); \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ else \ if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ :; \ else \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ fi; \ fi; \ fi; \ done; \ done # Define this as empty until I found a useful application. installcheck: uninstall: uninstall-exec uninstall-data uninstall-exec: uninstall-data: uninstall-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ for file in $(DISTFILES.common) Makevars.template; do \ rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ else \ : ; \ fi uninstall-data-no: uninstall-data-yes: catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ done; \ done check: all info dvi ps pdf html tags TAGS ctags CTAGS ID: mostlyclean: rm -f remove-potcdate.sed rm -f stamp-poT rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po rm -fr *.o clean: mostlyclean distclean: clean rm -f Makefile Makefile.in POTFILES *.mo maintainer-clean: distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." rm -f stamp-po $(GMOFILES) distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) dist distdir: $(MAKE) update-po @$(MAKE) dist2 # This is a separate target because 'update-po' must be executed before. dist2: stamp-po $(DISTFILES) dists="$(DISTFILES)"; \ if test "$(PACKAGE)" = "gettext-tools"; then \ dists="$$dists Makevars.template"; \ fi; \ if test -f $(srcdir)/$(DOMAIN).pot; then \ dists="$$dists $(DOMAIN).pot stamp-po"; \ fi; \ if test -f $(srcdir)/ChangeLog; then \ dists="$$dists ChangeLog"; \ fi; \ for i in 0 1 2 3 4 5 6 7 8 9; do \ if test -f $(srcdir)/ChangeLog.$$i; then \ dists="$$dists ChangeLog.$$i"; \ fi; \ done; \ if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \ for file in $$dists; do \ if test -f $$file; then \ cp -p $$file $(distdir) || exit 1; \ else \ cp -p $(srcdir)/$$file $(distdir) || exit 1; \ fi; \ done update-po: Makefile $(MAKE) $(DOMAIN).pot-update test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES) $(MAKE) update-gmo # General rule for creating PO files. .nop.po-create: @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \ echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \ exit 1 # General rule for updating PO files. .nop.po-update: @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \ tmpdir=`pwd`; \ echo "$$lang:"; \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \ cd $(srcdir); \ if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \ if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ rm -f $$tmpdir/$$lang.new.po; \ else \ if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ :; \ else \ echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ exit 1; \ fi; \ fi; \ else \ echo "msgmerge for $$lang.po failed!" 1>&2; \ rm -f $$tmpdir/$$lang.new.po; \ fi $(DUMMYPOFILES): update-gmo: Makefile $(GMOFILES) @: Makefile: Makefile.in.in Makevars $(top_builddir)/config.status @POMAKEFILEDEPS@ cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \ $(SHELL) ./config.status force: # Tell versions [3.59,3.63) of GNU make not to export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: libuser-0.56.9.dfsg.1.orig/po/sv.gmo0000644000175000017500000004577410777230762015176 0ustar gheghe3 "5Qf*$:Um""  *Kc<{/)"1T'p6Tk*)(0.L({(.$ >!H ju"#!#$#Ae. ( &7%Fl%  /CT e s  -#,!Nm,"  6Q#d'! 4Ue|"!## C \ l z    1  !(!$4E4 53,5(`55*555#5$6!66"X6#{6%66#6*7 ,7277 j7x7 77)7778' 8H8 W8d8"x88888889 99.91I9'{99299!:50:+f:::::::;3-;a;y;#;";;';$<A<R< k<!u<<(<&<'<*'=R=&n= = =====6>57>m>>&>">A>-5?.c?-?1?5?4(@/]@4@@@9@!7AYAyAA&A$A/A+,BXBJsBB(B.C/3CcC$C*C&CCD.D(JD(sD+DD6DE/E8OE$E+E1E3 F-?F%mF+F>F(F!'GIG dGqGG)GG/G!H#6H*ZH!H,H,HII!6IXImII#I2I/J#0J(TJ}JJJ J/JKK-.REIt1h{Nd~-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-01-27 18:07-0500 Last-Translator: Magnus Larsson Language-Team: Swedish MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit %s hade inget gid-nummer. %s hade ingen hemkatalog. %s är inte auktoriserad att ändra fingerinformationen för %s Kontot går ut: %s Skapande av konto misslyckades: %s. Kontot är låst. Kontot är inte låst. Autentisering misslyckades för %s. Både -L och -U är angivna. Kan inte ställa in standardkontext för /etc/password Ändrar fingerinformation för %s. Byter lösenord för %s. Byter skal för %s. Kopierar användarstruktur: Cyrus SASL-fel vid skapande av användare: %sCyrus SASL-fel vid borttagning av användare: %sStandardnamn för användarattribut: Standardklasser för användarobjekt: E-postadressPosten hittades inte. Fel vid ägarbyte för "%s": %sFel vid skapande av %s: %s. Fel vid skapande av "%s": %sFel vid skapande av konto för "%s": raden är felaktigt formaterad. Fel vid skapande av gruppen "%s": %s Fel vid skapande av grupp för "%s" med GID %jd: %s Fel vid skapande av hemkatalog för %s: %s Fel vid skapande av e-postspool för %s. Fel vid skapande av e-postspool. Fel vid skapande av användarkonto för %s: %s Fel vid initiering av %s: %s Fel vid initiering av %s: %s. Fel vid initiering av PAM. Fel vid uppslagning av %s: %s Fel vid flytt av %s till %s: %s. Fel vid öppnande av "%s": %s. Fel vid tolkning av argument: %s. Fel vid läsning av "%s": %sFel vid borttagning av %s: %s. Fel vid borttagning av "%s": %sFel vid inställning av initialt lösenord för %s: %s Fel vid inställning av lösenord för gruppen %s: %s. Fel vid inställning av lösenord för användaren %s: %s. Fel vid skrivning till "%s": %sMisslyckades med att släppa rättigheter. Misslyckades med att ändra åldringsinformation för %s: %s Misslyckades med att ställa in lösenord för gruppen %s: %s Misslyckades med att ställa in lösenordet för användaren %s: %s. Fingerinformationen ändrades. Fingerinformationen ändrades inte: inmatningsfel. Fingerinformationen ändrades inte: %s. Fullständigt namnHämtar standardattribut för användare: FörnamnGrupp nummer %jd finns inte Gruppen %s kunde inte tas bort: %s Gruppen %s kunde inte tas bort: %s. Gruppen %s kunde inte låsas: %s Gruppen %s kunde inte ändras: %s Gruppen %s kunde inte ändras: %s. Gruppen %s kunde inte låsas upp: %s Gruppen %s finns inte. Skapande av grupp misslyckades: %s Gruppen med GID %jd hade inget gruppnamn. HemtelefonSökvägen till hemkatalogen `%s' är inte absolutInaktiv: %ld Internt PAM-fel "%s". Internt fel. Ogiltigt ID %s Ogiltigt standardvärde för fält %s: %sOgiltigt grupp-ID %s Ogiltigt användar-ID %s Kerberos Admin PrincipalKerberos-lösenord för Admin PrincipalKerberos-realmLDAP Bind-DNLDAP Bind-lösenordLDAP SASL-auktoriseringsanvändareLDAP SASL-användareBassök-DN för LDAPNamn på LDAP-serverSenaste ändring: %s Längsta: %ld Kortaste: %ld AldrigNytt skalNytt lösenordNytt lösenord (bekräfta)Inget gruppnamn angivet, inget namn för gid %d. Inget gruppnamn angivet, använder %s. Inget gruppnamn angivet. Det finns ingen grupp med GID %jd, tar inte bort. Ingen ny hemkatalog för %s. Ingen gammal hemkatalog för %s. Inget användarnamn angivet, inget namn för uid %d. Inget användarnamn angivet. använder %s. Inget användarnamn angivet. KontorKontorstelefonLösenordet går ut: %s Lösenordet inaktivt: %s Bytet av lösenord avbröts. Lösenordet ändrat. Lösenorden stämmer inte överens, försök igen. Prompter misslyckades. Prompter lyckades. Vägrar att skapa konto med UID 0. Söker efter grupp med namnet %s. Söker efter grupp med ID %jd. Söker efter användare med namnet %s. Söker efter användare med ID %jd. Skalet ändrat. Skalet inte ändrat: %s EfternamnOkänd användare autentiserade. Okänt användarkontextAnvändaren %s kunde inte tas bort: %s. Användaren %s kunde inte låsas: %s. Användaren %s kunde inte ändras: %s. Användaren %s kunde inte låsas upp: %s. Användaren %s finns inte. Matchning av användare misslyckades. Varning: %ld [FLAGGA...][FLAGGA...] [användare][FLAGGA...] grupp[FLAGGA...] användareåtkomst nekassäkerhetskopian "%s" finns och är inte en vanlig filstorleken på säkerhetskopian stämmer inte överensfelaktigt användar-/gruppidfelaktigt användar-/gruppnamnkonfigurationsfilen "%s" är för storkunde inte binda till LDAP-servernkunde inte binda till LDAP-servern, första försök som "%s": %skunde inte förhandla om TLS med LDAP-servernkunde inte öppna konfigurationsfilen "%s": %skunde inte läsa konfigurationsfilen "%s": %skunde inte ställa LDAP-protokoll till version %dkunde inte ta status på konfigurationsfilen "%s": %skunde inte få tag i säkerhetskontext för "%s": %skunde inte hämta standardsäkerhetskontext: %skunde inte få tag i säkerhetskontext för "%s": %skunde inte öppna "%s": %skunde inte läsa från "%s": %skunde inte sätta standardsäkerhetskontext till "%s": %skunde inte ta status på "%s": %skunde inte skriva till "%s": %sdata hittades inte i filenheten har inget %s-attributenheten har inga %s- eller %s-attributenhetsobjektet har inget %s-attributenhetsstrukturen har inga %s- eller %s-attributenheten skapades utan %s- eller %s-attributposten finns redan i filenfel vid anslutning till kadm5-servern för tjänsten "%s" i realm "%s": %sfel vid skapande av "%s": %sfel vid skapande av LDAP-katalogpost: %sfel vid skapande av hemkatalog för användarefel vid skapande av e-postspool för användarefel vid kryptering av lösenordfel vid initiering av Cyrus SASL: %sfel vid initiering av kerberos-biblioteketfel vid initiering av ldap-biblioteketfel vid inläsning av modulfel vid låsning av filfel vid låsning av fil: %sfel vid manipulering av terminalattributfel vid ändring av LDAP-katalogpost: %sfel vid flytt av hemkatalog för användarefel vid öppning av filfel vid tolkning av användarnamnet "%s" för kerberosfel vid läsning av filfel vid läsning från terminalfel vid läsning av information för "%s" från kerberosfel vid läsning av terminalattributfel vid borttagning av LDAP-katalogpost: %sfel vid borttagning av hemkatalog för användarefel vid borttagning av e-post-spool för användarefel vid byte av namn på LDAP-katalogpost: %sfel vid uppslagning av symbol i modulfel vid inställning av lösenord för "%s"fel vid inställning av lösenord i LDAP-katalogen för %s: %sfel vid inställning av terminalattributfel vid tagning av status på filfel vid skrivning till filallmänt felgrupp %jd har inget namngruppen %s har inget GIDgruppen har varken ett namn eller ett GIDinternt initieringsfelbiblioteks-/modulversion stämmer inte överensmodulen "%s" definierar inte "%s"modulen inaktiverad i konfigurationmodulversion stämmer inte överens i "%s"namnet innehåller kontrollteckennamnet innehåller det ogiltiga tecknet "%c"namnet innehåller tecken som inte är ASCIInamnet innehåller blankstegnamnet är inte angivetnamnet är för långt (%zu > %d)namnet är för kortnamnet börjas med bindestreckinget "%s"-attribut hittadesingen initieringsfunktion %s i "%s"ingen shadow-fil finns tillgänglig -- inaktiverardet finns inget sådant objekt i LDAP-katalogeninte tillräckligt med rättigheterkör inte med superanvändarrättigheterobjektet hade inget %s-attributobjektet har inget %s-attributlyckadesokänt felupplåsning skulle göra lösenordsfältet tomtanvändaren %jd har inget namnanvändaren %s har inget UIDanvändaren har varken ett namn eller ett UIDanvändarobjektet hade inget %s-attributanvändarobjektet skapades utan "%s"användar-/gruppid är upptagetanvändar-/gruppnamnet är upptagetlibuser-0.56.9.dfsg.1.orig/po/ro.po0000644000175000017500000005610610777230760015007 0ustar gheghe# Romanian translation of libuser. # Copyright (C) 2007 Red Hat, Inc. # This file is distributed under the same license as the libuser package. # Alexandru Szasz , 2007. # , fuzzy # # msgid "" msgstr "" "Project-Id-Version: libuser HEAD\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2007-09-11 20:44+0300\n" "Last-Translator: Alexandru Szasz \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Eroare la citirea „%s”: %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Eroare la crearea „%s”: %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Eroare la schimbarea proprietarului pentru „%s”: %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Eroare la scrierea „%s”: %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Eroare la eliminarea „%s”: %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Eşec în eliminarea privilegiilor.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Eroare internă.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s nu este autorizat să schimbe informaţiile finger pentru %s\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Context necunoscut de utilizator" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Nu se poate seta contextul implicit pentru /etc/passwd\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Eroare la iniţializarea PAM.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Autentificarea a eşuat pentru %s.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Eroare internă PAM „%s”.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "Utilizator autentificat necunoscut.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Utilizatorul nu se potriveşte.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[OPŢIUNE ] utilizator" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Eroare la analiza argumentelor: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Niciun utilizator specificat.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Eroare la iniţializarea %s: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "Utilizatorul %s nu există.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Contul este blocat.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Contul nu este blocat.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Minim:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Maxim:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Avertisment:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Inactiv:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Niciodată" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Ultima schimbare:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Parola expiră:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Parolă inactivă:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Contul expiră:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Modificarea informaţiilor de timp pentru %s a eşuat: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[OPŢIUNE..] [utilizator]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Niciun utilizator specificat, niciun nume pentru uid %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Schimbare informaţii de finger pentru %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Nume complet" #: apps/lchfn.c:154 msgid "Surname" msgstr "Nume de familie" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Pseudonim" #: apps/lchfn.c:179 msgid "Office" msgstr "Birou" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Telefonul de la birou" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Telefonul de acasă" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "Adresă de poştă electronică" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Informaţiile finger nu s-au schimbat: eroare de intrare.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Informaţiile de finger s-au schimbat.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Informaţiile de finger nu s-au schimbat: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Schimbare shell pentru %s.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Shell nou" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Shell-ul nu s-a schimbat: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Shell-ul s-a schimbat.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[OPŢIUNE ] grup" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Niciun nume de grup specificat.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "ID invalid de grup %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "Crearea grupului a eşuat: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Grupul %s nu există.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "Grupul %s nu poate fi şters: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "S-a specificat atât L cât şi U.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Setarea parolei pentru grupul %s a eşuat: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "Grupul %s nu poate fi blocat: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Grupul %s nu poate fi deblocat: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "Grupul %s nu poate fi modificat: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Eroare la căutarea %s: %s\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Nu s-a specificat niciun nume de grup, se va folosi %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Nu s-a specificat niciun nume de grup, niciun nume pentru gid %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Niciun nume de utilizator specificat, se va folosi %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[OPŢIUNE..]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Eroare la deschiderea „%s”: %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "Eroare la crearea contului „%s”: linie incorect formatată.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Schimbare parolă pentru %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Parolă nouă" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Parolă nouă (confirmare)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Parolele nu se potrivesc, încercaţi din nou.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Schimbarea parolei a fost anulată.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Eroare la setarea parolei pentru utilizatorul %s: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Eroare la setarea parolei pentru grupul %s: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Parola a fost schimbată.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Setarea parolei pentru %s a eşuat: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "" #: apps/lusermod.c:221 #, fuzzy, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Grupul %s nu există.\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "" #: lib/error.c:38 msgid "success" msgstr "" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "" #: lib/error.c:42 msgid "generic error" msgstr "" #: lib/error.c:44 msgid "not enough privileges" msgstr "" #: lib/error.c:46 msgid "access denied" msgstr "" #: lib/error.c:48 msgid "bad user/group name" msgstr "" #: lib/error.c:50 msgid "bad user/group id" msgstr "" #: lib/error.c:52 msgid "user/group name in use" msgstr "" #: lib/error.c:54 msgid "user/group id in use" msgstr "" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "" #: lib/error.c:58 msgid "error opening file" msgstr "" #: lib/error.c:60 msgid "error locking file" msgstr "" #: lib/error.c:62 msgid "error statting file" msgstr "" #: lib/error.c:64 msgid "error reading file" msgstr "" #: lib/error.c:66 msgid "error writing to file" msgstr "" #: lib/error.c:68 msgid "data not found in file" msgstr "" #: lib/error.c:70 msgid "internal initialization error" msgstr "" #: lib/error.c:72 msgid "error loading module" msgstr "" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "" #: lib/error.c:84 msgid "unknown error" msgstr "" #: lib/misc.c:165 msgid "invalid number" msgstr "" #: lib/misc.c:179 #, fuzzy msgid "invalid ID" msgstr "ID invalid de grup %s\n" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "" #: lib/user.c:191 msgid "name is not set" msgstr "" #: lib/user.c:196 msgid "name is too short" msgstr "" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "" #: lib/user.c:215 msgid "name contains control characters" msgstr "" #: lib/user.c:222 msgid "name contains whitespace" msgstr "" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "eroare la criptarea parolei" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "eroare la setarea parolei pentru „%s”" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Parolă Kerberos pentru Admin Principal" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "eroare la setarea parolei pentru %s în directorul LDAP: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "Parolă LDAP Bind" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "" #: python/admin.c:885 #, fuzzy msgid "error removing mail spool for user" msgstr "eroare la setarea parolei pentru „%s”" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "" libuser-0.56.9.dfsg.1.orig/po/uk.gmo0000644000175000017500000005664410777230762015163 0ustar gheghe% `a"5  8W*r$""1Ts <@/_)"' ;Wp *#)N(x.((,U.r$ ! "#:!^#$#." Q\k%% 3 BOb    -#Bf,,";T [h~#' 4!Su "!8#Z#~    1) [ u  $  8 (!*@!*k!)!*!)!","1H"z""""!"!#+"#.N#}#G##)#&%$"L$o$!$#$$$%%&.%(U%$~%%)%%%0&!@&'b&&&'& &&3'!N'p'' '''"''( 3( T(u( (("(()")>)P)j)%)#) ))'*+*F*a* i*-w***"**$+5+J+ba+,6,[-:w-K-<-A;.7}...W.20>O>f> {>>>4>P>P@?+?D?I@UL@Y@Y@4VAA!A>A&A,BIBJgB.B.BSC*dC0C6C9C!1D$SDxDJD:D?ELTEDENE)5F._FFF,F F*G#_Z'ZKZ)[+<[h[y[O[/['\>A\B\A\L]QR]$ ):-H`IKGpU%;tg0D3jT"=]h,d>[?x1!8k^V@oylfY|2{ZN+W (QCzSPn9si5.6aJm&}M*w7bu X'eAv OcFBL \/q #E<4r_R~%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2006-02-16 18:35+0300 Last-Translator: Maxim Dziumanenko Language-Team: Ukrainian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit %s не має числа gid. %s не має домашнього каталогу. %s не авторизований для зміни інформації finger про %s Обліковий рахунок дійсний до: %s Помилка створення облікового рахунку: %s. Обліковий рахунок заблокований. Обліковий рахунок не заблокований. Помилка аутентифікації для %s. -L та -U вказані одночасно. Не вдається встановити типовий контекст /etc/passwd Зміна інформації finger про %s. Зміна паролю користувача %s. Зміна оболонки для %s. Копіювання структури користувача: помилка Cyrus SASL при створенні користувача: %sпомилка Cyrus SASL при видаленні користувача: %sІмена стандартних атрибутів користувача: Стандартні класи об'єкта користувача: Адреса ел.поштиЗапис не знайдено. Помилка зміни власника `%s': %sПомилка створення %s: %s. Помилка створення `%s': %sПомилка створення облікового рахунку для `%s':неправильний формат рядка. Помилка створення групи `%s': %s Помилка створення групи для `%s' з GID %jd: %s Помилка створення домашнього каталогу для %s: %s Помилка створення поштової черги %s. Помилка створення поштової черги. Помилка створення облікового рахунку для %s: %s Помилка ініціалізації %s: %s Помилка ініціалізації %s: %s. Помилка ініціалізації PAM. Помилка блокування %s: %s. Помилка переміщення %s у %s: %s. Помилка відкривання `%s': %s. Помилка аналізу аргументів: %s. Помилка зчитування `%s': %sПомилка видалення %s: %s. Помилка видалення `%s': %sПомилка встановлення початкового паролю для %s: %s Помилка встановлення паролю для групи %s: %s. Помилка встановлення паролю користувача %s: %s. Помилка запису `%s': %sПомилка позбавлення привілей. Помилка зміни інформації про термін для %s: %s Помилка встановлення пароля для групи %s: %s Помилка встановлення пароля користувача %s: %s. Інформацію finger змінено. Інформацію finger не змінено: помилка вводу. Інформацію finger не змінено: %s. Повне ім'яОтримання стандартних атрибутів користувача: Ім'яГрупа %jd не існує. Групу %s неможна видаляти: %s. Групу %s видалити не вдається: %s. Групу %s не вдається заблокувати: %s Групу %s не вдається змінити: %s Групу %s не вдається змінити: %s. Групу %s не вдається розблокувати: %s Група %s не існує. Помилка створення групи: %s Група с GID %jd не мала назви. Домашній телефонНеактивних: %ld Внутрішня помилка PAM `%s'. Внутрішня помилка. Неправильний ідентифікатор ID %s Неправильне типове значення для поля %s: %sНеправильний ID групи %s Неправильний ідентифікатор користувача %s Kerberos Admin PrincipalПароль Kerberos для Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind парольАвторизований користувач LDAP SASLКористувач LDAP SASLLDAP Search Base DNНазва сервера LDAPОстання зміна: %s Максимум: %ld Мінімум: %ld НіколиНова оболонкаНовий парольНовий пароль (підтвердження)Не вказана назва групи, немає назви для gid %d. Не вказана назва групи, використовується %s. Не вказано назву групи. Група с GID %jd не існує, не видаляється. Немає нового домашнього каталогу для %s. Немає попереднього домашнього каталогу для %s. Не вказано ім'я користувача, немає імені для uid %d. Не вказано ім'я користувача, використовується %s. Не вказано ім'я користувача. ОфісСлужбовий телефонТермін дії паролю закінчується: %s Пароль неактивний: %s Зміну паролю відмінено. Пароль змінено. Паролі не співпадають, спробуйте ще раз. Запит виконаний невдало. Запит успішно виконаний. Відмова у створенні облікового рахунку з UID 0. Пошук групи з назвою %s. Пошук групи з номером ID %jd. Пошук користувача з іменем %s. Пошук користувача з номером %jd. Оболонку змінено. Оболонку змінено: %s По-батьковіАвтентифікація невідомого користувача. Невідомий контекст користувачаКористувача %s неможна видалити: %s. Користувача %s не вдається заблокувати: %s. Користувача %s не вдається змінити: %s. Користувача %s не вдається розблокувати: %s. Користувач %s не існує. Користувач не співпадає. Попередження: %ld [ПАРАМЕТР...][ПАРАМЕТР...] [користувач][ПАРАМЕТР...] група[ПАРАМЕТР...] користувачдоступ забороненийрезервний файл `%s' існує та не є звичайним файломневідповідність розміру файлу резервної копіїнеправильний ID користувача/групинеправильне ім'я користувача/групиконфігураційний файл `%s' надто довгийне вдається під'єднатись до сервера LDAPне вдається під'єднатись до сервера LDAP, перша спроба - `%s': %sне вдається узгодити TLS с сервером LDAPне вдається відкрити конфігураційний файл `%s': %sне вдається прочитати конфігураційний файл `%s': %sне вдається встановити LDAP протокол для версії %dне вдається отримати інформацію про конфігураційний файл `%s': %sне вдається отримати контекст безпеки для `%s': %sне вдається відкрити `%s': %sне вдається прочитати з `%s': %sне вдається задати значення типового контексту безпеки `%s': %sне вдається отримати відомості про `%s': %sне вдається записати `%s': %sдані не знайдено у файліпредикат не має атрибута %sпредикат не має атрибутів %s або %sоб'єкт не має атрибута %sструктура не має атрибутів %s або %s предикат було створено без атрибутів %s або %sзапис вже існує у файліпомилка з'єднання з kadm5 сервером для служби `%s' у realm `%s': %sпомилка створення `%s': %sпомилка створення запису каталогу LDAP: %sпомилка створення домашнього каталогу користувачапомилка створення поштової черги для користувачапомилка шифрування пароляпомилка ініціалізації Cyrus SASL: %sпомилка ініціалізації бібліотеки kerberosпомилка ініціалізації бібліотеки ldapпомилка завантаження модуляпомилка блокування файлупомилка блокування файлу: %sпомилка зміни атрибутівпомилка зміни запису каталогу LDAP: %sпомилка переміщення домашнього каталогу користувачапомилка відкривання файлупомилка аналізу імені користувача `%s' для kerberosпомилка читання файлупомилка читання з терміналапомилка читання інформації для `%s' з kerberosпомилка зчитування атрибутів терміналапомилка видалення запису каталогу LDAP: %sпомилка видалення домашнього каталогу користувачапомилка перейменування запису каталогу LDAP: %sпомилка визначення символу у модуліпомилка встановлення паролю для `%s'помилка встановлення паролю в каталозі LDAP для %s: %sпомилка встановлення атрибутів терміналапомилка отримання параметрів файлупомилка запису у файлзагальна помилкаГрупа %jd не має назвигрупа %s не має GIDгрупи не має ані назви, ані GIDвнутрішня помилка ініціалізаціїневідповідність версії модуля та бібліотекив модулі `%s' не визначено `%s'модуль заборонений в конфігураціїневідповідність версії модуля `%s'ім'я містить керівні послідовностіім'я містить неправильний символ `%c'ім'я містить не-ASCII символиім'я містить пропускиім'я не встановленоім'я надто довге (%zu > %d)ім'я надто короткеім'я починається з рискине знайдено атрибут `%sнемає функції ініціалізації %s у `%s'немає файлу shadow -- забороненонемає такого об'єкта у каталозі LDAPнедостатньо привілейвиконується без привілей адміністратораоб'єкт не мав атрибут %sоб'єкт не має атрибута %sвиконаноневідома помилкапри розблокуванні поле пароля буде очищенекористувач %jd не має іменікористувач %s не має UIDкористувач не має ані назви, ані UIDоб'єкт користувача не має атрибута %sоб'єкт користувача створений без `%s'ID користувача/група вже використовуєтьсяім'я користувача/група вже використовуєтьсяlibuser-0.56.9.dfsg.1.orig/po/hr.po0000644000175000017500000007066210777230756015010 0ustar gheghe# Translation of libuser to Croatian msgid "" msgstr "" "Project-Id-Version: libuser 0\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2007-10-16 13:46+0100\n" "Last-Translator: Renato Pavicic translator-shop.org>\n" "Language-Team: Renato Pavicic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: TransDict server\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "Putanja početne korisničke mape \"%s\" nije apsolutna." #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Pogreška pri čitanju `%s': %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Pogreška pri izradi `%s': %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Pogreška pri izmjeni vlasnika`%s': %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Pogreška pri zapisivanju `%s': %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Pogreška pri uklanjanju `%s': %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Odbacivanje privilegija nije uspjelo.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Interna pogreška.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s nema dopuštenja za izmjenu finger podatka o %s\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Nepoznati kontekst korisnika" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Nije moguće postaviti zadani kontekst za /etc/passwd\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Pogreška pri inicijalizaciji PAM-a.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Provjere autentičnosti za %s nije uspjela.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Interna pogreška PAM-a `%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "Autentifikacija nepoznatog korisnika.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Neodgovarajući korisnik.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[OPCIJA...] korisnik" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Pogreška pri raščlanjivanju argumenata: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Korisničko ime nije određeno.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Pogreška pri inicijalizaciji %s: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "Korisnik %s ne postoji.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Nalog je zaključan.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Nalog nije zaključan.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Najmanje:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Najviše:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Upozorenje:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Neaktivno:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Nikad" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Posljednja izmjena:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Lozinka zastarijeva:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Neaktivna lozinka:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Nalog zastarijeva:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Uređivanje podataka o zastari za %s nije uspjelo: %s.\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[OPCIJA...] [korisnik]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Korisničko ime nije određeno. Nema naziva za uid %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Izmjena podataka usluge finger za %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Puno ime" #: apps/lchfn.c:154 msgid "Surname" msgstr "Prezime" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Ime" #: apps/lchfn.c:179 msgid "Office" msgstr "Ured" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Uredski telefon" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Telefon (kućni)" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "Adresa e-pošte" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Podaci usluge finger nisu izmijenjene: pogreška unosa.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Podaci usluge finger izmijenjeni su.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Podaci usluge finger nisu izmijenjene: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Promjena korisničke ljuske za %s.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Nova ljuska" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Korisnička ljuska nije promijenjena:%s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Korisnička ljuska je promijenjena.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[OPCIJA...] grupa" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Naziv grupe nije određen.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "Neispravan ID grupe %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "Izrada grupe nije uspjela: %s.\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Grupa %s ne postoji.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "Grupu %s nije moguće izbrisati: %s.\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "Podjednako su određeni -L i -U.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Postavljanja lozinke za grupu %s nije uspjelo: %s.\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "Grupu %s nije moguće zaključati: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Grupu %s nije moguće otključati: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "Grupu %s nije moguće izmijeniti: %s.\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Pogreška pri pretraživanju %s: %s.\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Naziv grupe nije određen. Bit će upotrijebljen %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Naziv grupe nije određen. Nema naziva za gid %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Nije određeno korisničko ime. Bit će upotrijebljen %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[OPCIJA...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Pogreška pri otvaranju `%s': %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "Pogreška pri izradi naloga za `%s': linija je nepravilno oblikovana.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "Neispravan ID korisnika %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Izrada naloga s UID 0 je odbijena.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Pogreška pri izradi grupe za `%s' uz GID %jd: %s.\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Pogreška pri postavljanju početne lozinke za %s: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Pogreška pri izradi početne mape za %s: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "Pogreška pri izradi niza čekanja e-pošte za %s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Pogreška pri izradi korisničkog naloga za %s: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Izmjena lozinke za %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Nova lozinka" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Nova lozinka (potvrdite)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Lozinke se ne podudaraju, pokušajte ponovo.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Izmjena lozinke je otkazana.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Pogreška pri postavljanju lozinke za korisnika %s: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Pogreška pri postavljanju lozinke za grupu %s: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Lozinka je izmijenjena.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "Grupa %jd ne postoji.\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Pogreška pri izradi grupe `%s': %s.\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Izradi naloga nije uspjela: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Pogreška pri izradi %s: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "Pogreška pri izradi niza čekanja e-pošte.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Brisanje korisnika %s nije moguće: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s nema GID broj.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "Ne postoji grupa s GID %jd. Nema uklanjanja.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "Grupa s GID %jd nije imala naziv grupe.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Brisanje grupe %s nije moguće: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s nema početnu mapu.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Pogreška pri uklanjanju %s: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Postavljanja lozinke za korisnika %s nije uspjelo: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Korisnik %s nije mogao biti zaključan: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Korisnik %s nije mogao biti otključan: %s.\n" #: apps/lusermod.c:221 #, fuzzy, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Grupa %jd ne postoji.\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Korisnik %s nije mogao biti izmijenjen: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "Izmjena grupe %s nije moguća: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "Prethodna početna mapa za %s ne postoji.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "Novi naziv za mapu %s ne postoji.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Pogreška pri premještanju %s u %s: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "Otvaranje konfiguracijske datoteke`%s' nije uspjelo: %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "Pokretanje konfiguracijske datoteke`%s' nije uspjelo: %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "Konfiguracijska datoteka`%s' je prevelika" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "Čitanje konfiguracijske datoteke`%s' nije uspjelo: %s" #: lib/error.c:38 msgid "success" msgstr "Uspjeh" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "Modul je onemogućen u konfiguraciji" #: lib/error.c:42 msgid "generic error" msgstr "Generička pogreška" #: lib/error.c:44 msgid "not enough privileges" msgstr "Nema dovoljno privilegija" #: lib/error.c:46 msgid "access denied" msgstr "Pristup odbijen" #: lib/error.c:48 msgid "bad user/group name" msgstr "Loše ime korisnika ili naziv grupe" #: lib/error.c:50 msgid "bad user/group id" msgstr "Loš ID korisnika ili grupe" #: lib/error.c:52 msgid "user/group name in use" msgstr "Ime korisnika ili naziv grupe je u upotrebi" #: lib/error.c:54 msgid "user/group id in use" msgstr "ID korisnika ili grupe je u upotrebi" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "Pogreška pri rukovanju s atributima terminala" #: lib/error.c:58 msgid "error opening file" msgstr "Pogreška pri otvaranju datoteke" #: lib/error.c:60 msgid "error locking file" msgstr "Pogreška pri zaključavanju datoteke" #: lib/error.c:62 msgid "error statting file" msgstr "Pogreška datoteke statistika" #: lib/error.c:64 msgid "error reading file" msgstr "Pogreška pri čitanju datoteke" #: lib/error.c:66 msgid "error writing to file" msgstr "Pogreška pri zapisivanju u datoteku" #: lib/error.c:68 msgid "data not found in file" msgstr "Podatak nije pronađen u datoteci" #: lib/error.c:70 msgid "internal initialization error" msgstr "Interna greška inicijalizacije" #: lib/error.c:72 msgid "error loading module" msgstr "Pogreška pri učitavanju modula" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "Pogreška pri razrješavanju znaka u modulu" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "Ne podudaraju se verzije biblioteke i modula" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "Otključavanje će polje lozinke učiniti praznim" #: lib/error.c:84 msgid "unknown error" msgstr "Nepoznata pogreška" #: lib/misc.c:165 #, fuzzy msgid "invalid number" msgstr "Neispravan ID korisnika %s\n" #: lib/misc.c:179 #, fuzzy msgid "invalid ID" msgstr "Neispravan ID %s\n" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "Nema funkcije pokretanja %s u `%s'" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "Ne podudaraju se verzije modula u `%s'" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "Modul `%s' ne određuje `%s'" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "Pogreška pri čitanju atributa terminala" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "Pogreška pri postavljanju atributa terminala" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "Pogreška pri čitanja iz terminala" #: lib/user.c:191 msgid "name is not set" msgstr "Naziv nije zadan" #: lib/user.c:196 msgid "name is too short" msgstr "Naziv je prekratak" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "Naziv je predugačak (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "Naziv sadrži znakove koji nisu ASCII" #: lib/user.c:215 msgid "name contains control characters" msgstr "Naziv sadrži kontrolne znakove" #: lib/user.c:222 msgid "name contains whitespace" msgstr "Naziv sadrži prazna mjesta (razmake)" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "Naziv započinje znakom rastavljanja" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "Naziv sadrži neispravni znak `%c'" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "Korisnik %s nema UID" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "Grupa %s nema GID" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "Korisnik %jd nema naziva" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "Grupa %jd nema naziva" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "Korisnik nema ni naziv ni UID" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "Grupa nema ni naziv ni UID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "Neispravana zadana vrijednost polja %s: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "Pogreška pri zaključavanju datoteke: %s" #: lib/util.c:706 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "Postavljanje zadanog sigurnosnog sadržaja nije uspjelo: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "Dohvaćanje sigurnosnog sadržaja `%s' nije uspjelo: %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "Dohvaćanje sigurnosnog sadržaja u `%s' nije uspjelo: %s" #: lib/util.c:760 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "Dohvaćanje sigurnosnog sadržaja `%s' nije uspjelo: %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "Otvaranje`%s' nije uspjelo: %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "Izrada statistike`%s' nije uspjela: %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "Pogreška pri izradi`%s': %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "Datoteka sigurnosnog spremanja`%s' postoji i nije regularna datoteka" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "Ne podudara se veličina datoteke sigurnosnog spremanja" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "Čitanje iz `%s' nije moguće: %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "Unos već postoji u datoteci" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "Zapisivanje u `%s' nije moguće: %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "Objekt entiteta nema atribut %s" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "Pogreška pri šifriranju lozinke" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "Ne izvršava se s pravima superkorisnika" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "Datoteka lozinki u sjeni ne postoji -- Bit će onemogućeno" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "Pogreška pri povezivanju s kadm5 poslužiteljem za uslugu`%s' u području `%" "s': %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "Pogreška pri inicijalizaciji kerberos biblioteka" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "Pogreška pri raščlanjivanju korisničkog imena `%s' za kerberos" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "Struktura entiteta nema atribute %s ili %s" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "Entitet nema atribute %s ili %s" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "Entitet je izrađen bez atributa %s ili %s" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "Pogreška pri čitanju podataka za %s' iz kerberosa" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "Entitet nema atribut %s" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "Pogreška pri postavljanju lozinke za `%s'" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Područje Kerberosa" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Principal administratora kerberosa" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Lozinka kerberosa za principal administratora" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "Pogreška pri inicijalizaciji ldap biblioteke" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "Zadavanje LDAP protokola za verziju %d nije uspjelo" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "TLS pregovaranja s LDAP poslužiteljem nije uspjelo" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "Povezivanje s LDAP poslužiteljem nije uspjelo" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "" "Povezivanje s LDAP poslužiteljem nije uspjelo. Prvi pokušaj kao %s': %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "Korisnički objekt nije imao atribut %s" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "Korisnički objekt je izrađen bez `%s'" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "Pogreška pri izradi unosa LDAP imenika: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "Pogreška pri uređivanju unosa LDAP imenika: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "Pogreška pri preimenovanju unosa LDAP imenika: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "Objekt nije imao atribut %s" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "Pogreška pri uklanjanju unosa LDAP imenika: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "Objekt nema atribut %s" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "Takav objekt ne postoji u LDAP imeniku" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "Atribut `%s' nije pronađen" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "Pogreška pri postavljanju lozinke u LDAP imeniku za %s: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "Naziv LDAP poslužitelja" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "Osnovna DN LDAP pretrage" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP Bind DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "LDAP Bind lozinka" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL korisnik" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL korisnik autorizacije" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Pogreška pri izradi Cyrus SASL korisnika: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Pogreška pri uklanjanju Cyrus SASL korisnika: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "Pogreška pri inicijalizaciji Cyrus SASL-a: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "Pogreška pri izradi početne mape za korisnika" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "Pogreška pri uklanjanju početne mape za korisnika" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "Pogreška pri premještanju početne mape za korisnika" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "Pogreška pri izradi niza čekanja e-pošte za korisnika" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "Pogreška pri uklanjaju niza čekanja e-pošte za korisnika" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Pogreška pri inicijalizaciji %s: %s.\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "Neispravan ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "Pretražuje se za grupom s ID %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "Pretražuje se za grupom s nazivom %s.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "Pretražuje se za korisnikom s ID %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "Pretražuje se za korisnikom s nazivom %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Unos nije pronađen.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Odzivi su uspjeli.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Odzivi nisu uspjeli.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Zadane klase korisničkih objekata:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Zadani atributi korisničkih naziva: \n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Dohvaćanje zdanih korisničkih atributa:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Kopiranje strukture korisnika:\n" #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "Pretvaranje internih podatak u LDAPMods nije uspjelo" #, fuzzy #~ msgid "Shell not changed: input error.\n" #~ msgstr "Korisnička ljuska nije promijenjena:%s\n" libuser-0.56.9.dfsg.1.orig/po/en@quot.header0000644000175000017500000000226310777230705016606 0ustar gheghe# All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation # characters, only substitutes like grave accent (0x60), apostrophe (0x27) # and double quote (0x22). These substitutes look strange; see # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html # # This catalog translates grave accent (0x60) and apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019). # It also translates pairs of apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019) # and pairs of quotation mark (0x22) to # left double quotation mark (U+201C) and right double quotation mark (U+201D). # # When output to an UTF-8 terminal, the quotation characters appear perfectly. # When output to an ISO-8859-1 terminal, the single quotation marks are # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to # grave/acute accent (by libiconv), and the double quotation marks are # transliterated to 0x22. # When output to an ASCII terminal, the single quotation marks are # transliterated to apostrophes, and the double quotation marks are # transliterated to 0x22. # libuser-0.56.9.dfsg.1.orig/po/sl.gmo0000644000175000017500000004505410777230761015152 0ustar gheghe% `a"5  8W*r$""1Ts <@/_)"' ;Wp *#)N(x.((,U.r$ ! "#:!^#$#." Q\k%% 3 BOb    -#Bf,,";T [h~#' 4!Su "!8#Z#~    1) [ u  $  8 (!*@!*k!)!*!)!","1H"z""""!"!#+"#.N#}#G##)#&%$"L$o$!$#$$$%%&.%(U%$~%%)%%%0&!@&'b&&&'& &&3'!N'p'' '''"''( 3( T(u( (("(()")>)P)j)%)#) ))'*+*F*a* i*-w***"**$+5+J+ma+,!,7 -C- W-x---$-7-%!.%G."m.%.0.3.%/'A/i/z/)///H/(B02k030,0/08/1!h1"111#12+02\2"w2"232124#3X3 t363/343$148V4*4 4'444" 5"05"S5"v5#5"555*6C6S6c6~66)6667#7B7Q7b7#{77777 7 88 8 (8383J8.~8838#9$%98J939$9999 : :@:&W:~::":::$;,;J;_;;5;;%;%;&$<%K<q<<< <<<<<7=3F=z=='=+=E>2M>.>->6>0?1E?w??<?!? @#@:@!T@!v@,@2@@LA\A0|A6A;A B(=B-fB)BBB"B)C2FC5yCC@CD)D0GD%xD4D9D3 E)AE%kE6E+EEF1FAFXF lF"F'FF F#G:G TGuGGGGGGH&!H,HH!uHH%HHHII+IAIZI"pI%I/I I! J$ ):-H`IKGpU%;tg0D3jT"=]h,d>[?x1!8k^V@oylfY|2{ZN+W (QCzSPn9si5.6aJm&}M*w7bu X'eAv OcFBL \/q #E<4r_R~%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: sl Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-02-23 00:53+0100 Last-Translator: Rok Papez Language-Team: Slovenian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 %s ni imel števila gid. %s ni imel(a) domačega imenika. %s ni avtoriziran, da bi spremenil podatke finger o %s Račun poteče: %s Izdelava računa ni uspela: %s. Račun je zaklenjen. Račun ni zaklenjen. Avtentikacija za %s ni uspela. Določeni sta bili -L in -U hkrati. Ne morem nastaviti privzetega konteksta za /etc/passwd Podatki za finger %s se spreminjajo. Napaka pri spreminjanju gesla za %s. Ukazna lupina za %s se spreminja. Prepisovanje uporabniške strukture: Napaka Cyrus SASL pri ustvarjanju uporabnika: %sNapaka Cyrus SASL pri odstranjevanju uporabnika: %sPrivzeta imena atributov uporabnika: Privzeti predmetni razredi uporabnika: E-poštni naslovVnos ni bil najden. Napaka pri spreminjanju lastnika `%s': %sNapaka pri ustvarjanju %s: %s. Napaka pri ustvarjanju ,%s`: %sNapaka pri ustvarjanju računa za '%s': nepravilno formatirana vrstica. Napaka pri ustvarjanju skupine `%s': %s Napaka pri ustvarjanju skupine `%s` z GID %jd: %s Napaka pri ustvarjanju domačega imenika za %s: %s Napaka pri ustvarjanju poštne vrste za %s. Napaka pri ustvarjanju poštne čakalne vrste. Napaka pri ustvarjanju uporabniškega računa za %s: %s Napaka pri inicializaciji %s: %s Napaka pri inicializaciji %s: %s. Napaka pri inicializaciji PAM. Napaka pri zaklepanju %s: %s. Napaka pri premikanju %s v %s: %s. Napaka pri odpiranju '%s`: %s. Napaka pri razčlenjevanju argumentov: %s. Napaka pri branju ,%s`: %sNapaka pri odstranjevanju %s: %s. Napaka pri odstranjevanju ,%s`: %sNapaka pri nastavljanju začetnega gesla za %s: %s Napaka pri nastavljanju gesla za skupino %s: %s. Napaka pri nastavljanju gesla za uporabnika %s: %s. Napaka pri pisanju `%s': %sPravic ni bilo moč odstraniti. Podatkov o staranju za %s ni bilo moč spremeniti: %s Gesla za skupino %s ni bilo moč nastaviti: %s Neuspešno nastavljanje gesla za uporabnika %s: %s. Podatki za finger so se spremenili. Podatki za finger se niso spremenili: napaka pri vnosu. Podatki za finger se niso spremenili: %s. Polno imeDobivamo privzete atribute uporabnika: Dano imeSkupina %jd ne obstaja Skupine %s ni moč izbrisati: %s. Skupine %s ni moč izbrisati: %s. Skupine %s ne morem zakleniti: %s Skupine %s ni moč spremeniti: %s Skupine %s ni moč spremeniti: %s. Skupine %s ne morem odkleniti: %s Skupina %s ne obstaja. Izdelava skupine ni uspela: %s Skupina z GID %jd ni imela imena skupine. Domači telefonNedejaven: %ld Notranja napaka PAM ,%s`. Notranja napaka. Neveljaven ID %s Neveljavna privzeta vrednost polja %s: %sNeveljaven ID skupine %s Neveljaven ID uporabnika %s Glavni skrbnik za KerberosGeslo Kerberos za glavnega skrbnikaKerberos RealmLDAP Povezava DNGeslo za povezavo z LDAPUporabnik z odobritvijo SASL v LDAPUporabnik SASL v LDAPIskalna osnova DN za LDAPIme strežnika LDAPZadnja sprememba: %s Največ: %ld Najmanj: %ld NikoliNova lupinaNovo gesloNovo geslo (potrditev)Ime skupine ni bilo določeno, ni imena za gid %d. Ime skupine ni bilo določeno, uporabljam %s. Ime skupine ni bilo določeno. Ni skupine z GID %jd, zato je ne morem odstraniti. Ni novega domačega imenika za %s. Ni starega domačega imenika za %s. Uporabniško ime ni bilo določeno, ni imena za uid %d. Uporabniško ime ni bilo določeno, uporabljam %s. Uporabniško ime ni bilo določeno. PisarnaPisarniški telefonGeslo poteče: %s Geslo nedejavno: %s Sprememba gesla je preklicana. Geslo je spremenjeno. Gesli se ne ujemata, poskusite znova. Pozivniki niso uspeli. Pozivniki uspeli. Ni moč narediti računa z UID 0. Iščem skupino, imenovano %s. Iščem skupino z ID %jd. Iščem uporabnika, imenovanega %s. Iščem uporabnika z ID %jd. Lupina spremenjena. Lupina ni bila spremenjena: %s PriimekNeznanemu uporabniku je bila preverjena istovetnost. Neznan kontekst uporabnikaUporabnika %s ni moč izbrisati: %s. Uporabnika %s ni moč zakleniti: %s. Uporabnika %s ni moč spremeniti: %s. Uporabnika %s ni moč odkleniti: %s. Uporabnik %s ne obstaja. Napačen uporabnik. Opozorilo: %ld [IZBIRA...][IZBIRA...] [uporabnik][IZBIRA...] skupina[IZBIRA...] uporabnikdostop zavrnjenrezervna datoteka ,%s` obstaja in ni običajna datotekavarnostna kopija datoteke ima neujemajočo velikostslaba ID uporabnika/skupineslabo ime uporabnika/skupinenastavitvena datoteka `%s' je prevelikani se bilo moč povezati s strežnikom LDAPni se bilo moč povezati s strežnikom LDAP, prvi poskus kot `%s': %sni se bilo moč pogoditi za TLS s strežnikom LDAPni moč odpreti nastavitvene datoteke ,%s`: %sne morem brati nastavitvene datoteke `%s': %sprotokola LDAP ni bilo moč nastaviti na različico %dni moč preveriti nastavitvene datoteke `%s': %sne morem ugotoviti varnostnega konteksta `%s': %sni moč odpreti ,%s`: %sni moč brati iz ,%s`: %sne morem nastaviti privzetega varnostnega konteksta `%s': %sni moč ugotoviti stanja ,%s`: %sni moč pisati v ,%s`: %sv datoteki ni podatkoventitena nima atributa %sentiteta nima atributov %s ali %sentitetni objekt nima atributa %sentitetna struktura nima atributov %s ali %sentiteta je bila narejena brez atributov %s ali %svnos je že v datotekinapaka pri prijavljanju v strežnik kadm5 za storitev ,%s` v realmu ,%s`: %snapaka pri ustvarjanju ,%s`: %snapaka pri ustvarjanju imeniškem vnosu LDAP: %snapaka pri ustvarjanju domačega imenika za uporabnikanapaka pri ustvarjanju poštne čakalne vrste za uporabnikanapaka pri šifriranju geslanapaka pri inicializaciji Cyrus SASL: %snapaka pri inicializaciji knjižnice kerberosnapaka pri inicializaciji knjižnice ldapnapaka pri nalaganju modulanapaka pri zaklepanju datotekenapaka pri zaklepanju datoteke: %snapaka pri rokovanju z atributi terminalanapaka pri spreminjanju imeniškega vnosa LDAP: %snapaka pri premikanju domačega imenika za uporabnikanapaka pri odpiranju datotekenapaka pri razčlenjevanju uporabniškega imena ,%s` za kerberosnapaka pri branju datotekenapaka pri branju s terminalanapaka pri branju podatkov za ,%s` prek kerberosnapaka pri branju atributov terminalanapaka pri odstranjevanju imeniškega vnosa LDAP: %snapaka pri odstranjevanju domačega imenika za uporabnikanapaka pri preimenovanju imeniškega vnosa LDAP: %snapaka pri razreševanju simbola v modulunapaka pri nastavljanju gesla za ,%s`napaka pri nastavljanju gesla v imeniku LDAP za %s: %snapaka pri nastavljanju atributov terminalanapaka pri opisovanju datotekenapaka pri pisanju v datotekosplošna napakaskupina %jd nima imenaskupina %s nima GIDskupina nima niti imena niti GIDnotranja napaka pri inicializacijineujemanje različice modula/knjižnicemodučl `%s' ne določa `%s'konfiguracija onemogočila modulneujemanje različice modula v ,%s`ime vsebuje krmilne znakeime vsebuje neveljavni znak '%c'ime vsebuje ne-ASCII znakeime vsebuje prazne znakeime ni nastavljenoime je predolgo (%zu > %d)ime je prekratkoime se začne z pomišljajemni moč najti atributa ,%s`ni inicializacijske funkcije %s v ,%s`ni datoteke z zastrtimi gesli -- onemogočamtakega predmeta ni v imeniku LDAPni dovolj pravicne izvaja se z dovolilnicami skrbnikapredmet nima atributa %spredmet nima atributa %suspehneznana napakaodklepanje bi pustilo polje z geslom praznouporabnik %jd nima imenauporabnik %s nima UIDuporabnik nima niti imena niti UIDuporabniški predmet nima atributa %suporabniški predmet je bil ustvarjen brez ,%s`ID uporabnika/skupine že v rabiime uporabnika/skupine že v rabilibuser-0.56.9.dfsg.1.orig/po/hi.gmo0000644000175000017500000007073410777230761015137 0ustar gheghe,3< "(5K*$Ej""9H Z{</)7"a'1Mf*)( I`.|((.$I n!x "#!#($L#q. (-<Vg%v%  3P_s    -#7,Q~," % ,9Of#'!$F d"! #+ #O s  +   ! !1&!X!r!!$!!8!("*="*h")"*"0")#)C#m##1###$$!6$!X$+z$.$$G$;%)S%&}%"%%!%#&'&G&\&o&&&(&$&&)'8'K'0g'!'''&'" (',( T(u(3(!((( )#)9)"M)p) ))) ) ) * **K*"k*******%+#=+ a++'++++ +- ,:,O,"b,,$,,,,-.O.l"//1/(/508<0Bu00`91P1D1a02]2]2AN3P3373X1474I4 5D5c 6kp6[6H87k7B7U08@848H87E9d}9597:5P:~:a;mg;5;J <V<X<g1=;=m=NC>>R>><?PP?P?\?cO@X@_ A;lA4ARA0B^JB!B/B'B#CM=C&C2C;Cb!D(DD'D>D")ELEkE$EEEEEFD0FuFGbGHVHbHBIInzJJ+K$.K6SKKK.KbL1hL.LcLT-MEM`M[)N"N1NNFN>1O^pO[Od+P^PAP*1Q\QaxQQ2Q$%R0JR{RzRMS5dS<SHS< T]TSTL9ULUiUY=VrVy WVW)W0X6X+X0X@Y=]YJYKY]2ZcZMZB[5[p!\|\p]@]R]i^X~^O^I'_Lq_i_(`|`9/aia9aI9brbIbw@c|cp5ddo0eNeeLofFf@g(Dg?mgBgBgM3hh%hWh`i\vi^i_2jUjPjL9k'k5k*kAl2QlXleleCm6mm:`n:n n%nvoU}oOo\#pPpipL;qSq@3!nO8uL_#X9) Z 7,:`$Q k+oTD& /iPq;"[lG0p*m2J%fe~aU}<(?4Ms'BWV^C j b=SxKcwgFH]Az|Yy>.REIt1h{Nd-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld Warning: Group with ID %jd does not exist. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorinvalid IDinvalid numberlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser.tip.hi Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-04-03 12:34+0530 Last-Translator: Rajesh Ranjan Language-Team: Hindi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n!=1); %s के gid अंक नहीं है. %s की कोई घर निर्देशिका नहीं है. %s की पहचान को बदलने के लिए %s अधिकृत नहीं है लेखा अंत: %s लेखा बनावट असफल: %s। लेखा तालकित है. लेखा तालकित नहीं है. %s के लिए सत्यापन असफल. -L और -U दोनों निर्दिष्ट है. /etc/passwd के लिए मूलभूत संदर्भ व्यवस्थित नहीं कर सकता %s के लिए फिंगर जानकारी बदली जा रही है. %s के लिए शब्दकूट बदला जा रहा है. %s के लिए शैल बदला जा रहा है. उपयोक्ता संरचना प्रतिलिपि कर रहा है: %s उपयोक्ता बनाने में सायरस SASL त्रुटि%s उपयोक्ता हटाने में सायरस SASL त्रुटिमूलभूत उपयोक्ता गुण नाम: मूलभूत उपयोक्ता वस्तु वर्गों: ई-डाक पताप्रविष्टि नहीं मिली. `%s' के स्वामित्व बदलाव में त्रुटि: %s%s बनाने में त्रुटि: %s। `%s' निर्मित करने में त्रुटि: %s `%s' के लिए लेखा बनाने में त्रुटि: लाइन सही तरीके से संरूपित नहीं किया गया. `%s' समूह बनाने में त्रुटि: %s. `%s' के लिए GID %jd से समूह बनाने में त्रुटि: %s %s के लिए घर निर्देशिका बनाने में त्रुटि: %s %s के लिए डाक स्पूल बनाने में त्रुटि डाक स्पूल बनाने में त्रुटि. %s के लिए उपयोक्ता लेखा बनाने में त्रुटि: %s %s प्रारंभिकीकरण त्रुटि: %s %s के प्रारंभिकीकरण में त्रुटि: %s. PAM प्रारंभिकीकरण त्रुटि. %s देखने में त्रुटि: %s %s से %s को चलाने में त्रुटि: %s। `%s' खोलने में त्रुटि: %s. तर्कों को विश्लेषण करने में त्रुटि: %s। `%s' पढ़ने में त्रुटि: %s%s हटाने में त्रुटि: %s। `%s' हटाने में त्रुटि: %s%s के लिए प्रारंभिक शब्दकूट जमा करने में त्रुटि: %s %s समूह के लिए शब्दकूट जमावट त्रुटि: %s। %s उपयोक्ता के लिए शब्दकूट जमावट त्रुटि: %s। `%s' लिखने में त्रुटि: %sविशेषाधिकार हटाने में असफल. %s के लिए पुरानी जानकारी रूपांतरित करने में असफल: %s %s समूह के लिए शब्दकूट जमावट असफल: %s %s उपयोक्ता के लिए शब्दकूट जमावट असफल: %s। फिंगर जानकारी बदली गई. फिंगर जानकारी नहीं बदली गई: निवेश त्रुटि. फिंगर जानकारी नहीं बदली गई: %s। पूरा नाममूलभूत उपयोक्ता गुण ले रहे हैं: दिया नाम%jd समूह उपस्थित नहीं है. समूह %s को विलोपित नहीं कर सका: %s. समूह %s को विलोपित नहीं कर सका: %s. %s समूह को तालकित नहीं किया जा सकता: %s %s समूह को परिवर्तित नहीं किया जा सका: %ss %s समूह को परिवर्तित नहीं कर सका: %s। %s समूह को अतालकित नहीं किया जा सकता: %s %s समूह उपस्थित नहीं है. समूह निर्माण असफल: %s GID %jd समूह का कोई समूह नाम नहीं है. घर दूरभाषघर निर्देशिका पथ `%s' निरपेक्ष नहीं हैनिष्क्रिय: %ld आंतरिक PAM त्रुटि`%s'. आंतरिक त्रुटि. अमान्य ID %s %s क्षेत्र का अवैध मूलभूत मान: %sअमान्य समूह ID %s अमान्य उपयोक्ता ID %s करबरोस प्रधान प्रशासकप्रधान प्रशासक के लिए करबरोस शब्दकूटकरबरोस क्षेत्रLDAP बंधन DNLDAP बंधन शब्दकूटLDAP SASL प्राधिकरण उपयोक्ताLDAP SASL उपयोक्ताLDAP खोज आधार DNLDAP सर्वर नाम अंतिम बदलाव: %s अधिकतम: %ld न्यूनतम: %ld कभी नहींनया शैलनया शब्दकूटनया शब्दकूट (निश्चित करें)कोई समूह नाम निर्दिष्ट नहीं किया गया, gid %d के लिए कोई नाम नहीं है. %s के प्रयोग से कोई समूह नाम निर्दिष्ट नहीं किया गया. कोई समूह नाम निर्दिष्ट नहीं किया गया. GID %jd के साथ कोई जीवंत समूह मौजूद है, नहीं हटा रहे हैं. %s की कोई नई घर निर्देशिका नहीं है. %s की कोई पुरानी घर निर्देशिका नहीं है. कोई उपयोक्ता नाम निर्दिष्ट नहीं किया गया,uid %d के लिए नाम नहीं है. %s के प्रयोग से कोई उपयोक्ता नाम निर्दिष्ट नहीं किया गया. कोई उपयोक्ता नाम निर्दिष्ट नहीं किया गया. कार्यालयकार्यालय दूरभाषशब्दकूट अंत: %s शब्दकूट निष्क्रिय: %s शब्दकूट बदलाव रद्द किया गया. शब्दकूट बदला गया. शब्दकूट मिल नहीं रहे,पुन:प्रयास करें. प्रांप्ट विफल हुआ. प्रांप्ट सफल हुआ. UID 0 से लेखा बनाने के लिए इंकार कर रहा है %s नामित समूह के लिए खोज हो रही है. ID %jd से समूह की खोज हो रही है. %s नामित उपयोक्ता के लिए खोज हो रही है. ID %jd से उपयोक्ता के लिए खोज हो रही है. शैल बदला गया. शैल नहीं बदला गया:%s उपनामअज्ञात उपयोक्ता सत्यापित. अज्ञात उपयोक्ता संदर्भउपयोक्ता %s को विलोपित नहीं कर सका: %s। %s उपयोक्ता को तालकित नहीं कर सका: %s। %s उपयोक्ता को परिवर्तित नहीं कर सका: %s। %s उपयोक्ता को अतालकित नहीं कर सका: %s। %s उपयोक्ता जीवंत नहीं है. उपयोक्ता बेमेल. चेतावनी: %ld चेतावनी: ID %jd के साथ समूह मौजूद नहीं है. [विकल्प...][विकल्प...] [उपयोक्ता][विकल्प...] समूह[विकल्प...] उपयोक्ताअभिगम निषेध`%s' बैकअप फाइल जीवंत है और एक नियमित फाइल नहीं हैबैकअप फाइल आकार मेल नहीं खायाबुरा उपयोक्ता/समूह idबुरा उपयोक्ता/समूह नाम`%s' विन्यास फाइल काफी बड़ा हैLDAP सर्वर से जुड नहीं सकाLDAP सर्वर से जुड नहीं सका, पहले `%s' रूप में प्रयास करें: %sLDAP सर्वर से TLS संबंधित नहीं कर सका`%s' विन्यास फाइल खोल नहीं सका: %s`%s' विन्यास फाइल पढ़ नहीं सका: %s%d संस्करण को LDAP प्रोटोकॉल सेट नहीं कर सका `%s' विन्यास फाइल स्टेट नहीं कर सका: %s`%s' का सुरक्षा संदर्भ निर्धारित नहीं कर सका: %sमूलभूत सुरक्षा संदर्भ व्यवस्थित पा नहीं सका: %s`%s' का सुरक्षा संदर्भ पा नहीं सका: %s`%s' खोल नहीं सका: %s`%s' से पढ़ नहीं सका: %s`%s' में मूलभूत सुरक्षा संदर्भ व्यवस्थित नहीं कर सका: %s`%s' stat नहीं कर सका: %s`%s' को लिख नहीं सका: %sफाइल में आंकडा नहीं मिलाएंटिटी में %s गुण नहीं हैएंटिटी में %s या %s गुण नहीं हैंएंटिटी वस्तु का %s गुण नहीं है एंटिटी संरचना में %s या %s गुण नहीं हैंएंटिटी की बनावट %s या %s गुण के बिना की गई फाइल में प्रविष्टि पहले से है`%s' सेवा के लिए `%s' क्षेत्र में kadm5 सर्वर से संबंधित करने में त्रुटि: %s`%s' बनाने में त्रुटि: %sLDAP निर्देशिका प्रविष्टि बनाने में त्रुटि: %sउपयोक्ता के लिए घर निर्देशिका बनाने में त्रुटिउपयोक्ता के लिए डाक स्पूल बनाने में त्रुटिशब्दकूट गोपन में त्रुटि %s सायरस SASL प्रारंभिकीकरण त्रुटिकरबरोस लाइब्रेरी प्रारंभिकीकरण त्रुटिldap क्रमादेश प्रारंभिकीकरण त्रुटिमॉड्यूल भारित करने में त्रुटिफाइल तालकित करने में त्रुटि%s फाइल तालकित करने में त्रुटिटर्मिनल गुण से छेड़छाड़ करने में त्रुटिLDAP निर्देशिका प्रविष्टि रूपांतरित करने में त्रुटि: %sउपयोक्ता के लिए घर निर्देशिका चलाने में त्रुटिफाइल खुलने में त्रुटिकरबरोस के लिए `%s' उपयोक्ता नाम पद व्याख्या करने में त्रुटिफाइल पढ़ने में त्रुटिटर्मिनल से पढ़ने में त्रुटिकरबरोस से `%s' के लिए जानकारी पढ़ने में त्रुटिटर्मिनल गुण पढने में त्रुटिLDAP निर्देशिका प्रविष्टि को हटाने में त्रुटि: %sउपयोक्ता के लिए घर निर्देशिका हटाने में त्रुटिउपयोक्ता के लिए डाक स्पूल हटाने में त्रुटिLDAP निर्देशिका प्रविष्टि के पुनर्नामकरण में त्रुटि: %sमॉड्यूल में प्रतीक वियोजन करने में त्रुटि`%s' के लिए शब्दकूट जमावट त्रुटि%s के लिए LDAP निर्देशिका में शब्दकूट जमावट त्रुटि: %s टर्मिनल गुण जमावट में त्रुटिफाइल स्थाई करने में त्रुटिफाइल को लिखने में त्रुटिजेनेरिक त्रुटिसमूह %jd का कोई नाम नहीं हैसमूह के पास %s कोई GID नहीं हैसमूह के पास न तो नाम है न GID.आंतरिक प्रारंभिकीकरण त्रुटिअमान्य IDअमान्य संख्यालाइब्रेरी/मॉड्यूल संस्करण बेमेल`%s' मौड्यूल `%s' को परिभाषित नहीं करता हैविन्यास से मॉड्यूल असमर्थ किया गया`%s' में मॉड्यूल संस्करण मेल नहीं खातानाम में नियंत्रण संप्रतीक समाहित हैनाम में अनुचित अक्षर `%c' समाहित हैनाम में गैर-ASCII अक्षर समाहित हैंनाम में रिक्तस्थान समाहित हैनाम नहीं जमा हैनाम काफी लंबा है (%zu > %d)नाम बहुत छोटा हैनाम हाइफन से शुरू होता हैकोई `%s' गुण नहीं मिला%s फलन प्रारंभिकीकरण, '%s' में नहीं हैकोई शेडो फाइल नहीं है -- असमर्थ कर रहा हैLDAP निर्देशिका में ऐसे कुछ वस्तु नहीं हैअधिकार काफी नहीं हैंसुपरयूजर विशेषाधिकार से निष्पादन नहीं कर रहा हैवस्तु में %s गुण नहीं थावस्तु में %s गुण नहीं हैसफलअज्ञात त्रुटिअतालाकित करना शब्दकूट क्षेत्र को खाली रखेगा.उपयोक्ता %jd के पास कोई नाम नहीं हैउपयोक्ता के पास %s कोई UID नहीं है.उपयोक्ता के पास कोई नाम या UID नहीं हैउपयोक्ता वस्तु का %s गुण नहीं थाउपयोक्ता वस्तु को `%s' के बिना बनाया गया थाउपयोक्ता/समूह id प्रयोग में हैउपयोक्ता/समूह नाम प्रयोग में हैlibuser-0.56.9.dfsg.1.orig/po/it.gmo0000644000175000017500000005011010777230761015135 0ustar gheghe,3< "(5K*$Ej""9H Z{</)7"a'1Mf*)( I`.|((.$I n!x "#!#($L#q. (-<Vg%v%  3P_s    -#7,Q~," % ,9Of#'!$F d"! #+ #O s  +   ! !1&!X!r!!$!!8!("*="*h")"*"0")#)C#m##1###$$!6$!X$+z$.$$G$;%)S%&}%"%%!%#&'&G&\&o&&&(&$&&)'8'K'0g'!'''&'" (',( T(u(3(!((( )#)9)"M)p) ))) ) ) * **K*"k*******%+#=+ a++'++++ +- ,:,O,"b,,$,,,,..M.;/Q/q////</1 0?0Z0#r01010'0""1E1V13i1'1"1N1)72;a272A2438L3(3(3%3 3/4N4)m4 4"4"464A55=w5"5#5?55<65r6!626)6 '7+57a7f7,7(7*7-8)08+Z88!8)8859<9K9c9t9.9999(:*: <:J:]:}:::: : :: :: ;<&;/c; ;=;%;*<8C<+|< <<<<=$=C==W= ==(==> >> _>>>> >>'>&"?(I?'r????-? @@5@I@]@7l@<@@@/A%CABiA,A5A6B7FB<~B=B=BK7CCCBC(D +DLD!fD&D)D6D1EBEV^E"E7E8FEIF#F.F6F0G JGkG"G3G6G:HSH5qHHH<H2"I8UI8IEI3 J/AJ3qJJJ9J(*KSKrKKK'K"K LL8+L!dL'L8L$L( M!5MWMsM"MMMM/M-.N#\NN)N!N!NOO;"O^O}O&O(O+OP.P@3!nO8uL_#X9) Z 7,:`$Q k+oTD& /iPq;"[lG0p*m2J%fe~aU}<(?4Ms'BWV^C j b=SxKcwgFH]Az|Yy>.REIt1h{Nd-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld Warning: Group with ID %jd does not exist. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorinvalid IDinvalid numberlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser.tip Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-03-08 22:05+0100 Last-Translator: Francesco Tombolini Language-Team: Italiano MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n != 1); %s privo di un numero gid. %s privo di directory home. %s non è autorizzato a cambiare le informazioni di %s per il comando finger Scadenza account: %s Creazione account fallita: %s. Account bloccato. Account non bloccato. Autenticazione fallita di %s. -L e -U specificati. Impossibile impostare l'ambiente di default per /etc/passwd Modificare le informazioni sulla scadenza di %s. Cambiare password per %s. Cambiare shell per %s. Copia della struttura dell'utente: errore Cyrus SASL nella creazione dell'utente: %sErrore Cyrus SASL nella rimozione dell'utente:`%sNomi attributi dell'utente di default: Classi oggetto utente di default: Indirizzo e-mailVoce non trovata. Errore nel cambiamento del proprietario di '%s': %sErrore durante la creazione di %s: %s. Errore nella creazione di `%s': %sErrore nella creazione dell'account per `%s': riga impropriamente formattata. Errore nella creazione del gruppo %s: %s Errore nella creazione del gruppo per '%s' con GID %jd: %s Errore nella creazione della home directory per %s: %s Errore durante la creazione della casella di posta spool per %s. Errore durante la creazione della casella di posta. Errore durante la creazione dell'account utente %s: %s. Errore nell'inizializzazione di %s: %s. Errore nell'inizializzazione di %s: %s. Errore nell'inizializzazione di PAM. Errore nella ricerca di %s: %s. Errore durante lo spostamento di %s in %s: %s. Errore nell'apertura`%s': %s. Errore nell'analisi degli argomenti: %s. Errore nella lettura di `%s': %sErrore nella rimozione di %s: %s. Errore nella rimozione di `%s': %serrore nella configurazione della password per %s: %s errore nella configurazione della password per il gruppo`%s: %s. Errore nell'impostazione della password per l'utente %s: %s. Errore nella scrittura di `%s': %sImpossibile diminuire i privilegi. Impossibile modificare le informazioni sulla scadenza di %s:%s Configurazione password per il gruppo %s fallita: %s Configurazione password per l'utente %s fallita: %s. Informazioni personali cambiate. Informazioni personali non cambiate: input error. Informazioni personali non cambiate: %s. Nome completoRaccolta attributi dell'utente di default: NomeIl gruppo %jd non esiste. Il gruppo %s non può essere eliminato: %s. Impossibile eliminare il gruppo %s: %s. Il gruppo %s non può essere bloccato: %s Il gruppo %s non può essere modificato: %s. Impossibile modificare il gruppo %s: %s. Il gruppo %s non può essere sbloccato: %s Il gruppo %s non esiste. Creazione fallita del gruppo: %s Gruppo con GID %jd privo di nome gruppo. Numero telefonico di casaIl percorso della home directory `%s' non è assolutoInattivo: %ld Errore PAM interno %s. Errore interno. ID %s non valido Valore predefinito non valido del campo %s: %sID gruppo %s non valido User ID %s non valida Admin principal di kerberosPassword per Admin Principal di kerberosRealm di kerberosLDAP Bind DN Password LDAP BindAutorizzazione utente LDAP SASLUtente LDAP SASLDN inizio ricerca LDAP Nome del server LDAPUltima modifica: %s Massimo: %ld Minimo: %ld MaiNuova shellNuova passwordNuova password (confermare)Nessun nome del gruppo specificato, nessun nome per gid %d. Nessun nome del gruppo specificato, usando %s. Nessun nome gruppo specificato. Non esiste nessun gruppo con GID %jd. Rimozione impossibile. Nessuna nuova directory home per %s. Nessuna directory home precedente per %s. Nessun nome utente specificato, nessun nome per uid %d. Nessun nome utente specificato, usando %s. Nessun nome utente specificato. UfficioNumero telefonico dell'ufficioScadenza password: %s Password inattiva: %s Annullamento cambio della password. Password cambiata. Le password non corrispondono, si prega di riprovare ancora. Esecuzione dei comandi fallita. Comandi eseguiti con successo Rifiuto di creare un account con UID 0. Ricerca del gruppo di nome %s. Ricerca del gruppo con ID %jd. Ricerca dell'utente di nome %s. Ricerca dell'utente con ID %jd. La shell è cambiata. La shell non è cambiata: %s CognomeUtente sconosciuto autenticato. Ambiente utente sconosciutoImpossibile eliminare l'utente %s: %s. Impossibile bloccare l'utente %s: %s. Impossibile modificare l'utente %s: %s. Impossibile sbloccare l'utente %s: %s. L'utente %s non esiste. Nessuna corrispondenza utente. Attenzione: %ld Attenzione: Il gruppo con ID %jd non esiste. [OPZIONE...][OPZIONE...] [utente][OPZIONE...] gruppo[OPZIONE...] utenteaccesso negatoil file di backup `%s' esiste e non è un file standardmancata corrispondenza con le dimensioni del file di backup.ID utente/gruppo erratonome utente/gruppo erratoil file di configurazione `%s' è troppo grandeimpossibile collegarsi al server LDAPimpossibile collegarsi al server LDAP, primo tentativo come %s: %simpossibile negoziare TLS con il server LDAPimpossibile aprire il file di configurazione `%s': %simpossibile leggere il file di configurazione `%s': %simpossibile impostare protocollo LDAP sulla versione %dimpossibile fare lo stat del file di configurazione `%s': %simpossibile determinare il contesto di sicurezza per `%s': %simpossibile ottenere il contesto di sicurezza predefinito: %simpossibile recuperare le informazioni sull'ambiente di sicurezza: `%s': %simpossibile aprire `%s': %simpossibile leggere da `%s': %simpossibile impostare l'ambiente di sicurezza predefinito a %s: %simpossibile eseguire lo stat su `%s': %simpossibile scrivere su `%s': %sdati non trovati nel filenessun attributo %s per l'entitànessun %s o attributo %s per l'entitànessun attributo %s per l'oggetto entitànessun %s o attributo %s per la struttura dell'entitàl'entità è stata creata senza attributi %s o %svoce già presente nel fileerrore durante la connessione al servere kadm5 per il servizio `%s' nel realm `%s': %serrore nella creazione di `%s': %serrore nella creazione della voce di directory LDAP: %sErrore nella creazione della home directory per l'utenteErrore durante la creazione della casella di posta spool per l'utenteerrore nel cifratura della passwordErrore nell'inizializzazione di Cyrus SASL: %serrore nell'inizializzazione della library di kerberoserrore nell'inizializzazione della libreria ldaperrore di caricamento del moduloerrore nel bloccaggio del fileerrore nel bloccaggio del file: %serrore nella modifica degli attributi del terminaleerrore nella modifica della voce di directory LDAP: %sErrore nello spostamento della home directory per l'utenteerrore nell'apertura del fileerrore nell'analisi del nome utente `%s' per kerberoserrore nella lettura del fileerrore di lettura dal terminaleerrore nella lettura delle informazioni per `%s' da kerberoserrore nella lettura degli attributi del terminaleerrore nella rimozione della voce di directory LDAP: %s.errore nella rimozione della home directory per l'utenteerrore durante la rimozione della casella di posta spool per l'utenteerrore nel rinominare la voce di directory LDAP: %serrore nella risoluzione del simbolo nel moduloerrore nella configurazione della password per `%s'errore nella configurazione della password nella directory LDAP per %s: %serrore nella configurazione degli attributi del terminaleerrore durante la chiamata stat del fileerrore nella scrittura su fileerrore genericoIl gruppo %jd non ha alcun nomeil gruppo %s non ha alcun GIDil gruppo non ha ne' un nome ne' un GIDerrore di inizializzazione internaID non validonumero non validomancata corrispondenza nella versione di modulo/libreriail modulo `%s' non definisce `%s'modulo disattivato dalla configurazionemancata corrispondenza della versione del modulo in `%s'nome contiene caratteri di controllonome contiene il carattero invalido `%c'nome contiene caratteri non-ASCIInome contiene spazi bianchinome non e' impostatoil nome è troppo corto (%zu > %d)nome è troppo cortoil nome inizia con un trattinonessun attributo `%s' trovatonessuna funzione di inizializzazione %s in `%s'nessun file shadow presente -- disattivazionenessun oggetto nella directory LDAPprivilegi insufficientiesecuzione senza privilegi di superutentenessun attributo %s per l'oggettonessun attributo %s per l'oggettoeseguitoerrore sconosciutoL'operazione unlock renderà il campo della password vuoto.l'utente %jd non ha alcun nomel'utente %s non ha alcun UIDl'utente non ha ne' un nome ne' un UIDnessun attributo %s per l'oggetto utentel'oggetto utente è stato creato senza `%s'ID utente/gruppo in usonome utente/gruppo in usolibuser-0.56.9.dfsg.1.orig/po/as.gmo0000644000175000017500000007552710777230760015146 0ustar gheghe,3< "(5K*$Ej""9H Z{</)7"a'1Mf*)( I`.|((.$I n!x "#!#($L#q. (-<Vg%v%  3P_s    -#7,Q~," % ,9Of#'!$F d"! #+ #O s  +   ! !1&!X!r!!$!!8!("*="*h")"*"0")#)C#m##1###$$!6$!X$+z$.$$G$;%)S%&}%"%%!%#&'&G&\&o&&&(&$&&)'8'K'0g'!'''&'" (',( T(u(3(!((( )#)9)"M)p) ))) ) ) * **K*"k*******%+#=+ a++'++++ +- ,:,O,"b,,$,,,,8.o._/K/_10=0=0k 1Yy11gS2W2E3WY3o3i!4q4q4#o515E5C 68O66UR7788m8Y699=+:@i:=:<:X%;/~;Z;% <=/<1m<<2==+Y>[>>rv??f@@dA"A BBYBPCS`CACMCjDDHDXDPQEaEFQF!pF@F5F GVG)tG;GGEG9H HH%UHK{H1HH I3,I`I!III(ICI9J|J]HKK?LLWM NlNO(!OHJO<O~OKOPsP;Q8KQvQGQOCR\RdR9US4S SgSi9TTj)UUsVgV>V'/WtWW WWWW)X8XFXM)YTwYPY=Z[Z_ZQV[N[v[Sn\~\hA]]/B^9r^^'d_)_9_a_tR`s`;aa[IbbARcgccd]'eDeZeV%f?|f9f=f|4gmgh/hh,]iHiXi],j]jjptkzkd`lpl6m|m7Dn2|n%nFnfoQoPo&p6pZVpipzqAqoq[HrSr>r67sVns,sxsJktZt|unu.uk,vgvZw [w"eww[ x{exfxHy{y|Vzz@3!nO8uL_#X9) Z 7,:`$Q k+oTD& /iPq;"[lG0p*m2J%fe~aU}<(?4Ms'BWV^C j b=SxKcwgFH]Az|Yy>.REIt1h{Nd-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld Warning: Group with ID %jd does not exist. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorinvalid IDinvalid numberlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser.tip.as Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-03-31 16:11+0530 Last-Translator: Amitakhya Phukan Language-Team: Assamese MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n!=1) %s-ৰ কোনো gid সংখ্যা নাই। %s-ৰ ব্যক্তিগত (হোম) পঞ্জিকা উপস্থিত ছিল না। %s-ৰ, %s-ৰ finger সংক্ৰান্ত তথ্য পৰিবৰ্তন কৰাৰ অধিকাৰ নাই। অ্যাকাউন্টেৰ মেয়াদপূৰ্তী: %s অ্যাকাউন্ট সৃষ্টি কৰোঁতে ব্যৰ্থ: %s। অ্যাকাউন্ট লক কৰা আছে। অ্যাকাউন্ট লক কৰা নাই। %s-ৰ পৰিচয়প্ৰমাণ প্ৰক্ৰিয়া ব্যৰ্থ হয়েছে। -L এবং -U দুটিই নিৰ্দিষ্ট কৰা হয়েছে। /etc/passwd-ৰ অবিকল্পিত প্ৰসঙ্গ নিৰ্ধাৰণ কৰা সম্ভব নহয় %s সংক্ৰান্ত finger তথ্য পৰিবৰ্তন কৰা হৈছে । %s-ৰ গুপ্তশব্দ পৰিবৰ্তন কৰা হৈছে । %s-ৰ শেল পৰিবৰ্তন কৰা হৈছে । ব্যৱহাৰকৰোঁতাৰ গঠন নকল কৰা হৈছে: ব্যৱহাৰকৰোঁতা সৃষ্টি কৰোঁতে Cyrus SASL সমস্যা: %sব্যৱহাৰকৰোঁতাক আঁতৰুৱাৰ সময়ত Cyrus SASL ভুল: %sব্যৱহাৰকৰোঁতাৰ অবিকল্পিত বৈশিষ্ট্যৰ নাম: ব্যৱহাৰকৰোঁতাৰ অবিকল্পিত অব্জেক্ট ক্লাছ: ই-মেইল ঠিকানানিবেশ পোৱা নাযায় । `%s' ৰ গৰাকীৰ পৰিবৰ্তনত ভুল: %s%s সৃষ্টি কৰোঁতে সমস্যা: %s। `%s' সৃষ্টি কৰোঁতে ভুল: %s`%s' -ৰ বাবে অ্যাকাউন্ট সৃষ্টি কৰোঁতে সমস্যা: পংক্তিটি সঠিক বিন্যাসে গঠিত নহয়। `%s' সমষ্টি সৃষ্টি কৰোঁতে সমস্যা: %s `%s'-ৰ বাবে, GID %jd ব্যবহাৰ কৰে সমষ্টি সৃষ্টি কৰোঁতে সমস্যা: %s %s-ৰ বাবে ব্যক্তিগত (হোম) পঞ্জিকা সৃষ্টি কৰোঁতে সমস্যা: %s %s-ৰ বাবে মেইল স্পুল সৃষ্টি কৰোঁতে সমস্যা। মেইল স্পুল সৃষ্টি কৰোঁতে সমস্যা। %s-ৰ বাবে ব্যৱহাৰকৰোঁতাৰ অ্যাকাউন্ট সৃষ্টি কৰোঁতে সমস্যা:%s %s আৰম্ভ কৰোঁতে সমস্যা: %s %s আৰম্ভ কৰোঁতে সমস্যা: %s। PAM আৰম্ভ কৰোঁতে সমস্যা। %s অনুসন্ধানে সমস্যা: %s। %s কে %s-এ সৰিয়ে নিতে সমস্যা হয়েছে: %s। `%s' খুলতে সমস্যা: %s। আৰ্গুমেন্ট পাৰ্স কৰোঁতে সমস্যা: %s. `%s' পঢ়োঁতে ভুল: %s%s সৰিয়ে ফেলতে সমস্যা: %s। `%s' অপসাৰণে সমস্যা: %s%s-ৰ বাবে প্ৰাৰম্ভিক গুপ্তশব্দ নিৰ্ধাৰণ কৰোঁতে সমস্যা: %s %s সমষ্টিৰ বাবে গুপ্তশব্দ নিৰ্ধাৰণ কৰোঁতে সমস্যা: %s। %s ব্যৱহাৰকৰোঁতাৰ বাবে গুপ্তশব্দ নিৰ্ধাৰণ কৰোঁতে সমস্যা: %s। `%s' লিখতে সমস্যা: %sঅধিকাৰ হ্ৰাসেৰ প্ৰচেষ্টা ব্যৰ্থ। %s সংক্ৰান্ত পুৰোনো তথ্য পৰিবৰ্তনেৰ প্ৰচেষ্টা ব্যৰ্থ: %s। %s সমষ্টিৰ গুপ্তশব্দ সৃষ্টি কৰোঁতে ব্যৰ্থ: %s %s ব্যৱহাৰকৰোঁতাৰ বাবে গুপ্তশব্দ নিৰ্ধাৰণ কৰা সম্ভব নহয়: %s। Finger সংক্ৰান্ত তথ্য পৰিবৰ্তন কৰা হয়েছে। Finger সংক্ৰান্ত তথ্য পৰিবৰ্তন কৰা নাযায়: ইনপুটজড়িত ত্ৰুটি। Finger সংক্ৰান্ত তথ্য পৰিবৰ্তন কৰা নহয়: %s। সম্পূৰ্ণ নামব্যৱহাৰকৰোঁতাৰ অবিকল্পিত বৈশিষ্ট্য আহৰণ কৰা হৈছে: প্ৰদত্ত নাম%jd সমষ্টিটি বৰ্তমানে উপস্থিত নাই। %s সমষ্টিটি আঁতৰুৱা সম্ভব নহয়: %s %s সমষ্টিটি আঁতৰুৱা সম্ভব নহয়: %s। %s সমষ্টিটি লক কৰা নাযায়: %s %s সমষ্টি পৰিবৰ্তন কৰা নাযায়: %s %s সমষ্টিৰ তথ্য পৰিবৰ্তন কৰা সম্ভব নহয়: %s। %s সমষ্টিটি আন-লক কৰা নাযায়: %s %s সমষ্টিটি বৰ্তমানে উপস্থিত নাই। সমষ্টি সৃষ্টি কৰোঁতে ব্যৰ্থ: %s %jd GIDসহ সমষ্টিৰ কোনো নাম উল্লিখিত নহয়। গৃহেৰ ফোনঘৰৰ পঞ্জিকাৰ পথ `%s' সম্পূৰ্ণ নহয়নিষ্ক্ৰিয়: %ld PAM-ৰ অভ্যন্তৰীণ সমস্যা `%s'. অভ্যন্তৰীণ সমস্যা। অবৈধ ID %s %s ক্ষেত্ৰে অবিকল্পিত মান বৈধ নয়: %sসমষ্টিৰ অবৈধ ID %s ব্যৱহাৰকৰোঁতা অবৈধ ID %s Kerberos Admin PrincipalAdmin Principal-ৰ বাবে Kerberos গুপ্তশব্দKerberos RealmLDAP Bind DNLDAP Bind গুপ্তশব্দLDAP SASL-ৰ অনুমোদন ব্যৱহাৰকৰোঁতাLDAP SASL ব্যৱহাৰকৰোঁতাLDAP Search Base DNLDAP সেৱকৰ নামসৰ্বশেষ পৰিবৰ্তন: %s সৰ্বোচ্চ: %ld সৰ্বনিম্ন: %ld কখনো নয়নতুন শেলনতুন গুপ্তশব্দনতুন গুপ্তশব্দ (নিশ্চায়ন)সমষ্টিৰ নাম উল্লেখ কৰা নহয়, %d gid-ৰ বাবে কোনো নাম লেখা নহয়। সমষ্টিৰ নাম উল্লেখ কৰা নহয়, %s ব্যবহাৰ কৰা হৈছে । কোনো সমষ্টিৰ নাম নিৰ্ধাৰণ কৰা নহয়। %jd GIDসহ কোনো সমষ্টি বৰ্তমানে উপস্থিত নাই, আঁতৰুৱা সম্ভব নয়। %s-ৰ কোনো নতুন ব্যক্তিগত (হোম) পঞ্জিকা উপস্থিত নাই। %s-ৰ ক্ষেত্ৰে পুৰোনো ব্যক্তিগত (হোম) পঞ্জিকা উপস্থিত নাই। কোনো ব্যৱহাৰকৰোঁতাৰ নাম নিৰ্দিষ্ট নহয়, %d uid-ৰ কোনো নাম উল্লিখিত নহয়। ব্যৱহাৰকৰোঁতাৰ নাম উল্লেখ কৰা নহয়, %s ব্যবহাৰ কৰা হৈছে । কোনো ব্যৱহাৰকৰোঁতাৰ নাম উল্লেখ কৰা নহয়। কৰ্মস্থলকৰ্মস্থলেৰ ফোনগুপ্তশব্দেৰ মেয়াদপূৰ্তী: %s গুপ্তশব্দ নিষ্ক্ৰিয়: %s গুপ্তশব্দ পৰিবৰ্তন প্ৰক্ৰিয়া বাতিল কৰা হয়েছে। গুপ্তশব্দ পৰিবৰ্তিত হয়েছে। গুপ্তশব্দ দুটি মেলেনি, পুনৰায় চেষ্টা কৰুন। প্ৰম্পটসমূহ বিফল হ'ল । প্ৰম্পটসমূহ সফল হ'ল । UID 0 ব্যবহাৰ কৰে অ্যাকাউন্ট সৃষ্টি কৰা হবে না। %s সমষ্টিৰ সন্ধান কৰা হৈছে । %jd ID ৰ সমষ্টিৰ সন্ধান কৰা হৈছে । %s ব্যৱহাৰকৰোঁতাক সন্ধান কৰা হৈছে । %jd ID ৰ ব্যৱহাৰকৰোঁতাৰ সন্ধান কৰা হৈছে । শেল পৰিবৰ্তিত হয়েছে। শেল পৰিবৰ্তিত নহয়: %s পদবিঅজানা ব্যৱহাৰকৰোঁতা অনুমোদিত ৰয়েছেন। ব্যৱহাৰকৰোঁতাৰ প্ৰাসঙ্গিক বিবৰণ অজানাব্যৱহাৰকৰোঁতা %s'ৰ অ্যাকাউন্ট আঁতৰুৱা সম্ভব নহয়: %s। %s ব্যৱহাৰকৰোঁতাকে লক (lock) কৰা সম্ভব নহয়: %s। %s ব্যৱহাৰকৰোঁতাৰ তথ্য পৰিবৰ্তন কৰা সম্ভব নহয়: %s। %s ব্যৱহাৰকৰোঁতাকে আন-লক (unlock) কৰা সম্ভব নহয়: %s। %s ব্যৱহাৰকৰোঁতা বৰ্তমানে উপস্থিত নাই। ব্যৱহাৰকৰোঁতাৰ গৰমিল। সতৰ্কবাৰ্তা: %ld সকিয়নি: %jd ID থকা সমষ্টি বৰ্তমানে উপস্থিত নাই। [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] userঅনুমোদন কৰা নহয়ব্যাক-আপ ফাইল `%s' বৰ্তমানে উপস্থিত আছে এবং এটি কোনো সাধাৰণ ফাইল নয়ব্যাক-আপ ফাইলেৰ মাপে গৰমিলঅবৈধ ব্যৱহাৰকৰোঁতা/সমষ্টিৰ idঅবৈধ ব্যৱহাৰকৰোঁতা/সমষ্টিৰ নামকনফিগাৰেশন ফাইল `%s' অত্যাধিক বড়LDAP সেৱকে bind কৰা সম্ভব নহয়LDAP সেৱকে bind কৰা সম্ভব নহয়, `%s' ৰূপে প্ৰথম প্ৰচেষ্টা কৰা হয়েছে: %sLDAP সেৱকৰ সাথে TLS মীমাংসা কৰা সম্ভব নহয়কনফিগাৰেশন ফাইল `%s' খোলা নাযায়: %sকনফিগাৰেশন ফাইল `%s' পড়া নাযায়: %sLDAP প্ৰোটোকল %d সংস্কৰণেৰ সাথে স্থাপন কৰা নাযায়কনফিগাৰেশন ফাইল `%s' stat কৰা নাযায়: %s`%s' ৰ বাবে সুৰক্ষাৰ পৰিবেশ নিৰ্ধাৰণ কৰিব নোৱাৰি: %sঅবিকল্পিত সুৰক্ষাৰ পৰিবেশ পোৱা নাযায়: %s`%s'-ৰ বাবে প্ৰাসঙ্গিক নিৰাপত্তাৰ বিবৰণ প্ৰাপ্ত কৰা নাযায়: %s`%s' খোলা সম্ভব নহয়: %s`%s' থেকে পড়া সম্ভব নহয়: %sঅবিকল্পিত প্ৰাসঙ্গিক নিৰাপত্তাৰ বিবৰণ`%s' হিসাবে নিৰ্ধাৰণ কৰা নাযায়: %s`%s' stat কৰা নাযায়: %s`%s'-এ লেখা নাযায়: %sফাইলে তথ্য পোৱা নাযায়নিবেশতে কোনো %s বৈশিষ্ট্য উপস্থিত নাইস্বত্বায় কোনো %s অথবা %s বৈশিষ্ট্য উপস্থিত নাইস্বত্বাৰ অব্জেক্টত %s বৈশিষ্ট্য উপস্থিত নাইস্বত্বাৰ গঠনে কোনো %s অথবা %s বৈশিষ্ট্য উপস্থিত নাইকোনো %s অথবা %s বৈশিষ্ট্য বিনা স্বত্বা সৃষ্টি কৰা হয়েছেফাইলেত নিবেশ বৰ্তমানে উপস্থিত আছে`%s' পৰিসেবাৰ বাবে kdam5 সেৱকটিৰ সাথে সংযোগ কৰোঁতে `%s' realm-এ সমস্যা হয়েছে: %s`%s' সৃষ্টি কৰোঁতে সমস্যা: %sLDAP পঞ্জিকা নিবেশ সৃষ্টি কৰোঁতে সমস্যা: %sব্যৱহাৰকৰোঁতাৰ বাবে ব্যক্তিগত পঞ্জিকা সৃষ্টি কৰোঁতে সমস্যাব্যৱহাৰকৰোঁতাৰ বাবে পত্ৰৰ ভঁৰাল সৃষ্টি কৰোঁতে ভুলগুপ্তশব্দ এনক্ৰিপ্ট কৰোঁতে সমস্যাCyrus SASL আৰম্ভ কৰোঁতে সমস্যা: %skerberos লাইব্ৰেৰি আৰম্ভ কৰোঁতে সমস্যাLdap লাইব্ৰেৰি আৰম্ভ কৰোঁতে সমস্যামডিউল লোড কৰোঁতে সমস্যাফাইল লক কৰোঁতে সমস্যাফাইল লক কৰোঁতে সমস্যা: %sটাৰ্মিনালেৰ বৈশিষ্ট্য পৰিবৰ্তন কৰোঁতে সমস্যাLDAP পঞ্জিকা নিবেশ পৰিবৰ্তন কৰোঁতে সমস্যা: %sব্যৱহাৰকৰোঁতাৰ ব্যক্তিগত পঞ্জিকা গমন কৰোঁতে ভুলফাইল খুলতে সমস্যা`%s' ব্যৱহাৰকৰোঁতাৰ নাম kerberos-ৰ বাবে পাৰ্স কৰোঁতে সমস্যাফাইল পড়তে সমস্যাটাৰ্মিনাল থেকে পড়তে সমস্যা`%s'-ৰ বাবে kerberos থেকে তথ্য পড়তে সমস্যাটাৰ্মিনালেৰ বৈশিষ্ট্য পড়তে সমস্যাLDAP পঞ্জিকা নিবেশ আঁতৰাওঁতে সমস্যা: %sব্যৱহাৰকৰোঁতাৰ ব্যক্তিগত পঞ্জিকা আঁতৰাওঁতে সমস্যাব্যৱহাৰকৰোঁতাৰ পত্ৰৰ ভঁৰাল আঁতৰাওঁতে ভুলLDAP পঞ্জিকা নিবেশৰ নাম পৰিবৰ্তন কৰোঁতে সমস্যা: %sমডিউলেৰ সিম্বল মীমাংসা কৰোঁতে সমস্যা`%s'-ৰ বাবে গুপ্তশব্দ নিৰ্ধাৰণ কৰোঁতে সমস্যা%s ৰ বাবে LDAP পঞ্জিকাত গুপ্তশব্দ নিৰ্ধাৰণ কৰোঁতে সমস্যা: %sটাৰ্মিনালেৰ বৈশিষ্ট্য নিৰ্ধাৰণ কৰোঁতে সমস্যাফাইল stat কৰোঁতে সমস্যাফাইলে লিখতে সমস্যাসাধাৰণ সমস্যা%jd সমষ্টিৰ নাম উল্লিখিত নাই%s নামক সমষ্টিৰ ক্ষেত্ৰে GID ধাৰ্য কৰা নহয়সমষ্টিৰ নাম আৰু GID ধাৰ্য কৰা নহয়অভ্যন্তৰীণ প্ৰাৰম্ভিক সমস্যাঅবৈধ IDঅবৈধ সংখ্যালাইব্ৰেৰি/মডিউলেৰ সংস্কৰণে গৰমিল`%s' মডিউলেৰ দ্বাৰা `%s'-ৰ ব্যাখ্যা কৰা নাযায়কনফিগাৰেশনেৰ দৰুণ মডিউলটি নিষ্ক্ৰিয় হয়ে গেছে`%s'-ৰ মডিউল সংস্কৰণে গৰমিলনামেৰ মধ্য নিয়ন্ত্ৰক (control) অক্ষৰ লেখা হয়েছেনামেৰ মধ্য অবৈধ অক্ষৰ `%c' লেখা হয়েছেনামেৰ মধ্য non-ASCII অক্ষৰ লেখা হয়েছেনামেত শূণ্যস্থান ৰয়েছেনাম নিৰ্ধাৰণ কৰা নহয়উল্লিখিত নাম অত্যাধিক লম্বা (%zu > %d)নাম অত্যাধিক ছোটনামেৰ প্ৰাৰম্ভে হাইফেন চিহ্ন (-) উপস্থিত ৰয়েছেকোনো `%s' বৈশিষ্ট্য পোৱা নাযায়%s প্ৰাৰম্ভিক কাৰ্য `%s'-ত উপস্থিত নাইকোনো শেডো ফাইল উপস্থিত নাই -- নিষ্ক্ৰিয় কৰা হৈছেLDAP পঞ্জিকাত এই ধৰণৰ কোনো বস্তু উপস্থিত নাইঅপৰ্যাপ্ত অধিকাৰসুপাৰ-ইউজাৰেৰ অধিকাৰসহ সঞ্চালিত হৈছে নাঅব্জেক্টত কোনো %s বৈশিষ্ট্য উপস্থিত নাইঅব্জেক্টত %s বৈশিষ্ট্য উপস্থিত নাইসফলঅজানা সমস্যাআন-লক কৰা হলে গুপ্তশব্দেৰ ক্ষেত্ৰ ফাঁকা হয়ে যাবে%jd ব্যৱহাৰকৰোঁতাৰ নাম উল্লিখিত নাই%s নামক ব্যৱহাৰকৰোঁতাৰ ক্ষেত্ৰে UID ধাৰ্য কৰা নহয়ব্যৱহাৰকৰোঁতাৰ নাম আৰু UID ধাৰ্য কৰা নহয়ব্যৱহাৰকৰোঁতাৰ অব্জেক্ট কোনো `%s' বৈশিষ্ট্য উপস্থিত নাইব্যৱহাৰকৰোঁতাৰ অব্জেক্ট `%s' বিনা নিৰ্মিত হয়েছেব্যৱহাৰকৰোঁতা/সমষ্টিৰ id বৰ্তমানে ব্যবহৃত হৈছেব্যৱহাৰকৰোঁতা/সমষ্টিৰ নাম বৰ্তমানে ব্যবহৃত হৈছেlibuser-0.56.9.dfsg.1.orig/po/is.gmo0000644000175000017500000004477210777230761015155 0ustar gheghe% `a"5  8W*r$""1Ts <@/_)"' ;Wp *#)N(x.((,U.r$ ! "#:!^#$#." Q\k%% 3 BOb    -#Bf,,";T [h~#' 4!Su "!8#Z#~    1) [ u  $  8 (!*@!*k!)!*!)!","1H"z""""!"!#+"#.N#}#G##)#&%$"L$o$!$#$$$%%&.%(U%$~%%)%%%0&!@&'b&&&'& &&3'!N'p'' '''"''( 3( T(u( (("(()")>)P)j)%)#) ))'*+*F*a* i*-w***"**$+5+J+Va+,,<,2-!O-q----5-". 9.Z.t...2.%.!/9/I/&`/ / /P/"05=02s0-0$040!.1"P1s1"1#11&12:2"X2,{25242!3539S3*3(33,4(.4 W4%b444(4&4(4)"5*L5*w55%5,5 66*6C6S6+d6666(67 77.7C7 U7 b7o7 7 7777787&8988S82838C8'79_9 ~9 999"99):+:D:2[:::!:: ;; -;#7;[;,{;,;-;.<2<M<c< s<}<<<<.<<=*=!B=d=?=*=)=)>1@>*r>$>>>2>+?E? a?%?,?$?3?2.@*a@Q@ @(@:(A,cA#A(A3A/BAB]BxB"B&B)B C9$C^CxC4C%C.C.D*ND.yD)D9D$ E1EKE eE rEE%EE*E#F(CF lFF$F+FFG1GPGdGG#G)G&GH%2H$XH$}HHH6H HI%.I,TI(I,I"I$ ):-H`IKGpU%;tg0D3jT"=]h,d>[?x1!8k^V@oylfY|2{ZN+W (QCzSPn9si5.6aJm&}M*w7bu X'eAv OcFBL \/q #E<4r_R~%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser 1.1 Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2007-04-24 12:55+0000 Last-Translator: Richard Allen Language-Team: is MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8-bit %s var ekki með gid tölu. %s var ekki með heimasvæði. %s hefur ekki heimild til að breyta notandaupplýsingum %s Aðgangurinn rennur út: %s Gat ekki búið til notanda: %s. Notandinn er læstur. Notandinn er ekki læstur. Auðkenning mistókst hjá %s. Bæði -L og -U tiltekið. Get ekki stillt sjálfgefinn öryggisham /etc/passwd Breyti upplýsingum notandans %s. Breyti lykilorði notandans %s. Skipti um skél hjá %s. Afrita notendastrúktúr: Cyrus SASL villa við að búa til notanda: %sCyrus SASL villa við að fjarlægja notandann: %sSjálfgefin heiti notandaeiginleika: Sjálfgefnar notendahlutahópar: TölvupóstfangFærslan fannst ekki. Villa við að breyta eiganda `%s': %sVilla við að búa %s til: %s. Villa við að búa til `%s': %sVilla við að búa til notandaaðgang fyrir `%s': rangt sniðnar upplýsingar. Gat ekki búið til hóp `%s': %s Gat ekki búið til hóp fyrir `%s' með GID %jd: %s Villa við að búa til heimasvæði fyrir %s: %s Villa við að búa til pósthólf fyrir %s. Villa við að búa til pósthólf. Villa við að búa til notandaaðgang fyrir %s: %s Villa við að frumstilla %s: %s Villa við að frumstilla %s: %s. Villa við frumstillingu PAM. Villa við að fletta upp %s: %s. Villa við að færa %s í %s: %s. Villa við að opna `%s': %s. Villa við að þátta viðföng: %s. Villa við lestur `%s': %sVilla við að eyða %s: %s. Villa við að fjarlægja `%s': %sVilla við að setja lykilorð fyrir %s: %s Villa við að setja lykilorð fyrir hópinn %s: %s. Villa við að búa til lykilorð notandans %s: %s. Villa við að skrifa í `%s': %sGat ekki minnkað heimildir. Gat ekki breytt úreldingarupplýsingum notandans %s: %s Gat ekki sett lykilorð á hópinn %s: %s Gat ekki sett lykilorð notanda %s: %s. Upplýsingum notandans breytt. Upplýsingum notandans ekki breytt: villa. Upplýsingum notandans ekki breytt: %s. Fullt nafnSæki sjálfgefna notandaeiginleika: NafnHópurinn %jd er ekki til. Ekki var hægt að eyða hópnum %s: %s Ekki var hægt að eyða hóp %s: %s. Ekki var hægt að læsa hópnum %s: %s Ekki var hægt að breyta hópnum %s: %s Ekki var hægt að breyta hópnum %s: %s. Ekki var hægt að aflæsa hópnum %s: %s Hópurinn %s er ekki til. Ekki tókst að búa til hópinn: %s Hópur með GID %jd er ekki með hópheiti. HeimasímiÓvirkur: %ld Innvær PAM villa `%s'. Innvær villa. Ógilt kenni %s Ógilt sjálfgefið gildi í svæði %s: %sÓgilt hópnúmer %s Ógilt notandanúmer %s Kerberos Admin PrincipalKerberos lykilorð fyrir Admin PrincipalKerberos svæðiLDAP Bind DNLDAP lykilorðLDAP SASL AuðkennirLDAP SASL notandiLDAP Base DNLDAP þjónnSíðast breytt: %s Mest: %ld Minnst: %ld AldreiNý skelNýtt lykilorðNýtt lykilorð (staðfesta)Ekkert hópsheiti tiltekið, ekkert heiti fyrir gid %d. Ekkert hópsheiti tiltekið, nota %s. Enginn hópur tiltekinn. Enginn hópur með GID %jd er til. Fjarlægi hann ekki. Ekkert nýtt heimasvæði til fyrir notandann %s. Ekkert gamalt heimasvæði til fyrir notandann %s. Ekkert notandanafn tiltekið, ekkert heiti fyrir notandanúmer %d. Ekkert notandanafn tiltekið, nota %s. Ekkert notandanafn tiltekið. SkrifstofaVinnusímiLykilorðið rennur út: %s Lykilorðið ógilt: %s Hætt við að breyta lykilorði. Lykilorði breytt. Lykilorðin eru ekki eins. Reyndu aftur. Fyrirspurnir brugðust. Fyrirspurnir tókust. Ég neita að búa til notandaaðgang með UID 0. Leita að hóp sem heitir %s. Leita að hóp númer %jd. Leita að notanda sem heitir %s. Leita að notanda númer %jd. Skél breytt. Skél óbreytt: %s Eftirnafnóþekktur notandi auðkenndi sig. óþekktur notandaöryggishamurEkki var hægt að eyða notandanum %s: %s. Ekki var hægt að læsa notandanum %s: %s. Ekki var hægt að breyta notandanum %s: %s. Ekki var hægt að aflæsa notandanum %s: %s. Notandinn %s er ekki til. Misræmi í notanda. Aðvörun: %ld [ROFI...][ROFI...] [notandi][ROFI...] hópur[ROFI...] notandiaðgangi hafnaðafritið `%s' er til og er ekki venjuleg skrástærðarmunur á afritumógildur notandi/hópnúmerógildur notandi/hópurstillingaskráin `%s' er of stórgat ekki tengst LDAP þjónigat ekki tengst LDAP þjóni, fyrsta tilraun gerð sem `%s': %sgat ekki samið um TLS við LDAP þjóninngat ekki opnað stillingaskrána `%s': %sgat ekki lesið stillingaskrána `%s': %sgat ekki stillt LDAP prótókollsútgáfuna á %dgat ekki fundið stillingaskrána `%s': %sgat ekki lesið öryggisham `%s': %sgat ekki opnað `%s': %sgat ekki lesið úr `%s': %sgat ekki sett sjálfgefinn öryggisham í `%s': %sgat ekki fundið `%s': %sgat ekki ritað í `%s': %sgögnin fundust ekki í skránnihluturinn hafði engann %s eiginleikahluturinn hefur engann %s eða %s eiginleikahluturinn er ekki með %s eiginleikahlutstrúkúrinn hefur engann %s eða %s eiginleikahluturinn var búinn til án %s eða %s eiginleikafærslan er þegar til staðar í skránnivilla við að tengjast kadm5 þjóni fyrir þjónustuna `%s' í svæði `%s': %svilla við að búa til `%s': %svilla við að búa til LDAP færslu: %svilla við að búa til nýtt heimasvæði fyrir notandannvilla við að búa til pósthólf notandansvilla við að dulrita lykilorðiðVilla við að frumstilla Cyrus SASL: %svilla við að frumstilla kerberos aðgerðasafniðvilla við að frumstilla ldap aðgerðasafniðvilla við að lesa eininguvilla við að læsa skrávilla við að læsa skrá: %sgat ekki breytt eiginleikum skjásvilla við að breyta LDAP færslu: %svilla við að færa heimasvæði notandavilla við opnun skráarvilla við að þátta notandaheitið `%s' fyrir kerberosvilla við að lesa skrávilla við lestur frá skjávilla við að lesa upplýsingar um `%s úr kerberosvilla við að lesa einigleika skjásvilla við að fjarlægja færslu úr LDAP: %svilla við að fjarlægja heimasvæði notandavilla við að endurnefna LDAP færslu: %svilla við að fjarlægja merkingu úr eininguvilla við að setja lykilorð fyrir `%s'villa við að setja lykilorð í LDAP skrá fyrir %s: %svilla við að setja skjáeiginleikavilla við að lesa skrávilla við að rita skráalmenn villahópurinn %jd hefur ekkert heitihópurinn %s hefur ekkert GIDhópurinn hefur hvorki heiti eða GIDvilla við að frumstillinguútgáfumismunur eininga eða skráarsafnaeiningin `%s' skilgreinir ekki `%s'slökkt er á einingunni skv. stillingumútgáfumismunur eininga í `%s'heitið inniheldur stjórntáknheitið inniheldur ógilt tákn `%c'heitið inniheldur stafi sem ekki eru ASCIIheitið inniheldur orðabilheitið er ekki stilltheitið er of langt (%zu > %d)heitið er of stuttheitið byrjar á bandstrikienginn `%s' eiginleiki fannstekkert frumstillingastef %s í `%s'engin shadow skrá til staðar -- afvirkienginn slíkur hlutur í LDAP skránumer ekki með nægar heimildirer ekki keyrandi með rótarheimildumhluturinn hefur engann %s eiginleikahluturinn hefur engann %s eiginleikatókstóþekkt villaef tekið er úr lás verður lykilorðasviðið tómtnotandinn %jd hefur ekkert heitinotandinn %s hefur ekkert UIDnotandinn hefur hvorki heiti eða UIDnotandahluturinn hafði engann %s eiginleikanotandahluturinn var búinn til án `%s'notandanúmer/hópnúmer er þegar í notkunnotandi/hópur er þegar í notkunlibuser-0.56.9.dfsg.1.orig/po/pl.po0000644000175000017500000007164610777230760015010 0ustar gheghe# translation of pl.po to Polish # Bartosz Sapijaszko , 2004. # Paweł Nawara , 2004. # Tom Berner , 2004. # Andrzej Olszewski , 2004. # Tom Berner , 2005. # Piotr Drąg , 2008. # msgid "" msgstr "" "Project-Id-Version: pl\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-03-23 10:44+0200\n" "Last-Translator: Piotr Drąg \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "Ścieżka do folderu domowego `%s' nie jest absolutna" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Błąd podczas odczytywania `%s': %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Błąd podczas tworzenia `%s': %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Błąd podczas zmieniania właściciela `%s': %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Błąd podczas zapisywania `%s': %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Błąd podczas usuwania `%s': %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Próba odebrania uprawnień nie powiodła się.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Błąd wewnętrzny.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s nie jest upoważniony do zmiany informacji fingera o %s\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Nieznany kontekst użytkownika" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Nie można ustawić domyślnego kontekstu dla /etc/passwd\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Błąd podczas inicjowania PAM.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Uwierzytelnienie nie powiodła się dla %s.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Wewnętrzny błąd PAM `%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "Nieznany upoważniony użytkownik.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Użytkownik nie zgadza się.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[OPCJA...] użytkownik" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Błąd podczas analizowania argumentów: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Nie określono nazwy użytkownika.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Błąd podczas inicjowania %s: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "Użytkownik %s nie istnieje.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Konto jest zablokowane.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Konto nie jest zablokowane.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Minimalnie:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Maksymalnie:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Ostrzeżenie:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Nieaktywne:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Nigdy" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Ostatnia zmiana:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Hasło wygasa:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Hasło nieaktywne:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Konto ważne do:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Wystąpił błąd podczas próby modyfikacji okresu ważności dla %s: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[OPCJA...] [użytkownik]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Nie określono nazwy użytkownika dla UID %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Zmienianie informacji fingera dla %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Imię i nazwisko" #: apps/lchfn.c:154 msgid "Surname" msgstr "Nazwisko" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Imię" #: apps/lchfn.c:179 msgid "Office" msgstr "Praca" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Telefon do pracy" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Telefon domowy" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "Adres e-mail" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Informacje fingera nie zostały zmienione: błąd wejścia.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Informacje fingera zostały zmienione.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Informacje fingera nie zostały zmienione: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Zmienianie powłoki dla %s.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Nowa powłoka" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Powłoka nie została zmieniona: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Powłoka została zmieniona.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[OPCJA...] grupa" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Nie określono nazwy grupy.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "Nieprawidłowy identyfikator grupy %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "Tworzenie grupy zakończyło się niepowodzeniem: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Grupa %s nie istnieje.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "Grupa %s nie może zostać usunięta: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "Określono jednocześnie opcje -L oraz -U.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Ustawienie hasła dla grupy %s: %s zakończyło się niepowodzeniem\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "Grupa %s nie może zostać zablokowana: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Grupa %s nie może zostać odblokowana: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "Grupa %s nie może być modyfikowana: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Błąd podczas wyszukiwania %s: %s\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Nie określono nazwy grupy, używanie %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Nie określono nazwy grupy, brak nazwy dla GID %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Nie określono nazwy użytkownika, używanie %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[OPCJA...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Błąd podczas otwierania `%s': %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "" "Błąd podczas tworzenia konta dla `%s': wiersz jest nieprawidłowo " "sformatowany.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "Nieprawidłowy identyfikator użytkownika %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Nie można utworzyć konta o UID 0.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Błąd podczas tworzenie grupy dla `%s' z GID %jd: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Błąd podczas ustawiania wstępnego hasła dla %s: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Błąd podczas tworzenia folderu domowego dla %s: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "Błąd podczas tworzenia buforu poczty dla %s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Błąd podczas tworzenia konta użytkownika dla %s: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Zmienianie hasła dla %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Nowe hasło" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Nowe hasło (potwierdź)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Hasła nie są jednakowe, spróbuj ponownie.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Zmiana hasła została anulowana.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Błąd podczas ustawiania hasła użytkownika %s: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Błąd podczas ustawiania hasła grupie %s: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Hasło zostało zmienione.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "Grupa %jd nie istnieje\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Błąd podczas tworzenia grupy `%s': %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Zakładanie konta zakończyło się niepowodzeniem: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Błąd podczas tworzenia %s: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "Błąd podczas tworzenia buforu poczty.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Użytkownik %s nie może zostać usunięty: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s nie miał numeru GID.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "Nie istnieje żadna grupa z GID równym %jd, nie zostanie usunięta.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "Grupa z GID równym %jd nie posiada nazwy.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Grupa %s nie może zostać usunięta: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s nie miał folderu domowego.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Błąd podczas usuwania %s: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Ustawienie hasła użytkownika %s zakończyło się niepowodzeniem: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Użytkownik %s nie może zostać zablokowany: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Użytkownik %s nie może zostać odblokowany: %s\n" #: apps/lusermod.c:221 #, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Ostrzeżenie: grupa o identyfikatorze %jd nie istnieje.\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Użytkownik %s nie może być modyfikowany: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "Grupa %s nie może być modyfikowana: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "Brak poprzedniego folderu domowego dla %s.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "Brak nowego folderu domowego dla %s.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Błąd podczas przenoszenia %s do %s: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "nie można otworzyć pliku konfiguracyjnego `%s': %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "nie można otworzyć pliku konfiguracyjnego `%s': %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "plik konfiguracyjny `%s' jest za duży" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "nie można odczytać pliku konfiguracyjnego `%s': %s" #: lib/error.c:38 msgid "success" msgstr "powodzenie" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "moduł wyłączony w konfiguracji" #: lib/error.c:42 msgid "generic error" msgstr "ogólny błąd" #: lib/error.c:44 msgid "not enough privileges" msgstr "brak wystarczających uprawnień" #: lib/error.c:46 msgid "access denied" msgstr "dostęp zabroniony" #: lib/error.c:48 msgid "bad user/group name" msgstr "błędna nazwa użytkownika/grupy" #: lib/error.c:50 msgid "bad user/group id" msgstr "błędny identyfikator użytkownika/grupy" #: lib/error.c:52 msgid "user/group name in use" msgstr "nazwa użytkownika/grupy jest już używana" #: lib/error.c:54 msgid "user/group id in use" msgstr "identyfikator użytkownika/grupy jest już używany" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "błąd podczas przetwarzania parametrów terminala" #: lib/error.c:58 msgid "error opening file" msgstr "błąd podczas otwierania pliku" #: lib/error.c:60 msgid "error locking file" msgstr "błąd podczas blokowania pliku" #: lib/error.c:62 msgid "error statting file" msgstr "błąd podczas określania stanu pliku" #: lib/error.c:64 msgid "error reading file" msgstr "błąd podczas odczytywania pliku" #: lib/error.c:66 msgid "error writing to file" msgstr "błąd podczas zapisywania do pliku" #: lib/error.c:68 msgid "data not found in file" msgstr "dane w pliku nie zostały znalezione" #: lib/error.c:70 msgid "internal initialization error" msgstr "błąd wewnętrzny inicjowania" #: lib/error.c:72 msgid "error loading module" msgstr "błąd podczas wczytywania modułu" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "błąd przy wyszukiwaniu symbolu w module" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "niezgodność wersji biblioteki/modułu" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "odblokowywanie spowoduje pozostawienie pustego pola hasła" #: lib/error.c:84 msgid "unknown error" msgstr "nieznany błąd" #: lib/misc.c:165 msgid "invalid number" msgstr "nieprawidłowy numer" #: lib/misc.c:179 msgid "invalid ID" msgstr "nieprawidłowy identyfikator" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "brak funkcji inicjującej %s w `%s'" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "niezgodna wersja modułu w `%s'" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "moduł `%s' nie określa `%s'" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "błąd podczas odczytywania atrybutów terminala" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "błąd podczas ustalania atrybutów terminala" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "błąd podczas odczytywania z terminalu" #: lib/user.c:191 msgid "name is not set" msgstr "nazwa nie jest ustawiona" #: lib/user.c:196 msgid "name is too short" msgstr "nazwa jest za krótka" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "nazwa jest za długa (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "nazwa zawiera znaki spoza ASCII" #: lib/user.c:215 msgid "name contains control characters" msgstr "nazwa zawiera znaki kontrolne" #: lib/user.c:222 msgid "name contains whitespace" msgstr "nazwa zawiera biały znak" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "nazwa zaczyna się od myślnika" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "nazwa zawiera nieprawidłowy znak `%c'" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "użytkownik %s nie posiada UID" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "grupa %s nie posiada GID" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "użytkownik %jd nie posiada nazwy" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "grupa %jd nie posiada nazwy" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "użytkownik nie posiada ani nazwy, ani UID" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "grupa nie posiada ani nazwy, ani GID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "Nieprawidłowa domyślna wartość pola %s: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "błąd podczas blokowania pliku %s" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "nie można uzyskać domyślnego kontekstu bezpieczeństwa: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "nie można ustawić domyślnego kontekstu bezpieczeństwa dla `%s': %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "nie można ustawić domyślnego kontekstu bezpieczeństwa dla`%s': %s" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "nie można ustalić domyślnego kontekstu bezpieczeństwa dla `%s': %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "nie można otworzyć `%s': %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "nie można określić stanu `%s': %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "błąd podczas tworzenia `%s': %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "plik zapasowy `%s' istnieje i nie jest zwykłym plikiem" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "niezgodność rozmiaru pliku zapasowego" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "nie można otworzyć pliku z `%s': %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "wpis znajduje się już w pliku" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "nie można zapisać do `%s': %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "obiekt nie posiada atrybutu %s" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "błąd podczas szyfrowania hasła" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "nie uruchamiaj z uprawnieniami superużytkownika" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "plik shadow nieobecny -- wyłączanie" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "błąd połączenia z usługą `%s' na serwerze kadm5 w obszarze `%s': %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "błąd podczas inicjowania biblioteki Kerberosa" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "błąd podczas analizowania nazwy użytkownika `%s' dla Kerberosa" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "struktura obiektu nie posiada atrybutu %s lub %s" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "obiekt nie posiada atrybutu %s lub %s" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "obiekt został utworzony bez atrybutu %s lub %s" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "błąd podczas odczytu informacji dla `%s' z Kerberosa" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "obiekt nie posiadał atrybutu %s " #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "błąd podczas ustawiania hasła dla `%s'" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Obszar Kerberosa" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Główny administrator Kerberosa" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Hasło dostępu do Kerberosa dla głównego administratora" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "błąd podczas inicjowania biblioteki LDAP" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "nie można ustawić protokołu LDAP do wersji %d" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "nie można uzgodnić TLS z serwerem LDAP" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "nie można powiązać z serwerem LDAP" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "nie można dołączyć się do serwera LDAP, pierwsza próba jako `%s': %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "obiekt użytkownika nie posiada atrybutu %s" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "obiekt użytkownika został utworzony bez `%s'" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "błąd podczas tworzenia wpisu w katalogu LDAP: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "błąd podczas modyfikacji pozycji w katalogu LDAP: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "błąd podczas zmiany nazwy wpisu w katalogu LDAP: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "obiekt nie miał atrybutu %s" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "błąd podczas usuwania wpisu w katalogu LDAP: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "obiekt nie ma atrybutu %s" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "nie ma takiego obiektu w katalogu LDAP" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "atrybut `%s' nie został znaleziony" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "błąd podczas ustawiania hasła w katalogu LDAP dla %s: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "Nazwa serwera LDAP" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "Podstawowy DN dla LDAP" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "DN do powiązania z LDAP" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "Hasło powiązania z LDAP" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "Użytkownik LDAP SASL" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "Upoważnienie użytkownika LDAP SASL" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Błąd w bibliotece Cyrus SASL podczas tworzenia użytkownika: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Błąd w bibliotece Cyrus SASL podczas usuwania użytkownika: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "błąd podczas inicjowania biblioteki Cyrus SASL: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "błąd podczas tworzenia folderu domowego dla użytkownika" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "błąd podczas usuwania folderu domowego użytkownika" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "błąd podczas przenoszenia folderu domowego użytkownika" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "błąd podczas tworzenia buforu poczty dla użytkownika" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "błąd podczas usuwania buforu poczty dla użytkownika" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Błąd inicjowania %s: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "Nieprawidłowy identyfikator %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "Wyszukiwanie grupy o identyfikatorze %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "Wyszukiwanie grupy %s.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "Wyszukiwanie użytkownika o identyfikatorze %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "Wyszukiwanie użytkownika %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Wpis nie został znaleziony.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Znak zachęty powiódł się.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Znak zachęty nie powiódł się.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Klasy obiektów dla domyślnego użytkownika:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Nazwy atrybutów dla domyślnego użytkownika:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Pobieranie atrybutów domyślnego użytkownika:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Kopiowanie struktury użytkownika:\n" libuser-0.56.9.dfsg.1.orig/po/mk.gmo0000644000175000017500000006056710777230761015151 0ustar gheghe% `a"5  8W*r$""1Ts <@/_)"' ;Wp *#)N(x.((,U.r$ ! "#:!^#$#." Q\k%% 3 BOb    -#Bf,,";T [h~#' 4!Su "!8#Z#~    1) [ u  $  8 (!*@!*k!)!*!)!","1H"z""""!"!#+"#.N#}#G##)#&%$"L$o$!$#$$$%%&.%(U%$~%%)%%%0&!@&'b&&&'& &&3'!N'p'' '''"''( 3( T(u( (("(()")>)P)j)%)#) ))'*+*F*a* i*-w***"**$+5+J+a+,3-\D-&-@-( .-2.>`.#.f.D*/0o/./A/I0Q[0L0G0B1+b1T12162M2F2Y3\r3>364XE4:4@4=58X5B585H 62V6:6>6K7[O7a75 8CC8f8S8YB9>9_9G;::P::&:F%;Fl;F;F;FA<F<%<=<E3=y==3=!=>Q>)l>/>,>@>4? L?Y?8r??/??$@9@P@e@t@@&@S@KA6iAHA?AA)BTkBLB6 CDC [C(|C-C@C*DT?D,D0D<D,/E#\E2E)E$E,F/F?>F6~FJFJGJKGJG+G# H"1HTH$fHH"H"HjHLYI*I.IPJ?QJuJFKjNKfK_ LgLfL0OM7MwM00N5aNGN-N9 O+GO=sOMO>Ow>P6PBPi0QNQ<QF&RYmRUR6S@TSLS`SeCTyT:#Ug^U<U:Vh>VTVNVuKWPWJXP]XtXX#Y>|Y>YY"Z=Z,\ZEZDZ6[LK[=[5[8 \@E\/\%\)\+]+2].^]N]S]J0^,{^P^-^+'_ S_^_V~_(_$_2#`@V`M`E`K+a$ ):-H`IKGpU%;tg0D3jT"=]h,d>[?x1!8k^V@oylfY|2{ZN+W (QCzSPn9si5.6aJm&}M*w7bu X'eAv OcFBL \/q #E<4r_R~%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser.HEAD.mk Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2007-07-18 15:25+0200 Last-Translator: Jovan Naumovski Language-Team: Macedonian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 %s нема gid број. %s нема домашен директориум. %s не е авторизиран за промена на информациите на %s Сметката истекува: %s Креирањето на сметката не успеа: %s. Сметката е заклучена. Сметката не е заклучена. Автентикацијата е неуспешна за %s. И -L и -U се одредени. Не можам да го поставам стандардниот контекст за /etc/passwd Ја менувам информацијата од finger за %s. Ја менувам лозинката за %s. Ја менувам школката за %s. Ја копирам корисничката структура: Cyrus SASL грешка при креирање на корисник: %sCyrus SASL грешка при отстранување на корисник: %sСтандардни кориснички имиња на атрибути: Стандардни кориснички објектни класи: Адреса за е-поштаЗаписот не е пронајден. Грешка при менување на сопственикот на „%s“: %sГрешка при креирање на %s: %s. Грешка при креирање на „%s“: %sГрешка при креирање на сметка за „%s“: линијата е форматирана погрешно. Грешка при креирање на групата „%s“: %s Грешка при креирањето на група за „%s“ со GID %jd: %s. Грешка при креирање на домашен директориум за %s: %s Грешка при креирање на mail spool за %s. Грешка при креирање на mail spool. Грешка при креирање на корисничка сметка за %s: %s Грешка при иницијализирање %s: %s Грешка при иницијализирање на %s: %s. Грешка при иницијализација на PAM. Грешка при заклучување на %s: %s. Грешка при преместување на %s до %s: %s. Грешка при отворање на „%s“: %s. Грешка при парсирање на аргументите: %s. Грешка при читање на „%s“: %sГрешка при отстранување на %s: %s. Грешка при отстранување на „%s“: %sГрешка при поставување на лозинка за %s: %s Грешка при поставување на лозинка за групата %s: %s. Грешка при поставување на лозинка за корисникот %s: %s. Грешка при запишување „%s“: %sНе успеав да ги симнам привилегиите. Не успеав да ги променам информциите за стареење за %s: %s Не успеав да поставам лозинка за групата %s: %s. Не успеав да поставам лозинка за корисникот %s: %s. Информацијата од finger е променета. Информацијата од finger не е променета: влезна грешка. Информацијата за finger не е променета: %s. Целосно имеГи земам стандардните кориснички атрибути: Дадено имеГрупата %jd не постои. Групата %s не може да биде избришана: %s. Групата %s не може да биде избришана: %s. Групата %s не може да биде заклучена: %s. Групата %s не може да биде променета: %s. Групата %s не може да биде променета: %s. Групата %s не може да биде отклучена: %s. Групата %s не постои. Креирањето на групата не успеа: %s Групата со GID %jd немаше име на групата. Телефон домаНеактивно: %ld Внатрешна грешка во PAM „%s“. Внатрешна грешка. Невалиден ID %s Невалидна стандардна вредност за полето %s: %sНевалидно ID на група %s Невалиден ID на корисник %s Принцип на админ за kerberosЛозинка за принцип на админ за kerberosKerberos просторLDAP Bind DNLDAP Bind лозинкаLDAP SASL авторизација за корисникLDAP SASL корисникБаза за пребарување на LDAP Име на LDAP серверПоследна промена: %s Максимум: %ld Минимум: %ld НикогашНова школкаНова лозинкаНов лозинка (потврда)Нема одредено име за групата. Нема име за gid %d. Нема одредено име за групата, користам %s. Нема одредено име за групата. Не постои група со GID %jd. Не отстранувам. Нема нов домашен директориум за %s. Нема стар домашен директориум за %s. Нема одредено корисничко име. Нема име за uid %d. Нема одредено корисничко име, користам %s. Не е одредено корисничко име. КанцеларијаТелефон на работаЛозинката истекува: %s Лозинката е неактивна: %s Промената на лозинката е откажана. Лозинката е променета. Лозинките не се совпаѓаат, пробајте повторно. Појавувањата не успеаа. Појавувањата беа успешни. Одбивам да креирам сметка со UID 0. Барам група под името %s. Барам група со ID %jd. Барам корисник под името %s. Барам корисник со ID %jd. Школката е сменета. Школката не е сменета: %s ПрезимеАвтентициран е непознат корисник. Непознат кориснички контекстКорисникот %s не може да биде избришан: %s. Корисникот %s не може да биде заклучен: %s. Корисникот %s не може да биде променет: %s. Корисникот %s не може да биде отклучен: %s. Корисникот %s не постои. Погрешен корисник. Предупредување: %ld [ОПЦИЈА...][ОПЦИЈА...] [корисник][ОПЦИЈА...] група[ОПЦИЈА...] корисникпристапот е одбиенрезервната датотека „%s“ постои и не е регуларна датотекапогрешна големина на резервната датотекалош корисник/id на групалош корисник/име на групаКонфигурациската датотека „%s“ е преголемане можам да се врзам за LDAP серверотне можам да се врзам за LDAP серверот, првиот обид беше како „%s“: %sне можам да договорам TLS со LDAP серверотне можам да ја отворам датотеката со конфигурација „%s“: %sне можам да ја отворам конфигурациската датотека„%s“: %sне можам да го поставам LDAP протоколот на верзијата %dне можам да ја отворам конфигурациската датотека „%s“: %sне можам да го добијам безбедносниот контекст на „%s“: %sне можам да отворам „%s“: %sне можам да прочитам од „%s“: %sне можам да го поставам основниот безбедносен контекст на „%s“: %sне можам да одредам „%s“: %sне можам да запишам во „%s“: %sподатоците не се најдени во датотекатаентитетот нема %s атрибутентитетот нема %s или %s атрибутиобјектот нема %s атрибутструктурата нема %s или %s атрибутиентитетот бил креиран без %s или %s атрибутизаписот веќе постои во датотекатагрешка при врзување со kadm5 серверот за сервисот „%s“ во realm „%s“: %sгрешка при креирање на „%s“: %sгрешка при креирање на запис за LDAP: %sгрешка при креирање на домашен директориум за корисникотгрешка при креирање на mail spool за корисникотгрешка при кодирање на лозинкатагрешка при иницијализација на Cyrus SASL: %sгрешка при иницијализирање на kerberos библиотекатагрешка при иницијализирање на ldap библиотекатагрешка при вчитување на модулгрешка при заклучување на датотекагрешка при заклучувањето на датотеката: %sгрешка при манипулирање со атрибутите во терминалотгрешка при менување на записот водиректориумот на LDAP: %sгрешка при преместувањето на домашниот директориум за корисникотгрешка при отворање на датотекагрешка при парсирањето на корисничкото име „%s“ за kerberos.грешка при вчитување на датотекагрешка при читање од терминалотгрешка при читање на информации за „%s“ од страна на kerberosгрешка при читање на атрибутите во терминалотгрешка при отстранување на записот за LDAP: %sгрешка при отстранување на домашниот директориум за корисникотгрешка при реименувањето на записот за LDAP: %sгрешка при пронаоѓање на симбол во модулгрешка при поставување на лозинката за „%s“грешка при поставување на лозинка во директориумот на LDAP за %s: %sгрешка при подесување на атрибути за терминалотгрешка при изјавување на датотекагрешка при запишување во датотекагенеричка грешкагрупата %jd нема имегрупата %s нема GIDгрупата нема ни име ни GIDвнатрешна грешка при иницијализацијабиблиотека/погрешна верзија на модулмодулот „%s“ не дефинира „%s“модулот е оневозможен од конфигурацијатапогрешна верзија на модул во „%s“името содржи контролни знациимето содржи валиден знак „%c“името содржи знаци кои што не се ASCIIимето содржи празни местаимето не е поставеноимето е предолго (%zu > %d)името е премногу краткоимето започнува со тирене пронајдов атрибут„%s“нема функција за иницијализација %s во „%s“нема присутна сенка датотека -- оневозможувамнема таков објект во директориумот на LDAPнема доволно привилегиине извршувам со суперкориснички привилегииобјектот нема %s атрибутиобјектот нема %s атрибутуспехнепозната грешкаотклучувањето ќе го испразни полето со лозинкакорисникот %jd нема имекорисникот %s нема UIDкорисникот нема ни име ни UIDкорисничкиот објект нема %s атрибуткорисничкиот објект беше креиран без „%s“корисник/id на група кое што се користикорисник/име на група која што се користиlibuser-0.56.9.dfsg.1.orig/po/es.po0000644000175000017500000012031610777230756014776 0ustar gheghe# translation of libuser.tip.es.po to Spanish # translation of es.po to # translation of es.po to # Copyright (C) 2001,2003, 2004, 2005, 2008 Free Software Foundation, Inc. # # # Núria Soriano , 2001. # Fernando Ruiz-Tapiador Gutiérrez , 2001. # Yelitza Louze , 2003, 2004. # Rodolfo M. Raya , 2005. # José Julio Cidón Peón , 2005. # Manuel Ospina , 2005. # Domingo Becker , 2008. msgid "" msgstr "" "Project-Id-Version: libuser.tip.es\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-03-27 12:55-0300\n" "Last-Translator: Domingo Becker \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "X-Poedit-Language: Spanish\n" "Plural-Forms: Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "La dirección del directorio de inicio `%s' no es absoluta" # apps/apputil.c:58 # apps/apputil.c:58 #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Error leyendo `%s': %s" # apps/apputil.c:63 # apps/apputil.c:63 #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Error al crear `%s': %s" # apps/luseradd.c:112 # apps/luseradd.c:112 #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Error cambiando dueño de `%s': %s" # apps/apputil.c:63 # apps/apputil.c:63 #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Error al escribir `%s': %s" # apps/apputil.c:136 apps/apputil.c:156 apps/apputil.c:168 # apps/apputil.c:136 apps/apputil.c:156 apps/apputil.c:168 #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Error al eliminar %s: %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Imposible disminuir privilegios.\n" # apps/apputil.c:324 # apps/apputil.c:324 #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Error interno.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s no está autorizado para cambiar la información de finger de %s\n" # lib/userent.c:46 # lib/userent.c:47 #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Contexto de usuario desconocido" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "No se pudo establecer el contexto predeterminado para /etc/passwd\n" # apps/apputil.c:332 # apps/apputil.c:332 #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Error inicializando PAM.\n" # apps/apputil.c:339 # apps/apputil.c:339 #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Autentificación fallida para %s.\n" # apps/apputil.c:324 # apps/apputil.c:324 #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Error interno `%s' de PAM.\n" # lib/userent.c:46 # lib/userent.c:47 #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "Autenticado usuario desconocido.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "No corresponde el usuario.\n" # apps/lchage.c:95 apps/luseradd.c:72 apps/luserdel.c:59 apps/lusermod.c:69 # apps/lchage.c:95 apps/luseradd.c:72 apps/luserdel.c:59 apps/lusermod.c:69 #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[OPCIÓN...] usuario" # apps/luserdel.c:126 # apps/luserdel.c:126 #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Error al analizar argumentos %s.\n" # apps/lchage.c:101 apps/luseradd.c:78 apps/luserdel.c:65 apps/lusermod.c:75 # apps/lchage.c:101 apps/luseradd.c:78 apps/luserdel.c:65 apps/lusermod.c:75 #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "No se especificó nombre de usuario.\n" # apps/lchage.c:108 apps/lgroupadd.c:71 apps/lgroupdel.c:66 # apps/lgroupmod.c:81 apps/luseradd.c:85 apps/luserdel.c:72 # apps/lusermod.c:82 # apps/lchage.c:108 apps/lgroupadd.c:71 apps/lgroupdel.c:66 # apps/lgroupmod.c:81 apps/luseradd.c:85 apps/luserdel.c:72 # apps/lusermod.c:82 #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Error inicializando %s: %s.\n" # apps/lchage.c:118 apps/luserdel.c:82 apps/lusermod.c:97 # apps/lchage.c:118 apps/luserdel.c:82 apps/lusermod.c:97 #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "El usuario %s no existe.\n" # apps/lchage.c:124 # apps/lchage.c:124 #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "La cuenta está bloqueada.\n" # apps/lchage.c:126 # apps/lchage.c:126 #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "La cuenta no está bloqueada.\n" # apps/lchage.c:130 # apps/lchage.c:130 #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Mínimo:\t%ld\n" # apps/lchage.c:134 # apps/lchage.c:134 #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Máximo:\t%ld\n" # apps/lchage.c:138 # apps/lchage.c:138 #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Aviso:\t%ld\n" # apps/lchage.c:142 # apps/lchage.c:142 #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Inactivo:\t%ld\n" # apps/lchage.c:146 apps/lchage.c:154 apps/lchage.c:162 apps/lchage.c:170 # apps/lchage.c:146 apps/lchage.c:154 apps/lchage.c:162 apps/lchage.c:170 #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Nunca" # apps/lchage.c:149 # apps/lchage.c:149 #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Último cambio:\t%s\n" # apps/lchage.c:156 # apps/lchage.c:156 #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Contraseña caduca:\t%s\n" # apps/lchage.c:165 # apps/lchage.c:165 #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Contraseña inactiva:\t%s\n" # apps/lchage.c:172 # apps/lchage.c:172 #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Cuenta caduca:\t%s\n" # apps/lchage.c:201 # apps/lchage.c:201 #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Falló al modificar la información de caducidad para %s: %s\n" # apps/lchage.c:95 apps/luseradd.c:72 apps/luserdel.c:59 apps/lusermod.c:69 # apps/lchage.c:95 apps/luseradd.c:72 apps/luserdel.c:59 apps/lusermod.c:69 #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[OPCIÓN...] [usuario]" # apps/lchage.c:101 apps/luseradd.c:78 apps/luserdel.c:65 apps/lusermod.c:75 # apps/lchage.c:101 apps/luseradd.c:78 apps/luserdel.c:65 apps/lusermod.c:75 #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "No se especificó nombre de usuario, no hay un nombre para el uid %d.\n" # apps/lchage.c:201 # apps/lchage.c:201 #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Cambiando la información de finger para %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Nombre completo" #: apps/lchfn.c:154 msgid "Surname" msgstr "Apellido" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Nombre" #: apps/lchfn.c:179 msgid "Office" msgstr "Oficina" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Teléfono de oficina" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Teléfono particular" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "Dirección de correo electrónico" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Información de finger sin modificaciones: error de entrada.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Información de finger modificada.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Información de finger sin modificaciones: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Cambiando el shell por %s.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Nuevo shell" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Shell sin modificar: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Shell modificado.\n" # apps/lgroupadd.c:58 apps/lgroupdel.c:53 apps/lgroupmod.c:68 # apps/lgroupadd.c:58 apps/lgroupdel.c:53 apps/lgroupmod.c:68 #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[OPCIÓN...] grupo" # apps/lgroupadd.c:64 apps/lgroupdel.c:59 apps/lgroupmod.c:74 # apps/lgroupadd.c:64 apps/lgroupdel.c:59 apps/lgroupmod.c:74 #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "No se especificó ningún nombre de grupo.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "ID de grupo %s no válida\n" # apps/lgroupadd.c:88 # apps/lgroupadd.c:88 #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "Falló la creación del grupo: %s\n" # apps/lgroupdel.c:76 apps/lgroupmod.c:96 # apps/lgroupdel.c:76 apps/lgroupmod.c:96 #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "El grupo %s no existe.\n" # apps/luserdel.c:110 # apps/luserdel.c:110 #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "No se pudo eliminar el grupo %s: %s\n" # apps/lgroupmod.c:89 apps/lusermod.c:90 # apps/lgroupmod.c:89 apps/lusermod.c:90 #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "Especificación de -L y -U\n" # apps/lgroupmod.c:155 apps/lgroupmod.c:165 # apps/lgroupmod.c:155 apps/lgroupmod.c:165 #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Falló al establecer la contraseña para el grupo %s: %s\n" # apps/lgroupmod.c:174 # apps/lgroupmod.c:174 #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "No se pudo bloquear el grupo %s: %s\n" # apps/lgroupmod.c:182 # apps/lgroupmod.c:182 #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "No se pudo desbloquear el grupo %s: %s\n" # apps/lgroupmod.c:189 # apps/lgroupmod.c:189 #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "El grupo %s no se pudo modificar:%s\n" # apps/luserdel.c:126 # apps/luserdel.c:126 #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Error al buscar %s: %s.\n" # apps/lgroupadd.c:64 apps/lgroupdel.c:59 apps/lgroupmod.c:74 # apps/lgroupadd.c:64 apps/lgroupdel.c:59 apps/lgroupmod.c:74 #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "No se especificó ningún nombre de grupo, usando %s .\n" # apps/lgroupadd.c:64 apps/lgroupdel.c:59 apps/lgroupmod.c:74 # apps/lgroupadd.c:64 apps/lgroupdel.c:59 apps/lgroupmod.c:74 #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "No se especificó ningún nombre de grupo, no hay nombre para gid %d.\n" # apps/lchage.c:101 apps/luseradd.c:78 apps/luserdel.c:65 apps/lusermod.c:75 # apps/lchage.c:101 apps/luseradd.c:78 apps/luserdel.c:65 apps/lusermod.c:75 #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "No se especificó nombre de usuario, usando %s.\n" # apps/lchage.c:95 apps/luseradd.c:72 apps/luserdel.c:59 apps/lusermod.c:69 # apps/lchage.c:95 apps/luseradd.c:72 apps/luserdel.c:59 apps/lusermod.c:69 #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[OPCIÓN...]" # apps/apputil.c:58 # apps/apputil.c:58 #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Error en la lectura `%s': %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "" "Error creando cuenta para `%s': la línea no está formateada de la forma " "correcta.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "ID de usuario %s no válida\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Rechazando la creación de cuenta con UID 0.\n" # apps/luseradd.c:112 # apps/luseradd.c:112 #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Error en la creación de un grupo para `%s' con GID %jd: %s\n" # modules/krb5.c:549 # modules/krb5.c:547 #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Error en la configuración de la contraseña para %s: %s\n" # apps/lusermod.c:173 # apps/lusermod.c:173 #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Error creando directorio principal para %s: %s\n" # apps/luseradd.c:194 # apps/luseradd.c:194 #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "Error al crear un spool de correo para %s.\n" # apps/luseradd.c:194 # apps/luseradd.c:194 #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Error creando cuenta de usuario para %s: %s\n" # modules/krb5.c:549 # modules/krb5.c:547 #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Cambiando contraseña para %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Nueva contraseña" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Nueva contraseña (confirmar)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Las contraseñas no coinciden, por favor inténtelo nuevamente.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Cancelado el cambio de contraseñas.\n" # apps/lusermod.c:133 apps/lusermod.c:142 # apps/lusermod.c:133 apps/lusermod.c:142 #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Error al configurar la contraseña para el usuario %s: %s.\n" # modules/krb5.c:549 # modules/krb5.c:547 #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Error en la configuración de la contraseña para el grupo %s: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Contraseña modificada.\n" # apps/lgroupdel.c:76 apps/lgroupmod.c:96 # apps/lgroupdel.c:76 apps/lgroupmod.c:96 #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "El grupo %jd no existe.\n" # apps/luseradd.c:112 # apps/luseradd.c:112 #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Error en la creación del grupo `%s': %s\n" # apps/luseradd.c:159 # apps/luseradd.c:159 #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Creación de la cuenta fallida: %s.\n" # apps/luseradd.c:194 # apps/luseradd.c:194 #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Error creando %s: %s.\n" # apps/luseradd.c:194 # apps/luseradd.c:194 #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "Error al crear un spool de correo.\n" # apps/luserdel.c:87 # apps/luserdel.c:87 #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "No se pudo eliminar el usuario %s: %s.\n" # apps/luserdel.c:94 # apps/luserdel.c:94 #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s no tenía un número gid.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "No existe ningún grupo con %jd de GID, no se eliminará.\n" # apps/luserdel.c:105 # apps/luserdel.c:105 #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "El grupo de GID %jd no tenía un nombre de grupo.\n" # apps/luserdel.c:110 # apps/luserdel.c:110 #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "No se pudo eliminar el grupo %s: %s.\n" # apps/luserdel.c:122 # apps/luserdel.c:122 #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s no tenía un directorio principal.\n" # apps/luserdel.c:126 # apps/luserdel.c:126 #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Error al eliminar %s: %s.\n" # apps/lusermod.c:133 apps/lusermod.c:142 # apps/lusermod.c:133 apps/lusermod.c:142 #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Intento fallido de configurar la contraseña para el usuario %s: %s.\n" # apps/lusermod.c:150 # apps/lusermod.c:150 #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "No se pudo bloquear el usuario %s: %s.\n" # apps/lusermod.c:157 # apps/lusermod.c:157 #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "No se pudo desbloquear el ususario %s: %s.\n" # apps/lgroupdel.c:76 apps/lgroupmod.c:96 # apps/lgroupdel.c:76 apps/lgroupmod.c:96 #: apps/lusermod.c:221 #, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Advertencia: El grupo con ID %jd no existe.\n" # apps/lusermod.c:163 # apps/lusermod.c:163 #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "No se pudo modificar el usuario %s: %s.\n" # apps/lgroupmod.c:189 # apps/lgroupmod.c:189 #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "El grupo %s no se pudo modificar:%s\n" # apps/lusermod.c:169 # apps/lusermod.c:169 #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "Ningún directorio principal antiguo para %s.\n" # apps/lusermod.c:173 # apps/lusermod.c:173 #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "Ningún directorio principal para %s.\n" # apps/lusermod.c:177 # apps/lusermod.c:177 #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Error al trasladar %s a %s: %s.\n" # lib/usercfg.c:56 # lib/usercfg.c:56 #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "no se pudo abrir el archivo de configuración `%s': %s" # lib/usercfg.c:56 # lib/usercfg.c:56 #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "no se pudo hacer stat del archivo de configuración `%s': %s" # lib/usercfg.c:56 # lib/usercfg.c:56 #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "el archivo de configuración `%s' es demasiado extenso." # lib/usercfg.c:56 # lib/usercfg.c:56 #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "no se pudo leer el archivo de configuración `%s': %s" #: lib/error.c:38 msgid "success" msgstr "éxito" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "módulo deshabilitado por la configuración" # apps/apputil.c:324 # apps/apputil.c:324 #: lib/error.c:42 msgid "generic error" msgstr "error genérico" # modules/files.c:1676 modules/files.c:1732 # modules/files.c:1675 modules/files.c:1731 #: lib/error.c:44 msgid "not enough privileges" msgstr "No existen suficientes privilegios" #: lib/error.c:46 msgid "access denied" msgstr "acceso denegado" #: lib/error.c:48 msgid "bad user/group name" msgstr "Nombre de usuario/grupo incorrecto" #: lib/error.c:50 msgid "bad user/group id" msgstr "id de usuario/grupo incorrecto" #: lib/error.c:52 msgid "user/group name in use" msgstr "Nombre de usuario/grupo usado" #: lib/error.c:54 msgid "user/group id in use" msgstr "id de usuario/grupo usado" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "error al manipular atributos de terminal" # modules/files.c:135 # lib/userutil.c:177 #: lib/error.c:58 msgid "error opening file" msgstr "error al abrir el fichero" # modules/files.c:135 # lib/userutil.c:177 #: lib/error.c:60 msgid "error locking file" msgstr "error al cerrar el fichero" # modules/files.c:135 # lib/userutil.c:177 #: lib/error.c:62 msgid "error statting file" msgstr "error al hacer stat del archivo" # modules/files.c:135 # lib/userutil.c:177 #: lib/error.c:64 msgid "error reading file" msgstr "error al cerrar el fichero" # modules/files.c:135 # lib/userutil.c:177 #: lib/error.c:66 msgid "error writing to file" msgstr "error al escribir el fichero" #: lib/error.c:68 msgid "data not found in file" msgstr "no se han encontrado los datos en el fichero" # modules/krb5.c:134 modules/krb5.c:191 modules/krb5.c:274 modules/krb5.c:348 # modules/krb5.c:393 modules/krb5.c:461 modules/krb5.c:510 # modules/krb5.c:132 modules/krb5.c:189 modules/krb5.c:272 modules/krb5.c:346 # modules/krb5.c:391 modules/krb5.c:459 modules/krb5.c:508 #: lib/error.c:70 msgid "internal initialization error" msgstr "error interno de iniciación" # modules/files.c:135 # lib/userutil.c:177 #: lib/error.c:72 msgid "error loading module" msgstr "error al cargar el módulo" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "error al determinar el símbolo en el módulo" # lib/user.c:144 # lib/user.c:186 #: lib/error.c:76 msgid "library/module version mismatch" msgstr "versión de biblioteca/módulo discordante" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "desbloquear dejaría el campo contraseña vacío" # lib/userent.c:46 # lib/userent.c:47 #: lib/error.c:84 msgid "unknown error" msgstr "error desconocido" #: lib/misc.c:165 msgid "invalid number" msgstr "número inválido" #: lib/misc.c:179 msgid "invalid ID" msgstr "ID inválido" # lib/user.c:123 # lib/user.c:161 #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "ninguna función de inicialización de %s en `%s'" # lib/user.c:144 # lib/user.c:186 #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "versión de módulo discordante en `%s'" # apps/lgroupdel.c:76 apps/lgroupmod.c:96 # apps/lgroupdel.c:76 apps/lgroupmod.c:96 #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "el módulo `%s' no define `%s'" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "error al leer los atributos del terminal" # samples/testuser.c:71 # samples/testuser.c:71 #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "error en la configuración de los atributos del terminal" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "error al leer desde el terminal" #: lib/user.c:191 msgid "name is not set" msgstr "no se ha establecido un nombre" #: lib/user.c:196 msgid "name is too short" msgstr "el nombre es muy corto" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "nombre demasiado largo·(%zu·>·%d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "el nombre contiene caracteres que no son ASCII" #: lib/user.c:215 msgid "name contains control characters" msgstr "el nombre contiene caracteres de control" #: lib/user.c:222 msgid "name contains whitespace" msgstr "el nombre contiene espacios en blanco" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "el nombre comienza con un guión" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "el nombre contiene un caracter inválido: `%c'" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "el usuario %s no tiene UID" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "el grupo %s no tiene GID" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "el usuario %jd no tiene nombre" # apps/lgroupdel.c:76 apps/lgroupmod.c:96 # apps/lgroupdel.c:76 apps/lgroupmod.c:96 #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "el grupo %jd no tiene nombre" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "el usuario no tiene nombre ni un UID" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "el grupo no tiene un nombre ni un GID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "Valor por defecto inválido en el campo %s: %s" # modules/files.c:135 # lib/userutil.c:177 #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "error cerrando fichero: %s" # modules/files.c:115 # modules/files.c:123 modules/files.c:147 modules/files.c:178 # modules/files.c:586 modules/files.c:917 #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "no se pudo obtener el contexto de seguridad predeterminado: %s" # modules/files.c:115 # modules/files.c:633 modules/files.c:644 modules/files.c:952 # modules/files.c:961 #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "no se pudo obtener el contexto de seguridad `%s': %s" # modules/files.c:115 # modules/files.c:633 modules/files.c:644 modules/files.c:952 # modules/files.c:961 #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "" "no se pudo configurar el contexto de seguridad predeterminado a `%s': %s" # modules/files.c:115 # modules/files.c:633 modules/files.c:644 modules/files.c:952 # modules/files.c:961 #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "no se pudo determinar el contexto de seguridad `%s': %s" # modules/files.c:115 # modules/files.c:109 modules/files.c:316 modules/files.c:573 # modules/files.c:753 modules/files.c:904 modules/files.c:1068 # modules/files.c:1141 modules/files.c:1273 modules/files.c:1365 # modules/files.c:1379 modules/files.c:1439 modules/files.c:1455 # modules/files.c:1496 modules/files.c:1514 modules/files.c:1579 # modules/files.c:1593 #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "no se pudo abrir `%s': %s" # modules/files.c:115 # modules/files.c:123 modules/files.c:147 modules/files.c:178 # modules/files.c:586 modules/files.c:917 #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "no se pudo efectuar el stat `%s': %s" # apps/apputil.c:63 # modules/files.c:130 #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "error al crear `%s': %s" # modules/files.c:145 # modules/files.c:140 #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "" "Existe un fichero de copia de seguridad `%s' y no es un fichero habitual" # lib/user.c:144 # lib/user.c:186 #: modules/files.c:226 msgid "backup file size mismatch" msgstr "tamaño de archivo de copia de seguridad discordante" # modules/files.c:115 # modules/files.c:601 modules/files.c:926 #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "no se pudo leer desde `%s': %s" # modules/files.c:614 modules/files.c:624 # modules/files.c:611 modules/files.c:621 #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "la entrada ya se ha hecho presente en el archivo" # modules/files.c:115 # modules/files.c:633 modules/files.c:644 modules/files.c:952 # modules/files.c:961 #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "no se pudo escribir en `%s': %s" # modules/files.c:730 modules/files.c:737 modules/files.c:823 # modules/files.c:833 # modules/files.c:727 modules/files.c:734 modules/files.c:821 # modules/files.c:831 #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "el objeto de entidad no tiene ningún atributo %s" # modules/krb5.c:549 # modules/krb5.c:547 #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "error al encriptar la contraseña" # modules/files.c:1676 modules/files.c:1732 # modules/files.c:1675 modules/files.c:1731 #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "No se ejecuta con privilegios de superusuario." # modules/files.c:1744 # modules/files.c:1743 #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "Ningún archivo shadow presente -- deshabilitando." # modules/krb5.c:104 # modules/krb5.c:102 #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "error al conectarse al servidor kadm5 para el servicio `%s' en el entorno `%" "s': %s" # modules/krb5.c:134 modules/krb5.c:191 modules/krb5.c:274 modules/krb5.c:348 # modules/krb5.c:393 modules/krb5.c:461 modules/krb5.c:510 # modules/krb5.c:132 modules/krb5.c:189 modules/krb5.c:272 modules/krb5.c:346 # modules/krb5.c:391 modules/krb5.c:459 modules/krb5.c:508 #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "error al inicializar la biblioteca kerberos" # modules/krb5.c:139 modules/krb5.c:206 modules/krb5.c:299 modules/krb5.c:304 # modules/krb5.c:363 modules/krb5.c:408 modules/krb5.c:476 modules/krb5.c:524 # modules/krb5.c:137 modules/krb5.c:204 modules/krb5.c:297 modules/krb5.c:302 # modules/krb5.c:361 modules/krb5.c:406 modules/krb5.c:474 modules/krb5.c:522 #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "error en el análisis del nombre de usuario `%s' para kerberos" # modules/krb5.c:200 modules/krb5.c:357 modules/krb5.c:402 modules/krb5.c:470 # modules/krb5.c:198 modules/krb5.c:355 modules/krb5.c:400 modules/krb5.c:468 #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "la estructura de entidad no tiene atributos %s ni %s" # modules/krb5.c:283 # modules/krb5.c:281 #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "la entidad no tiene atributos %s ni %s" # modules/krb5.c:293 # modules/krb5.c:291 #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "la entidad no ha sido creada con atributos ni %s ni %s" # modules/krb5.c:415 modules/krb5.c:483 # modules/krb5.c:413 modules/krb5.c:481 #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "error al leer la información para `%s' desde kerberos" # modules/krb5.c:518 # modules/krb5.c:516 #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "la entidad no tiene atributos %s" # modules/krb5.c:549 # modules/krb5.c:547 #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "error en la configuración de la contraseña para `%s'" # modules/krb5.c:662 # modules/krb5.c:660 #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Entorno de Kerberos" # modules/krb5.c:667 # modules/krb5.c:665 #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Administrador principal de Kerberos" # modules/krb5.c:682 # modules/krb5.c:680 #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Contraseña Kerberos para el administrador principal" # modules/ldap.c:178 # modules/ldap.c:175 #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "error al inicializar la biblioteca ldap" # modules/ldap.c:196 # modules/ldap.c:193 #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "no se pudo establecer un protocolo LDAP para la versión %d" # modules/ldap.c:202 # modules/ldap.c:199 #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "no se pudo negociar TLS con el servidor LDAP" # modules/ldap.c:216 # modules/ldap.c:213 #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "no se pudo vincular al servidor LDAP" # modules/ldap.c:216 # modules/ldap.c:213 #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "no se pudo vincular al servidor LDAP, primer intento como `%s': %s" # modules/ldap.c:554 # modules/ldap.c:556 #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "el objeto de usuario no tiene ningún atributo %s" # modules/ldap.c:560 # modules/ldap.c:562 #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "el objeto de usuario ha sido creado sin `%s'" # modules/ldap.c:598 # modules/ldap.c:600 #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "error al crear una entrada al directorio LDAP: %s" # modules/ldap.c:585 modules/ldap.c:748 # modules/ldap.c:587 modules/ldap.c:751 #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "error al modificar la entrada del directorio LDAP: %s" # modules/ldap.c:598 # modules/ldap.c:600 #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "error al renombrar la entrada del directorio LDAP: %s" # modules/ldap.c:640 # modules/ldap.c:643 #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "el objeto no tiene ningún atributo %s" # modules/ldap.c:657 # modules/ldap.c:660 #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "error al eliminar la entrada del directorio LDAP: %s" # modules/ldap.c:703 modules/ldap.c:715 modules/ldap.c:790 modules/ldap.c:867 # modules/ldap.c:706 modules/ldap.c:718 modules/ldap.c:793 modules/ldap.c:874 #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "el objeto no tiene atributos %s" # modules/ldap.c:808 # modules/ldap.c:811 #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "Objeto no encontrado en el directorio LDAP" # modules/ldap.c:832 # modules/ldap.c:836 #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "Atributo `%s' no encontrado" # modules/ldap.c:928 # modules/ldap.c:939 #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "Error configurando contraseña en el directorio LDAP para %s: %s" # modules/ldap.c:1191 # modules/ldap.c:1213 #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "Nombre del servidor LDAP" # modules/ldap.c:1196 # modules/ldap.c:1218 #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "DN base de búsqueda de LDAP" # modules/ldap.c:1201 # modules/ldap.c:1223 #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "DN Bind LDAP" # modules/ldap.c:1206 # modules/ldap.c:1228 #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "Contraseña Bind LDAP" # modules/ldap.c:1212 # modules/ldap.c:1234 #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "Usuario SASL LDAP" # modules/ldap.c:1217 # modules/ldap.c:1239 #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "Usuario de autorización SASL LDAP" # apps/apputil.c:63 # modules/files.c:130 #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Error Cyrus SASL al crear usuario: %s" # apps/apputil.c:136 apps/apputil.c:156 apps/apputil.c:168 # apps/apputil.c:136 apps/apputil.c:156 apps/apputil.c:168 #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Error Cyrus SASL al eliminar usuario: %s" # apps/lchage.c:108 apps/lgroupadd.c:71 apps/lgroupdel.c:66 # apps/lgroupmod.c:81 apps/luseradd.c:85 apps/luserdel.c:72 # apps/lusermod.c:82 # apps/lchage.c:108 apps/lgroupadd.c:71 apps/lgroupdel.c:66 # apps/lgroupmod.c:81 apps/luseradd.c:85 apps/luserdel.c:72 # apps/lusermod.c:82 #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "error al inicializar Cyrus SASL: %s" # apps/lusermod.c:173 # apps/lusermod.c:173 #: python/admin.c:523 msgid "error creating home directory for user" msgstr "error al crear directorio principal para el usuario" # modules/ldap.c:657 # modules/ldap.c:660 #: python/admin.c:576 msgid "error removing home directory for user" msgstr "error al eliminar el directorio principal para el usuario" # apps/lusermod.c:169 # apps/lusermod.c:169 #: python/admin.c:654 msgid "error moving home directory for user" msgstr "error moviendo el directorio principal para el usuario" # apps/luseradd.c:194 # apps/luseradd.c:194 #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "error al crear un spool de correo para el usuario" # apps/luseradd.c:194 # apps/luseradd.c:194 #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "error al eliminar el spool de correo para el usuario" # apps/lchage.c:108 apps/lgroupadd.c:71 apps/lgroupdel.c:66 # apps/lgroupmod.c:81 apps/luseradd.c:85 apps/luserdel.c:72 # apps/lusermod.c:82 # apps/lchage.c:108 apps/lgroupadd.c:71 apps/lgroupdel.c:66 # apps/lgroupmod.c:81 apps/luseradd.c:85 apps/luserdel.c:72 # apps/lusermod.c:82 #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Error al iniciar %s: %s.\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "ID %s no válida\n" # samples/lookup.c:69 # samples/lookup.c:69 #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "Buscando grupo con ID %jd.\n" # samples/lookup.c:72 # samples/lookup.c:72 #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "Buscando grupo llamado %s.\n" # samples/lookup.c:78 # samples/lookup.c:78 #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "Buscando usuario con ID %jd.\n" # samples/lookup.c:81 # samples/lookup.c:81 #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "Buscando usuario llamado %s.\n" # samples/lookup.c:107 # samples/lookup.c:107 #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "No se ha encontrado la entrada.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Los avisos fueron exitosos.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Fallaron los avisos.\n" # samples/testuser.c:59 # samples/testuser.c:59 #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Tipos de objetos de usuario predeterminados:\n" # samples/testuser.c:65 # samples/testuser.c:65 #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Nombres de atributos de usuario predeterminados:\n" # samples/testuser.c:71 # samples/testuser.c:71 #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Obtención de los atributos de usuario predeterminados:\n" # samples/testuser.c:79 # samples/testuser.c:79 #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Copia de la estructura de usuario:\n" libuser-0.56.9.dfsg.1.orig/po/Rules-quot0000644000175000017500000000337610777230705016032 0ustar gheghe# Special Makefile rules for English message catalogs with quotation marks. DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot .SUFFIXES: .insert-header .po-update-en en@quot.po-create: $(MAKE) en@quot.po-update en@boldquot.po-create: $(MAKE) en@boldquot.po-update en@quot.po-update: en@quot.po-update-en en@boldquot.po-update: en@boldquot.po-update-en .insert-header.po-update-en: @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \ if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \ tmpdir=`pwd`; \ echo "$$lang:"; \ ll=`echo $$lang | sed -e 's/@.*//'`; \ LC_ALL=C; export LC_ALL; \ cd $(srcdir); \ if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \ if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ rm -f $$tmpdir/$$lang.new.po; \ else \ if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ :; \ else \ echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ exit 1; \ fi; \ fi; \ else \ echo "creation of $$lang.po failed!" 1>&2; \ rm -f $$tmpdir/$$lang.new.po; \ fi en@quot.insert-header: insert-header.sin sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header en@boldquot.insert-header: insert-header.sin sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert-header mostlyclean: mostlyclean-quot mostlyclean-quot: rm -f *.insert-header libuser-0.56.9.dfsg.1.orig/po/pt.gmo0000644000175000017500000004707110777230761015160 0ustar gheghe3 "5Qf*$:Um""  *Kc<{/)"1T'p6Tk*)(0.L({(.$ >!H ju"#!#$#Ae. ( &7%Fl%  /CT e s  -#,!Nm,"  6Q#d'! 4Ue|"!## C \ l z    1  !(!$. /!/@/Y/w/%/A/&/&0B0"^0,0.03031E1Y1 s111@120!2-R2)2"2/22363P3k33"3333* 4)74.a44+4F4356Q5545&5 616 B6P6%j6&6&6(6)7)17[7 t7*77.788*898+J8v888%8899%-9S9h999 9 99 9 99; :.F:u:8:0:2:?2;3r;$; ;;;< <6<*G<r<<0<%<$<*=)F=p== =%=#=)=,>.L>/{>>> > >>?"? :?@H?0? ?"?5?)4@K^@3@<@<A=XAFABAA B=bB!B"BNB$4C)YC"CC&C"C3D-DD&rDFDD0D0(E0YEE$E)E%EF/FHF'eF0F0FF;GBGWG/oG!G-G2G1"H:TH$H!H2H' I1IQIpIII#II0I!)J%KJ+qJ%J(J$J!K3K)LKvKK#K6K5L*=LhL6~LL LLL* M8MWM(wM.M+MMN@3!nO8uL_#X9) Z 7,:`$Q k+oTD& /iPq;"[lG0p*m2J%feaU}<(?4Ms'BWV^C j b=SxKcwgFH]Az|Yy>.REIt1h{Nd~-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2007-10-27 19:47+0100 Last-Translator: Pedro Morais Language-Team: pt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-POFile-SpellExtra: DN GID Kerberos group UID passwd id kerberos LDAPMods X-POFile-SpellExtra: stat email Admin gid finger kadm jd zu shadow Cyrus X-POFile-SpellExtra: PAM uid ld %s não tem um número gid. %s não tinha uma directoria pessoal. %s não está autorizado a modificar os dados de finger de %s Conta Expira: %s A criação da conta falhou: %s. A conta está trancada. A conta não está trancada. Autenticação falhou para %s. Foi indicado -L e -U ao mesmo tempo. Não é possível escolher o contexto predefinido de /etc/passwd A alterar os dados de 'finger' de %s. A modificar a senha de %s. A alterar a 'shell' de %s. A copiar estrutura do utilizador: Erro do Cyrus SASL ao criar o utilizador: %sErro do Cyrus SASL ao remover o utilizador: %sNomes dos atributos por omissão dos utilizadores: Classes de objectos por omissão dos utilizadores: Endereço de E-mailEntrada não encontrada. Erro ao mudar o dono de `%s': %sErro ao criar %s: %s. Erro ao criar `%s': %sErro ao criar conta para `%s': linha formatada incorrectamente. Erro ao criar grupo `%s': %s Erro ao criar grupo para `%s' com o GID %jd: %s Erro ao criar a directoria pessoal de %s: %s Erro ao criar o ficheiro de email de %s. Erro ao criar ficheiro de e-mail. Erro ao criar a conta para o utilizador %s: %s Erro ao inicializar %s: %s Erro ao inicializar %s: %s. Erro ao inicializar PAM. Erro ao procurar o %s: %s Erro ao mover %s para %s: %s. Erro ao abrir `%s': %s. Erro ao processar argumentos: %s. Erro ao ler `%s': %sErro ao apagar %s: %s. Erro ao remover `%s': %sErro ao inserir a senha inicial de %s: %s Erro ao alterar a senha do grupo %s: %s. Erro ao alterar a senha do utilizador %s: %s. Erro ao escrever `%s': %sNão foi possível abandonar privilégios. Não foi possível alterar a informação de envelhecimento de %s: %s Não foi possível alterar a senha do grupo %s: %s Não foi possível mudar a senha do utilizador %s: %s Dados do 'finger' alterados. Dados do 'finger' não alterados: erro de entrada. Dados do 'finger' não alterados: %s. Nome CompletoA obter atributos por omissão dos utilizadores: Primeiro NomeO grupo %jd não existe. O grupo %s não pode ser apagado: %s O grupo %s não pode ser apagado: %s. O grupo %s não pode ser trancado: %s O grupo %s não pode ser modificado: %s O grupo %s não pode ser modificado: %s. O grupo %s não pode ser destrancado: %s O grupo %s não existe. A criação do grupo falhou: %s O grupo com o GID %jd não tinha um nome. Telefone de CasaO local da pasta pessoal `%s' não é absolutoInactivo: %ld Erro interno no PAM `%s'. Erro interno. ID inválido %s Valor predefinido inválido do campo %s: %sID de grupo inválido %s ID de utilizador inválido %s Admin Principal do KerberosSenha Kerberos para o Admin PrincipalReino KerberosDN de Ligação LDAPSenha de Ligação LDAPUtilizador de Autorização SASL LDAPUtilizador SASL LDAPDN de Base para Procuras LDAPNome do Servidor LDAPÚltima Alteração: %s Máximo: %ld Mínimo: %ld NuncaNova 'Shell'Nova senhaNova senha (confirmação)Nenhum nome de grupo indicado, nenhuma nome para o gid %d. Nenhum nome de grupo indicado, a utilizar %s. Nenhum nome de grupo indicado. Não existe um grupo com o GID %jd, não será apagado. Não existe um directoria pessoal nova para %s. Não existe um directoria pessoal antiga para %s. Nenhum nome de utilizador indicado, nenhum nome para o uid %d. Nenhum nome de utilizador indicado, a utilizar %s. Nenhum nome de utilizador indicado. EscritórioTelefone do EscritórioSenha Expira: %s Senha Inactiva: %s Alteração de senha cancelada. Senha alterada. As senhas não condizem, tente novamente. Perguntas falharam. Perguntas com sucesso. A recusar a criação de uma conta com o UID 0. A procurar pelo grupo com o nome %s. A procurar pelo grupo com o ID %jd. A procurar pelo utilizador com o nome %s. A procurar pelo utilizador com o ID %jd. 'Shell' alterada. 'Shell' não alterada: %s Último NomeUtilizador desconhecido autenticado. Contexto de utilizador desconhecidoUtilizador %s não pode ser apagado: %s. O utilizador %s não pode ser trancado: %s. O utilizador %s não pode ser modificado: %s. O utilizador %s não pode ser destrancado: %s. Utilizador %s não existe. Utilizador trocado. Aviso: %ld [OPÇÃO...][OPÇÃO...] [utilizador][OPÇÃO...] grupo[OPÇÃO...] utilizadoracesso negadoficheiro de salvaguarda `%s' existe e não é um ficheiro normaldiferença no tamanho do ficheiro de salvaguardaid do utilizador/grupo inválidonome do utilizador/grupo inválidoo ficheiro de configuração `%s' é demasiado grandenão foi possível ligar ao servidor LDAPnão foi possível ligar ao servidor LDAP, primeira tentativa como `%s': %snão foi possível negociar TLS com o servidor LDAPnão foi possível abrir ficheiro de configuração `%s': %snão foi possível ler o ficheiro de configuração `%s': %snão foi possível seleccionar a versão %d do protocolo LDAPnão foi possível fazer 'stat' ao ficheiro de configuração `%s': %snão foi possível determinar o contexto de segurança de `%s': %snão foi possível obter o contexto de segurança predefinido: %snão foi possível obter o contexto de segurança de `%s': %snão foi possível abrir `%s': %snão foi possível ler de `%s': %snão foi possível escolher o contexto de segurança predefinido como `%s': %snão possível fazer stat a `%s': %snão foi possível escrever para `%s': %sdados não encontrados no ficheiroentidade não tem o atributo %sa entidade não tem atributos %s ou %sa entidade não tem um atributo %sa estrutura da entidade não tem atributos %s ou %sentidade foi criada sem os atributos %s ou %sentrada já está presente no ficheiroerro ao ligar ao servidor kadm5 para o serviço `%s' no reino `%s': %serro ao criar `%s': %serro ao criar uma entrada de directoria LDAP: %serro ao criar a directoria pessoal do utilizadorerro ao criar o ficheiro de e-mail do utilizadorerro ao cifrar a senhaerro ao inicializar o Cyrus SASL: %serro ao inicializar a biblioteca kerberoserro ao inicializar a biblioteca ldaperro ao carregar móduloerro ao trancar ficheiroerro ao trancar ficheiro: %serro ao manipular atributos do terminalerro ao modificar entrada de directoria LDAP: %serro ao mover a directoria pessoal do utilizadorerro ao abrir ficheiroerro ao processar o nome de utilizador `%s' para o kerberoserro ao ler ficheiroerro ao ler do terminalerro ao ler informações para `%s' do kerberoserro ao ler atributos do terminalerro ao apagar entrada de directoria LDAP: %serro ao remover a directoria pessoal do utilizadorerro ao criar a fila de correio para o utilizadorerro ao modificar o nome da entrada de directoria LDAP: %serro ao resolver símbolo em móduloerro ao modificar senha para `%s'erro ao mudar senha na directoria LDAP para %s: %serro ao modificar atributos do terminalerro ao fazer 'stat' a ficheiroerro ao escrever para ficheiroerro genéricoO grupo %jd não tem nomeo grupo %s não tem um GIDo grupo não tem nenhum nome ou GIDerro interno de inicializaçãoversões não compatíveis de biblioteca/móduloo módulo `%s' não define o `%s'modulo desactivado por configuraçãoversão não compatível de módulo em `%s'o nome contém caracteres de controloo nome contém o caracter inválido `%c'o nome contém caracteres não-ASCIIo nome contém espaços em brancoo nome não foi indicadoo nome é demasiado comprimido (%zu > %d)o nome é demasiado curtoo nome começa com o hífeno atributo `%s' não foi encontradonão existe uma função de inicialização %s em `%s'o ficheiro shadow não está presente -- a desactivarobjecto não encontrada na directoria LDAPfalta de privilégiosnão vou executar com privilégios de super-utilizadoro objecto não o atributo %so objecto não tem o atributo %ssucessoerro desconhecidodestrancar tornaria o campo de senha vazioo utilizador %jd não tem nomeo utilizador %s não tem um UIDo utilizador não tem nenhum nome ou UIDo objecto do utilizador não tem o atributo %so objecto do utilizador foi criado sem `%s'id do utilizador/group em usonome do utilizador/group em usolibuser-0.56.9.dfsg.1.orig/po/id.po0000644000175000017500000007032010777230757014763 0ustar gheghe# Indonesian translations for libuser package. # Copyright (C) 2004 Red Hat, Inc. # This file is distributed under the same license as the libuser package. # Erwien Samantha Y , 2004. # Teguh DC , 2005-2007. msgid "" msgstr "" "Project-Id-Version: libuser\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-02-23 00:52+0100\n" "Last-Translator: Teguh DC \n" "Language-Team: Linux Indonesia \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "Path direktori rumah `%s' tidak absolut" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Salah pembacaan `%s': %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Salah pembuatan `%s': %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Salah mengubah kepemilikan dari `%s': %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Salah penulisan `%s': %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Salah pemindahan `%s': %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Gagal mencabut hak akses.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Kesalahan internal.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s tidak diijinkan untuk mengubah info finger dari %s\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Konteks pengguna tidak diketahui" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Tidak dapat menset konteks standar untuk /etc/passwd\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Salah menginisiasi PAM.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Otentikasi gagal untuk %s.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Kesalahan internal PAM `%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "Pengguna yang tidak dikenal terotentikasi.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Pengguna tidak cocok.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[OPTION...] user" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Salah memparse argumen: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Tidak ada nama pengguna yang dimasukkan.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Salah menginisiasi %s: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "Pengguna %s tidak ada.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Akun dikunci.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Akun tidak dikunci.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Minimum:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Maksimum:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Peringatan:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Inaktif:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Tidak Pernah" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Perubahan Terakhir:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Masa berlakunya password habis:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Password Tidak Aktif:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Masa Akun Habis:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Gagal mengubah informasi masa berlaku untuk %s: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[OPTION...] [user]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Nama pengguna tidak dimasukkan, tidak ada nama untuk uid %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Mengubah informasi finger untuk %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Nama Lengkap" #: apps/lchfn.c:154 msgid "Surname" msgstr "Nama Keluarga" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Nama Depan" #: apps/lchfn.c:179 msgid "Office" msgstr "Kantor" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Telp. Kantor" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Telp. Rumah" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "Alamat E-Mail" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Informasi finger tidak berubah: kesalahan input.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Informasi finger berubah.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Informasi finger tidak berubah: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Mengubah shell untuk %s.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Shell Baru" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Shell tidak berubah: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Shell telah berubah.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[OPTION...] group" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Tidak ada nama grup yang dimasukkan.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "ID grup %s tidak valid\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "Pembuatan grup gagal: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Grup %s tidak ada.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "Grup %s tidak dapat dihapus: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "-L dan -U telah ditetapkan.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Gagal menset password untuk grup %s: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "Grup %s tidak dapat dikunci: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Grup %s tidak dapat dibuka kuncinya: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "Grup %s tidak dapat diubah: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Salah saat mencari %s: %s.\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Tidak ada nama grup yang ditetapkan, mempergunakan %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Tidak ada nama grup yang ditetapkan, tidak ada nama untuk gid %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Tidak ada nama pengguna yang ditetapkan, mempergunakan %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[OPSI...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Salah membuka `%s': %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "" "Salam saat membuat akun untuk `%s': baris tidak terformat sebagaimana " "mestinya.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "ID pengguna %s tidak valid\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Menolak untuk membuat akun dengan UID 0.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Salah saat membuat grup untuk `%s' dengan GID %jd: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Salah saat menset password awal untuk %s: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Salah saat membuat direktori home untuk %s: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "Salah saat membuat spool mail untuk %s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Salah saat membuat akun pengguna untuk %s: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Mengubah password untuk %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Password baru" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Passowrd baru (ulangi)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Password tidak cocok, coba lagi.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Pengubahan password dibatalkan.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Salah saat menset password untuk pengguna %s: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Salah saat menset password untuk grup %s: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Password telah diubah.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "Grup %jd tidak ada\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Salah saat membuat grup `%s': %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Pembuatan akun gagal: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Salah saat membuat %s: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "Salah saat membuat spool mail.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Pengguna %s tidak dapat dihapus: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s tidak memiliki nomer gid.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "Tidak ada grup dengan GID %jd, batal menghapus.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "Grup dengan GID %jd tidak memiliki nama grup.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Grup %s tidak dapat dihapus: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s tidak memiliki direktori home.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Salah saat menghapus %s: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Gagal menset password untuk user %s: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Pengguna %s tidak dapat dikunci: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Penguna %s tidak dapat dibuka kuncinya: %s.\n" #: apps/lusermod.c:221 #, fuzzy, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Grup %jd tidak ada\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Pengguna %s tidak dapat diubah: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "Grup %s tidak dapat diubah: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "Tidak ada direktori home lama untuk %s.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "Tidak ada direktori home baru untuk %s.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Salah saat memindahkan %s ke %s: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "tidak dapat membuka berkas konfigurasi `%s': %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "tidak dapat menampilkan informasi berkas konfigurasi `%s': %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "berkas konfigurasi `%s' terlalu besar" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "tidak dapat membaca berkas konfigurasi `%s': %s" #: lib/error.c:38 msgid "success" msgstr "sukses" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "modul dinonaktifkan oleh konfigurasi" #: lib/error.c:42 msgid "generic error" msgstr "kesalahan generik" #: lib/error.c:44 msgid "not enough privileges" msgstr "hak akses tidak mencukupi" #: lib/error.c:46 msgid "access denied" msgstr "akses ditolak" #: lib/error.c:48 msgid "bad user/group name" msgstr "Nama pengguna/grup salah" #: lib/error.c:50 msgid "bad user/group id" msgstr "id pengguna/grup salah" #: lib/error.c:52 msgid "user/group name in use" msgstr "nama pengguna/grup sedang digunakan" #: lib/error.c:54 msgid "user/group id in use" msgstr "id pengguna/grup sedang digunakan" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "salah saat memanipulasi atribut terminal" #: lib/error.c:58 msgid "error opening file" msgstr "salah saat membuka berkas" #: lib/error.c:60 msgid "error locking file" msgstr "salah saat mengunci berkas" #: lib/error.c:62 msgid "error statting file" msgstr "salah saat melihat informasi berkas" #: lib/error.c:64 msgid "error reading file" msgstr "salah saat membaca berkas" #: lib/error.c:66 msgid "error writing to file" msgstr "salah saat menulis ke berkas" #: lib/error.c:68 msgid "data not found in file" msgstr "data tidak ditemukan dalam berkas" #: lib/error.c:70 msgid "internal initialization error" msgstr "kesalahan internal saat menginisiasi" #: lib/error.c:72 msgid "error loading module" msgstr "salah saat memuat modul" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "salah saat menerjemahkan simbol dalam modul" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "versi pustaka/modul tidak cocok" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "membuka kunci akan membuat kolom password menjadi kosong" #: lib/error.c:84 msgid "unknown error" msgstr "kesalahan tidak diketahui" #: lib/misc.c:165 #, fuzzy msgid "invalid number" msgstr "ID pengguna %s tidak valid\n" #: lib/misc.c:179 #, fuzzy msgid "invalid ID" msgstr "ID%s tidak valid\n" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "tidak ada fungsi penginisiasian %s dalam `%s'" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "versi modul tidak cocok dalam `%s'" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "modul `%s' tidak mendefinisikan `%s'" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "salah saat membaca atribut terminal" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "salah saat menset atribut terminal" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "salah saat membaca terminal" #: lib/user.c:191 msgid "name is not set" msgstr "nama tidak diset" #: lib/user.c:196 msgid "name is too short" msgstr "nama terlalu pendek" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "nama terlalu panjang (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "nama mengandung karakter non-ASCII" #: lib/user.c:215 msgid "name contains control characters" msgstr "nama mengandung karakter kontrol" #: lib/user.c:222 msgid "name contains whitespace" msgstr "nama mengandung whitespace" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "nama dimulai dengan tanda hubung" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "nama mengandung karakter `%c' yang tidak valid" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "user %s tidak memiliki UID" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "grup %s tidak memiliki GID" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "user %jd tidak memiliki nama" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "Grup %jd tidak memiliki nama" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "user tidak memiliki nama ataupun UID" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "grup tidak memiliki nama atau GID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "Nilai default kolom %s tidak valid: %s " #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "salah saat mengunci berkas: %s" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "tidak dapat memperoleh konteks keamanan standar: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "tidak dapat memperoleh konteks keamanan dari `%s': %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "tidak dapat menset konteks keamanan standar ke `%s': %s" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "tidak dapat menentukan konteks keamanan dari `%s': %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "tidak dapat membuka `%s': %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "tidak dapat menampilkan informasi berkas `%s': %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "salah saat membuat `%s': %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "ada berkas cadangan `%s' dan itu bukan berkas biasa" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "ukuran berkas cadangan tidak cocok" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "tidak dapat membaca dari `%s': %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "entri telah ada dalam berkas" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "tidak dapat menulis ke `%s': %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "obyek entiti tidak memiliki atribut %s" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "salah saat meng-enkrip password" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "tidak mengeksekusi dengan hak akses superuser" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "tidak ada berkas shadow -- menonaktifkan" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "salah saat menghubungi server kadm5 untuk layanan `%s' dalam realm `%s': %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "salah saat menginisiasi pustaka kerberos" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "salah saat menguraikan nama pengguna `%s' untuk kerberos" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "struktur entiti tidak memiliki atribut %s atau %s" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "entiti tidak memiliki atribut %s atau %s" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "entiti telah dibuat tanpa atribut %s atau %s" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "salah saat membaca informasi untuk `%s' untuk kerberos" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "entiti tidak memiliki atribut %s" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "salah saat menset password untuk `%s'" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Realm Kerberos" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Kepala Admin Kerberos" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Password Kerberos untuk Kepala Admin" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "salah saat menginisiasi pustaka ldap" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "tidak dapat menset protokol LDAP ke versi %d" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "tidak dapat menegosiasikan TLS dengan server LDAP" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "tidak dapat mengikat ke server LDAP" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "tidak dapat mengikat ke server LDAP, usaha pertama adalah `%s': %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "obyek pengguna tidak memiliki atribut %s" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "obyek user telah dibuat tanpa `%s'" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "salah saat membuat entri direktori LDAP: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "salah saat memodifikasi entri direktori LDAP: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "salah saat mengganti nama entri direktori LDAP: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "obyek tidak memiliki atribut %s" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "salah saat menghapus entri direktori LDAP: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "obyek tidak memiliki atribut %s" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "tidak ada obyek tersebut dalam direktori LDAP" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "tidak ada atribut `%s' yang ditemukan" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "salah saat menset password dalam direktori LDAP untuk %s: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "Nama Server LDAP" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "Pencarian Base DN LDAP" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "Bind DN LDAP" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "Bind Password LDAP" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "Pengguna SASL LDAP" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "Otorisasi Pengguna SASL LDAP" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Kesalahan SASL Cyrus saat membuat pengguna: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Kesalahan SASL Cyrus saat menghapus pengguna: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "salah saat menginisiasikan SASL Cyrus: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "salah saat membuat direktori home untuk pengguna" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "salah saat menghapus direktori home untuk pengguna" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "salah saat memindahkan direktori home untuk pengguna" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "salah saat membuat spool mail untuk pengguna" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "gagal menghapus spool mail untuk pengguna" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Salah saat menginisiasi %s: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "ID%s tidak valid\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "Mencari grup dengan ID %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "Mencari nama grup %s.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "Mencari pengguna dengan ID %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "Mencari nama pengguna %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Masukan tidak ketemu.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Prompt sukses.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Prompt gagal.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Kelas obyek pengguna standar:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Nama atribut pengguna standar:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Mengambil atribut pengguna standar:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Meng-copy struktur pengguna:\n" #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "tidak dapat mengubah data internal ke LDAPMods" #, fuzzy #~ msgid "Shell not changed: input error.\n" #~ msgstr "Shell tidak berubah: %s\n" #~ msgid "could not search LDAP server" #~ msgstr "tidak dapat mencari server LDAP" #~ msgid "LDAP server appears to have no root DSE" #~ msgstr "server LDAP tampaknya tidak memiliki root DSE" libuser-0.56.9.dfsg.1.orig/po/pa.gmo0000644000175000017500000006665310777230761015144 0ustar gheghe,3< "(5K*$Ej""9H Z{</)7"a'1Mf*)( I`.|((.$I n!x "#!#($L#q. (-<Vg%v%  3P_s    -#7,Q~," % ,9Of#'!$F d"! #+ #O s  +   ! !1&!X!r!!$!!8!("*="*h")"*"0")#)C#m##1###$$!6$!X$+z$.$$G$;%)S%&}%"%%!%#&'&G&\&o&&&(&$&&)'8'K'0g'!'''&'" (',( T(u(3(!((( )#)9)"M)p) ))) ) ) * **K*"k*******%+#=+ a++'++++ +- ,:,O,"b,,$,,,,5.D.{ /2/;/! 0.-0:\070T0[$1>1B1Z2U]2U2N 3DX3&303L31B42t44C15\u5[5N.6D}6X6878T78757K7:H8N828>92D9lw9Y9\>:2:=:b ;So;_;K#<oo<N<.=kE==4=K>KL>L>_>bE?S?3?>0@]o@@^@=A/ZA&AA;A B#"BNFBkB%C'C(\\\k9]i]9^bI^0^O^^-_L_k_fE`Z`yaiaSa?bLbGc3eccBc;cT8d5dddKd`6eOeDeM,fLzfJfDg0Wg5g*gGg>1hVphfhh.i<ifiJ;jJj jjwjEsk>kWk`PlflEmL^m@3!nO8uL_#X9) Z 7,:`$Q k+oTD& /iPq;"[lG0p*m2J%fe~aU}<(?4Ms'BWV^C j b=SxKcwgFH]Az|Yy>.REIt1h{Nd-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld Warning: Group with ID %jd does not exist. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorinvalid IDinvalid numberlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: pa Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-03-14 11:51+0530 Last-Translator: Jaswinder Singh Language-Team: Punjabi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n != 1); %s ਕੋਲ gid ਨੰਬਰ ਨਹੀਂ ਸੀ। %s ਦੀ ਘਰ ਡਾਇਰੈਕਟਰੀ ਨਹੀਂ ਸੀ। %s %s ਦੀ finger ਜਾਣਕਾਰੀ ਪ੍ਰਾਪਤ ਕਰਨ ਲਈ ਪ੍ਰਮਾਣਿਤ ਨਹੀਂ ਹੈ ਖਾਤਾ ਮਿਆਦ ਪੁੱਗ ਗਈ: %s ਖਾਤਾ ਬਣਾਉਣ ਵਿੱਚ ਅਸਫਲ: %s ਖਾਤਾ ਲਾਕ ਹੈ। ਖਾਤਾ ਲਾਕ ਨਹੀਂ ਹੈ। %s ਲਈ ਪ੍ਰਮਾਣਕਿਤਾ ਅਸਫਲ। ਦੋਨੋ -L ਅਤੇ -U ਦਿੱਤੇ ਹਨ। /etc/passwd ਲਈ ਮੂਲ ਪ੍ਰਸੰਗ ਨਹੀਂ ਲੱਭਿਆ ਹੈ %s ਲਈ ਮੁੱਖ ਜਾਣਕਾਰੀ ਤਬਦੀਲ ਕਰ ਰਿਹਾ ਹੈ। %s ਲਈ ਗੁਪਤ-ਕੋਡ ਬਦਲਿਆ ਗਿਆ। %s ਲਈ ਸ਼ੈਲ ਤਬਦੀਲ ਕਰ ਰਿਹਾ ਹੈ। ਉਪਭੋਗੀ ਢਾਂਚੇ ਦੀ ਨਕਲ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ: ਉਪਭੋਗੀ ਬਣਾਉਣ ਸਮੇਂ ਸਾਇਰਸ SASL ਗਲਤੀ: %sਉਪਭੋਗੀ ਹਟਾਉਣ ਸਮੇਂ ਸਾਇਰਸ SASL ਗਲਤੀ: %sਮੂਲ ਉਪਭੋਗੀ ਵਿਸ਼ੇਸ਼ਤਾਵਾਂ ਦੇ ਨਾਂ: ਮੂਲ ਉਪਭੋਗੀ ਆਬਜੈਕਟ ਕਲਾਸਾਂ: ਈ-ਮੇਲ ਸਿਰਨਾਵਾਂਇੰਦਰਾਜ ਨਹੀਂ ਲੱਭਾ। '%s' ਦੀ ਮਲਕੀਅਤ ਬਦਲਣ ਦੌਰਾਨ ਗਲਤੀ: %s%s ਬਣਾਉਣ ਵਿੱਚ ਗਲਤੀ: %s `%s' ਬਣਾਉਣ ਵਿੱਚ ਗਲਤੀ: %s`%s' ਲਈ ਖਾਤਾ ਬਣਾਉਣ ਵਿੱਚ ਗਲਤੀ: ਸਤਰ ਦਾ ਫਾਰਮੈਟ ਠੀਕ ਨਹੀਂ ਹੈ। '%s' ਗਰੁੱਪ ਬਣਾਉਣ ਵਿੱਚ ਗਲਤੀ: %s `%s' ਲਈ GID %jd ਨਾਲ ਗਰੁੱਪ ਬਣਾਉਣ ਵਿੱਚ ਗਲਤੀ: %s %s ਲਈ ਘਰ ਡਾਇਰੈਕਟਰੀ ਬਣਾਉਣ ਵਿੱਚ ਗਲਤੀ: %s %s ਲਈ ਮੇਲ ਸਪੂਲ ਬਣਾਉਣ ਵਿੱਚ ਗਲਤੀ। ਮੇਲ ਸਪੂਲ ਬਣਾਉਣ ਵਿੱਚ ਗਲਤੀ। %s ਲਈ ਉਪਭੋਗੀ ਖਾਤਾ ਬਣਾਉਣ ਵਿੱਚ ਗਲਤੀ: %s %s ਸ਼ੁਰੂ ਕਰਨ ਵਿੱਚ ਗਲਤੀ: %s %s ਸ਼ੁਰੂ ਕਰਨ ਵਿੱਚ ਗਲਤੀ: %s PAM ਸ਼ੁਰੂ ਕਰਨ ਵਿੱਚ ਗਲਤੀ। %s ਦੀ ਖੋਜ ਵਿੱਚ ਗਲਤੀ: %s। %s ਤੋਂ %s ਵਿੱਚ ਭੇਜਣ ਦੌਰਾਨ ਗਲਤੀ: %s `%s' ਨੂੰ ਖੋਲਣ ਵਿੱਚ ਗਲਤੀ: %s ਆਰਗੂਮਿੰਟ ਪਾਰਸ ਕਰਨ ਵਿੱਚ ਗਲਤੀ: %s `%s' ਪੜ੍ਹਨ ਵਿੱਚ ਗਲਤੀ: %s%s ਨੂੰ ਹਟਾਉਣ ਵਿੱਚ ਗਲਤੀ: %s। `%s' ਹਟਾਉਣ ਵਿੱਚ ਗਲਤੀ: %s%s ਲਈ ਸ਼ੁਰੂਆਤੀ ਗੁਪਤ-ਕੋਡ ਸੈੱਟ ਕਰਨ ਵਿੱਚ ਗਲਤੀ: %s %s ਗਰੁੱਪ ਲਈ ਗੁਪਤ-ਕੋਡ ਦੇਣ ਵਿੱਚ ਗਲਤੀ: %s %s ਉਪਭੋਗੀ ਲਈ ਗੁਪਤ-ਕੋਡ ਦੇਣ ਵਿੱਚ ਗਲਤੀ: %s `%s' ਲਿਖਣ ਦੌਰਾਨ ਗਲਤੀ: %sਅਧਿਕਾਰ ਛੱਡਣ ਵਿੱਚ ਅਸਫਲ। %s ਲਈ ਉਮਰ ਜਾਣਕਾਰੀ ਤਬਦੀਲ ਕਰਨ ਵਿੱਚ ਅਸਫਲ: %s %s ਗਰੁੱਪ ਲਈ ਗੁਪਤ-ਕੋਡ ਦੇਣ ਲਈ ਅਸਫਲ: %s ਉਪਭੋਗੀ %s ਲਈ ਗੁਪਤ-ਕੋਡ ਦੇਣ ਵਿੱਚ ਗਲਤੀ: %s। ਮੁੱਖ ਜਾਣਕਾਰੀ ਤਬਦੀਲ ਹੋ ਗਈ ਹੈ। ਮੁੱਖ ਜਾਣਕਾਰੀ ਤਬਦੀਲ ਨਹੀਂ ਹੋਈ: ਇੰਪੁੱਟ ਗਲਤੀ। ਮੁੱਖ ਜਾਣਕਾਰੀ ਤਬਦੀਲ ਨਹੀਂ ਹੋਈ: %s ਪੂਰਾ ਨਾਂਮੂਲ ਉਪਭੋਗੀ ਵਿਸ਼ੇਸ਼ਤਾਵਾਂ ਪ੍ਰਾਪਤ ਕਰ ਰਿਹਾ ਹੈ: ਦਿੱਤਾ ਨਾਂਗਰੁੱਪ %jd ਮੌਜੂਦ ਨਹੀਂ। ਗਰੁੱਪ %s ਹਟਾਇਆ ਨਹੀਂ ਜਾ ਸਕਿਆ: %s। ਗਰੁੱਪ %s ਹਟਾਇਆ ਨਹੀਂ ਜਾ ਸਕਿਆ: %s। %s ਗਰੁੱਪ ਨੂੰ ਲਾਕ ਨਹੀਂ ਕਰ ਸਕਿਆ: %s ਗਰੁੱਪ %s ਨੂੰ ਤਬਦੀਲ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ: %s ਗਰੁੱਪ %s ਨੂੰ ਤਬਦੀਲ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ: %s। %s ਗਰੁੱਪ ਨੂੰ ਅਣ-ਲਾਕ ਨਹੀਂ ਕਰ ਸਕਿਆ: %s ਗਰੁੱਪ %s ਮੌਜੂਦ ਨਹੀਂ। ਗਰੁੱਪ ਬਣਾਉਣ ਵਿੱਚ ਅਸਫਲ: %s GID %jd ਵਾਲੇ ਗਰੁੱਪ ਦਾ ਗਰੁੱਪ ਨਾਂ ਨਹੀਂ ਹੈ। ਘਰ ਫੋਨਘਰੇਲੂ ਡਾਇਰੈਕਟਰੀ ਮਾਰਗ `%s' ਨੀਯਤ ਨਹੀਂ ਹੈਨਾ ਸਰਗਰਮ: %ld ਅੰਦਰੂਨੀ PAM ਗਲਤੀ `%s'। ਅੰਦਰੂਨੀ ਗਲਤੀ। ਗਲਤੀ ID %s %s ਖੇਤਰ ਲਈ ਗਲਤ ਮੂਲ ਮੁੱਲ: %sਗਲਤ ਗਰੁੱਪ ID %s ਗਲਤ ਉਪਭੋਗੀ ID %s ਕੀਰਬੀਰੋਸ ਪਰਸ਼ਾਸ਼ਨ ਪ੍ਰਿੰਸੀਪਲ ਪਰਸ਼ਾਸ਼ਨ ਪ੍ਰਿੰਸੀਪਲ ਲਈ ਕੀਰਬੀਰੋਸ ਗੁਪਤ-ਕੋਡਕੀਰਬੀਰੋਸ ਖੇਤਰLDAP ਬੰਧਨ DNLDAP ਬੰਧਨ ਗੁਪਤ-ਕੋਡLDAP SASL ਪ੍ਰਬੰਧਕੀ ਉਪਯੋਗੀLDAP SASL ਉਪਯੋਗੀLDAP ਖੋਜ ਮੂਲ DNLDAP ਸਰਵਰ ਨਾਂਆਖਰੀ ਬਦਲਾਅ: %s ਵੱਧ ਤੋਂ ਵੱਧ: %ld ਘੱਟੋ-ਘੱਟ: %ld ਕਦੇ ਨਹੀਂਨਵੀਂ ਸ਼ੈਲਨਵਾਂ ਗੁਪਤ-ਕੋਡਨਵਾਂ ਗੁਪਤ-ਕੋਡ (ਪੁਸ਼ਟੀ)ਕੋਈ ਗਰੁੱਪ ਨਾਂ ਨਹੀਂ ਦਰਸਾਇਆ, gid %d ਲਈ ਕੋਈ ਨਾਂ ਨਹੀਂ। ਕੋਈ ਗਰੁੱਪ ਨਾਂ ਨਹੀਂ ਦਰਸਾਇਆ, %s ਵਰਤਣ ਵਾਲਾ। ਕੋਈ ਗਰੁੱਪ ਨਾਂ ਨਹੀਂ ਦਰਸਾਇਆ। GID %jd ਵਾਲਾ ਕੋਈ ਗਰੁੱਪ ਮੌਜੂਦ ਨਹੀਂ, ਹਟਾਇਆ ਨਹੀਂ। %s ਲਈ ਕੋਈ ਨਵੀਂ ਘਰ ਡਾਇਰੈਕਟਰੀ ਨਹੀਂ ਹੈ। %s ਲਈ ਕੋਈ ਪੁਰਾਣੀ ਘਰ ਡਾਇਰੈਕਟਰੀ ਨਹੀਂ ਹੈ। ਕੋਈ ਉਪਭੋਗੀ ਨਾਂ ਨਹੀਂ ਦਰਸਾਇਆ, uid %d ਲਈ ਕੋਈ ਨਾਂ ਨਹੀਂ। ਕੋਈ ਉਪਭੋਗੀ ਨਾਂ ਨਹੀਂ ਦਰਸਾਇਆ, %s ਦੀ ਵਰਤੋਂ ਕਰਕੇ। ਕੋਈ ਉਪਭੋਗੀ ਨਾਂ ਨਹੀਂ ਦਰਸਾਇਆ। ਦਫਤਰਦਫਤਰ ਫੋਨਗੁਪਤ-ਕੋਡ ਮਿਆਦ ਖਤਮ ਹੋ ਗਈ ਹੈ: %s ਗੁਪਤ-ਕੋਡ ਨਾ-ਸਰਗਰਮ ਹੈ: %s ਗੁਪਤ-ਕੋਡ ਤਬਦੀਲੀ ਰੱਦ ਹੋਈ। ਗੁਪਤ-ਕੋਡ ਬਦਲਿਆ ਗਿਆ। ਗੁਪਤ-ਕੋਡ ਨੇ ਮੇਲ ਨਹੀਂ ਕੀਤਾ, ਮੁੜ ਕੋਸ਼ਿਸ਼ ਕਰੋ। ਅਸਫਲ ਹੈ। ਸਫਲਤਾਪੂਰਕ ਮੁਕੰਮਲ। UID 0 ਨਾਲ ਖਾਤਾ ਬਣਾਉਣ ਲਈ ਇਨਕਾਰ ਕਰ ਰਿਹਾ ਹੈ। ਨਾਂ %s ਵਾਲੇ ਗਰੁੱਪ ਲਈ ਖੋਜ ਕਰ ਰਿਹਾ ਹੈ। ID %jd ਵਾਲੇ ਗਰੁੱਪ ਲਈ ਖੋਜ ਕਰ ਰਿਹਾ ਹੈ। ਨਾਂ %s ਵਾਲੇ ਉਪਭੋਗੀ ਲਈ ਖੋਜ ਕਰ ਰਿਹਾ ਹੈ। ID %jd ਵਾਲੇ ਉਪਭੋਗੀ ਲਈ ਖੋਜ ਕਰ ਰਿਹਾ ਹੈ। ਸ਼ੈਲ ਤਬਦੀਲ ਹੋ ਗਈ ਹੈ। ਸ਼ੈਲ ਤਬਦੀਲ ਨਹੀਂ: %s ਉਪ ਨਾਂਅਣਜਾਣ ਉਪਭੋਗੀ ਪ੍ਰਸੰਗ। ਅਣਜਾਣ ਉਪਭੋਗੀ ਪ੍ਰਸੰਗਉਪਭੋਗੀ %s ਹਟਾਇਆ ਨਹੀਂ ਜਾ ਸਕਦਾ: %s ਉਪਭੋਗੀ %s ਲਾਕ ਨਹੀਂ ਹੋ ਸਕਿਆ: %s। ਉਪਭੋਗੀ %s ਨੂੰ ਤਬਦੀਲ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ: %s। ਉਪਭੋਗੀ %s ਅਣ-ਲਾਕ ਨਹੀਂ ਹੋ ਸਕਿਆ: %s। ਉਪਭੋਗੀ %s ਮੌਜੂਦ ਨਹੀਂ। ਉਪਭੋਗੀ ਰਲਦਾ ਨਹੀਂ ਹੈ। ਚੇਤਾਵਨੀ: %ld ਚੇਤਾਵਨੀ: ID %jd ਵਾਲਾ ਗਰੁੱਪ ਮੌਜੂਦ ਨਹੀਂ ਹੈ। [ਚੋਣ...][ਚੋਣ...] [user][ਚੋਣ...] ਗਰੁੱਪ[ਚੋਣ...] ਉਪਭੋਗੀਪਹੁੰਚ ਪਾਬੰਦੀਬੈਕਅੱਪ ਫਾਇਲ `%s' ਮੌਜੂਦ ਹੈ ਅਤੇ ਇਹ ਨਿਯਮਤ ਫਾਇਲ ਨਹੀਂ ਹੈਬੈਕਅੱਪ ਫਾਇਲ ਅਕਾਰ ਰਲਦਾ ਨਹੀਂਗਲਤ ਉਪਯੋਗੀ/ਗਰੁੱਪ ਸ਼ੰਨ-ਨੰਗਲਤ ਉਪਯੋਗੀ/ਗਰੁੱਪ ਨਾਂਸੰਰਚਨਾ ਫਾਇਲ '%s' ਬਹੁਤ ਵੱਡੀ ਹੈLDAP ਸਰਵਰ ਨਾਲ ਜੁੜ ਨਹੀਂ ਸਕਿਆLDAP ਸਰਵਰ ਨਾਲ ਪਹਿਲੀਂ ਕੋਸ਼ਿਸ ਵਿੱਚ `%s' ਵਾਂਗ ਜੁੜਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ: %sTLS ਨੂੰ LDAP ਸਰਵਰ ਨਾਲ ਗੱਲਬਾਤ ਨਹੀਂ ਕਰਾ ਸਕਿਆਸੰਰਚਨਾ ਫਾਇਲ '%s' ਨੂੰ ਖੋਲ ਨਹੀਂ ਸਕਿਆ: %sਸੰਰਚਨਾ ਫਾਇਲ '%s' ਨੂੰ ਖੋਲ੍ਹ ਨਹੀਂ ਸਕਿਆ: %sਵਰਜਨ %d ਲਈ LDAP ਪ੍ਰੋਟੋਕੋਲ ਨਿਰਧਾਰਿਤ ਨਹੀਂ ਕਰ ਸਕਿਆਸੰਰਚਨਾ ਫਾਇਲ '%s' ਨੂੰ ਖੋਲ੍ਹ ਨਹੀਂ ਸਕਿਆ: %s`%s' ਲਈ ਸੁਰੱਖਿਆ ਦਰਜਾ ਪਤਾ ਨਹੀਂ ਲਗਾ ਸਕਿਆ: %sਮੂਲ ਸੁਰੱਖਿਆ ਦਰਜਾ ਨਹੀਂ ਪ੍ਰਾਪਤ ਕੀਤਾ ਜਾ ਸਕਿਆ: %s`%s' ਵਿੱਚ ਲਿਖ ਨਹੀਂ ਸਕਿਆ: %s`%s' ਨੂੰ ਖੋਲ੍ਹਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ: %s`%s' ਵਿੱਚੋਂ ਪੜ੍ਹਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ: %s`%s' ਵਿੱਚ ਮੂਲ ਸੁਰੱਖਿਆ ਭਾਗ ਸੈੱਟ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ: %s`%s' ਨੂੰ ਦਰਜਾ ਨਹੀਂ ਦੇ ਸਕਿਆ: %s`%s' ਵਿੱਚ ਲਿਖਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ: %sਫਾਇਲ ਵਿੱਚ ਡਾਟਾ ਨਹੀਂ ਲੱਭਿਆਇਕਾਈ ਵਿੱਚ ਕੋਈ %s ਵਿਸ਼ੇਸ਼ਤਾ ਨਹੀਂ ਹੈਇਕਾਈ ਵਿੱਚ ਕੋਈ %s ਜਾਂ %s ਵਿਸ਼ੇਸ਼ਤਾ ਨਹੀਂ ਹੈਇੰਦਰਾਜ ਇਕਾਈ ਦੀ ਕੋਈ %s ਵਿਸ਼ੇਸ਼ਤਾ ਨਹੀਂ ਹੈਇਕਾਈ ਢਾਂਚੇ ਵਿੱਚ ਕੋਈ %s ਜਾਂ %s ਵਿਸ਼ੇਸ਼ਤਾ ਨਹੀਂ ਹੈਇਕਾਈ %s ਜਾਂ %s ਵਿਸ਼ੇਸ਼ਤਾ ਤੋਂ ਬਿਨਾ ਬਣਾਈ ਗਈ ਸੀਫਾਇਲ ਵਿੱਚ ਇੰਦਰਾਜ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ`%s' ਸੇਵਾ ਲਈ `%s' ਖੇਤਰ ਵਿੱਚ kadm5 ਸਰਵਰ ਨਾਲ ਜੁੜਨ ਵਿੱਚ ਗਲਤੀ: %s`%s' ਬਣਾਉਣ ਵਿੱਚ ਗਲਤੀ: %sLDAP ਡਾਇਰੈਕਟਰੀ ਇੰਦਰਾਜ ਨੂੰ ਮੁੜ ਨਾਂ ਦੇਣ ਵਿੱਚ ਗਲਤੀ: %sਉਪਭੋਗੀ ਲਈ ਘਰ ਡਾਇਰੈਕਟਰੀ ਬਣਾਉਣ ਸਮੇਂ ਗਲਤੀਉਪਭੋਗੀ ਲਈ ਪੱਤਰ ਸਪੂਲ ਬਣਾਉਣ ਸਮੇਂ ਗਲਤੀਗੁਪਤ-ਕੋਡ ਇਕਰਿਪਸ਼ਨ ਗਲਤੀਸਾਇਰਸ SASL ਸ਼ੁਰੂ ਕਰਨ ਵਿੱਚ ਗਲਤੀ: %skerberos ਲਾਇਬਰੇਰੀ ਸ਼ੁਰੂ ਕਰਨ ਵਿੱਚ ਗਲਤੀldap ਲਾਇਬ੍ਰੇਰੀ ਸ਼ੁਰੂ ਕਰਨ ਵਿੱਚ ਗਲਤੀਮੋਡੀਊਲ ਲੋਡ ਕਰਨ ਵਿੱਚ ਗਲਤੀਫਾਇਲ ਲਾਕ ਕਰਨ ਵਿੱਚ ਗਲਤੀਫਾਇਲ ਲਾਕ ਕਰਨ ਵਿੱਚ ਗਲਤੀ: %sਟਰਮੀਨਲ ਵਿਸ਼ੇਸ਼ਤਾ ਤਬਦੀਲ ਕਰਨ ਵਿੱਚ ਗਲਤੀLDAP ਡਾਇਰੈਕਟਰੀ ਇੰਦਰਾਜ ਤਬਦੀਲ ਕਰਨ ਵਿੱਚ ਗਲਤੀ: %sਉਪਭੋਗੀ ਲਈ ਘਰ ਡਾਇਰੈਕਟਰੀ ਹਿਲਾਉਣ ਸਮੇਂ ਗਲਤੀਫਾਇਲ ਖੋਲ੍ਹਣ ਵਿੱਚ ਗਲਤੀkerberos ਲਈ ਉਪਭੋਗੀ ਨਾਂ `%s' ਪਾਰਸ ਕਰਨ ਵਿੱਚ ਗਲਤੀਫਾਇਲ ਪੜਨ ਵਿੱਚ ਗਲਤੀਟਰਮੀਨਲ ਵਿੱਚੋਂ ਪੜ੍ਹਨ ਵਿੱਚ ਗਲਤੀkerberos ਵਿੱਚੋ `%s' ਲਈ ਜਾਣਕਾਰੀ ਪੜਨ ਵਿੱਚ ਗਲਤੀਟਰਮੀਨਲ ਵਿਸ਼ੇਸ਼ਤਾ ਪੜਨ ਵਿੱਚ ਗਲਤੀLDAP ਡਾਇਰੈਕਟਰੀ ਇੰਦਰਾਜ ਨੂੰ ਹਟਾਉਣ ਵਿੱਚ ਗਲਤੀ: %sਉਪਭੋਗੀ ਲਈ ਘਰ ਡਾਇਰੈਕਟਰੀ ਹਟਾਉਣ ਸਮੇਂ ਗਲਤੀਉਪਭੋਗੀ ਲਈ ਮੇਲ ਸਪੂਲ ਹਟਾਉਣ ਸਮੇਂ ਗਲਤੀLDAP ਡਾਇਰੈਕਟਰੀ ਇੰਦਰਾਜ ਨੂੰ ਮੁੜ ਨਾਂ ਦੇਣ ਵਿੱਚ ਗਲਤੀ: %sਮੋਡੀਊਲ ਵਿੱਚ ਚਿੰਨ੍ਹ ਨਿਸਚਿਤ ਕਰਨ ਵਿੱਚ ਗਲਤੀ`%s' ਲਈ ਗੁਪਤ-ਕੋਡ ਸੈੱਟ ਕਰਨ ਵਿੱਚ ਗਲਤੀ%s ਲਈ LDAP ਡਾਇਰੈਕਟਰੀ ਵਿੱਚ ਗੁਪਤ-ਕੋਡ ਨਿਰਧਾਰਿਤ ਕਰਨ ਵਿੱਚ ਗਲਤੀ : %sਟਰਮੀਨਲ ਵਿਸ਼ੇਸ਼ਤਾ ਦੇਣ ਵਿੱਚ ਗਲਤੀਫਾਇਲ ਨੂੰ ਦਰਜਾ ਦੇਣ ਵਿੱਚ ਗਲਤੀਫਾਇਲ ਲਿਖਣ ਵਿੱਚ ਗਲਤੀਸਾਧਾਰਨ ਗਲਤੀਗਰੁੱਪ %jd ਦਾ ਕੋਈ ਨਾਂ ਨਹੀਂ ਹੈਗਰੁੱਪ %s ਦਾ ਕੋਈ GID ਨਹੀਂ ਹੈਗਰੁੱਪ ਦਾ ਨਾ ਤਾਂ ਕੋਈ ਨਾਂ ਹੈ ਨਾ ਹੀ GIDਅੰਦਰੂਨੀ ਸ਼ੁਰੂਆਤ ਗਲਤੀਗਲਤੀ IDਗਲਤ ਨੰਬਰਲਾਇਬਰੇਰੀ/ਮੋਡੀਊਲ ਵਰਜਨ ਭਿੰਨਤਾ`%s' ਮੈਡੀਊਲ `%s' ਨੂੰ ਪਰਭਾਸ਼ਿਤ ਨਹੀਂ ਕਰਦਾ ਹੈਸੰਰਚਨਾ ਰਾਹੀਂ ਅਯੋਗ ਕੀਤਾ ਮੋਡੀਊਲ`%s' ਵਿੱਚ ਮੋਡੀਊਲ ਵਰਜਨ ਭਿੰਨਤਾਨਾਂ ਵਿੱਚ ਕੰਟਰੋਲ ਅੱਖਰ ਸ਼ਾਮਿਲ ਹਨਨਾਂ ਵਿੱਚ ਅਯੋਗ ਅੱਖਰ `%c' ਸ਼ਾਮਿਲ ਹਨਨਾਂ ਵਿੱਚ ਨਾਨ-ASCII ਅੱਖਰ ਸ਼ਾਮਿਲ ਹਨਨਾਂ ਵਿੱਚ ਖਾਲੀ ਥਾਂ ਸ਼ਾਮਿਲ ਹੈਨਾਂ ਨਹੀਂ ਦਿੱਤਾ ਗਿਆਨਾਂ ਬਹੁਤ ਵੱਡਾ ਹੈ (%zu > %d)ਨਾਂ ਬਹੁਤ ਛੋਟਾ ਹੈਨਾਂ ਹਾਈਫਨ ਨਾਲ ਸ਼ੁਰੂ ਹੁੰਦਾ ਹੈਕੋਈ `%s' ਵਿਸ਼ੇਸ਼ਤਾ ਨਹੀਂ ਲੱਭੀ`%2$s' ਵਿੱਚ ਕੋਈ ਸ਼ੁਰੂਆਤੀ ਫੰਕਸ਼ਨ %1$s ਨਹੀਂ ਕੋਈ ਪਰਛਾਵਾਂ ਫਾਇਲ ਮੌਜੂਦ ਨਹੀਂ -- ਅਯੋਗ ਕੀਤਾLDAP ਡਾਇਰੈਕਟਰੀ ਵਿੱਚ ਅਜਿਹੀ ਕੋਈ ਇਕਾਈ ਨਹੀਂ ਹੈਲੋੜੀਂਦੇ ਅਧਿਕਾਰ ਨਹੀਂ ਹਨਮੁੱਖ-ਉਪਭੋਗੀ ਅਧਿਕਾਰਾਂ ਨਾਲ ਚੱਲ ਨਹੀਂ ਰਿਹਾਇਕਾਈ ਦੀ ਕੋਈ %s ਵਿਸ਼ੇਸ਼ਤਾ ਨਹੀਂ ਸੀਇਕਾਈ ਦੀ ਕੋਈ %s ਵਿਸ਼ੇਸ਼ਤਾ ਨਹੀਂ ਹੈਸਫ਼ਲਅਣਜਾਣ ਗਲਤੀਤਾਲਾ ਖੋਲ੍ਹਣ ਨਾਲ ਗੁਪਤ-ਕੋਡ ਖੇਤਰ ਖਾਲੀ ਹੋ ਜਾਵੇਗਾ।ਉਪਭੋਗੀ %jd ਦਾ ਕੋਈ ਨਾਂ ਨਹੀਂ ਹੈਉਪਭੋਗੀ %s ਦਾ ਕੋਈ UID ਨਹੀਂ ਹੈਉਪਭੋਗੀ ਦਾ ਨਾ ਤਾਂ ਕੋਈ ਨਾਂ ਹੈ ਨਾ ਹੀ UIDਉਪਭੋਗੀ ਇਕਾਈ ਕੋਲ ਕੋਈ %s ਵਿਸ਼ੇਸ਼ਤਾ ਨਹੀਂ ਹੈਉਪਭੋਗੀ ਇਕਾਈ ਬਿਨਾਂ ਕਿਸੇ `%s' ਤੋਂ ਬਣਾਈ ਗਈ ਹੈਵਰਤਿਆ ਜਾਂਦਾ ਉਪਯੋਗੀ/ਗਰੁੱਪ idਵਰਤਿਆ ਜਾਂਦਾ ਉਪਯੋਗੀ/ਗਰੁੱਪ ਨਾਂlibuser-0.56.9.dfsg.1.orig/po/insert-header.sin0000644000175000017500000000124010777230705017260 0ustar gheghe# Sed script that inserts the file called HEADER before the header entry. # # At each occurrence of a line starting with "msgid ", we execute the following # commands. At the first occurrence, insert the file. At the following # occurrences, do nothing. The distinction between the first and the following # occurrences is achieved by looking at the hold space. /^msgid /{ x # Test if the hold space is empty. s/m/m/ ta # Yes it was empty. First occurrence. Read the file. r HEADER # Output the file's contents by reading the next line. But don't lose the # current line while doing this. g N bb :a # The hold space was nonempty. Following occurrences. Do nothing. x :b } libuser-0.56.9.dfsg.1.orig/po/kn.gmo0000644000175000017500000010002410777230761015131 0ustar gheghe,3< "(5K*$Ej""9H Z{</)7"a'1Mf*)( I`.|((.$I n!x "#!#($L#q. (-<Vg%v%  3P_s    -#7,Q~," % ,9Of#'!$F d"! #+ #O s  +   ! !1&!X!r!!$!!8!("*="*h")"*"0")#)C#m##1###$$!6$!X$+z$.$$G$;%)S%&}%"%%!%#&'&G&\&o&&&(&$&&)'8'K'0g'!'''&'" (',( T(u(3(!((( )#)9)"M)p) ))) ) ) * **K*"k*******%+#=+ a++'++++ +- ,:,O,"b,,$,,,,W.a.]/Y/o@01040O1Fg11}@2j2t)3g3_4lf4t4[H5 545]5fX6+66j7| 88`9Vr99_U:G:J:7H;g;F;n/<;<D<P=p= >>8J?X??@ A^AzAezB%BC"CICRDSYDPDRD]QEZEI FCTFF5#GiYG!G'G H,HFH&H/HDIlbI>IJ*&J5QJJ!J-J'JK8KQKkKKCKK~L_M}MDNGbNNHOLO=P8MPbPNPp8QHQQKtRNR}SdSxSmkTT'[U-UUdUA2V_tVZVf/WdWRWKNXXXIY,^Y!Y*YOY(ZlZ;:[Hv[T[U\j\]}]Q ^{^^]^8__O`=`1&aXa?a1?bVqbVbccucfc`dAd'eDes;ffKgbgMDhlhXhdXidih"jjvkk]?llT/mJm~mcNnzn-ooyyppevqqoqrGrW)ssIsCss/tHtt%ul(uSuSuh=vfvX wcfwTwAxCax;xbx\Dy`yhzekz=z{n{e |$q|||R>}L}v}{U~~VYc@3!nO8uL_#X9) Z 7,:`$Q k+oTD& /iPq;"[lG0p*m2J%fe~aU}<(?4Ms'BWV^C j b=SxKcwgFH]Az|Yy>.REIt1h{Nd-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld Warning: Group with ID %jd does not exist. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorinvalid IDinvalid numberlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser.tip.kn Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-03-31 11:07+0530 Last-Translator: Shankar Prasad Language-Team: Kannada MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n != 1); %s ವು ಒಂದು gid ಸಂಖ್ಯೆಯನ್ನು ಹೊಂದಿಲ್ಲ. %s ವು ಒಂದು ನೆಲೆ ಕಡತ ಕೋಶವನ್ನು ಹೊಂದಿಲ್ಲ. %s ಕ್ಕೆ %s ನ ಫಿಂಗರ್ ಮಾಹಿತಿಯನ್ನು ಬದಲಾಯಿಸಲು ಅನುಮತಿ ಇಲ್ಲ ಖಾತೆಯ ಕಾಲಾವಧಿ ಮುಗಿದು ಹೋಗುತ್ತದೆ: %s ಖಾತೆಯನ್ನು ಸೃಜಿಸುವಲ್ಲಿ ವಿಫಲತೆ ಉಂಟಾಗಿದೆ: %s. ಖಾತೆಯು ಲಾಕ್ ಆಗಿದೆ. ಖಾತೆಯು ಲಾಕ್ ಆಗಿಲ್ಲ. %s ಗಾಗಿ ದೃಢೀಕರಣವು ವಿಫಲಗೊಂಡಿದೆ. -L ಹಾಗೂ -U ಎರಡೂ ಸೂಚಿತಗೊಂಡಿದೆ. /etc/passwd ಗೆ ಪೂರ್ವನಿಯೋಜಿತ ಸನ್ನಿವೇಶವನ್ನು ಸಿದ್ಧಪಡಿಸಲಾಗಿಲ್ಲ %s ಗಾಗಿನ ಫಿಂಗರ್ ಮಾಹಿತಿಯನ್ನು ಬದಲಾಯಿಸಲಾಗುತ್ತಿದೆ. %s ಗಾಗಿ ಗುಪ್ತಪದವನ್ನು ಬದಲಾಯಿಸಲಾಗುತ್ತಿದೆ. %s ಗಾಗಿ ಶೆಲ್ ಮಾಹಿತಿಯನ್ನು ಬದಲಾಯಿಸಲಾಗುತ್ತಿದೆ. ಬಳಕೆದಾರ ರಚನೆಯನ್ನ್ನು ನಕಲಿಸಲಾಗುತ್ತಿದೆ: ಬಳಕೆದಾರನನ್ನು ಸೃಜಿಸುವಲ್ಲಿ Cyrus SASL ದೋಷ: %sಬಳಕೆದಾರನನ್ನು ತೆಗೆದು ಹಾಕುವಲ್ಲಿ Cyrus SASL ದೋಷ: %sಪೂರ್ವನಿಯೋಜಿತ ಬಳಕೆದಾರ ವೈಶಿಷ್ಟ್ಯದ ಹೆಸರುಗಳು: ಪೂರ್ವನಿಯೋಜಿತ ಆಬ್ಜೆಕ್ಟ್‍ ವರ್ಗಗಳು: ಈ-ಮೈಲ್ ವಿಳಾಸನಮೂದು ಕಂಡು ಬಂದಿಲ್ಲ. `%s' ನ ಮಾಲಿಕನನ್ನು ಬದಲಾಯಿಸುವಲ್ಲಿ ದೋಷ: %s%s ಅನ್ನು ಸೃಜಿಸುವಲ್ಲಿ ವಿಫಲತೆ ಉಂಟಾಗಿದೆ: %s. `%s' ಅನ್ನು ಸೃಜಿಸು: %s`%s' ಗಾಗಿ ಖಾತೆಯನ್ನು ಸೃಜಿಸುವಲ್ಲಿ ದೋಷ: ಸಾಲು ಸಮರ್ಪಕವಾಗಿ ಫಾರ್ಮಾಟ್ ಆಗಿಲ್ಲ. ಸಮೂಹ`%s' ವನ್ನು ಸೃಜಿಸುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ: %s `%s' ಗಾಗಿ GID %jd ಯೊಂದಿಗೆ ಸಮೂಹವನ್ನು ಸೃಜಿಸುವಲ್ಲಿ ದೋಷ: %s %s ಗಾಗಿ ನೆಲೆ ಕಡತಕೋಶವನ್ನು ಸೃಜಿಸುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ: %s %s ಗಾಗಿ ಸ್ಪೂಲ್ ಅನ್ನು ಸೃಜಿಸುವಲ್ಲಿ ದೋಷ. ಮೈಲ್ ಸ್ಪೂಲನ್ನು ಸೃಜಿಸುವಲ್ಲಿ ದೋಷ. %s ಗಾಗಿ ಬಳಕೆದಾರ ಖಾತೆಯನ್ನು ಸೃಜಿಸುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ: %s %s ಅನ್ನು ಆರಂಭಿಸುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ: %s %s ಅನ್ನು ಆರಂಭಿಸುವಲ್ಲಿ ದೋಷ: %s. PAM ಅನ್ನು ಆರಂಭಿಸುವಲ್ಲ್ಲಿ ದೋಷ. %s ಅನ್ನು ನೋಡುವಾಗ ದೋಷ: %s %s ಅನ್ನು %s ಗೆ ತೆಗೆಯುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ: %s. `%s' ಅನ್ನು ತೆರೆಯುವಲ್ಲಿ ದೋಷ: %s. ಆರ್ಗ್ಯುಮೆಂಟ್‍ಗಳನ್ನು ವಿವರಿಸುವಲ್ಲಿ ದೋಷ: %s. `%s' ಅನ್ನು ಓದುವಲ್ಲಿ ದೋಷ: %s%s ಅನ್ನು ತೆಗೆಯುವಲ್ಲಿ ದೋಷ: %s. `%s' ಅನ್ನು ತೆಗೆದುಹಾಕುವಲ್ಲಿ ದೋಷ: %s%s ಗೆ ಆರಂಭಿಕ ಗುಪ್ತಪದವನ್ನು ಸಿದ್ಧಗೊಳಿಸುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ: %s %s ಸಮೂಹಕ್ಕೆ ಗುಪ್ತಪದವನ್ನು ಸಿದ್ಧಗೊಳಿಸುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ: %s. %s ಬಳಕೆದಾರನಿಗೆ ಗುಪ್ತಪದವನ್ನು ಸಿದ್ಧಗೊಳಿಸುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ: %s. `%s' ಗೆ ಬರೆಯುವಲ್ಲಿ ದೋಷ: %sಸವಲತ್ತುಗಳನ್ನು ತ್ಯಜಿಸುವಲ್ಲಿ ದೋಷ. %s ನ ಕಾಲ ತೀರುತ್ತಿರುವ ಮಾಹಿತಿಯನ್ನು ಮಾರ್ಪಡಿಸುವಲ್ಲಿ ವಿಫಲವಾಗಿದೆ: %s ಸಮೂಹ %s ಕ್ಕೆ ಗುಪ್ತಪದವನ್ನು ಸಿದ್ಧಗೊಳಿಸುವಲ್ಲಿ ವಿಫಲತೆ: %s ಬಳಕೆದಾರ %s ನಿಗೆ ಗುಪ್ತಪದವನ್ನು ಸಿದ್ಧಗೊಳಿಸುವಲ್ಲಿ ವಿಫಲತೆ: %s. ಫಿಂಗರ್ ಮಾಹಿತಿಯನ್ನು ಬದಲಾಯಿಸಲಾಗಿದೆ. ಫಿಂಗರ್ ಮಾಹಿತಿಯನ್ನು ಬದಲಾಯಿಸಲಾಗಿಲ್ಲ: ಆದಾನ ದೋಷ. ಫಿಂಗರ್ ಮಾಹಿತಿಯನ್ನು ಬದಲಾಯಿಸಲಾಗಿಲ್ಲ: %s. ಸಂಪೂರ್ಣ ಹೆಸರುಪೂರ್ವನಿಯೋಜಿತ ಬಳಕೆದಾರ ವೈಶಿಷ್ಟ್ಯವನ್ನು ಪಡೆಯಲಾಗುತ್ತಿದೆ: ಕೊಡಲಾದ ಹೆಸರುಸಮೂಹ %jd ವು ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ ಸಮೂಹ %s ವನ್ನು ಅಳಿಸಲಾಗುವುದಿಲ್ಲ: %s ಸಮೂಹ %s ಅನ್ನು ಅಳಿಸಲಾಗುವುದಿಲ್ಲ: %s. ಸಮೂಹ %s ವನ್ನು ಲಾಕ್ ಮಾಡಲಾಗಿಲ್ಲ: %s ಸಮೂಹ %s ವನ್ನು ಮಾರ್ಪಡಿಸಲಾಗಿಲ್ಲ: %s ಸಮೂಹ %s ವನ್ನು ಮಾರ್ಪಾಡು ಮಾಡಲಾಗಿಲ್ಲ: %s. ಸಮೂಹ %s ವನ್ನು ಅನ್-ಲಾಕ್ ಮಾಡಲಾಗಿಲ್ಲ: %s ಸಮೂಹ %s ವು ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ. ಸಮೂಹದ ರಚನೆ ವಿಫಲಗೊಂಡಿದೆ: %s GID %jd ಹೊಂದಿರುವ ಸಮೂಹಕ್ಕೆ ಒಂದು ಸಮೂಹದ ಹೆಸರನ್ನು ಹೊಂದಿಲ್ಲ. ಮನೆಯ ದೂರವಾಣಿ ಸಂಖ್ಯೆನೆಲೆ ಕಡತಕೋಶದ ಮಾರ್ಗ `%s' ವು ಸಂಪೂರ್ಣವಾಗಿಲ್ಲನಿಷ್ಕ್ರಿಯ: %ld ಆಂತರಿಕ PAM ದೋಷ `%s'. ಆಂತರಿಕ ದೋಷ. ಅಮಾನ್ಯ ID %s %s ಕ್ಷೇತ್ರದ ಪೂರ್ವನಿಯೋಜಿತ ಮೌಲ್ಯವು ಅಮಾನ್ಯವಾಗಿದೆ: %sಅಮಾನ್ಯ ಸಮೂಹ ID %s ಅಮಾನ್ಯ ಬಳಕೆದಾರ ID %s ಕರ್ಬರೋಸ್ ನಿರ್ವಹಣಾ ಪ್ರಮುಖನಿರ್ವಹಣಾ ಪ್ರಮುಖನಿಗಾಗಿ ಕರ್ಬರೋಸ್ ಗುಪ್ತಪದಕರ್ಬರೋಸ್ ಕ್ಷೇತ್ರ(Kerberos Realm)LDAP ಬೈಂಡ್ DNLDAP ಬೈಂಡ್ ಗುಪ್ತಪದLDAP SASL ದೃಢೀಕರಣ ಬಳಕೆದಾರLDAP SASL ಬಳಕೆದಾರLDAP ಶೋಧನಾ ಮೂಲ DNLDAP ಪರಿಚಾರಕದ ಹೆಸರುಕಡೆಯ ಬದಲಾವಣೆ: %s ಗರಿಷ್ಟ: %ld ಕನಿಷ್ಟ: %ld ಎಂದೂ ಅಲ್ಲಹೊಸ ಶೆಲ್ಹೊಸ ಗುಪ್ತಪದಹೊಸ ಗುಪ್ತಪದ (ಖಚಿತಪಡಿಸಲಾದ)ಯಾವುದೆ ಸಮೂಹದ ಹೆಸರು ಸೂಚಿತಗೊಂಡಿಲ್ಲ, gid %d ಗೆ ಯಾವುದೆ ಹೆಸರಿಲ್ಲ. ಯಾವುದೆ ಸಮೂಹದ ಹೆಸರು ಸೂಚಿತಗೊಂಡಿಲ್ಲ, %s ಅನ್ನು ಬಳಸಲಾಗುತ್ತ್ತಿದೆ. ಯಾವುದೆ ಸಮೂಹದ ಹೆಸರು ನಿಗದಿತಗೊಂಡಿಲ್ಲ. GID %jd ಹೊಂದಿರುವ ಒಂದು ಸಮೂಹ ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ, ತೆಗೆಯಲಾಗುತ್ತಿಲ್ಲ. %s ಗೆ ಹೊಸ ನೆಲೆ ಕಡತಕೋಶವಿಲ್ಲ. %s ಗೆ ಹಳೆಯ ನೆಲೆ ಕಡತಕೋಶವಿಲ್ಲ. ಯಾವುದೆ ಬಳಕೆದಾರ ಹೆಸರು ಸೂಚಿತಗೊಂಡಿಲ್ಲ, uid %d ಗೆ ಯಾವುದೆ ಹೆಸರಿಲ್ಲ. ಯಾವುದೆ ಬಳಕೆದಾರರ ಹೆಸರು ಸೂಚಿತಗೊಂಡಿಲ್ಲ, %s ಅನ್ನು ಬಳಸಲಾಗುತ್ತ್ತಿದೆ. ಯಾವುದೆ ಹೆಸರು ಸೂಚಿತಗೊಂಡಿಲ್ಲ. ಕಛೇರಿಕಛೇರಿ ದೂರವಾಣಿ ಸಂಖ್ಯೆಗುಪ್ತಪದದ ಕಾಲಾವಧಿ ಮುಗಿದು ಹೋಗುತ್ತದೆ: %s ಗುಪ್ತಪದವು ನಿಷ್ಕ್ರಿಯವಾಗಿದೆ: %s ಗುಪ್ತಪದದ ಬದಲಾವಣೆಯನ್ನು ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ. ಗುಪ್ತಪದ ಬದಲಾಯಿಸಲ್ಪಟ್ಟಿದೆ. ಗುಪ್ತಪದಗಳು ತಾಳೆಯಾಗುತ್ತಿಲ್ಲ್ಲ, ಪುನಃ ಪ್ರಯತ್ನಿಸಿ. ಪ್ರಾಂಪ್ಟ್‍ಗಳು ವಿಫಲಗೊಂಡಿವೆ. ಪ್ರಾಂಪ್ಟ್‍ಗಳು ಯಶಸ್ವಿಯಾಗಿವೆ. UID 0 ಯೊಂದಿಗೆ ಖಾತೆಯನ್ನು ಸೃಜಿಸಲು ನಿರಾಕರಿಸುತ್ತಿದೆ. %s ಹೆಸರಿನ ಸಮೂಹಕ್ಕಾಗಿ ಹುಡುಕಲಾಗುತ್ತಿದೆ. ID %jd ಯನ್ನು ಹೊಂದಿದ ಸಮೂಹಕ್ಕಾಗಿ ಹುಡುಕಲಾಗುತ್ತಿದೆ. %s ಹೆಸರಿನ ಬಳಕೆದಾರನಿಗಾಗಿ ಹುಡುಕಲಾಗುತ್ತಿದೆ. ID %jd ಯನ್ನು ಹೊಂದಿದ ಬಳಕೆದಾರನಿಗಾಗಿ ಹುಡುಕಲಾಗುತ್ತಿದೆ. ಶೆಲ್ ಬದಲಾಗಿದೆ. ಶೆಲ್ ಬದಲಾಗಿಲ್ಲ: %s ಅಡ್ಡಹೆಸರುಅಜ್ಞಾತ ಬಳಕೆದಾರನನ್ನು ದೃಢೀಕರಿಸಲಾಗಿದೆ. ಅಜ್ಞಾತ ಬಳಕೆದಾರ ಸನ್ನಿವೇಶಬಳಕೆದಾರ %s ನನ್ನು ಅಳಿಸಿಹಾಕಲಾಗಲಿಲ್ಲ: %s. ಬಳಕೆದಾರ %s ನನ್ನು ಲಾಕ್ ಮಾಡಲಾಗಿಲ್ಲ: %s. ಬಳಕೆದಾರ %s ನನ್ನು ಮಾರ್ಪಾಡು ಮಾಡಲಾಗಿಲ್ಲ: %s. ಬಳಕೆದಾರ %s ನನ್ನು ಅನ್-ಲಾಕ್ ಮಾಡಲಾಗಿಲ್ಲ: %s. ಬಳಕೆದಾರ %s ನು ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ. ಬಳಕೆದಾರರು ತಾಳೆಯಾಗುತ್ತಿಲ್ಲ. ಎಚ್ಚರಿಕೆ: %ld ಎಚ್ಚರಿಕೆ: ID %jd ಯನ್ನು ಹೊಂದಿರುವ ಸಮೂಹವು ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ. [ಆಯ್ಕೆ...][ಆಯ್ಕೆ...] [ಬಳಕೆದಾರ][ಆಯ್ಕೆ...] ಸಮೂಹ[ಆಯ್ಕೆ...] ಬಳಕೆದಾರನಿಲುಕಣೆಯನ್ನು ನಿರಾಕರಿಸಲಾಗಿದೆಬ್ಯಾಕ್ಅಪ್ ಕಡತ `%s' ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ ಹಾಗು ಅದು ಸಾಮಾನ್ಯ ಕಡತವಾಗಿಲ್ಲಬ್ಯಾಕ್ಅಪ್ ಕಡತದ ಗಾತ್ರವು ತಾಳೆಯಾಗುತ್ತಿಲ್ಲಕೆಟ್ಟ ಬಳಕೆದಾರನ/ಸಮೂಹದ idಕೆಟ್ಟ ಬಳಕೆದಾರನ/ಸಮೂಹದ ಹೆಸರುಸಂರಚನಾ ಕಡತ `%s' ವು ಬಹಳ ದೊಡ್ಡದಾಗಿದೆLDAP ಪರಿಚಾರಕಕ್ಕೆ ಬೈಂಡ್ ಮಾಡಲಾಗಿಲ್ಲLDAP ಪರಿಚಾರಕಕ್ಕೆ ಬೈಂಡ್ ಮಾಡಲಾಗಿಲ್ಲ, ಪ್ರಥಮ ಪ್ರಯತ್ನ `%s' ಆಗಿತ್ತು: %sTLS ಅನ್ನು LDAP ಪರಿಚಾರಕದೊಂದಿಗೆ ವ್ಯವಹರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲಸಂರಚನಾ ಕಡತ `%s' ವನ್ನು ತೆಗೆಯುವಲ್ಲಿ ದೋಷ ಎದುರಾಗಿದೆ: %sಸಂರಚನಾ ಕಡತ `%s' ವನ್ನು ಓದಲಾಗಿಲ್ಲ: %sLDAP ಪ್ರೋಟೋಕಾಲ್ ಅನ್ನು ಆವೃತ್ತಿ %d ಗೆ ಹೊಂದಿಸಲಾಗಿಲ್ಲಸಂರಚನಾ ಕಡತ `%s' ವನ್ನು ಆರಂಭಿಸಲಾಗಿಲ್ಲ: %s`%s' ಕ್ಕೆ ಸುರಕ್ಷತಾ ಸನ್ನಿವೇಶವನ್ನು ನಿರ್ಧರಿಸಲಾಗಲಿಲ್ಲ: %sಪೂರ್ವನಿಯೋಜಿತ ಸುರಕ್ಷತಾ ಸನ್ನಿವೇಶವನ್ನು ಪಡೆಯಲಾಗಲಿಲ್ಲ: %s`%s' ನ ಪೂರ್ವನಿಯೋಜಿತ ಸುರಕ್ಷತಾ ಸನ್ನಿವೇಶವನ್ನು ಪಡೆಯಲಾಗಲಿಲ್ಲ:: %s`%s' ಅನ್ನು ತೆರೆಯಲಾಗಿಲ್ಲ: %s`%s' ನಿಂದ ಓದಲಾಗಿಲ್ಲ: %sಪೂರ್ವನಿಯೋಜಿತ ಸುರಕ್ಷತಾ ಸನ್ನಿವೇಶವನ್ನು `%s' ಕ್ಕೆ ಹೊಂದಿಸಲಾಗಲಿಲ್ಲ: %s`%s' ಅನ್ನು stat ಮಾಡಲಾಗಲಿಲ್ಲ: %s`%s' ಗೆ ಬರೆಯಲಾಗಿಲ್ಲ: %sಕಡತದಲ್ಲಿ ದತ್ತಾಂಶವು ಕಂಡುಬಂದಿಲ್ಲನಮೂದು %s ವೈಶಿಷ್ಟ್ಯವನ್ನು ಹೊಂದಿಲ್ಲನಮೂದು %s ಅಥವ %s ವೈಶಿಷ್ಟ್ಯವನ್ನು ಹೊಂದಿಲ್ಲನಮೂದು ಆಬ್ಜೆಕ್ಟ್‍ %s ವೈಶಿಷ್ಟ್ಯವನ್ನು ಹೊಂದಿಲ್ಲನಮೂದು %s ಅಥವ %s ವೈಶಿಷ್ಟ್ಯಗಳನ್ನು ಹೊಂದಿಲ್ಲನಮೂದು %s ಅಥವ %s ವೈಶಿಷ್ಟ್ಯಗಳಿಲ್ಲದೆ ನಿರ್ಮಿಸಲ್ಪಟ್ಟಿದೆನಮೂದು ಈಗಾಗಲೆ ಕಡತದಲ್ಲಿದೆ`%s' ಸೇವೆಗಾಗಿ `%s' ಕ್ಷೇತ್ರದಲ್ಲಿ kadm5 ಪರಿಚಾರಕಕ್ಕೆ ಸಂಪರ್ಕ ಕಲ್ಪಿಸುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ: %s`%s' ಅನ್ನು ಸೃಜಿಸುವಲ್ಲಿ ದೋಷ: %sಒಂದು LDAP ಕಡತಕೋಶ ನಮೂದನ್ನು ನಿರ್ಮಿಸುವಲ್ಲಿ ದೋಷ: %sಬಳಕೆದಾರರಿಗಾಗಿ ನೆಲೆ ಕಡತಕೋಶವನ್ನು ಸೃಜಿಸುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆಬಳಕೆದಾರರಿಗಾಗಿ ಮೈಲ್ ಸ್ಪೂಲನ್ನು ಸೃಜಿಸುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆಗುಪ್ತಪದವನ್ನು ಗೂಢಲಿಪೀಕರಿಸುವಲ್ಲಿ ದೋಷCyrus SASL ಅನ್ನು ಆರಂಭಿಸುವಲ್ಲಿ ದೋಷ: %sಕರ್ಬರೋಸ್ ಲೈಬ್ರರಿಯನ್ನು ಆರಂಭಿಸುವಲ್ಲಿ ದೋಷldap ಲೈಬ್ರರಿಯನ್ನು ಆರಂಭಿಸುವಲ್ಲಿ ದೋಷಘಟಕವನ್ನು ಲೋಡ್ ಮಾಡುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆಕಡತವನ್ನು ಲಾಕ್ ಮಾಡುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆಕಡತವನ್ನು ಲಾಕ್ ಮಾಡುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ: %sಟರ್ಮಿನಲ್ ವೈಶಿಷ್ಟ್ಯಗಳನ್ನು ಮ್ಯಾನಿಪುಲೇಟ್ ಮಾಡುವಲ್ಲಿ ದೋಷಒಂದು LDAP ಕಡತಕೋಶ ನಮೂದನ್ನು ಮಾರ್ಪಡಿಸುವಲ್ಲಿ ದೋಷ: %sಬಳಕೆದಾರರಿಗಾಗಿ ನೆಲೆ ಕಡತಕೋಶವನ್ನು ಸ್ಥಳಾಂತರಿಸುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆಕಡತವನ್ನು ತೆಗೆಯುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆಕರ್ಬರೋಸ್‍ಗಾಗಿ ಬಳಕೆದಾರ ಹೆಸರು `%s' ಅನ್ನು ವಿವರಿಸುವಲ್ಲಿ ದೋಷಕಡತವನ್ನು ಓದುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆಟರ್ಮಿನಲ್‍ನಿಂದ ಓದುವಲ್ಲಿ ದೋಷ`%s' ಗಾಗಿ ಕರ್ಬರೋಸ್‍ನಿಂದ ಮಾಹಿತಿಯನ್ನು ಓದುವಲ್ಲಿ ದೋಷಟರ್ಮಿನಲ್ ವೈಶಿಷ್ಟ್ಯಗಳನ್ನು ಓದುವಾಗ ದೋಷಒಂದು LDAP ಕಡತಕೋಶ ನಮೂದನ್ನು ತೆಗೆದು ಹಾಕುವಲ್ಲಿ ದೋಷ: %sಬಳಕೆದಾರರಿಗಾಗಿ ನೆಲೆ ಕಡತಕೋಶವನ್ನು ತೆಗೆದು ಹಾಕುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆಬಳಕೆದಾರರಿಗಾಗಿ ಮೈಲ್ ಸ್ಪೂಲನ್ನು ತೆಗೆದು ಹಾಕುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆಒಂದು LDAP ಕಡತಕೋಶ ನಮೂದನ್ನು ಮರುಹೆಸರಿಸುವಲ್ಲಿ ದೋಷ: %sಘಟಕದಲ್ಲಿ ಸಂಕೇತವನ್ನು ಪರಿಹರಿಸುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆ`%s' ಗಾಗಿ ಗುಪ್ತಪದವನ್ನು ಹೊಂದಿಸುವಲ್ಲಿ ದೋಷ%s ಕ್ಕಾಗಿ LDAP ಕಡತಕೋಶದಲ್ಲಿ ಗುಪ್ತಪದವನ್ನು ಹೊಂದಿಸುವಲ್ಲಿ ದೋಷ: %sಟರ್ಮಿನಲ್ ವೈಶಿಷ್ಟ್ಯಗಳನ್ನು ಹೊಂದಿಸುವಾಗ ದೋಷಕಡತವನ್ನು statting ಮಾಡುವಲ್ಲಿ ದೋಷಕಡತಕ್ಕೆ ಬರೆಯುವಲ್ಲಿ ದೋಷ ಉಂಟಾಗಿದೆಸಾಮಾನ್ಯ ದೋಷಸಮೂಹ %jd ವು ಹೆಸರನ್ನು ಹೊಂದಿಲ್ಲಸಮೂಹ %s ವು GID ಯನ್ನು ಹೊಂದಿಲ್ಲಸಮೂಹವು ಒಂದು ಹೆಸರು ಅಥವ ಒಂದು GID ಅನ್ನು ಹೊಂದಿಲ್ಲಆಂತರಿಕ ಆರಂಭಿಕ ದೋಷ ಉಂಟಾಗಿದೆಅಮಾನ್ಯ IDಅಮಾನ್ಯ ಸಂಖ್ಯೆಲೈಬ್ರರಿ/ಘಟಕದ ಆವೃತ್ತಿಯು ತಾಳೆಯಾಗುತ್ತಿಲ್ಲ`%s' ಘಟಕವು %s' ಅನ್ನು ವಿವರಿಸುವುದಿಲ್ಲಸಂರಚನೆಯಿಂದ ಘಟಕವು ಅಶಕ್ತಗೊಂಡಿದೆ`%s' ನಲ್ಲಿ ಘಟಕ ಆವೃತ್ತಿಯು ತಾಳೆಯಾಗುತ್ತಿಲ್ಲಹೆಸರು ನಿಯಂತ್ರಣ ಅಕ್ಷರಗಳನ್ನು ಒಳಗೊಂಡಿದೆಹೆಸರಿನಲ್ಲಿ ಅಮಾನ್ಯ ಅಕ್ಷರವಾದ`%c' ಇದೆಹೆಸರು ASCII-ಅಲ್ಲದ ಅಕ್ಷರಗಳನ್ನು ಒಳಗೊಂಡಿದೆಹೆಸರು ಖಾಲಿ ಜಾಗಗಳನ್ನು ಒಳಗೊಂಡಿದೆಯಾವುದೇ ಹೆಸರು ಹೊಂದಿಸಿಲ್ಲಹೆಸರು ಬಹಳ ಉದ್ದವಾಗಿದೆ (%zu > %d)ಹೆಸರು ಬಹಳ ಚಿಕ್ಕದಾಗಿದೆಹೆಸರು ಅಡ್ಡಗೆರೆಯಿಂದ ಆರಂಭಗೊಳ್ಳುತ್ತದೆಯಾವುದೆ `%s' ವೈಶಿಷ್ಟ್ಯವು ಕಂಡು ಬಂದಿಲ್ಲಯಾವುದೆ ಆರಂಭಿಕ ಕ್ರಿಯೆ %s ಯು `%s' ನಲ್ಲಿಲ್ಲಛಾಯಾ ಕಡತವು ಇಲ್ಲ --ಅಶಕ್ತಗೊಳಿಸಲಾಗುತ್ತಿದೆLDAP ಕಡತಕೋಶದಲ್ಲಿ ಯಾವುದೆ ಆಬ್ಜೆಕ್ಟ್‍ ಇಲ್ಲಸಾಕಷ್ಟು ಸವಲತ್ತುಗಳಿಲ್ಲಮೂಲಬಳಕೆದಾರನ ಸವಲತ್ತುಗಳೊಂದಿಗೆ ಕಾರ್ಯಗತಗೊಳ್ಳುತ್ತಿಲ್ಲಆಬ್ಜೆಕ್ಟ್‍ %s ವೈಶಿಷ್ಟ್ಯವನ್ನು ಹೊಂದಿರಲಿಲ್ಲಆಬ್ಜೆಕ್ಟ್‍ %s ವೈಶಿಷ್ಟ್ಯವನ್ನು ಹೊಂದಿಲ್ಲಯಶಸ್ವಿಯಾಗಿದೆಅಜ್ಞಾತ ದೋಷಅನ್-ಲಾಕ್ ಮಾಡುವುದರಿಂದ ಗುಪ್ತಪದ ಜಾಗವು ಖಾಲಿ ಉಳಿಯುತ್ತದೆಬಳಕೆದಾರ %jd ನು ಹೆಸರನ್ನು ಹೊಂದಿಲ್ಲಬಳಕೆದಾರ %s ವು UID ಅನ್ನು ಹೊಂದಿಲ್ಲಬಳಕೆದಾರ ಒಂದು ಹೆಸರು ಅಥವ ಒಂದು UID ಅನ್ನು ಹೊಂದಿಲ್ಲಬಳಕೆದಾರ ಆಬ್ಜೆಕ್ಟ್‍ %s ವೈಶಿಷ್ಟ್ಯವನ್ನು ಹೊಂದಿಲ್ಲಯಾವುದೆ `%s' ಇಲ್ಲದೆ ಬಳಕೆದಾರ ಆಬ್ಜೆಕ್ಟ್‍ ರಚಿಸಲ್ಪಟ್ಟಿದೆಬಳಸಲಾಗುತ್ತಿರುವ ಬಳಕೆದಾರನ/ಸಮೂಹದ idಬಳಸಲಾಗುತ್ತಿರುವ ಬಳಕೆದಾರನ/ಸಮೂಹದ ಹೆಸರುlibuser-0.56.9.dfsg.1.orig/po/it.po0000644000175000017500000007152710777230757015015 0ustar gheghe# translation of libuser.tip.po to Italiano # # Bettina De Monti , 2001. # Lorenzo Stobbione , 2004, 2005. # Nicolò Nepote , 2005. # Francesco Tombolini , 2005, 2006, 2007, 2008. msgid "" msgstr "" "Project-Id-Version: libuser.tip\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-03-08 22:05+0100\n" "Last-Translator: Francesco Tombolini \n" "Language-Team: Italiano \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "Il percorso della home directory `%s' non è assoluto" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Errore nella lettura di `%s': %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Errore nella creazione di `%s': %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Errore nel cambiamento del proprietario di '%s': %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Errore nella scrittura di `%s': %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Errore nella rimozione di `%s': %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Impossibile diminuire i privilegi.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Errore interno.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "" "%s non è autorizzato a cambiare le informazioni di %s per il comando finger\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Ambiente utente sconosciuto" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Impossibile impostare l'ambiente di default per /etc/passwd\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Errore nell'inizializzazione di PAM.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Autenticazione fallita di %s.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Errore PAM interno %s.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "Utente sconosciuto autenticato.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Nessuna corrispondenza utente.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[OPZIONE...] utente" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Errore nell'analisi degli argomenti: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Nessun nome utente specificato.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Errore nell'inizializzazione di %s: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "L'utente %s non esiste.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Account bloccato.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Account non bloccato.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Minimo:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Massimo:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Attenzione:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Inattivo:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Mai" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Ultima modifica:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Scadenza password:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Password inattiva:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Scadenza account:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Impossibile modificare le informazioni sulla scadenza di %s:%s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[OPZIONE...] [utente]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Nessun nome utente specificato, nessun nome per uid %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Modificare le informazioni sulla scadenza di %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Nome completo" #: apps/lchfn.c:154 msgid "Surname" msgstr "Cognome" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Nome" #: apps/lchfn.c:179 msgid "Office" msgstr "Ufficio" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Numero telefonico dell'ufficio" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Numero telefonico di casa" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "Indirizzo e-mail" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Informazioni personali non cambiate: input error.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Informazioni personali cambiate.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Informazioni personali non cambiate: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Cambiare shell per %s.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Nuova shell" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "La shell non è cambiata: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "La shell è cambiata.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[OPZIONE...] gruppo" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Nessun nome gruppo specificato.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "ID gruppo %s non valido\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "Creazione fallita del gruppo: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Il gruppo %s non esiste.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "Il gruppo %s non può essere eliminato: %s.\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "-L e -U specificati.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Configurazione password per il gruppo %s fallita: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "Il gruppo %s non può essere bloccato: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Il gruppo %s non può essere sbloccato: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "Il gruppo %s non può essere modificato: %s.\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Errore nella ricerca di %s: %s.\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Nessun nome del gruppo specificato, usando %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Nessun nome del gruppo specificato, nessun nome per gid %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Nessun nome utente specificato, usando %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[OPZIONE...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Errore nell'apertura`%s': %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "" "Errore nella creazione dell'account per `%s': riga impropriamente " "formattata.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "User ID %s non valida\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Rifiuto di creare un account con UID 0.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Errore nella creazione del gruppo per '%s' con GID %jd: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "errore nella configurazione della password per %s: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Errore nella creazione della home directory per %s: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "Errore durante la creazione della casella di posta spool per %s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Errore durante la creazione dell'account utente %s: %s.\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Cambiare password per %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Nuova password" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Nuova password (confermare)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Le password non corrispondono, si prega di riprovare ancora.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Annullamento cambio della password.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Errore nell'impostazione della password per l'utente %s: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "errore nella configurazione della password per il gruppo`%s: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Password cambiata.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "Il gruppo %jd non esiste.\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Errore nella creazione del gruppo %s: %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Creazione account fallita: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Errore durante la creazione di %s: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "Errore durante la creazione della casella di posta.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Impossibile eliminare l'utente %s: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s privo di un numero gid.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "Non esiste nessun gruppo con GID %jd. Rimozione impossibile.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "Gruppo con GID %jd privo di nome gruppo.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Impossibile eliminare il gruppo %s: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s privo di directory home.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Errore nella rimozione di %s: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Configurazione password per l'utente %s fallita: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Impossibile bloccare l'utente %s: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Impossibile sbloccare l'utente %s: %s.\n" #: apps/lusermod.c:221 #, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Attenzione: Il gruppo con ID %jd non esiste.\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Impossibile modificare l'utente %s: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "Impossibile modificare il gruppo %s: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "Nessuna directory home precedente per %s.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "Nessuna nuova directory home per %s.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Errore durante lo spostamento di %s in %s: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "impossibile aprire il file di configurazione `%s': %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "impossibile fare lo stat del file di configurazione `%s': %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "il file di configurazione `%s' è troppo grande" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "impossibile leggere il file di configurazione `%s': %s" #: lib/error.c:38 msgid "success" msgstr "eseguito" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "modulo disattivato dalla configurazione" #: lib/error.c:42 msgid "generic error" msgstr "errore generico" #: lib/error.c:44 msgid "not enough privileges" msgstr "privilegi insufficienti" #: lib/error.c:46 msgid "access denied" msgstr "accesso negato" #: lib/error.c:48 msgid "bad user/group name" msgstr "nome utente/gruppo errato" #: lib/error.c:50 msgid "bad user/group id" msgstr "ID utente/gruppo errato" #: lib/error.c:52 msgid "user/group name in use" msgstr "nome utente/gruppo in uso" #: lib/error.c:54 msgid "user/group id in use" msgstr "ID utente/gruppo in uso" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "errore nella modifica degli attributi del terminale" #: lib/error.c:58 msgid "error opening file" msgstr "errore nell'apertura del file" #: lib/error.c:60 msgid "error locking file" msgstr "errore nel bloccaggio del file" #: lib/error.c:62 msgid "error statting file" msgstr "errore durante la chiamata stat del file" #: lib/error.c:64 msgid "error reading file" msgstr "errore nella lettura del file" #: lib/error.c:66 msgid "error writing to file" msgstr "errore nella scrittura su file" #: lib/error.c:68 msgid "data not found in file" msgstr "dati non trovati nel file" #: lib/error.c:70 msgid "internal initialization error" msgstr "errore di inizializzazione interna" #: lib/error.c:72 msgid "error loading module" msgstr "errore di caricamento del modulo" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "errore nella risoluzione del simbolo nel modulo" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "mancata corrispondenza nella versione di modulo/libreria" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "L'operazione unlock renderà il campo della password vuoto." #: lib/error.c:84 msgid "unknown error" msgstr "errore sconosciuto" #: lib/misc.c:165 msgid "invalid number" msgstr "numero non valido" #: lib/misc.c:179 msgid "invalid ID" msgstr "ID non valido" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "nessuna funzione di inizializzazione %s in `%s'" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "mancata corrispondenza della versione del modulo in `%s'" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "il modulo `%s' non definisce `%s'" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "errore nella lettura degli attributi del terminale" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "errore nella configurazione degli attributi del terminale" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "errore di lettura dal terminale" #: lib/user.c:191 msgid "name is not set" msgstr "nome non e' impostato" #: lib/user.c:196 msgid "name is too short" msgstr "nome è troppo corto" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "il nome è troppo corto (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "nome contiene caratteri non-ASCII" #: lib/user.c:215 msgid "name contains control characters" msgstr "nome contiene caratteri di controllo" #: lib/user.c:222 msgid "name contains whitespace" msgstr "nome contiene spazi bianchi" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "il nome inizia con un trattino" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "nome contiene il carattero invalido `%c'" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "l'utente %s non ha alcun UID" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "il gruppo %s non ha alcun GID" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "l'utente %jd non ha alcun nome" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "Il gruppo %jd non ha alcun nome" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "l'utente non ha ne' un nome ne' un UID" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "il gruppo non ha ne' un nome ne' un GID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "Valore predefinito non valido del campo %s: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "errore nel bloccaggio del file: %s" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "impossibile ottenere il contesto di sicurezza predefinito: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "" "impossibile recuperare le informazioni sull'ambiente di sicurezza: `%s': %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "impossibile impostare l'ambiente di sicurezza predefinito a %s: %s" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "impossibile determinare il contesto di sicurezza per `%s': %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "impossibile aprire `%s': %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "impossibile eseguire lo stat su `%s': %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "errore nella creazione di `%s': %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "il file di backup `%s' esiste e non è un file standard" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "mancata corrispondenza con le dimensioni del file di backup." #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "impossibile leggere da `%s': %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "voce già presente nel file" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "impossibile scrivere su `%s': %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "nessun attributo %s per l'oggetto entità" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "errore nel cifratura della password" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "esecuzione senza privilegi di superutente" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "nessun file shadow presente -- disattivazione" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "errore durante la connessione al servere kadm5 per il servizio `%s' nel " "realm `%s': %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "errore nell'inizializzazione della library di kerberos" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "errore nell'analisi del nome utente `%s' per kerberos" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "nessun %s o attributo %s per la struttura dell'entità" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "nessun %s o attributo %s per l'entità" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "l'entità è stata creata senza attributi %s o %s" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "errore nella lettura delle informazioni per `%s' da kerberos" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "nessun attributo %s per l'entità" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "errore nella configurazione della password per `%s'" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Realm di kerberos" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Admin principal di kerberos" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Password per Admin Principal di kerberos" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "errore nell'inizializzazione della libreria ldap" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "impossibile impostare protocollo LDAP sulla versione %d" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "impossibile negoziare TLS con il server LDAP" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "impossibile collegarsi al server LDAP" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "impossibile collegarsi al server LDAP, primo tentativo come %s: %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "nessun attributo %s per l'oggetto utente" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "l'oggetto utente è stato creato senza `%s'" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "errore nella creazione della voce di directory LDAP: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "errore nella modifica della voce di directory LDAP: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "errore nel rinominare la voce di directory LDAP: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "nessun attributo %s per l'oggetto" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "errore nella rimozione della voce di directory LDAP: %s." #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "nessun attributo %s per l'oggetto" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "nessun oggetto nella directory LDAP" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "nessun attributo `%s' trovato" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "" "errore nella configurazione della password nella directory LDAP per %s: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "Nome del server LDAP" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "DN inizio ricerca LDAP " #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP Bind DN " #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "Password LDAP Bind" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "Utente LDAP SASL" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "Autorizzazione utente LDAP SASL" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "errore Cyrus SASL nella creazione dell'utente: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Errore Cyrus SASL nella rimozione dell'utente:`%s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "Errore nell'inizializzazione di Cyrus SASL: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "Errore nella creazione della home directory per l'utente" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "errore nella rimozione della home directory per l'utente" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "Errore nello spostamento della home directory per l'utente" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "Errore durante la creazione della casella di posta spool per l'utente" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "errore durante la rimozione della casella di posta spool per l'utente" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Errore nell'inizializzazione di %s: %s.\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "ID %s non valido\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "Ricerca del gruppo con ID %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "Ricerca del gruppo di nome %s.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "Ricerca dell'utente con ID %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "Ricerca dell'utente di nome %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Voce non trovata.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Comandi eseguiti con successo\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Esecuzione dei comandi fallita.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Classi oggetto utente di default:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Nomi attributi dell'utente di default:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Raccolta attributi dell'utente di default:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Copia della struttura dell'utente:\n" libuser-0.56.9.dfsg.1.orig/po/sr.po0000644000175000017500000010231510777230760015005 0ustar gheghe# translation of sr.po to Serbian # Serbian translations for libuser # Copyright (C) 2005 Red Hat, Inc. # This file is distributed under the same license as the libuser package. # # Miloš Komarčević , 2005. # Nikola Pajtic , 2008. msgid "" msgstr "" "Project-Id-Version: libuser\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-04-03 21:47+0200\n" "Last-Translator: Nikola Pajtic \n" "Language-Team: Serbian (sr) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: KBabel 1.11.4\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "Путања личног директоријума „%s“ није апсолутна" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Грешка при читању „%s“: %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Грешка при прављењу „%s“: %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Грешка при промени власника „%s“: %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Грешка при писању „%s“: %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Грешка при уклањању „%s“: %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Неуспело одбацивање повластица.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Унутрашња грешка.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s није овлашћен да мења finger податке за %s\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Непознат кориснички контекст" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Не могу да поставим подразумевани контекст за /etc/passwd\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Грешка при иницијализацији PAM-а.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Неуспела аутентификација за %s.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Унутрашња PAM грешка „%s“.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "Аутентификован непознат корисник.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Неслагање корисника.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[ОПЦИЈА...] корисник" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Грешка при тумачењу аргумената: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Није наведено корисничко име.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Грешка при иницијализацији %s: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "Корисник %s не постоји.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Налог је закључан.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Налог није закључан.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Најмањи:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Највећи:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Упозорење:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Неактивно:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Никада" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Последња промена:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Лозинка истиче:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Лозинка неактивна:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Налог истиче:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Неуспела измена застарелих података за %s: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[ОПЦИЈА...] [корисник]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Није наведено корисничко име, нема имена за uid %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Мењам finger податке за %s.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Пуно име" #: apps/lchfn.c:154 msgid "Surname" msgstr "Презиме" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Крштено име" #: apps/lchfn.c:179 msgid "Office" msgstr "Канцеларија" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Канцеларијски телефон" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Кућни телефон" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "Адреса е-поште" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Finger подаци нису промењени: грешка у уносу.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Finger подаци су промењени.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Finger подаци нису промењени: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Мењам љуску за %s.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Нова љуска" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Љуска није промењена: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Љуска је промењена.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[ОПЦИЈА...] група" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Није наведено име групе.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "Неисправан ID групе %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "Неуспело прављење групе: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Група %s не постоји.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "Група %s не може бити избрисана: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "И -L и -U су наведени.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Неуспело постављање лозинке за групу %s: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "Група %s не може бити закључана: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Група %s не може бити откључана: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "Група %s не може бити измењена: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Грешка при потрази за %s: %s\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Није наведено име групе, користим %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Није наведено име групе, нема имена за gid идентификатор %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Није наведено корисничко име, користим %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[ОПЦИЈА...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Грешка при отварању „%s“: %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "Грешка при прављењу налога за „%s“: неправилно обликована линија.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "Неисправан кориснички ID %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Одбијам да направим налог са UID 0.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Грешка при прављењу групе „%s“ са GID %jd: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Грешка при постављању лозинке за %s: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Грешка при прављењу личног директоријума за %s: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "Грешка при прављењу реда за пошту за %s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Грешка при прављењу корисничког налога за %s: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Мењам лозинку за %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Нова лозинка" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Нова лозинка (потврда)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Лозинке се не слажу, покушајте поново.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Промена лозинке је отказана.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Грешка при постављању лозинке за корисника %s: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Грешка при постављању лозинке за групу %s: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Лозинка је промењена.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "Група %jd не постоји\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Грешка при прављењу групе „%s“: %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Неуспело прављење налога: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Грешка при прављењу %s: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "Грешка при прављењу реда за пошту.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Корисник %s не може да буде обрисан: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s није имала gid број.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "Не постоји група са GID %jd, не уклањам.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "Група са GID %jd није имала име групе.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Група %s не може да буде обрисана: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s није имао лични директоријум.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Грешка при уклањању %s: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Неуспело постављање лозинке за корисника %s: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Корисник %s не може да буде закључан: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Корисник %s не може да буде откључан: %s.\n" #: apps/lusermod.c:221 #, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Упозорење: група са идентификатором %jd не постоји\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Корисник %s не може да буде измењен: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "Група %s не може да буде измењена: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "Нема старог личног директоријума за %s.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "Нема новог личног директоријума за %s.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Грешка при премештању %s у %s: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "не могу да отворим датотеку подешавања „%s“: %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "не могу да извршим stat над датотеком подешавања „%s“: %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "датотека подешавања „%s“ је превелика" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "не могу да прочитам датотеку подешавања „%s“: %s" #: lib/error.c:38 msgid "success" msgstr "успех" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "модул искључен у подешавањима" #: lib/error.c:42 msgid "generic error" msgstr "уопштена грешка" #: lib/error.c:44 msgid "not enough privileges" msgstr "нема довољно повластица" #: lib/error.c:46 msgid "access denied" msgstr "приступ одбијен" #: lib/error.c:48 msgid "bad user/group name" msgstr "лоше име корисника/групе" #: lib/error.c:50 msgid "bad user/group id" msgstr "лош id корисника/групе" #: lib/error.c:52 msgid "user/group name in use" msgstr "име корисника/групе је у употреби" #: lib/error.c:54 msgid "user/group id in use" msgstr "id корисника/групе је у употреби" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "грешка при удешавању својстава терминала" #: lib/error.c:58 msgid "error opening file" msgstr "грешка при отварању датотеке" #: lib/error.c:60 msgid "error locking file" msgstr "грешка при закључавању датотеке" #: lib/error.c:62 msgid "error statting file" msgstr "грешка при извршавању stat над датотеком" #: lib/error.c:64 msgid "error reading file" msgstr "грешка при читању датотеке" #: lib/error.c:66 msgid "error writing to file" msgstr "грешка при упису у датотеку" #: lib/error.c:68 msgid "data not found in file" msgstr "подаци нису нађени у датотеци" #: lib/error.c:70 msgid "internal initialization error" msgstr "унутрашња грешка иницијализације" #: lib/error.c:72 msgid "error loading module" msgstr "грешка при учитавању модула" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "грешка при разрешавању симбола у модулу" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "неслагање верзије библиотеке/модула" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "откључавање би учинило поље лозинке празним" #: lib/error.c:84 msgid "unknown error" msgstr "непозната грешка" #: lib/misc.c:165 msgid "invalid number" msgstr "неисправан број" #: lib/misc.c:179 msgid "invalid ID" msgstr "неисправан ID" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "нема функције иницијализације %s у „%s“" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "неслагање верзије модула у „%s“" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "модул „%s“ не дефинише „%s“" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "грешка при читању својстава терминала" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "грешка при постављању својстава терминала" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "грешка при читању са терминала" #: lib/user.c:191 msgid "name is not set" msgstr "име није постављено" #: lib/user.c:196 msgid "name is too short" msgstr "име је прекратко" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "име је предугачко (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "име садржи не-ASCII знакове" #: lib/user.c:215 msgid "name contains control characters" msgstr "име садржи контролне знакове" #: lib/user.c:222 msgid "name contains whitespace" msgstr "име садржи размак" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "име почиње цртицом" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "име садржи неисправан знак „%c“" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "корисник %s нема UID" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "група %s нема GID" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "корисник %jd нема име" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "група %jd нема име" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "корисник нема ни име нити UID" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "група нема ни име нити GID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "Неисправна подразумевана вредност за поље %s: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "грешка при закључавању датотеке: %s" #: lib/util.c:706 #, c-format msgid "couldn't get default security context: %s" msgstr "не могу да добавим подразумевани безбедносни контекст: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "не могу да добавим безбедносни контекст за „%s“: %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "не могу да поставим подразумевани безбедносни контекст на „%s“: %s" #: lib/util.c:760 #, c-format msgid "couldn't determine security context for `%s': %s" msgstr "не могу да утврдим безбедносни контекст за „%s“: %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "не могу да отворим „%s“: %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "не могу да извршим stat над „%s“: %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "грешка при прављењу „%s“: %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "резервна датотека „%s“ постоји и није редовна датотека" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "неслагање величине резервне датотеке" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "не могу да читам из „%s“: %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "ставка је већ присутна у датотеци" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "не могу да упишем у „%s“: %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "објекат ентитета нема %s својство" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "грешка при шифровању лозинке" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "не извршавам са администраторским повластицама" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "нема присутне shadow датотеке -- искључујем" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "грешка при повезивању на kadm5 сервер за сервис „%s“ у царству „%s“: %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "грешка при иницијализацији kerberos библиотеке" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "грешка при тумачењу корисничког имена „%s“ за kerberos" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "структура ентитета нема %s или %s својства" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "ентитет нема %s или %s својства" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "ентитет је направљен без %s или %s својстава" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "грешка при читању података за „%s“ из kerberos-а" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "ентитет нема %s својства" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "грешка при постављању лозинке за „%s“" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Kerberos подручје" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Kerberos главни админ" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Kerberos лозинка за главног админа" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "грешка при иницијализацији ldap библиотеке" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "не могу да поставим LDAP протокол на верзију %d" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "нисам могао да преговарам TLS са LDAP сервером" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "не могу да се вежем за LDAP сервер" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "не могу да се вежем за LDAP сервер, прво покушајте као „%s“: %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "кориснички објекат нема %s својство" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "кориснички објекат је направљен без „%s“" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "грешка при прављењу ставке LDAP каталога: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "грешка при измени ставке LDAP каталога: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "грешка при преименовању ставке LDAP каталога: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "објекат није имао %s својство" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "грешка при уклањању ставке LDAP каталога: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "објекат нема %s својство" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "нема таквог објекта у LDAP каталогу" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "није пронађено „%s“ својство" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "грешка при постављању лозинке у LDAP каталогу за %s: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "Име LDAP сервера" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "Основни DN LDAP претраге" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "DN LDAP увезивања" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "Лозинка LDAP увезивања" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "LDAP SASL корисник" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "LDAP SASL овлашћујући корисник" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Cyrus SASL грешка при прављењу корисника: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Cyrus SASL грешка при уклањању корисника: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "грешка при иницијализацији Cyrus SASL-а: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "грешка при прављењу личног директоријума за корисника" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "грешка при уклањању личног директоријума за корисника" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "грешка при премештању личног директоријума за корисника" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "грешка при прављењу реда за пошту за корисника" #: python/admin.c:885 msgid "error removing mail spool for user" msgstr "грешка при уклањању реда за пошту за корисника" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Грешка при иницијализацији %s: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "Неисправан ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "Претражујем за групом са ID %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "Претражујем за групом са именом %s.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "Претражујем за корисником са ID %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "Претражујем за корисником са именом %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Ставка није пронађена.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Одзиви су успели.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Одзиви нису успели.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Подразумеване класе корисничких објеката:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Подразумевана имена корисничких својстава:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Добављам подразумевана корисничка својства:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Умножавам корисничку структуру:\n" libuser-0.56.9.dfsg.1.orig/po/quot.sed0000644000175000017500000000023110777230705015477 0ustar gheghes/"\([^"]*\)"/“\1”/g s/`\([^`']*\)'/‘\1’/g s/ '\([^`']*\)' / ‘\1’ /g s/ '\([^`']*\)'$/ ‘\1’/g s/^'\([^`']*\)' /‘\1’ /g s/“”/""/g libuser-0.56.9.dfsg.1.orig/po/or.po0000644000175000017500000012153010777230757015007 0ustar gheghe# translation of or.po to Oriya # This file is distributed under the same license as the PACKAGE package. # Copyright (C) YEAR Red Hat, Inc. # # Subhransu Behera , 2006, 2007. msgid "" msgstr "" "Project-Id-Version: or\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2007-03-01 16:49+0530\n" "Last-Translator: Subhransu Behera \n" "Language-Team: Oriya \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: Plural-Forms: nplurals=2; plural=(n!=1);\n" "\n" "\n" "\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "`%s' କୁ ପଢିବା ସମୟରେ ତୃଟି: %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "`%s' କୁ ସୃଷ୍ଟି କରିବା ସମୟରେ ତୃଟି: %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "`%s' ର ମାଲିକ କୁ ପରିବର୍ତନ କରିବା ରେ ତୃଟି: %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "`%s' କୁ ଲେଖିବା ସମୟରେ ତୃଟି: %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "`%s' କୁ ଅପସାରଣ କରିବା ସମୟରେ ତୃଟି: %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "ବିଶେଷ ଆକର୍ଷଣ କୁ ତ୍ଯାଗ କରିବା ସମୟରେ ତୃଟି\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "ଆଭ୍ଯନ୍ତରୀଣ ତୃଟି\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s ଟି ବୈଧିକ୍ରୁତ ନୁହେଁ %s finger ସୂଚନା କୁ ପରିବର୍ତନ କରିବା ପାଇଁ\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "ଅଜଣା ଚାଳକ ପ୍ରସଙ୍ଗ" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "/etc/passwd ପ୍ରସଙ୍ଗ ପାଇଁ ପୂର୍ବନିର୍ଦ୍ଧାରିତ ପ୍ରସଙ୍ଗ କୁ ସେଟ କରି ପାରିବ ନାହିଁ \n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "ପି.ଏ.ଏମ୍. କୁ ପ୍ରାରମ୍ଭିକରଣ କରିବା ସମୟରେ ତୃଟି\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "%s ପାଇଁ ବୈଧିକରଣ ବିଫଳ ହୋଇଗଲା \n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "ଆଭ୍ଯନ୍ତରୀଣ ପି.ଏ.ଏମ୍. ତୃଟି `%s'.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "ଅଜଣା ଚାଳକ ଟି ବୈଧିକ୍ରୁତ ହୋଇ ଯାଇଛି\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "ଚାଳକ ଟି ମିଶୁ ନାହିଁ\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[ପସନ୍ଦ...] ଚାଳକ" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "ସ୍ବତନ୍ତ୍ରଚର ମାନଙ୍କୁ ବିଶ୍ଳେଷଣ କରିବା ସମୟରେ ତୃଟି: %s \n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "କୌଣସି ଚାଳକ ନାମ ଉଲ୍ଲେଖିତ ହୋଇ ନାହିଁ \n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "%s କୁ ପ୍ରାରମ୍ଭିକରଣ କରିବା ସମୟରେ ତୃଟି: %s \n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "%s ଚାଳକ ଟିି ଅବସ୍ଥିତ ନୁହେଁ \n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "ହିସାବ ଖାତା ଟି ଅପରିବର୍ତ୍ତନୀୟ ଅଛି \n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "ହିସାବ ଖାତା ଟି ଅପରିବର୍ତ୍ତନୀୟ ନାହିଁ \n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "ସର୍ବନିମ୍ନ:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "ସର୍ବାଧିକ:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "ଚେତାବନୀ:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "ନିଷ୍କ୍ରିୟ:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "କେବେ ନୁହେଁ" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "ଶେଷ ପରିବର୍ତନ:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "ପ୍ରବେଶ ସଙ୍କେତ ଟି ଅକ୍ରୁତ କାର୍ଯ୍ଯ ହୋଇ ଯାଏ:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "ପ୍ରବେଶ ସଙ୍କେତ ଟି ନିଷ୍କ୍ରିୟ ଅଟେ:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "ହିସାବ ଖାତା ଟି ଅକ୍ରୁତ କାର୍ଯ୍ଯ ହୋଇ ଯାଏ:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "%s ପାଇଁ aging ସୂଚନା କୁ ରୂପାନ୍ତରଣ କରିବାକୁ ଅସଫଳ: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[ପସନ୍ଦ...] [ଚାଳକ]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "କୌଣସି ଚାଳକ ନାମ ଉଲ୍ଲଖିତ ହୋଇ ନାହିଁ, %d ୟୁ.ଆଇ.ଡି. ପାଇଁ କୌଣସି ନାମ ନାହିଁ \n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "%s ପାଇଁ finger ସୂଚନା କୁ ପରିବର୍ତନ କରୁଅଛି \n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "ପୂରା ନାମ" #: apps/lchfn.c:154 msgid "Surname" msgstr "କୁଳ ନାମ" #: apps/lchfn.c:169 msgid "Given Name" msgstr "ଦିଆ ଯାଇଥିବା ନାମ" #: apps/lchfn.c:179 msgid "Office" msgstr "କାର୍ଯ୍ଯାଳୟ" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "କାର୍ଯ୍ଯାଳୟ ଫୋନ" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "ଘର ଫୋନ" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "ଇ-ଡାକ ଠିକଣା ମାନ" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Finger ସୂଚନା ଟି ପରିବର୍ତିତ ହୋଇ ନାହିଁ: ନିବେଶ ତୃଟି \n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Finger ସୂଚନା ଟି ପରିବର୍ତିତ ହୋଇ ଗଲା \n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Finger ସୂଚନା ଟି ପରିବର୍ତିତ ହେଲା ନାହିଁ: %s \n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "%s ପାଇଁ ଆବରଣ କୁ ପରିବର୍ତନ କରୁଅଛି \n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "ନୂତନ ଆବରଣ" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "ଆବରଣ ଟି ପରିବର୍ତିତ ହେଲା ନାହିଁ: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "ଆବରଣ ପରିବର୍ତିତ ହୋଇ ଗଲା \n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[ପସନ୍ଦ...] ସମୂହ" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "କୌଣସି ସମୂହ ନାମ ଉଲ୍ଲଖିତ ହୋଇ ନାହିଁ \n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "ସମୂହ ର ଅବୈଧ ପରିଚୟ %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "ସମୂହ କୁ ସୃଷ୍ଟି କରିବା କାର୍ଯ୍ଯ ବିଫଳ ହୋଇ ଗଲା: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "%s ସମୂହ ଟି ଅବସ୍ଥିତ ନାହିଁ \n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "%s ସମୂହ କୁ ଅପସାରଣ କରି ହେଲା ନାହିଁ: %s\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "ଉଭୟ -L ଏବଂ -U କୁ ଉଲ୍ଲଖିତ କରା ଯାଇଛି \n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "%s ସମୂହ ପାଇଁ ପ୍ରବେଶ ସଙ୍କେତ ସେଟ କରିବା ରେ ଅସଫଳ: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "%s ସମୂହ ଟି ଲକ କରି ହେଲା ନାହିଁ: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "%s ସମୂହ ଟି ଅନ-ଲକ କରି ହେଲା ନାହିଁ: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "%s ସମୂହ ଟି ରୂପାନ୍ତରିତ କରି ହେଲା ନାହିଁ: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "%s କୁ ଅବଲୋକନ କରିବା ସମୟରେ ତୃଟି: %s\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "%s କୁ ବ୍ଯବହାର କରି, କୌଣସି ସମୂହ ନାମ ଉଲ୍ଲେଖିତ ହୋଇ ନାହିଁ \n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "କୌଣସି ସମୂହ ନାମ ଉଲ୍ଲଖିତ ହୋଇ ନାହିଁ, %d ୟୁ.ଆଇ.ଡି. ପାଇଁ କୌଣସି ନାମ ନାହିଁ \n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "%s କୁ ବ୍ଯବହାର କରି, କୌଣସି ଚାଳକ ନାମ ଉଲ୍ଲେଖିତ ହୋଇ ନାହିଁ \n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[ପସନ୍ଦ...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "`%s' କୁ ଖୋଲିବା ସମୟରେ ତୃଟି: %s\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "`%s' ପାଇଁ ହିସାବ ଖାତା ଖୋଲିବା ସମୟରେ ତୃଟି: ଲାଇନ ଟି ସଠିକ ଭାବ ରେ ସଜା ଯାଇ ନାହିଁ \n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "ଚାଳକ ର ଅବୈଧ ପରିଚୟ %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "ୟୁ.ଆଇ.ଡି. ୦ ସହିତ ଗୋଟିଏ ହିସାବ ଖାତା ସୃଷ୍ଟି କରିବା ପାଇଁ ଅସ୍ବୀକାର କରୁଅଛି \n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "`%s' ପାଇଁ %jd ଜି.ଆଇ.ଡି. ସହିତ ଗୋଟିଏ ସମୂହ ସୃଷ୍ଟି କରିବା ସମୟରେ ତୃଟି: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "%s ପାଇଁ ପ୍ରାରମ୍ଭିକ ପ୍ରବେଶ ସଙ୍କେତ ସେଟ୍ କରିବା ସମୟରେ ତୃଟି: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "%s ପାଇଁ ଗୋଟିଏ ମୂଳ ସ୍ଥାନ ଡିରେକ୍ଟୋରି ସୃଷ୍ଟି କରିବା ସମୟରେ ତୃଟି: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "%s ପାଇଁ ଡାକ ସ୍ପୁଲ ସୃଷ୍ଟି କରିବା ସମୟରେ ତୃଟି \n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "%s ପାଇଁ ଗୋଟିଏ ଚାଳକ ହିସାବ ଖାତା ସୃଷ୍ଟି କରିବା ସମୟରେ ତୃଟି: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "%s ପାଇଁ ପ୍ରବେଶ ସଙ୍କେତ କୁ ପରିବର୍ତନ କରୁଅଛି \n" #: apps/lpasswd.c:107 msgid "New password" msgstr "ନୂତନ ପ୍ରବେଶ ସଙ୍କେତ" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "ନୂତନ ପ୍ରବେଶ ସଙ୍କେତ (ନିଶ୍ଚିତ କରନ୍ତୁ)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "ପ୍ରବେଶ ସଙ୍କେତ ଟି ମିଶ୍ୁ ନାହିଁ, ପୁନର୍ବାର ପ୍ରଚେଷ୍ଟା କରନ୍ତୁ \n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "ପ୍ରବେଶ ସଙ୍କେତ ର ପରିବର୍ତନ ବାତିଲ ହୋଇ ଗଲା \n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "%s ଚାଳକ ପାଇଁ ପ୍ରବେଶ ସଙ୍କେତ ସେଟ କରିବା ସମୟରେ ତୃଟି: %s \n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "%s ସମୂହ ପାଇଁ ପ୍ରବେଶ ସଙ୍କେତ ସେଟ କରିବା ସମୟରେ ତୃଟି: %s \n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "ପ୍ରବେଶ ସଙ୍କେତ ଟି ପରବର୍ତିତ ହୋଇ ଗଲା \n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "%jd ସମୂହ ଟି ଅବସ୍ଥିତ ନୁହେଁ \n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "`%s' ସମୂହ ସୃଷ୍ଟି କରିବା ସମୟରେ ତୃଟି: %s \n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "ହିସାବ ଖାତା ର ସୃଷ୍ଟି କରିବା ବିଫଳ ହୋଇ ଗଲା: %s \n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "%s କୁ ସୃଷ୍ଟି କରିବା ସମୟରେ ତୃଟି: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "ଡାକ ସ୍ପୁଲ ସୃଷ୍ଟି କରିବା ସମୟରେ ତୃଟି \n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "%s ଚାଳକ କୁ ଅପସାରଣ କରି ହେଲା ନାହିଁ: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s ର ଗୋଟିଏ ଜି.ଆଇ.ଡି. ନମ୍ବର ନାହିଁ \n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "%jd ଜି.ଆଇ.ଡି. ଥିବା କୌଣସି ସମୂହ ଅବସ୍ଥିତ ନାହିଁ, ଅପସ୍ରୁତ ହେଉ ନାହିଁ \n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "%jd ଜି.ଆଇ.ଡି. ଥିବା କୌଣସି ସମୂହ ମାନଙ୍କ ର କୌଣସି ସମୂହ ନାମ ନାହିଁ \n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "%s ସମୂହ କୁ ଅପସାରଣ କରି ହେଲା ନାହିଁ: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s ର ଗୋଟିଏ ମୂଳ ସ୍ଥାନ ଡିରେକ୍ଟୋରି ନାହିଁ \n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "%s କୁ ଅପସାରଣ କରିବା ସମୟରେ ତୃଟି: %s \n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "%s ଚାଳକ ପାଇଁ ପ୍ରବେଶ ସଙ୍କେତ ସେଟ କରିବା ରେ ବିଫଳ: %s \n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "%s ଚାଳକ କୁ ଲକ୍ କରି ହେଲା ନାହିଁ: %s \n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "%s ଚାଳକ କୁ ଆନ-ଲକ୍ କରି ହେଲା ନାହିଁ: %s \n" #: apps/lusermod.c:221 #, fuzzy, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "%jd ସମୂହ ଟି ଅବସ୍ଥିତ ନୁହେଁ \n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "%s ଚାଳକ ଟି ରୂପାନ୍ତରିତ ହୋଇ ପାରିଲା ନାହିଁ: %s \n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "%s ସମୂହ ଟି ରୂପାନ୍ତରିତ ହୋଇ ପାରିଲା ନାହିଁ: %s \n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "%s ପାଇଁ କୌଣସି ମୂଳସ୍ଥାନ ଡିରେକ୍ଟୋରି ନାହିଁ \n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "%s ପାଇଁ କୌଣସି ନୂତନ ମୂଳସ୍ଥାନ ଡିରେକ୍ଟୋରି ନାହିଁ \n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "%s ରୁ %s କୁ ସ୍ଥାନାସ୍ତରିତ କରିବା ସମୟରେ ତୃଟି: %s \n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "`%s' ବିନ୍ଯାସ ଫାଇଲ କୁ ଖୋଲି ପାରିଲା ନାହିଁ: %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "`%s' ବିନ୍ଯାସ ଫାଇଲ କୁ ପ୍ରାରମ୍ଭ କରି ପାରିଲା ନାହିଁ: %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "`%s' ବିନ୍ଯାସ ଫାଇଲ ଟି ଖୁବ ବଡ ଅଟେ" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "`%s' ବିନ୍ଯାସ ଫାଇଲ କୁ ପଢି ପାରିଲା ନାହିଁ: %s" #: lib/error.c:38 msgid "success" msgstr "ସଫଳ" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "ଏକକାଂଶ ଟି ବିନ୍ଯାସ ଦ୍ବାରା ନିଷ୍କ୍ରିୟ ହୋଇ ଗଲା" #: lib/error.c:42 msgid "generic error" msgstr "ବର୍ଗୀୟ ତୃଟି" #: lib/error.c:44 msgid "not enough privileges" msgstr "ଯଥେଷ୍ଟ ବିଶେଷ ଆକର୍ଷଣ ନାହିଁ" #: lib/error.c:46 msgid "access denied" msgstr "ପ୍ରବେଶାନୁମତି ଅସ୍ବୀକ୍ରୁତ ହୋଇ ଗଲା" #: lib/error.c:48 msgid "bad user/group name" msgstr "ଖରାପ ଚାଳକ/ସମୂହ ନାମ" #: lib/error.c:50 msgid "bad user/group id" msgstr "ଖରାପ ଚାଳକ/ସମୂହ ପରିଚୟ" #: lib/error.c:52 msgid "user/group name in use" msgstr "ଚାଳକ/ସମୂହ ନାମ ବ୍ଯବହ୍ରୁତ ହେଉଅଛି" #: lib/error.c:54 msgid "user/group id in use" msgstr "ଚାଳକ/ସମୂହ ପରିଚୟ ବ୍ଯବହ୍ରୁତ ହେଉଅଛି" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "ଟର୍ମିନାଲ ର ଗୁଣ ମାନଙ୍କୁ ପ୍ରକଳିତ କରୁଅଛି" #: lib/error.c:58 msgid "error opening file" msgstr "ଫାଇଲ ଖୋଲିବା ସମୟରେ ତୃଟି" #: lib/error.c:60 msgid "error locking file" msgstr "ଫାଇଲ କୁ ଲକ କରିବା ସମୟରେ ତୃଟି" #: lib/error.c:62 msgid "error statting file" msgstr "ଫାଇଲ ଉପରେ ଷ୍ଟାର୍ଟ କରିବା ସମୟରେ ତୃଟି" #: lib/error.c:64 msgid "error reading file" msgstr "ଫାଇଲ ର ପଠନ ସମୟରେ ତୃଟି" #: lib/error.c:66 msgid "error writing to file" msgstr "ଫାଇଲ େର ଲିଖନ ସମୟରେ ତୃଟି" #: lib/error.c:68 msgid "data not found in file" msgstr "ଫାଇଲ ରେ ତଥ୍ଯ ମିଳିଲା ନାହିଁ" #: lib/error.c:70 msgid "internal initialization error" msgstr "ଆଭ୍ଯନ୍ତରୀଣ ପ୍ରାରମ୍ଭିକୀକରଣ ତୃଟି" #: lib/error.c:72 msgid "error loading module" msgstr "ଏକକାଂଶ କୁ ଧାରଣ କରିବା ସମୟରେ ତୃଟି" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "ଏକକାଂଶ ରେ ପ୍ରତୀକ ର ସମାଧାନ କରିବା ସମୟରେ ତୃଟି" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "ପାଠାଗାର/ଏକକାଂଶ ର ସଂସ୍କରଣ ମିଶୁ ନାହିଁ" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "ଆଲ-ଲକ କଲେ ଏହା ପ୍ରବେଶ ସଙ୍କେତ ର କ୍ଷେତ୍ର କୁ ଖାଲି କରି ଦେବ" #: lib/error.c:84 msgid "unknown error" msgstr "ଅଜଣା ତୃଟି" #: lib/misc.c:165 #, fuzzy msgid "invalid number" msgstr "ଚାଳକ ର ଅବୈଧ ପରିଚୟ %s\n" #: lib/misc.c:179 #, fuzzy msgid "invalid ID" msgstr "ଅବୈଧ %s ପରିଚୟ \n" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "କୌଣସି ପ୍ରାରମ୍ଭିକୀକରଣ %s କାର୍ଯ୍ଯ `%s' ରେ ନାହିଁ" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "`%s' ରେ ଏକକାଂଶ ର ସଂସ୍କରଣ ମିଶୁ ନାହିଁ" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "`%s' ଏକକାଂଶ ଟି `%s' କୁ ବ୍ଯାଖ୍ଯା କରୁନାହିଁ" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "ଟର୍ମିନାଲ ର ଗୁଣ ମାନଙ୍କୁ ପଢିବା ସମୟରେ ତୃଟି" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "ଟର୍ମିନାଲ ର ଗୁଣ ମାନଙ୍କୁ ସେଟ ସମୟରେ ତୃଟି" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "ଟର୍ମିନାଲ ରୁ ପଢିବା ସମୟରେ ତୃଟି" #: lib/user.c:191 msgid "name is not set" msgstr "ନାମ ଟି ସେଟ ହୋଇ ନାହିଁ" #: lib/user.c:196 msgid "name is too short" msgstr "ନାମ ଟି ଅତି କ୍ଷୁଦ୍ର ଅଟେ" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "ନାମ ଟି ଅତ୍ଯଧିକ ବ୍ରୁହତ ଅଟେ (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "ନାମ ଟି ନନ୍-ଆସ୍କି ଅକ୍ଷର ମାନଙ୍କୁ ଧାରଣ କରିଅଛି" #: lib/user.c:215 msgid "name contains control characters" msgstr "ନାମ ଟି ନିୟନ୍ତ୍ରଣ ଅକ୍ଷର ମାନଙ୍କୁ ଧାରଣ କରିଅଛି" #: lib/user.c:222 msgid "name contains whitespace" msgstr "ନାମ ଟି ହ୍ବାଇଟ-ସ୍ପେଶ ଧାରଣ କରିଅଛି" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "ନାମ ଟି ଗୋଟିଏ ସଂଯୋଜକ ଚିହ୍ନ ଦ୍ବାରା ଆରମ୍ଭ ହୋଇଥାଏ" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "ନାମ ଟି ଗୋଟିଏ ଅବୈଧ ଅକ୍ଷର `%c' କୁ ଧାରଣ କରିଅଛି" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "%s ଚାଳକ ର କୌଣସି ୟୁ.ଆଇ.ଡି. ନାହିଁ" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "%s ସମୂହ ର କୌଣସି ୟୁ.ଆଇ.ଡି. ନାହିଁ" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "%jd ଚାଳକ ର କୌଣସି ନାମ ନାହିଁ" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "%jd ନାମ ର କୌଣସି ନାମ ନାହିଁ" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "ଚାଳକ ର କୌଣସି ନାମ କିମ୍ବା ୟୁ.ଆଇ.ଡି. ନାହିଁ" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "ସମୂହ ର କୌଣସି ନାମ କିମ୍ବା ୟୁ.ଆଇ.ଡି. ନାହିଁ" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "%s ର ଅବୈଧ ପୂର୍ବନିର୍ଦ୍ଧାରିତ ମୂଲ୍ଯ: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "ଫାଇଲ କୁ ଲକ କରୁଥିବା ସମୟରେ ତୃଟି: %s" #: lib/util.c:706 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "ପୂର୍ବ ନିର୍ଦ୍ଧାରିତ ସୁରକ୍ଷା ପ୍ରସଙ୍ଗ କୁ ସେଟ କରି ପାରିଲା ନାହିଁ: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "`%s' ର ସୁରକ୍ଷା ପ୍ରସଙ୍ଗ କୁ ପାଇ ପାରିଲା ନାହିଁ: %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "ପୂର୍ବ ନିର୍ଦ୍ଧାରିତ ସୁରକ୍ଷା ପ୍ରସଙ୍ଗ କୁ `%s' କୁ ସେଟ କରି ପାରିଲା ନାହିଁ: %s" #: lib/util.c:760 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "`%s' ର ସୁରକ୍ଷା ପ୍ରସଙ୍ଗ କୁ ପାଇ ପାରିଲା ନାହିଁ: %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "`%s' କୁ ଖୋଲି ପାରିଲା ନାହିଁ: %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "`%s' ଉପରେ ଷ୍ଟାର୍ଟ କୁ କାର୍ଯ୍ଯକାରି କରି ପାରିଲା ନାହିଁ: %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "`%s' କୁ ସୃଷ୍ଟି କରିବା ସମୟରେ ତୃଟି: %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "`%s' ନକଲ ସଂରକ୍ଷଣ ଫାଇଲ ଅବସ୍ଥିତ ଅଛି ଏବଂ ଏହା ଏକ ନିୟମିତ ଫାଇଲ ନୁହେଁ" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "ନକଲ ସଂରକ୍ଷଣ ଫାଇଲ ର ଆକାର ମିଶୁ ନାହିଁ" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "`%s' ରୁ ପଢି ପାରିଲା ନାହିଁ: %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "ଫାଇଲ ରେ ଭରଣ ପୂର୍ବ ରୁ ରହିଛି" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "`%s' ରେ ଲେଖି ପାରିଲା ନାହିଁ: %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "ବସ୍ତୁ ର %s ଭଳି କୌଣସି ଗୁଣ ନାହିଁ" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "ପ୍ରବେଶ ସଙ୍କେତ କୁ ସଂଗୁପ୍ତ କରିବା ସମୟରେ ତୃଟି" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "ପ୍ରମୂଖ ଚାଳକ ର ବିଶେଷ ଆକର୍ଷଣ ମାନଙ୍କ ସହିତ ନିଷ୍ପାଦିତ ହେଉ ନାହିଁ" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "କୌଣସି ଛାୟା ଫାଇଲ ଉପସ୍ଥିତ ନାହିଁ -- disabling" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "`%s' ସେବା ଏବଂ `%s' ଅଧିକାର ପାଇଁ କେ.ଏ.ଡି.ଏମ.୫ ସେବକ ସହିତ ସଂଯୋଗ କରିବା ରେ ତୃଟି: %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "କେର୍ବେରୋଶ ପାଠାଗାର ର ପ୍ରାରମ୍ଭିକୀକରଣ ସମୟରେ ତୃଟି" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "କେର୍ବେରୋଶ ପାଇଁ `%s' ଚାଳକ ମାନ ର ବିଶ୍ଳେଷଣ କରିବା ସମୟରେ ତୃଟି" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "ବସ୍ତୁ ର ସଂରଚନା ରେ କୌଣସି %s କିମ୍ବା %s ଗୁଣ ମାନ ନାହିଁ" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "ବସ୍ତୁ ର କୌଣସି %s କିମ୍ବା %s ଗୁଣ ନାହିଁ" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "ବସ୍ତୁ ଟି %s କିମ୍ବା %s ଗୁଣ ବିନା ସୃଷ୍ଟି କରା ଯାଇଛି" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "`%s' ପାଇଁ କେର୍ବେରୋଶ ରୁ ସୂଚନା ପଢିବା ସମୟରେ ତୃଟି" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "ବସ୍ତୁ ର କୌଣସି %s ଗୁଣ ନାହିଁ" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "`%s' ପାଇଁ ପ୍ରବେଶ ସଙ୍କେତ ସେଟ କରିବା ସମୟରେ ତୃଟି" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "କେର୍ବେରୋଶ ଅଧିକାର" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "କେର୍ବେରୋଶ ପ୍ରଶାସନୀୟ କତ୍ରୁପକ୍ଷ" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "ପ୍ରଶାସନୀୟ କତ୍ରୁପକ୍ଷ ଙ୍କ ପାଇଁ କେର୍ବେରୋଶ ପ୍ରବେଶ ସଙ୍କେତ" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "ଏଲ.ଡି.ଏ.ପି. ପାଠାଗାର ର ପ୍ରାରମ୍ଭିକୀକରଣ ସମୟରେ ତୃଟି" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "ଏଲ.ଡି.ଏ.ପି. ପ୍ରୋଟୋକଲ କୁ %d ସଂସ୍କରଣ କୁ ସେଟ କରି ପାରିଲା ନାହିଁ" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "ଟି.ଏଲ.ଏସ୍. କୁ ଏଲ.ଡି.ଏ.ପି. ସେବକ ସହିତ ଆଦାନପ୍ରଦାନ କରି ପାରିଲା ନାହିଁ" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "ଏଲ.ଡି.ଏ.ପି. ସେବକ ସହିତ ବାନ୍ଧି ପାରିଲା ନାହିଁ" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "ଏଲ.ଡି.ଏ.ପି. ସେବକ ସହିତ ବାନ୍ଧି ପାରିଲା ନାହିଁ, `%s' ରୂପ ରେ ପ୍ରଥମ ପ୍ରଚେଷ୍ଟା: %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "ଚାଳକ ବସ୍ତୁ ର କୌଣସି %s ଗୁଣ ନାହିଁ" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "ଚାଳକ ବସ୍ତୁ ଟି %s ବିନା ସୃଷ୍ଟି ହୋଇଥିଲା" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "ଏଲ.ଡି.ଏ.ପି. ଡିରେକ୍ଟୋରି ଭରଣ ସୃଷ୍ଟି କରିବା ସମୟରେ ତୃଟି: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "ଏଲ.ଡି.ଏ.ପି. ଡିରେକ୍ଟୋରି ଭରଣ କୁ ରୂପାନ୍ତରଣ କରିବା ସମୟରେ ତୃଟି: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "ଏଲ.ଡି.ଏ.ପି. ଡିରେକ୍ଟୋରି ଭରଣ ର ନାମ ବଦଳାଇବା ସମୟରେ ତୃଟି: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "ବସ୍ତୁ ର କୌଣସି %s ଗୁଣ ନାହିଁ" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "ଏଲ.ଡି.ଏ.ପି. ଡିରେକ୍ଟୋରି ଭରଣ କୁ ଅପସାରଣ ସମୟରେ ତୃଟି: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "ବସ୍ତୁ ର କୌଣସି %s ଗୁଣ ନାହିଁ" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "ଏଲ.ଡି.ଏ.ପି. ଡିରେକ୍ଟୋରି ଏଭଳି କୌଣସି ବସ୍ତୁ ନାହିଁ" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "କୌଣସି `%s' ଗୁଣ ମିଳିଲା ନାହିଁ" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "ଏଲ.ଡି.ଏ.ପି. ଡିରେକ୍ଟୋରି %s ପାଇଁ ପ୍ରବେଶ ସଙ୍କେତ ସେଟ କରିବା ସମୟରେ ତୃଟି: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "ଏଲ.ଡି.ଏ.ପି. ସେବକ ର ନାମ" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "ଡି.ଏନ୍. ଆଧାରିତ ଏଲ.ଡି.ଏ.ପି. ସନ୍ଧାନ" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "ଡି.ଏନ୍. ବନ୍ଧିତ ଏଲ.ଡି.ଏ.ପି." #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "ପ୍ରବେଶ ସଙ୍କେତ ବନ୍ଧିତ ଏଲ.ଡି.ଏ.ପି." #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "ଏଲ.ଡି.ଏ.ପି. ଏସ୍.ଏ.ଏସ୍.ଏଲ. ଚାଳକ" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "ଏଲ.ଡି.ଏ.ପି. ଏସ୍.ଏ.ଏସ୍.ଏଲ. ବୈଧିକରଣ ଚାଳକ" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "ଚାଳକ କୁ ସୃଷ୍ଟି କରିବା ସମୟରେ ସାଇରସ୍ ଏସ୍.ଏ.ଏସ୍.ଏଲ. ତୃଟି: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "ଚାଳକ କୁ ଅପସାରଣ କରିବା ସମୟରେ ସାଇରସ୍ ଏସ୍.ଏ.ଏସ୍.ଏଲ. ତୃଟି: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "ସାଇରସ୍ ଏସ୍.ଏ.ଏସ୍.ଏଲ. ର ପ୍ରାରମ୍ଭିକୀକରଣ ସମୟରେ ତୃଟି: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "ଚାଳକ ପାଇଁ ମୂଳ ସ୍ଥାନ ଡିରେକ୍ଟୋରି ସୃଷ୍ଟି କରିବା ସମୟରେ ତୃଟି" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "ଚାଳକ ପାଇଁ ମୂଳ ସ୍ଥାନ ଡିରେକ୍ଟୋରି କୁ ଅପସାରଣ କରିବା ସମୟରେ ତୃଟି" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "ଚାଳକ ପାଇଁ ମୂଳ ସ୍ଥାନ ଡିରେକ୍ଟୋରି କୁ ସ୍ଥାନାନ୍ତରଣ କରିବା ସମୟରେ ତୃଟି" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "ଚାଳକ ପାଇଁ ଡାକ-ସ୍ପୁଲ ସୃଷ୍ଟି କରିବା ସମୟରେ ତୃଟି" #: python/admin.c:885 #, fuzzy msgid "error removing mail spool for user" msgstr "ଚାଳକ ପାଇଁ ଡାକ-ସ୍ପୁଲ ସୃଷ୍ଟି କରିବା ସମୟରେ ତୃଟି" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "%s ର ପ୍ରାରମ୍ଭିକୀକରଣ ସମୟରେ ତୃଟି: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "ଅବୈଧ %s ପରିଚୟ \n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "%jd ପରିଚୟ ବିଶିଷ୍ଟ ସମୂହ କୁ ଖୋଜୁଅଛି \n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "%s ନାମ ବିଶିଷ୍ଟ ସମୂହ କୁ ଖୋଜୁଅଛି \n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "%jd ପରିଚୟ ବିଶିଷ୍ଟ ଚାଳକ କୁ ଖୋଜୁଅଛି \n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "%s ନାମ ବିଶିଷ୍ଟ ଚାଳକ କୁ ଖୋଜୁଅଛି \n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "ଭରଣ ଟି ମିଳିଲା ନାହିଁ \n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "ପ୍ରୋତ୍ସାହନ ସଫଳ ହେଲା \n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "ପ୍ରୋତ୍ସାହନ ବିଫଳ ହେଲା \n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଚାଳକ ର ବସ୍ତୁ ର ଶ୍ରେଣୀ:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଚାଳକ ର ଗୁଣ ର ନାମ ମାନ:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଚାଳକ ର ଗୁଣ ମାନଙ୍କୁ ପାଉଛି:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "ଚାଳକ ର ସଂରଚନା କୁ ନକଲ କରୁଅଛି:\n" #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "ଆଭ୍ଯନ୍ତରୀଣ ତଥ୍ଯ କୁ ଏଲ.ଡି.ଏ.ପି. ଧାରା ରେ ରୂପାନ୍ତର କରି ପାରିଲା ନାହିଁ" libuser-0.56.9.dfsg.1.orig/po/te.gmo0000644000175000017500000007172610777230762015152 0ustar gheghe,3< "(5K*$Ej""9H Z{</)7"a'1Mf*)( I`.|((.$I n!x "#!#($L#q. (-<Vg%v%  3P_s    -#7,Q~," % ,9Of#'!$F d"! #+ #O s  +   ! !1&!X!r!!$!!8!("*="*h")"*"0")#)C#m##1###$$!6$!X$+z$.$$G$;%)S%&}%"%%!%#&'&G&\&o&&&(&$&&)'8'K'0g'!'''&'" (',( T(u(3(!((( )#)9)"M)p) ))) ) ) * **K*"k*******%+#=+ a++'++++ +- ,:,O,"b,,$,,,,:.J.$/-/>/30:O0=090b1ee1B1J2[Y2r2o(3w3k4&|494Z4985:r55I?6a6`6ZL7P7u7In8@818B+9Hn929H9.3:Ab:7:`:]=;M;1;L<nh<f<~>=L=n >Oy>>w>a?!?9?:?9@>R@G@9@ A<4AUqA(A`AQB'jBBBCB)CKa%b;bQbLclc]Edd*ezed)fPfffogMg>$hchDh:hdi>hii%iQiJ8j`j>j^#kWkgkOBl.l?l5mZ7mBmSmX)nGnAn| o\o\o$Cp"hppU qRaqhqfrrfsils@3!nO8uL_#X9) Z 7,:`$Q k+oTD& /iPq;"[lG0p*m2J%fe~aU}<(?4Ms'BWV^C j b=SxKcwgFH]Az|Yy>.REIt1h{Nd-65\rv%s did not have a gid number. %s did not have a home directory. %s is not authorized to change the finger info of %s Account Expires: %s Account creation failed: %s. Account is locked. Account is not locked. Authentication failed for %s. Both -L and -U specified. Can't set default context for /etc/passwd Changing finger information for %s. Changing password for %s. Changing shell for %s. Copying user structure: Cyrus SASL error creating user: %sCyrus SASL error removing user: %sDefault user attribute names: Default user object classes: E-Mail AddressEntry not found. Error changing owner of `%s': %sError creating %s: %s. Error creating `%s': %sError creating account for `%s': line improperly formatted. Error creating group `%s': %s Error creating group for `%s' with GID %jd: %s Error creating home directory for %s: %s Error creating mail spool for %s. Error creating mail spool. Error creating user account for %s: %s Error initializing %s: %s Error initializing %s: %s. Error initializing PAM. Error looking up %s: %s Error moving %s to %s: %s. Error opening `%s': %s. Error parsing arguments: %s. Error reading `%s': %sError removing %s: %s. Error removing `%s': %sError setting initial password for %s: %s Error setting password for group %s: %s. Error setting password for user %s: %s. Error writing `%s': %sFailed to drop privileges. Failed to modify aging information for %s: %s Failed to set password for group %s: %s Failed to set password for user %s: %s. Finger information changed. Finger information not changed: input error. Finger information not changed: %s. Full NameGetting default user attributes: Given NameGroup %jd does not exist Group %s could not be deleted: %s Group %s could not be deleted: %s. Group %s could not be locked: %s Group %s could not be modified: %s Group %s could not be modified: %s. Group %s could not be unlocked: %s Group %s does not exist. Group creation failed: %s Group with GID %jd did not have a group name. Home PhoneHome directory path `%s' is not absoluteInactive: %ld Internal PAM error `%s'. Internal error. Invalid ID %s Invalid default value of field %s: %sInvalid group ID %s Invalid user ID %s Kerberos Admin PrincipalKerberos Password for Admin PrincipalKerberos RealmLDAP Bind DNLDAP Bind PasswordLDAP SASL Authorization UserLDAP SASL UserLDAP Search Base DNLDAP Server NameLast Change: %s Maximum: %ld Minimum: %ld NeverNew ShellNew passwordNew password (confirm)No group name specified, no name for gid %d. No group name specified, using %s. No group name specified. No group with GID %jd exists, not removing. No new home directory for %s. No old home directory for %s. No user name specified, no name for uid %d. No user name specified, using %s. No user name specified. OfficeOffice PhonePassword Expires: %s Password Inactive: %s Password change canceled. Password changed. Passwords do not match, try again. Prompts failed. Prompts succeeded. Refusing to create account with UID 0. Searching for group named %s. Searching for group with ID %jd. Searching for user named %s. Searching for user with ID %jd. Shell changed. Shell not changed: %s SurnameUnknown user authenticated. Unknown user contextUser %s could not be deleted: %s. User %s could not be locked: %s. User %s could not be modified: %s. User %s could not be unlocked: %s. User %s does not exist. User mismatch. Warning: %ld Warning: Group with ID %jd does not exist. [OPTION...][OPTION...] [user][OPTION...] group[OPTION...] useraccess deniedbackup file `%s' exists and is not a regular filebackup file size mismatchbad user/group idbad user/group nameconfiguration file `%s' is too largecould not bind to LDAP servercould not bind to LDAP server, first attempt as `%s': %scould not negotiate TLS with LDAP servercould not open configuration file `%s': %scould not read configuration file `%s': %scould not set LDAP protocol to version %dcould not stat configuration file `%s': %scouldn't determine security context for `%s': %scouldn't get default security context: %scouldn't get security context of `%s': %scouldn't open `%s': %scouldn't read from `%s': %scouldn't set default security context to `%s': %scouldn't stat `%s': %scouldn't write to `%s': %sdata not found in fileentity has no %s attributeentity has no %s or %s attributesentity object has no %s attributeentity structure has no %s or %s attributesentity was created with no %s or %s attributesentry already present in fileerror connecting to the kadm5 server for service `%s' in realm `%s': %serror creating `%s': %serror creating a LDAP directory entry: %serror creating home directory for usererror creating mail spool for usererror encrypting passworderror initializing Cyrus SASL: %serror initializing kerberos libraryerror initializing ldap libraryerror loading moduleerror locking fileerror locking file: %serror manipulating terminal attributeserror modifying LDAP directory entry: %serror moving home directory for usererror opening fileerror parsing user name `%s' for kerberoserror reading fileerror reading from terminalerror reading information for `%s' from kerberoserror reading terminal attributeserror removing LDAP directory entry: %serror removing home directory for usererror removing mail spool for usererror renaming LDAP directory entry: %serror resolving symbol in moduleerror setting password for `%s'error setting password in LDAP directory for %s: %serror setting terminal attributeserror statting fileerror writing to filegeneric errorgroup %jd has no namegroup %s has no GIDgroup has neither a name nor a GIDinternal initialization errorinvalid IDinvalid numberlibrary/module version mismatchmodule `%s' does not define `%s'module disabled by configurationmodule version mismatch in `%s'name contains control charactersname contains invalid char `%c'name contains non-ASCII charactersname contains whitespacename is not setname is too long (%zu > %d)name is too shortname starts with a hyphenno `%s' attribute foundno initialization function %s in `%s'no shadow file present -- disablingno such object in LDAP directorynot enough privilegesnot executing with superuser privilegesobject had no %s attributeobject has no %s attributesuccessunknown errorunlocking would make the password field emptyuser %jd has no nameuser %s has no UIDuser has neither a name nor an UIDuser object had no %s attributeuser object was created with no `%s'user/group id in useuser/group name in useProject-Id-Version: libuser.tip.te Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/ POT-Creation-Date: 2008-04-09 23:15+0200 PO-Revision-Date: 2008-03-28 11:24+0530 Last-Translator: Krishna Babu K Language-Team: Telugu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: KBabel 1.11.4 Plural-Forms: nplurals=2; plural=(n!=1); %s gid సంఖ్యను కలిగిలేదు. %s నివాస సంచయమును కలిగి లేదు. %s యొక్క ఫింగర్ సమాచారాన్ని మార్చుటకు %s అధికారంలేదు ఖాతా గతించినది: %s ఖాతా సృష్టీకరణ విఫలం: %s. ఖాతా స్థంభించినది. ఖాతా స్థంభించబడలేదు. %s కు దృవీకరణ విఫలమైనది. -L మరియు -U తెలుపబడినవి. /etc/passwd కు సిద్ద సందర్భాన్ని అమర్చలేము %s కొరకు ఫింగర్ సమాచారం మార్చబడుతోంది. %s అనుమతిపదం మారుస్తుంది. %s కొరకు షెల్ ను మారుస్తోంది. వినియోగదారుని ఆకృతిని నకలుతీయుట: వినియోగదారుని సృష్టించుటలో సైరస్ SASL దోషం: %sవినియోగదారుని తోలగించుటలో సైరస్ SASL దోషం: %sసిద్ద వినియోగదారుని యాట్రిబ్యూట్సు పేరులు: సిద్ద వినియోగదారుని ఆబ్జక్టు క్లాసులు: ఇ-టపా చిరునామాప్రవేశం కనిపించలేదు. `%s' యొక్క యజమానిని మార్చుటలో దోషం: %s%s సృష్టించుటలో దోషం: %s `%s' సృష్టించుటలో దోషం: %s`%s' కు ఖాతా సృష్టించుటలో దోషం:పంక్తి సరిగా కూర్చబడలేదు. సమూహం %s సృష్టించుటలో దోషం: %s `%s' కు GID %jd తో సమూహం సృష్టించుటలో దోషం: %s %s కు నివాస సంచయం సృష్టించుటలో దోషం: %s %s కు టపా స్పూల్ సృష్టించుటలో దోషం. టపా స్పూల్ సృష్టించుటలో దోషం. %s కు వినియోగదారుని ఖాతా సృష్టించుటలో దోషం: %s %s ను సిద్దీకరించుటలో దోషం: %s %s సంస్థాపించుటలో దోషం: %s. PAM సంస్థాపనలో దోషం. %s లో దోషాన్ని చూస్తోంది:%s %s నుండి %s కు కదులుటలో దోషం: %s. `%s' తెరువుటలో దోషం:%s. మూలకాల పార్సింగ్ లో దోషం: %s. `%s' చదువుటలో దోషం: %s%s ని దోషం తొలగిస్తోంది: %s. `%s' తొలగించుటలో దోషం: %s%s కు తోలి అనుమతిపదం అమర్చుటలో దోషం: %s %s సమూహం కు అనుమతిపదం అమరికలో దోషం: %s %s కు అనుమతిపదం అమరికలో దోషం: %s `%s' వ్రాయుటలో దోషం: %sఅనుమతినిరాకరణ లో విఫలమైంది. %s యొక్క వయోసమాచారాన్ని మార్చుటలో విఫలం: %s సమూహం %s కు అనుమతిపదం అమర్చుటలో విఫలం: %s %s వినియోగదారునికి అనుమతిపదం అమర్చుటలో విఫలం: %s. ఫింగర్ సమాచారం మార్చబడినది. ఫింగర్ సమాచారం మార్చబడలేదు: ప్రవేశ దోషం. ఫింగర్ సమాచారం మార్చబడలేదు:%s. పుర్తి పేరుసిద్ద వినియోగదారుని యాట్రిబ్యూట్సు పొందుట: ఇచ్చిన పేరుసమూహం %jd లేదు %s సముహం తొలగింపలేము: %s %s సమూహం తొలగింపబడడు: %s. సమూహం %s లాక్ చేయలేము:%s సమూహం %s మార్పుచేయలేము:%s సమూహం %s మార్పు చేయబడలేదు: %s. సమూహం %s లాక్ తీయలేము:%s సమూహం%s లేదు. సమూహ సృష్టీకరణ విఫలం:%s GID %jd తో ఉన్న సమూహం పేరుకలిగిలేదు. నివాస దూర్వాణినివాస సంచయం పాత్ `%s' ఖచ్చితమైనది కాదుఅచేతనం: %ld లోపలి PAM దోషం `%s'. లోపలి దోషం. సరిగాని ID %s %s కు సరికాని సిద్దవిలువ : %sసరిగాని సమూహ ID %s వినియోగదారుని ID %s సరిగా లేదు కెర్బ్రోస్ ఎడ్మిన్ ప్రిన్సిపల్ఎడ్మిన్ ప్రిన్సిపల్ కొరకు కెర్బ్రోస్ అనుమతిపదంకేర్బ్రోస్ రియాల్ముLDAP బైండ్ DNLDAP బైండ్ అనుమతిపదంLDAP SASL దృవీకరించు వినియోగదారిLDAP SASL వినియోగదారిLDAP సెర్చు ఆధారం DNLDAP సేవిక పేరుచివరి మార్పు: %s గరిష్ఠము: %ld కనిష్ఠము: %ld ఎప్పటికి కాదుక్రొత్త షెల్క్రొత్త అనుమతిపదంక్రొత్త అనుమతిపదం (నిశ్చయం)సమూహం పేరు తెలుపబడలేదు,gid%d కి పేరు లేదు. సమూహం పేరు తెలుపబడలేదు, %s ఉపయోగించి. సముహం పేరు తెలుపబడలేదు. GID %jd తో ఏ సమూహం లేదు,తొలగించవద్దు. %s కు క్రొత్త నివాస సంచయము లేదు. %s కు పురాతన నివాస సంచయము లేదు. వినియోగదారి పేరు తెలుపలేదు,uid %d కు పేరు లేదు. వినియోగదారుని పేరు తెలుపబడలేదు,%s ఉపయోగించి. వినియోగదారుని పేరు తెలుపబడలేదు. కార్యాలయముకార్యాలయ దూర్వాణిఅనుమతుపదం గతించినది: %s అనుమతిపదం అచేతనం: %s అనుమతిపదం మార్పు రద్దుచేయబడింది. అనుమతిపదం మార్చబడినది. అనుమతిపదం సరితూగలేదు,మరలా ప్రయత్నించండి. ప్రాంమ్ట్సు విఫలం. ప్రాంమ్ట్సు సఫలం. UID 0 తో ఖాతా సృష్టించుటకు తిరస్కరిస్తుంది. %s పేరుగల సమూహం కొరకు వెతుకులాట. ID %jd తో సమూహం కొరకు వెతుకులాట. %s పేరుగల వినియోగదారుని కొరకు వెతుకులాట. ID %jd తో వినియోగదారుని కోరకు వెతుకులాట. షెల్ మార్చబడినది. షెల్ మార్చబడలేదు:%s ఉపనామముతెలియని వినియోగదారుడు దృవీకరించబడ్డాడు. తెలియని వినియోగదారుని సందర్భం%s వినియోగదారుడు తొలగింపబడడు: %s. వినియోగదారుడు %s లాక్ చేయబడలేడు: %s. వినియోగదారుడు %s మార్పు చేయబడలేడు: %s. వినియోగదారుడు %s లాక్ చేయబడలేడు: %s. %s వినియోగదారుడు లేడు. వినియోగదారుని అసమానత. హెచ్చరిక: %ld హెచ్చరిక: ID %jd తొ సమూహం లేదు. [OPTION...][OPTION...] [వినియోగదారి][OPTION...] సమూహం[OPTION...] వినియోగదారుడుఅనుమతి నిరాకరించబడింది`%s' బ్యాకప్ దస్త్రం ఉంది అది నిత్యదస్త్రంకాదుబ్యాకప్ దస్త్ర పరిమాణ అసమానతచెడ్డ వినియోగదారుని/సమూహం ఇడిచెడ్డ వినియోగదారుని/సమూహం పేరుఆకృతీకరణ దస్త్రం `%s' చాలా పెద్దదిLDAP సేవికకు కట్టుబడి ఉండలేముLDAP సేవిక కు కట్టుబడి ఉండలేము,మొదటి ప్రయత్నంగా `%s': %sLDAP సేవిక తో TLS ను నెగొషియేట్ చేయలేము`%s' ఆకృతీకరణ దస్త్రం ను తెరువలేదు: %sఆకృతీకరణ ఫైలు `%s' ను చదవలేదు: %sవిడుదల %d కు LDAP నియమంను వ్యవస్థాపించలేము`%s' ఆకృతీకరణ దస్త్రం ను ప్రారంభింపలేదు: %s`%s' యొక్క రక్షణ సందర్బంను పొందలేము: %sసిద్ద రక్షణ సందర్బంను వ్యవస్థింపలేము: %s`%s' యొక్క రక్షణ సందర్బంను పొందలేము: %s`%s' ను తెరువలేము: %s`%s' నుండి చదవలేము : %s`%s' కు సిద్ద రక్షణ వ్యవస్థను అమర్చలేము: %s`%s' ను ప్రారంభింపలేము: %s `%s' కు వ్రాయలేము : %sదస్త్రంలో సమాచారం కనబడుటలేదుఎంటిటి యాట్రిబ్యూట్ %s ను కలిగి లేదుఎంటిటి %s లేక %s యాట్రిబ్యూట్సు కలిగి లేదుప్రవేశపెట్టిన ఆబ్జక్టు యాట్రిబ్యూట్ %s ని కలిగి లేదుఎంటిటి ఆకృతి %s లేక %s యాట్రిబ్యూట్సు కలిగి లేదుఎంటిటి %s లేక %s యాట్రిబ్యూట్సు లేకుండానే సృష్టించబడిందిప్రవేశం దస్త్రంలో ఉంచబడింది`%s' రియల్ము లో `%s' సేవ కొరకు kadm5 అనుసంధానంలో దోషం: %s`%s' ను సృష్టించలేము: %sLDAP పదకోశ ప్రవేశం సృష్టీకరణలో దోషం: %sవినియోగదారుని కొరకు నివాస సంచయం సృష్టించుటలో దోషంవినియోగదారుని కొరకు టపా స్పూల్ సృష్టించుటలో దోషంఅనుమతిపదం ను ఎన్క్రిప్టు చేయడం లో దోషంసైరస్ SASL సిద్దీకరించుటలో దోషం: %sకేర్బ్రోస్ లైబ్రరి సిద్దికరణలో దోషంఎల్ డాప్ లైబ్రరి సంస్థాపనలో దోషంగుణకం లోడింగ్ లో దోషందస్త్రం లాకింగ్ లో దోషందస్త్రం లాకింగ్ లో దోషం: %sటెర్మినల్ యాట్రిబ్యూట్సు నిర్దేశంలో దోషంLDAP పదకోశ ప్రవేశం మార్చుటలో దోషం: %sవినియోగదారుని కొరకు నివాస సంచయం కదుల్చుటలో దోషందస్త్రం తెరుచుటలో దోషంకేర్బ్రోస్ కోరకు వినియోగదారుని పేరు `%s' పార్శింగ్ లో దోషందస్త్రం చదువుటలో దోషంటెర్మినల్ నుండి చదువుటలో దోషంకేర్బ్రోస్ నుండి `%s' కొరకు సమాచారాన్ని చదువుటలో దోషంటెర్మినల్ యాట్రిబ్యూట్సు చదువుటలో దోషంLDAP పదకోశ ప్రవేశం తొలగించుటలో దోషం: %sవినియోగదారుని కొరకు నివాస సంచయం తొలగించుటలో దోషంవినియోగదారుని కొరకు టపా స్పూల్ తొలగించుటలో దోషంLDAP పదకోశ ప్రవేశం తిరిగి నామకరణం చేయుటలో దోషం: %sగుణకం లో గర్తును పరిష్కరించుటలో దోషం`%s' కు అనుమతిపదం అమర్చుటలో దోషం%s కోరకు LDAP పదకోశం లో అనుమతిపదం వ్యవస్థాపించుటలో దోషం: %sటెర్మినల్ యట్రిబ్యూట్సు అమరికలో దోషందస్త్రం ప్రారంభించుటలో దోషందస్త్రం వ్రాయుటలో దోషంసాధారణ దోషంసమూహం %jd పేరు ని కలిగి లేదుసమూహం %s GID ని కలిగి లేదుసమూహం పేరును కాని GID ని కాని కలిగి లేదుఅంతర్గత సిద్దీకరణ దోషంసరికాని IDసరికాని సంఖ్యలైబ్రరి/గుణకం విడుదలలో అసమానత`%s' గుణకం `%s'న్ని నిర్ధారించదుఆకృతీకరణ చేత గుణకం అచేతనంచేయబడింది`%s' లో గుణక విడుదల అసమానతపేరు కంట్రోల్ అక్షరాలను కలిగి ఉందిపేరు సరిగాని అక్షరం `%c' కలిగి ఉందిపేరు ASCII అక్షరాలు కానివాటిని కలిగి ఉందిపేరు తెల్ల ఖాళీలను కలిగి ఉందిపేరు పెట్టబడలేదుపేరు పెద్దదిగా ఉంది(%zu > %d)పేరు చిన్నదిగా ఉందిపేరు హైఫన్ తో ప్రారంభింపబడుతుంది`%s' యాట్రిబ్యూట్ కనబడలేదు`%s' లో క్రియాశీల %s సిద్దీకరణ లేదుషాడో ఫైల్ లేదు -- అచేతనం చేయబడిందిLDAP లో అటువంటి ఆబ్జక్టు లేదుసరిపోయిన అధికారాలు లేవుసూపర్ యూజర్ అదికారాలతో నిష్పాదనము జరుగుటలేదుఆబ్జక్టు %s యాట్రిబ్యూట్ కలిగిలేదుఆబ్జక్టు %s యాట్రిబ్యూట్ కలిగిలేదుసమర్ధంవంతంగాతెలియని దోషంఅన్ లాకింగ్ అనుమతిపదం స్థలాన్ని ఖాళీచేస్తుందివినియోగదారుడు %jd పేరు కలిగి లేడువినియోగదారుడు %s UID ని కలిగి లేడువినియోగదారుడు పేరుకాని UID ని కలిగి లేడువినియోగదారుని ఆబ్జక్టు %sని కలిగి లేదువినియోగదారుని ఆబ్జక్టు `%s' లేకనే సృష్టించబడిందివినియోగదారుని/సమూహం ఐడి ఉపయోగంలోఉందివినియోగదారుని/సమూహం పేరు ఉపయోగంలోఉందిlibuser-0.56.9.dfsg.1.orig/po/sl.po0000644000175000017500000007001410777230760014777 0ustar gheghe# translation of sl.po to Slovenian # SLOVENIAN TRANSLATION OF LIBUSER. # Copyright (C) 2003, 2006, 2007 Free Software Foundation, Inc. # # Roman Maurer , 2001. # Rok Papez , 2006, 2007. msgid "" msgstr "" "Project-Id-Version: sl\n" "Report-Msgid-Bugs-To: http://bugzilla.redhat.com/bugzilla/\n" "POT-Creation-Date: 2008-04-09 23:15+0200\n" "PO-Revision-Date: 2008-02-23 00:53+0100\n" "Last-Translator: Rok Papez \n" "Language-Team: Slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #: apps/apputil.c:107 #, c-format msgid "Home directory path `%s' is not absolute" msgstr "" #: apps/apputil.c:115 apps/apputil.c:190 apps/apputil.c:223 apps/apputil.c:250 #: modules/files.c:181 #, c-format msgid "Error reading `%s': %s" msgstr "Napaka pri branju ,%s`: %s" #: apps/apputil.c:123 apps/apputil.c:199 #, c-format msgid "Error creating `%s': %s" msgstr "Napaka pri ustvarjanju ,%s`: %s" #: apps/apputil.c:131 apps/apputil.c:206 apps/apputil.c:296 #: modules/files.c:164 #, c-format msgid "Error changing owner of `%s': %s" msgstr "Napaka pri spreminjanju lastnika `%s': %s" #: apps/apputil.c:235 apps/apputil.c:267 apps/apputil.c:283 #: modules/files.c:196 modules/files.c:210 #, c-format msgid "Error writing `%s': %s" msgstr "Napaka pri pisanju `%s': %s" #: apps/apputil.c:358 apps/apputil.c:393 apps/apputil.c:410 #, c-format msgid "Error removing `%s': %s" msgstr "Napaka pri odstranjevanju ,%s`: %s" #: apps/apputil.c:568 apps/apputil.c:572 #, c-format msgid "Failed to drop privileges.\n" msgstr "Pravic ni bilo moč odstraniti.\n" #: apps/apputil.c:581 #, c-format msgid "Internal error.\n" msgstr "Notranja napaka.\n" #: apps/apputil.c:602 #, c-format msgid "%s is not authorized to change the finger info of %s\n" msgstr "%s ni avtoriziran, da bi spremenil podatke finger o %s\n" #: apps/apputil.c:604 msgid "Unknown user context" msgstr "Neznan kontekst uporabnika" #: apps/apputil.c:612 #, c-format msgid "Can't set default context for /etc/passwd\n" msgstr "Ne morem nastaviti privzetega konteksta za /etc/passwd\n" #: apps/apputil.c:621 #, c-format msgid "Error initializing PAM.\n" msgstr "Napaka pri inicializaciji PAM.\n" #: apps/apputil.c:631 apps/apputil.c:658 #, c-format msgid "Authentication failed for %s.\n" msgstr "Avtentikacija za %s ni uspela.\n" #: apps/apputil.c:639 #, c-format msgid "Internal PAM error `%s'.\n" msgstr "Notranja napaka PAM ,%s`.\n" #: apps/apputil.c:644 #, c-format msgid "Unknown user authenticated.\n" msgstr "Neznanemu uporabniku je bila preverjena istovetnost.\n" #: apps/apputil.c:648 #, c-format msgid "User mismatch.\n" msgstr "Napačen uporabnik.\n" #: apps/lchage.c:111 apps/lid.c:113 apps/lpasswd.c:66 apps/luseradd.c:88 #: apps/luserdel.c:61 apps/lusermod.c:86 msgid "[OPTION...] user" msgstr "[IZBIRA...] uporabnik" #: apps/lchage.c:114 apps/lchfn.c:72 apps/lchsh.c:58 apps/lgroupadd.c:65 #: apps/lgroupdel.c:56 apps/lgroupmod.c:84 apps/lid.c:116 apps/lnewusers.c:66 #: apps/lpasswd.c:69 apps/luseradd.c:91 apps/luserdel.c:64 apps/lusermod.c:89 #, c-format msgid "Error parsing arguments: %s.\n" msgstr "Napaka pri razčlenjevanju argumentov: %s.\n" #: apps/lchage.c:123 apps/lpasswd.c:83 apps/luseradd.c:106 apps/luserdel.c:72 #: apps/lusermod.c:100 #, c-format msgid "No user name specified.\n" msgstr "Uporabniško ime ni bilo določeno.\n" #: apps/lchage.c:133 apps/lchfn.c:106 apps/lchsh.c:92 apps/lgroupadd.c:100 #: apps/lgroupdel.c:75 apps/lgroupmod.c:116 apps/lid.c:160 apps/lnewusers.c:77 #: apps/lpasswd.c:95 apps/luseradd.c:128 apps/luserdel.c:81 #: apps/lusermod.c:141 samples/enum.c:56 samples/testuser.c:71 #, c-format msgid "Error initializing %s: %s.\n" msgstr "Napaka pri inicializaciji %s: %s.\n" #: apps/lchage.c:142 apps/lchfn.c:114 apps/lchsh.c:100 apps/lpasswd.c:144 #: apps/luserdel.c:89 apps/lusermod.c:155 #, c-format msgid "User %s does not exist.\n" msgstr "Uporabnik %s ne obstaja.\n" #: apps/lchage.c:153 #, c-format msgid "Account is locked.\n" msgstr "Račun je zaklenjen.\n" #: apps/lchage.c:155 #, c-format msgid "Account is not locked.\n" msgstr "Račun ni zaklenjen.\n" #: apps/lchage.c:160 #, c-format msgid "Minimum:\t%ld\n" msgstr "Najmanj:\t%ld\n" #: apps/lchage.c:164 #, c-format msgid "Maximum:\t%ld\n" msgstr "Največ:\t%ld\n" #: apps/lchage.c:168 #, c-format msgid "Warning:\t%ld\n" msgstr "Opozorilo:\t%ld\n" #: apps/lchage.c:172 #, c-format msgid "Inactive:\t%ld\n" msgstr "Nedejaven:\t%ld\n" #: apps/lchage.c:176 apps/lchage.c:183 apps/lchage.c:192 apps/lchage.c:202 msgid "Never" msgstr "Nikoli" #: apps/lchage.c:178 #, c-format msgid "Last Change:\t%s\n" msgstr "Zadnja sprememba:\t%s\n" #: apps/lchage.c:187 #, c-format msgid "Password Expires:\t%s\n" msgstr "Geslo poteče:\t%s\n" #: apps/lchage.c:197 #, c-format msgid "Password Inactive:\t%s\n" msgstr "Geslo nedejavno:\t%s\n" #: apps/lchage.c:204 #, c-format msgid "Account Expires:\t%s\n" msgstr "Račun poteče:\t%s\n" #: apps/lchage.c:254 #, c-format msgid "Failed to modify aging information for %s: %s\n" msgstr "Podatkov o staranju za %s ni bilo moč spremeniti: %s\n" #: apps/lchfn.c:69 apps/lchsh.c:55 msgid "[OPTION...] [user]" msgstr "[IZBIRA...] [uporabnik]" #: apps/lchfn.c:88 apps/lchsh.c:74 apps/lid.c:147 #, c-format msgid "No user name specified, no name for uid %d.\n" msgstr "Uporabniško ime ni bilo določeno, ni imena za uid %d.\n" #: apps/lchfn.c:99 #, c-format msgid "Changing finger information for %s.\n" msgstr "Podatki za finger %s se spreminjajo.\n" #: apps/lchfn.c:140 msgid "Full Name" msgstr "Polno ime" #: apps/lchfn.c:154 msgid "Surname" msgstr "Priimek" #: apps/lchfn.c:169 msgid "Given Name" msgstr "Dano ime" #: apps/lchfn.c:179 msgid "Office" msgstr "Pisarna" #: apps/lchfn.c:188 msgid "Office Phone" msgstr "Pisarniški telefon" #: apps/lchfn.c:197 msgid "Home Phone" msgstr "Domači telefon" #: apps/lchfn.c:211 msgid "E-Mail Address" msgstr "E-poštni naslov" #: apps/lchfn.c:224 #, c-format msgid "Finger information not changed: input error.\n" msgstr "Podatki za finger se niso spremenili: napaka pri vnosu.\n" #: apps/lchfn.c:296 msgid "Finger information changed.\n" msgstr "Podatki za finger so se spremenili.\n" #: apps/lchfn.c:299 #, c-format msgid "Finger information not changed: %s.\n" msgstr "Podatki za finger se niso spremenili: %s.\n" #: apps/lchsh.c:85 #, c-format msgid "Changing shell for %s.\n" msgstr "Ukazna lupina za %s se spreminja.\n" #: apps/lchsh.c:114 msgid "New Shell" msgstr "Nova lupina" #: apps/lchsh.c:121 apps/lchsh.c:140 #, c-format msgid "Shell not changed: %s\n" msgstr "Lupina ni bila spremenjena: %s\n" #: apps/lchsh.c:137 msgid "Shell changed.\n" msgstr "Lupina spremenjena.\n" #: apps/lgroupadd.c:62 apps/lgroupdel.c:53 apps/lgroupmod.c:81 msgid "[OPTION...] group" msgstr "[IZBIRA...] skupina" #: apps/lgroupadd.c:74 apps/lgroupdel.c:65 apps/lgroupmod.c:92 #, c-format msgid "No group name specified.\n" msgstr "Ime skupine ni bilo določeno.\n" #: apps/lgroupadd.c:87 apps/lgroupmod.c:104 apps/lusermod.c:112 #, c-format msgid "Invalid group ID %s\n" msgstr "Neveljaven ID skupine %s\n" #: apps/lgroupadd.c:124 #, c-format msgid "Group creation failed: %s\n" msgstr "Izdelava skupine ni uspela: %s\n" #: apps/lgroupdel.c:83 apps/lgroupmod.c:129 apps/lpasswd.c:149 #, c-format msgid "Group %s does not exist.\n" msgstr "Skupina %s ne obstaja.\n" #: apps/lgroupdel.c:89 #, c-format msgid "Group %s could not be deleted: %s\n" msgstr "Skupine %s ni moč izbrisati: %s.\n" #: apps/lgroupmod.c:122 apps/lusermod.c:148 #, c-format msgid "Both -L and -U specified.\n" msgstr "Določeni sta bili -L in -U hkrati.\n" #: apps/lgroupmod.c:136 apps/lgroupmod.c:145 #, c-format msgid "Failed to set password for group %s: %s\n" msgstr "Gesla za skupino %s ni bilo moč nastaviti: %s\n" #: apps/lgroupmod.c:154 #, c-format msgid "Group %s could not be locked: %s\n" msgstr "Skupine %s ne morem zakleniti: %s\n" #: apps/lgroupmod.c:163 #, c-format msgid "Group %s could not be unlocked: %s\n" msgstr "Skupine %s ne morem odkleniti: %s\n" #: apps/lgroupmod.c:247 apps/lgroupmod.c:273 #, c-format msgid "Group %s could not be modified: %s\n" msgstr "Skupine %s ni moč spremeniti: %s\n" #: apps/lid.c:44 #, c-format msgid "Error looking up %s: %s\n" msgstr "Napaka pri zaklepanju %s: %s.\n" #: apps/lid.c:129 #, c-format msgid "No group name specified, using %s.\n" msgstr "Ime skupine ni bilo določeno, uporabljam %s.\n" #: apps/lid.c:133 #, c-format msgid "No group name specified, no name for gid %d.\n" msgstr "Ime skupine ni bilo določeno, ni imena za gid %d.\n" #: apps/lid.c:143 #, c-format msgid "No user name specified, using %s.\n" msgstr "Uporabniško ime ni bilo določeno, uporabljam %s.\n" #: apps/lnewusers.c:63 msgid "[OPTION...]" msgstr "[IZBIRA...]" #: apps/lnewusers.c:86 #, c-format msgid "Error opening `%s': %s.\n" msgstr "Napaka pri odpiranju '%s`: %s.\n" #: apps/lnewusers.c:118 #, c-format msgid "Error creating account for `%s': line improperly formatted.\n" msgstr "" "Napaka pri ustvarjanju računa za '%s': nepravilno formatirana vrstica.\n" #: apps/lnewusers.c:128 apps/luseradd.c:115 apps/lusermod.c:127 #, c-format msgid "Invalid user ID %s\n" msgstr "Neveljaven ID uporabnika %s\n" #: apps/lnewusers.c:135 msgid "Refusing to create account with UID 0.\n" msgstr "Ni moč narediti računa z UID 0.\n" #: apps/lnewusers.c:217 #, c-format msgid "Error creating group for `%s' with GID %jd: %s\n" msgstr "Napaka pri ustvarjanju skupine `%s` z GID %jd: %s\n" #: apps/lnewusers.c:274 #, c-format msgid "Error setting initial password for %s: %s\n" msgstr "Napaka pri nastavljanju začetnega gesla za %s: %s\n" #: apps/lnewusers.c:288 #, c-format msgid "Error creating home directory for %s: %s\n" msgstr "Napaka pri ustvarjanju domačega imenika za %s: %s\n" #: apps/lnewusers.c:302 #, c-format msgid "Error creating mail spool for %s.\n" msgstr "Napaka pri ustvarjanju poštne vrste za %s.\n" #: apps/lnewusers.c:308 #, c-format msgid "Error creating user account for %s: %s\n" msgstr "Napaka pri ustvarjanju uporabniškega računa za %s: %s\n" #: apps/lpasswd.c:80 #, c-format msgid "Changing password for %s.\n" msgstr "Napaka pri spreminjanju gesla za %s.\n" #: apps/lpasswd.c:107 msgid "New password" msgstr "Novo geslo" #: apps/lpasswd.c:110 msgid "New password (confirm)" msgstr "Novo geslo (potrditev)" #: apps/lpasswd.c:124 #, c-format msgid "Passwords do not match, try again.\n" msgstr "Gesli se ne ujemata, poskusite znova.\n" #: apps/lpasswd.c:129 #, c-format msgid "Password change canceled.\n" msgstr "Sprememba gesla je preklicana.\n" #: apps/lpasswd.c:186 apps/luseradd.c:280 apps/luseradd.c:290 #, c-format msgid "Error setting password for user %s: %s.\n" msgstr "Napaka pri nastavljanju gesla za uporabnika %s: %s.\n" #: apps/lpasswd.c:194 #, c-format msgid "Error setting password for group %s: %s.\n" msgstr "Napaka pri nastavljanju gesla za skupino %s: %s.\n" #: apps/lpasswd.c:205 #, c-format msgid "Password changed.\n" msgstr "Geslo je spremenjeno.\n" #: apps/luseradd.c:169 #, c-format msgid "Group %jd does not exist\n" msgstr "Skupina %jd ne obstaja\n" #: apps/luseradd.c:196 apps/luseradd.c:209 #, c-format msgid "Error creating group `%s': %s\n" msgstr "Napaka pri ustvarjanju skupine `%s': %s\n" #: apps/luseradd.c:270 #, c-format msgid "Account creation failed: %s.\n" msgstr "Izdelava računa ni uspela: %s.\n" #: apps/luseradd.c:320 #, c-format msgid "Error creating %s: %s.\n" msgstr "Napaka pri ustvarjanju %s: %s.\n" #: apps/luseradd.c:327 #, c-format msgid "Error creating mail spool.\n" msgstr "Napaka pri ustvarjanju poštne čakalne vrste.\n" #: apps/luserdel.c:94 #, c-format msgid "User %s could not be deleted: %s.\n" msgstr "Uporabnika %s ni moč izbrisati: %s.\n" #: apps/luserdel.c:104 #, c-format msgid "%s did not have a gid number.\n" msgstr "%s ni imel števila gid.\n" #: apps/luserdel.c:114 #, c-format msgid "No group with GID %jd exists, not removing.\n" msgstr "Ni skupine z GID %jd, zato je ne morem odstraniti.\n" #: apps/luserdel.c:121 #, c-format msgid "Group with GID %jd did not have a group name.\n" msgstr "Skupina z GID %jd ni imela imena skupine.\n" #: apps/luserdel.c:131 #, c-format msgid "Group %s could not be deleted: %s.\n" msgstr "Skupine %s ni moč izbrisati: %s.\n" #: apps/luserdel.c:145 #, c-format msgid "%s did not have a home directory.\n" msgstr "%s ni imel(a) domačega imenika.\n" #: apps/luserdel.c:152 #, c-format msgid "Error removing %s: %s.\n" msgstr "Napaka pri odstranjevanju %s: %s.\n" #: apps/lusermod.c:164 apps/lusermod.c:177 #, c-format msgid "Failed to set password for user %s: %s.\n" msgstr "Neuspešno nastavljanje gesla za uporabnika %s: %s.\n" #: apps/lusermod.c:187 #, c-format msgid "User %s could not be locked: %s.\n" msgstr "Uporabnika %s ni moč zakleniti: %s.\n" #: apps/lusermod.c:195 #, c-format msgid "User %s could not be unlocked: %s.\n" msgstr "Uporabnika %s ni moč odkleniti: %s.\n" #: apps/lusermod.c:221 #, fuzzy, c-format msgid "Warning: Group with ID %jd does not exist.\n" msgstr "Skupina %jd ne obstaja\n" #: apps/lusermod.c:275 #, c-format msgid "User %s could not be modified: %s.\n" msgstr "Uporabnika %s ni moč spremeniti: %s.\n" #: apps/lusermod.c:334 #, c-format msgid "Group %s could not be modified: %s.\n" msgstr "Skupine %s ni moč spremeniti: %s.\n" #: apps/lusermod.c:345 #, c-format msgid "No old home directory for %s.\n" msgstr "Ni starega domačega imenika za %s.\n" #: apps/lusermod.c:350 #, c-format msgid "No new home directory for %s.\n" msgstr "Ni novega domačega imenika za %s.\n" #: apps/lusermod.c:356 #, c-format msgid "Error moving %s to %s: %s.\n" msgstr "Napaka pri premikanju %s v %s: %s.\n" #: lib/config.c:114 #, c-format msgid "could not open configuration file `%s': %s" msgstr "ni moč odpreti nastavitvene datoteke ,%s`: %s" #: lib/config.c:120 #, c-format msgid "could not stat configuration file `%s': %s" msgstr "ni moč preveriti nastavitvene datoteke `%s': %s" #: lib/config.c:129 #, c-format msgid "configuration file `%s' is too large" msgstr "nastavitvena datoteka `%s' je prevelika" #: lib/config.c:145 #, c-format msgid "could not read configuration file `%s': %s" msgstr "ne morem brati nastavitvene datoteke `%s': %s" #: lib/error.c:38 msgid "success" msgstr "uspeh" #: lib/error.c:40 msgid "module disabled by configuration" msgstr "konfiguracija onemogočila modul" #: lib/error.c:42 msgid "generic error" msgstr "splošna napaka" #: lib/error.c:44 msgid "not enough privileges" msgstr "ni dovolj pravic" #: lib/error.c:46 msgid "access denied" msgstr "dostop zavrnjen" #: lib/error.c:48 msgid "bad user/group name" msgstr "slabo ime uporabnika/skupine" #: lib/error.c:50 msgid "bad user/group id" msgstr "slaba ID uporabnika/skupine" #: lib/error.c:52 msgid "user/group name in use" msgstr "ime uporabnika/skupine že v rabi" #: lib/error.c:54 msgid "user/group id in use" msgstr "ID uporabnika/skupine že v rabi" #: lib/error.c:56 msgid "error manipulating terminal attributes" msgstr "napaka pri rokovanju z atributi terminala" #: lib/error.c:58 msgid "error opening file" msgstr "napaka pri odpiranju datoteke" #: lib/error.c:60 msgid "error locking file" msgstr "napaka pri zaklepanju datoteke" #: lib/error.c:62 msgid "error statting file" msgstr "napaka pri opisovanju datoteke" #: lib/error.c:64 msgid "error reading file" msgstr "napaka pri branju datoteke" #: lib/error.c:66 msgid "error writing to file" msgstr "napaka pri pisanju v datoteko" #: lib/error.c:68 msgid "data not found in file" msgstr "v datoteki ni podatkov" #: lib/error.c:70 msgid "internal initialization error" msgstr "notranja napaka pri inicializaciji" #: lib/error.c:72 msgid "error loading module" msgstr "napaka pri nalaganju modula" #: lib/error.c:74 msgid "error resolving symbol in module" msgstr "napaka pri razreševanju simbola v modulu" #: lib/error.c:76 msgid "library/module version mismatch" msgstr "neujemanje različice modula/knjižnice" #: lib/error.c:78 msgid "unlocking would make the password field empty" msgstr "odklepanje bi pustilo polje z geslom prazno" #: lib/error.c:84 msgid "unknown error" msgstr "neznana napaka" #: lib/misc.c:165 #, fuzzy msgid "invalid number" msgstr "Neveljaven ID uporabnika %s\n" #: lib/misc.c:179 #, fuzzy msgid "invalid ID" msgstr "Neveljaven ID %s\n" #: lib/modules.c:61 #, c-format msgid "no initialization function %s in `%s'" msgstr "ni inicializacijske funkcije %s v ,%s`" #: lib/modules.c:79 #, c-format msgid "module version mismatch in `%s'" msgstr "neujemanje različice modula v ,%s`" #: lib/modules.c:92 #, c-format msgid "module `%s' does not define `%s'" msgstr "modučl `%s' ne določa `%s'" #: lib/prompt.c:64 msgid "error reading terminal attributes" msgstr "napaka pri branju atributov terminala" #: lib/prompt.c:71 lib/prompt.c:83 msgid "error setting terminal attributes" msgstr "napaka pri nastavljanju atributov terminala" #: lib/prompt.c:77 msgid "error reading from terminal" msgstr "napaka pri branju s terminala" #: lib/user.c:191 msgid "name is not set" msgstr "ime ni nastavljeno" #: lib/user.c:196 msgid "name is too short" msgstr "ime je prekratko" #: lib/user.c:201 #, c-format msgid "name is too long (%zu > %d)" msgstr "ime je predolgo (%zu > %d)" #: lib/user.c:208 msgid "name contains non-ASCII characters" msgstr "ime vsebuje ne-ASCII znake" #: lib/user.c:215 msgid "name contains control characters" msgstr "ime vsebuje krmilne znake" #: lib/user.c:222 msgid "name contains whitespace" msgstr "ime vsebuje prazne znake" #: lib/user.c:234 msgid "name starts with a hyphen" msgstr "ime se začne z pomišljajem" #: lib/user.c:245 #, c-format msgid "name contains invalid char `%c'" msgstr "ime vsebuje neveljavni znak '%c'" #: lib/user.c:292 lib/user.c:340 #, c-format msgid "user %s has no UID" msgstr "uporabnik %s nima UID" #: lib/user.c:315 lib/user.c:341 #, c-format msgid "group %s has no GID" msgstr "skupina %s nima GID" #: lib/user.c:335 #, c-format msgid "user %jd has no name" msgstr "uporabnik %jd nima imena" #: lib/user.c:336 #, c-format msgid "group %jd has no name" msgstr "skupina %jd nima imena" #: lib/user.c:344 msgid "user has neither a name nor an UID" msgstr "uporabnik nima niti imena niti UID" #: lib/user.c:345 msgid "group has neither a name nor a GID" msgstr "skupina nima niti imena niti GID" #: lib/user.c:1923 #, c-format msgid "Invalid default value of field %s: %s" msgstr "Neveljavna privzeta vrednost polja %s: %s" #: lib/util.c:297 #, c-format msgid "error locking file: %s" msgstr "napaka pri zaklepanju datoteke: %s" #: lib/util.c:706 #, fuzzy, c-format msgid "couldn't get default security context: %s" msgstr "ne morem nastaviti varnostnega konteksta: %s" #: lib/util.c:733 #, c-format msgid "couldn't get security context of `%s': %s" msgstr "ne morem ugotoviti varnostnega konteksta `%s': %s" #: lib/util.c:739 lib/util.c:766 #, c-format msgid "couldn't set default security context to `%s': %s" msgstr "ne morem nastaviti privzetega varnostnega konteksta `%s': %s" #: lib/util.c:760 #, fuzzy, c-format msgid "couldn't determine security context for `%s': %s" msgstr "ne morem ugotoviti varnostnega konteksta `%s': %s" #: modules/files.c:111 modules/files.c:445 modules/files.c:756 #: modules/files.c:1024 modules/files.c:1164 modules/files.c:1395 #: modules/files.c:1479 modules/files.c:1700 modules/files.c:1865 #: modules/files.c:1882 modules/files.c:1971 modules/files.c:1990 #: modules/files.c:2058 modules/files.c:2079 modules/files.c:2176 #: modules/files.c:2195 modules/files.c:2254 modules/files.c:2273 #: modules/files.c:2369 modules/files.c:2384 #, c-format msgid "couldn't open `%s': %s" msgstr "ni moč odpreti ,%s`: %s" #: modules/files.c:123 modules/files.c:152 modules/files.c:218 #: modules/files.c:768 modules/files.c:1176 #, c-format msgid "couldn't stat `%s': %s" msgstr "ni moč ugotoviti stanja ,%s`: %s" #: modules/files.c:134 #, c-format msgid "error creating `%s': %s" msgstr "napaka pri ustvarjanju ,%s`: %s" #: modules/files.c:147 #, c-format msgid "backup file `%s' exists and is not a regular file" msgstr "rezervna datoteka ,%s` obstaja in ni običajna datoteka" #: modules/files.c:226 msgid "backup file size mismatch" msgstr "varnostna kopija datoteke ima neujemajočo velikost" #: modules/files.c:798 modules/files.c:1185 #, c-format msgid "couldn't read from `%s': %s" msgstr "ni moč brati iz ,%s`: %s" #: modules/files.c:807 modules/files.c:814 msgid "entry already present in file" msgstr "vnos je že v datoteki" #: modules/files.c:821 modules/files.c:831 modules/files.c:842 #: modules/files.c:1244 modules/files.c:1252 modules/files.c:1260 #, c-format msgid "couldn't write to `%s': %s" msgstr "ni moč pisati v ,%s`: %s" #: modules/files.c:1001 modules/files.c:1060 #, c-format msgid "entity object has no %s attribute" msgstr "entitetni objekt nima atributa %s" #: modules/files.c:1749 modules/ldap.c:1538 modules/ldap.c:1811 msgid "error encrypting password" msgstr "napaka pri šifriranju gesla" #: modules/files.c:2655 modules/files.c:2733 msgid "not executing with superuser privileges" msgstr "ne izvaja se z dovolilnicami skrbnika" #: modules/files.c:2746 msgid "no shadow file present -- disabling" msgstr "ni datoteke z zastrtimi gesli -- onemogočam" #: modules/krb5.c:100 #, c-format msgid "error connecting to the kadm5 server for service `%s' in realm `%s': %s" msgstr "" "napaka pri prijavljanju v strežnik kadm5 za storitev ,%s` v realmu ,%s`: %s" #: modules/krb5.c:132 modules/krb5.c:198 modules/krb5.c:297 modules/krb5.c:385 #: modules/krb5.c:437 modules/krb5.c:525 modules/krb5.c:591 msgid "error initializing kerberos library" msgstr "napaka pri inicializaciji knjižnice kerberos" #: modules/krb5.c:139 modules/krb5.c:219 modules/krb5.c:329 modules/krb5.c:337 #: modules/krb5.c:405 modules/krb5.c:458 modules/krb5.c:546 modules/krb5.c:608 #, c-format msgid "error parsing user name `%s' for kerberos" msgstr "napaka pri razčlenjevanju uporabniškega imena ,%s` za kerberos" #: modules/krb5.c:209 modules/krb5.c:396 modules/krb5.c:448 modules/krb5.c:536 #, c-format msgid "entity structure has no %s or %s attributes" msgstr "entitetna struktura nima atributov %s ali %s" #: modules/krb5.c:307 #, c-format msgid "entity has no %s or %s attributes" msgstr "entiteta nima atributov %s ali %s" #: modules/krb5.c:320 #, c-format msgid "entity was created with no %s or %s attributes" msgstr "entiteta je bila narejena brez atributov %s ali %s" #: modules/krb5.c:471 modules/krb5.c:559 #, c-format msgid "error reading information for `%s' from kerberos" msgstr "napaka pri branju podatkov za ,%s` prek kerberos" #: modules/krb5.c:600 #, c-format msgid "entity has no %s attribute" msgstr "entitena nima atributa %s" #: modules/krb5.c:638 #, c-format msgid "error setting password for `%s'" msgstr "napaka pri nastavljanju gesla za ,%s`" #: modules/krb5.c:764 msgid "Kerberos Realm" msgstr "Kerberos Realm" #: modules/krb5.c:771 msgid "Kerberos Admin Principal" msgstr "Glavni skrbnik za Kerberos" #: modules/krb5.c:793 msgid "Kerberos Password for Admin Principal" msgstr "Geslo Kerberos za glavnega skrbnika" #: modules/ldap.c:199 msgid "error initializing ldap library" msgstr "napaka pri inicializaciji knjižnice ldap" #: modules/ldap.c:210 #, c-format msgid "could not set LDAP protocol to version %d" msgstr "protokola LDAP ni bilo moč nastaviti na različico %d" #: modules/ldap.c:222 msgid "could not negotiate TLS with LDAP server" msgstr "ni se bilo moč pogoditi za TLS s strežnikom LDAP" #: modules/ldap.c:415 msgid "could not bind to LDAP server" msgstr "ni se bilo moč povezati s strežnikom LDAP" #: modules/ldap.c:418 #, c-format msgid "could not bind to LDAP server, first attempt as `%s': %s" msgstr "ni se bilo moč povezati s strežnikom LDAP, prvi poskus kot `%s': %s" #: modules/ldap.c:1325 #, c-format msgid "user object had no %s attribute" msgstr "uporabniški predmet nima atributa %s" #: modules/ldap.c:1334 #, c-format msgid "user object was created with no `%s'" msgstr "uporabniški predmet je bil ustvarjen brez ,%s`" #: modules/ldap.c:1354 #, c-format msgid "error creating a LDAP directory entry: %s" msgstr "napaka pri ustvarjanju imeniškem vnosu LDAP: %s" #: modules/ldap.c:1380 modules/ldap.c:1599 #, c-format msgid "error modifying LDAP directory entry: %s" msgstr "napaka pri spreminjanju imeniškega vnosa LDAP: %s" #: modules/ldap.c:1405 #, c-format msgid "error renaming LDAP directory entry: %s" msgstr "napaka pri preimenovanju imeniškega vnosa LDAP: %s" #: modules/ldap.c:1452 #, c-format msgid "object had no %s attribute" msgstr "predmet nima atributa %s" #: modules/ldap.c:1470 #, c-format msgid "error removing LDAP directory entry: %s" msgstr "napaka pri odstranjevanju imeniškega vnosa LDAP: %s" #: modules/ldap.c:1505 modules/ldap.c:1521 modules/ldap.c:1632 #: modules/ldap.c:1731 #, c-format msgid "object has no %s attribute" msgstr "predmet nima atributa %s" #: modules/ldap.c:1657 msgid "no such object in LDAP directory" msgstr "takega predmeta ni v imeniku LDAP" #: modules/ldap.c:1669 #, c-format msgid "no `%s' attribute found" msgstr "ni moč najti atributa ,%s`" #: modules/ldap.c:1842 #, c-format msgid "error setting password in LDAP directory for %s: %s" msgstr "napaka pri nastavljanju gesla v imeniku LDAP za %s: %s" #: modules/ldap.c:2453 msgid "LDAP Server Name" msgstr "Ime strežnika LDAP" #: modules/ldap.c:2459 msgid "LDAP Search Base DN" msgstr "Iskalna osnova DN za LDAP" #: modules/ldap.c:2465 msgid "LDAP Bind DN" msgstr "LDAP Povezava DN" #: modules/ldap.c:2472 msgid "LDAP Bind Password" msgstr "Geslo za povezavo z LDAP" #: modules/ldap.c:2476 msgid "LDAP SASL User" msgstr "Uporabnik SASL v LDAP" #: modules/ldap.c:2483 msgid "LDAP SASL Authorization User" msgstr "Uporabnik z odobritvijo SASL v LDAP" #: modules/sasldb.c:120 #, c-format msgid "Cyrus SASL error creating user: %s" msgstr "Napaka Cyrus SASL pri ustvarjanju uporabnika: %s" #: modules/sasldb.c:124 #, c-format msgid "Cyrus SASL error removing user: %s" msgstr "Napaka Cyrus SASL pri odstranjevanju uporabnika: %s" #: modules/sasldb.c:520 modules/sasldb.c:528 #, c-format msgid "error initializing Cyrus SASL: %s" msgstr "napaka pri inicializaciji Cyrus SASL: %s" #: python/admin.c:523 msgid "error creating home directory for user" msgstr "napaka pri ustvarjanju domačega imenika za uporabnika" #: python/admin.c:576 msgid "error removing home directory for user" msgstr "napaka pri odstranjevanju domačega imenika za uporabnika" #: python/admin.c:654 msgid "error moving home directory for user" msgstr "napaka pri premikanju domačega imenika za uporabnika" #: python/admin.c:687 python/admin.c:764 msgid "error creating mail spool for user" msgstr "napaka pri ustvarjanju poštne čakalne vrste za uporabnika" #: python/admin.c:885 #, fuzzy msgid "error removing mail spool for user" msgstr "napaka pri ustvarjanju poštne čakalne vrste za uporabnika" #: samples/lookup.c:63 #, c-format msgid "Error initializing %s: %s\n" msgstr "Napaka pri inicializaciji %s: %s\n" #: samples/lookup.c:76 #, c-format msgid "Invalid ID %s\n" msgstr "Neveljaven ID %s\n" #: samples/lookup.c:88 #, c-format msgid "Searching for group with ID %jd.\n" msgstr "Iščem skupino z ID %jd.\n" #: samples/lookup.c:92 #, c-format msgid "Searching for group named %s.\n" msgstr "Iščem skupino, imenovano %s.\n" #: samples/lookup.c:99 #, c-format msgid "Searching for user with ID %jd.\n" msgstr "Iščem uporabnika z ID %jd.\n" #: samples/lookup.c:103 #, c-format msgid "Searching for user named %s.\n" msgstr "Iščem uporabnika, imenovanega %s.\n" #: samples/lookup.c:117 msgid "Entry not found.\n" msgstr "Vnos ni bil najden.\n" #: samples/prompt.c:48 msgid "Prompts succeeded.\n" msgstr "Pozivniki uspeli.\n" #: samples/prompt.c:58 msgid "Prompts failed.\n" msgstr "Pozivniki niso uspeli.\n" #: samples/testuser.c:76 msgid "Default user object classes:\n" msgstr "Privzeti predmetni razredi uporabnika:\n" #: samples/testuser.c:82 msgid "Default user attribute names:\n" msgstr "Privzeta imena atributov uporabnika:\n" #: samples/testuser.c:88 msgid "Getting default user attributes:\n" msgstr "Dobivamo privzete atribute uporabnika:\n" #: samples/testuser.c:95 msgid "Copying user structure:\n" msgstr "Prepisovanje uporabniške strukture:\n" #~ msgid "could not convert internal data to LDAPMods" #~ msgstr "notranjih podatkov ni moč pretvoriti v LDAPMods" libuser-0.56.9.dfsg.1.orig/COPYING0000644000175000017500000006131410777230701014434 0ustar gheghe GNU LIBRARY GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. [This is the first released version of the library GPL. It is numbered 2 because it goes with version 2 of the ordinary GPL.] Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This license, the Library General Public License, applies to some specially designated Free Software Foundation software, and to any other libraries whose authors decide to use it. You can use it for your libraries, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library, or if you modify it. For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link a program with the library, you must provide complete object files to the recipients so that they can relink them with the library, after making changes to the library and recompiling it. And you must show them these terms so they know their rights. Our method of protecting your rights has two steps: (1) copyright the library, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the library. Also, for each distributor's protection, we want to make certain that everyone understands that there is no warranty for this free library. If the library is modified by someone else and passed on, we want its recipients to know that what they have is not the original version, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that companies distributing free software will individually obtain patent licenses, thus in effect transforming the program into proprietary software. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. Most GNU software, including some libraries, is covered by the ordinary GNU General Public License, which was designed for utility programs. This license, the GNU Library General Public License, applies to certain designated libraries. This license is quite different from the ordinary one; be sure to read it in full, and don't assume that anything in it is the same as in the ordinary license. The reason we have a separate public license for some libraries is that they blur the distinction we usually make between modifying or adding to a program and simply using it. Linking a program with a library, without changing the library, is in some sense simply using the library, and is analogous to running a utility program or application program. However, in a textual and legal sense, the linked executable is a combined work, a derivative of the original library, and the ordinary General Public License treats it as such. Because of this blurred distinction, using the ordinary General Public License for libraries did not effectively promote software sharing, because most developers did not use the libraries. We concluded that weaker conditions might promote sharing better. However, unrestricted linking of non-free programs would deprive the users of those programs of all benefit from the free status of the libraries themselves. This Library General Public License is intended to permit developers of non-free programs to use free libraries, while preserving your freedom as a user of such programs to change the free libraries that are incorporated in them. (We have not seen how to achieve this as regards changes in header files, but we have achieved it as regards changes in the actual functions of the Library.) The hope is that this will lead to faster development of free libraries. The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, while the latter only works together with the library. Note that it is possible for a library to be covered by the ordinary General Public License rather than by this special one. GNU LIBRARY GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License Agreement applies to any software library which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Library General Public License (also called "this License"). Each licensee is addressed as "you". A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables. The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".) "Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library. Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does. 1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) The modified work must itself be a software library. b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change. c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License. d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful. (For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library. In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices. Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy. This option is useful when you wish to copy part of the code of the Library into a program that is not a library. 4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange. If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code. 5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License. However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables. When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law. If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.) Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself. 6. As an exception to the Sections above, you may also compile or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications. You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things: a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.) b) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution. c) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place. d) Verify that the user has already received a copy of these materials or that you have already sent this user a copy. For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute. 7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above. b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it. 10. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 13. The Free Software Foundation may publish revised and/or new versions of the Library General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation. 14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Libraries If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License). To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 USA. Also add information on how to contact you by electronic and paper mail. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the library `Frob' (a library for tweaking knobs) written by James Random Hacker. , 1 April 1990 Ty Coon, President of Vice That's all there is to it! libuser-0.56.9.dfsg.1.orig/libuser.conf0000644000175000017500000000436210777230701015715 0ustar gheghe# See libuser.conf(5) for more information. # Do not modify the default module list if you care about unattended calls # to programs (i.e., scripts) working! [import] # Data from these files is used when libuser.conf does not define a value. # The mapping is documented in the man page. login_defs = /etc/login.defs default_useradd = /etc/default/useradd [defaults] # The default (/usr/lib*/libuser) is usually correct # moduledir = /your/custom/directory # The following variables are usually imported: # skeleton = /etc/skel # mailspooldir = /var/mail crypt_style = md5 modules = files shadow create_modules = files shadow # modules = files shadow ldap # create_modules = ldap [userdefaults] LU_USERNAME = %n # LU_UIDNUMBER = 500 LU_GIDNUMBER = %u # LU_USERPASSWORD = !! # LU_GECOS = %n # LU_HOMEDIRECTORY = /home/%n # LU_LOGINSHELL = /bin/bash # LU_SHADOWNAME = %n # LU_SHADOWPASSWORD = !! # LU_SHADOWLASTCHANGE = %d # LU_SHADOWMIN = 0 # LU_SHADOWMAX = 99999 # LU_SHADOWWARNING = 7 # LU_SHADOWINACTIVE = -1 # LU_SHADOWEXPIRE = -1 # LU_SHADOWFLAG = -1 [groupdefaults] LU_GROUPNAME = %n # LU_GIDNUMBER = 500 # LU_GROUPPASSWORD = !! # LU_MEMBERUID = # LU_ADMINISTRATORUID = [files] # This is useful for the case where some master files are used to # populate a different NSS mechanism which this workstation uses. # directory = /etc [shadow] # This is useful for the case where some master files are used to # populate a different NSS mechanism which this workstation uses. # directory = /etc [ldap] # Setting these is always necessary. # server = ldap # basedn = dc=example,dc=com # Setting these is rarely necessary, since it's usually correct. # userBranch = ou=People # groupBranch = ou=Group # Set only if your administrative user uses simple bind operations to # connect to the server. # binddn = cn=Manager,dc=example,dc=com # Set this only if the default user (as determined by SASL) is incorrect # for SASL bind operations. Usually, it's correct, so you'll rarely need # to set these. # user = Manager # authuser = Manager [sasl] # Set these only if your sasldb is only used by a particular application, and # in a particular domain. The default (all applications, all domains) is # probably correct for most installations. # appname = imap # domain = EXAMPLE.COM libuser-0.56.9.dfsg.1.orig/Makefile.am0000644000175000017500000001724610777230701015442 0ustar gheghe## Process this file with automake to produce Makefile.in ## Settings pkgconfigdir = $(libdir)/pkgconfig ACLOCAL_AMFLAGS = -I m4 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --with-ldap HGTAG = 'libuser-$(VERSION)' AM_CPPFLAGS = $(GOBJECT_CFLAGS) LOCALEDIR_CPPFLAGS = -DLOCALEDIR='"$(localedir)"' PYTHON_CPPFLAGS = -I/usr/include/python$(PYTHON_VERSION) ## Targets SUBDIRS = po docs TESTS = tests/config_test.sh tests/files_test tests/pwhash_test tests/utils_test if LDAP TESTS += tests/ldap_test endif EXTRA_DIST = \ $(EXTRA_MANS) \ python/modules.txt \ samples/genusers \ tests/config.conf.in tests/config_default_useradd \ tests/config_import.conf.in tests/config_import2.conf.in \ tests/config_login.defs tests/config_login2.defs \ tests/config_override.conf.in tests/config_test.sh \ tests/files.conf.in tests/files_test tests/files_test.py \ tests/ldap.conf.in tests/ldaprc tests/ldap_skel.ldif tests/ldap_test \ tests/ldap_test.py \ tests/pwhash.conf.in tests/pwhash.py tests/pwhash_test \ tests/slapd.conf.in \ tests/utils.conf.in tests/utils_group tests/utils_gshadow \ tests/utils_passwd tests/utils_shadow tests/utils_test bin_PROGRAMS = apps/lchfn apps/lchsh sbin_PROGRAMS = apps/lchage apps/lgroupadd apps/lgroupdel apps/lgroupmod \ apps/lid apps/lnewusers apps/lpasswd apps/luseradd apps/luserdel \ apps/lusermod noinst_PROGRAMS = samples/enum samples/field samples/homedir samples/lookup \ samples/prompt samples/testuser \ tests/config_test noinst_LTLIBRARIES = apps/libapputil.la lib_LTLIBRARIES = lib/libuser.la pkglib_LTLIBRARIES = modules/libuser_files.la modules/libuser_shadow.la if KRB5 pkglib_LTLIBRARIES += modules/libuser_krb5.la endif if LDAP pkglib_LTLIBRARIES += modules/libuser_ldap.la endif if SASL pkglib_LTLIBRARIES += modules/libuser_sasldb.la endif if WITH_PYTHON pyexec_LTLIBRARIES = python/libusermodule.la endif dist_man_MANS = apps/lgroupadd.1 apps/lgroupdel.1 apps/lgroupmod.1 \ apps/lchage.1 apps/lchfn.1 apps/lchsh.1 apps/lid.1 apps/lnewusers.1 \ apps/lpasswd.1 apps/luseradd.1 apps/luserdel.1 apps/lusermod.1 pkgconfig_DATA = $(PACKAGE).pc dist_sysconf_DATA = libuser.conf pkginclude_HEADERS = lib/config.h lib/entity.h lib/error.h lib/prompt.h \ lib/user.h lib/user_private.h dist_noinst_SCRIPTS = python/ldap-script python/test-script noinst_HEADERS = python/admin.c python/ent.c python/misc.c ## Rules force-tag: cd $(top_srcdir); hg tag -f $(HGTAG) tag: cd $(top_srcdir); hg tag $(HGTAG) archive: rm -fr /tmp/$(PACKAGE)-export-tmp hg clone -r $(HGTAG) $(abs_top_srcdir) /tmp/$(PACKAGE)-export-tmp cd /tmp/$(PACKAGE)-export-tmp; ./autogen.sh ; \ ./configure --sysconfdir=/etc --with-ldap --enable-gtk-doc \ --without-sasl; make -C docs/reference; make dist mv /tmp/$(PACKAGE)-export-tmp/$(PACKAGE)-$(VERSION).tar.bz2 . rm -fr /tmp/$(PACKAGE)-export-tmp @echo Package is in \"$(PACKAGE)-$(VERSION).tar.bz2\". ## Dependency data apps_libapputil_la_SOURCES = apps/apputil.c apps/apputil.h apps_libapputil_la_LDFLAGS = $(GOBJECT_LIBS) -lpam -lpam_misc $(SELINUX_LIBS) apps_lchage_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) apps_lchage_LDADD = apps/libapputil.la lib/libuser.la $(LTLIBINTL) apps_lchage_LDFLAGS = $(GMODULE_LIBS) -lpopt apps_lchfn_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) apps_lchfn_LDADD = apps/libapputil.la lib/libuser.la $(LTLIBINTL) apps_lchfn_LDFLAGS = $(GMODULE_LIBS) -lpopt apps_lchsh_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) apps_lchsh_LDADD = apps/libapputil.la lib/libuser.la $(LTLIBINTL) apps_lchsh_LDFLAGS = $(GMODULE_LIBS) -lpopt apps_lgroupadd_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) apps_lgroupadd_LDADD = apps/libapputil.la lib/libuser.la $(LTLIBINTL) apps_lgroupadd_LDFLAGS = $(GMODULE_LIBS) -lpopt apps_lgroupdel_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) apps_lgroupdel_LDADD = apps/libapputil.la lib/libuser.la $(LTLIBINTL) apps_lgroupdel_LDFLAGS = $(GMODULE_LIBS) -lpopt apps_lgroupmod_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) apps_lgroupmod_LDADD = apps/libapputil.la lib/libuser.la $(LTLIBINTL) apps_lgroupmod_LDFLAGS = $(GMODULE_LIBS) -lpopt apps_lid_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) apps_lid_LDADD = lib/libuser.la $(LTLIBINTL) apps_lid_LDFLAGS = $(GMODULE_LIBS) -lpopt apps_lnewusers_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) apps_lnewusers_LDADD = apps/libapputil.la lib/libuser.la $(LTLIBINTL) apps_lnewusers_LDFLAGS = $(GMODULE_LIBS) -lpopt apps_lpasswd_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) apps_lpasswd_LDADD = apps/libapputil.la lib/libuser.la $(LTLIBINTL) apps_lpasswd_LDFLAGS = $(GMODULE_LIBS) -lpopt apps_luseradd_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) apps_luseradd_LDADD = apps/libapputil.la lib/libuser.la $(LTLIBINTL) apps_luseradd_LDFLAGS = $(GMODULE_LIBS) -lpopt apps_luserdel_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) apps_luserdel_LDADD = apps/libapputil.la lib/libuser.la $(LTLIBINTL) apps_luserdel_LDFLAGS = $(GMODULE_LIBS) -lpopt apps_lusermod_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) apps_lusermod_LDADD = apps/libapputil.la lib/libuser.la $(LTLIBINTL) apps_lusermod_LDFLAGS = $(GMODULE_LIBS) -lpopt lib_libuser_la_SOURCES = lib/common.c lib/config.c lib/entity.c lib/error.c \ lib/getdate.y lib/internal.h lib/misc.c lib/modules.c lib/prompt.c \ lib/scache.c lib/user.c lib/util.c # -Ilib so that "../config.h" is the result of configure lib_libuser_la_CPPFLAGS = $(GMODULE_CFLAGS) -Ilib $(LOCALEDIR_CPPFLAGS) \ -DMODULEDIR='"$(pkglibdir)"' -DSYSCONFDIR='"$(sysconfdir)"' lib_libuser_la_LDFLAGS = $(GMODULE_LIBS) $(CRYPT_LIBS) $(SELINUX_LIBS) \ -version-info 3:0:2 lib_libuser_la_LIBADD = $(LTLIBINTL) modules_libuser_files_la_SOURCES = modules/files.c modules_libuser_files_la_LDFLAGS = -module -avoid-version $(GOBJECT_LIBS) modules_libuser_files_la_LIBADD = lib/libuser.la modules_libuser_shadow_la_SOURCES = modules/files.c modules_libuser_shadow_la_LDFLAGS = -module -avoid-version $(GOBJECT_LIBS) modules_libuser_shadow_la_LIBADD = lib/libuser.la modules_libuser_krb5_la_SOURCES = modules/krb5.c modules_libuser_krb5_la_LDFLAGS = -module -avoid-version $(GOBJECT_LIBS) modules_libuser_krb5_la_LIBADD = lib/libuser.la modules_libuser_ldap_la_SOURCES = modules/ldap.c modules_libuser_ldap_la_LDFLAGS = -module -avoid-version $(GOBJECT_LIBS) -lldap modules_libuser_ldap_la_LIBADD = lib/libuser.la modules_libuser_sasldb_la_SOURCES = modules/sasldb.c modules_libuser_sasldb_la_LDFLAGS = -module -avoid-version $(GOBJECT_LIBS) \ -lsasl2 modules_libuser_sasldb_la_LIBADD = lib/libuser.la python_libusermodule_la_SOURCES = python/libusermodule.c python/common.h \ python/debug.h python_libusermodule_la_CPPFLAGS = $(AM_CPPFLAGS) $(PYTHON_CPPFLAGS) python_libusermodule_la_LDFLAGS = -module -avoid-version $(GOBJECT_LIBS) python_libusermodule_la_LIBADD = apps/libapputil.la lib/libuser.la samples_enum_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) samples_enum_LDADD = lib/libuser.la $(GMODULE_LIBS) samples_enum_LDFLAGS = -no-install samples_field_LDADD = lib/libuser.la $(GMODULE_LIBS) samples_field_LDFLAGS = -no-install samples_homedir_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) samples_homedir_LDADD = apps/libapputil.la lib/libuser.la $(GMODULE_LIBS) samples_homedir_LDFLAGS = -no-install samples_lookup_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) samples_lookup_LDADD = lib/libuser.la $(GMODULE_LIBS) samples_lookup_LDFLAGS = -no-install samples_prompt_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) samples_prompt_LDADD = lib/libuser.la $(GMODULE_LIBS) samples_prompt_LDFLAGS = -no-install samples_testuser_CPPFLAGS = $(AM_CPPFLAGS) $(LOCALEDIR_CPPFLAGS) samples_testuser_LDADD = lib/libuser.la $(GMODULE_LIBS) samples_testuser_LDFLAGS = -no-install tests_config_test_LDADD = lib/libuser.la $(GNODULE_LIBS) tests_config_test_LDFLAGS = -no-install