Is liblber part of openLDAP? What is it's purpose?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I see that liblber is a separate package BUT searching for it, what it is, why it is needed - is never answered. Only lots off questions/comments/etc on OpenLDAP.



So, my two questions:



  1. is liblber contained within OpenLDAP? If yes, that may explain why it does not seem to have it's own project page.

  2. What is liblber for - what does it do? as it is seems to be presented seperately of the openLDAP - even though it seems one would never not find one without the other (more simply - What does it do? Why would I want it? And please do not say - it supports openLDAP (how does it support it, if it supports it)

Thanks!










share|improve this question

























    up vote
    0
    down vote

    favorite












    I see that liblber is a separate package BUT searching for it, what it is, why it is needed - is never answered. Only lots off questions/comments/etc on OpenLDAP.



    So, my two questions:



    1. is liblber contained within OpenLDAP? If yes, that may explain why it does not seem to have it's own project page.

    2. What is liblber for - what does it do? as it is seems to be presented seperately of the openLDAP - even though it seems one would never not find one without the other (more simply - What does it do? Why would I want it? And please do not say - it supports openLDAP (how does it support it, if it supports it)

    Thanks!










    share|improve this question























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I see that liblber is a separate package BUT searching for it, what it is, why it is needed - is never answered. Only lots off questions/comments/etc on OpenLDAP.



      So, my two questions:



      1. is liblber contained within OpenLDAP? If yes, that may explain why it does not seem to have it's own project page.

      2. What is liblber for - what does it do? as it is seems to be presented seperately of the openLDAP - even though it seems one would never not find one without the other (more simply - What does it do? Why would I want it? And please do not say - it supports openLDAP (how does it support it, if it supports it)

      Thanks!










      share|improve this question













      I see that liblber is a separate package BUT searching for it, what it is, why it is needed - is never answered. Only lots off questions/comments/etc on OpenLDAP.



      So, my two questions:



      1. is liblber contained within OpenLDAP? If yes, that may explain why it does not seem to have it's own project page.

      2. What is liblber for - what does it do? as it is seems to be presented seperately of the openLDAP - even though it seems one would never not find one without the other (more simply - What does it do? Why would I want it? And please do not say - it supports openLDAP (how does it support it, if it supports it)

      Thanks!







      openldap






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Sep 26 '17 at 19:27









      Michael Felt

      865516




      865516




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          2
          down vote



          accepted










          (1) Yes, it's part of OpenLDAP.



          (2) It implements the LDAP version of ASN.1 Basic Encoding Rules. OpenLDAP ships with documentation for this library; possibly you need to install a -dev package to get it. For example, the lber-encode(3) manpage. Unless you are a C/C++ programmer who needs to deal with LDAP, this library will probably be of little interest to you.






          share|improve this answer




















          • Thx. I’ll mark you as answer when possible. Seems I must wait a bit. I was looking for info on liblber to determine if I would include it in my apr-util packaging.
            – Michael Felt
            Sep 26 '17 at 21:30










          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f394618%2fis-liblber-part-of-openldap-what-is-its-purpose%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          2
          down vote



          accepted










          (1) Yes, it's part of OpenLDAP.



          (2) It implements the LDAP version of ASN.1 Basic Encoding Rules. OpenLDAP ships with documentation for this library; possibly you need to install a -dev package to get it. For example, the lber-encode(3) manpage. Unless you are a C/C++ programmer who needs to deal with LDAP, this library will probably be of little interest to you.






          share|improve this answer




















          • Thx. I’ll mark you as answer when possible. Seems I must wait a bit. I was looking for info on liblber to determine if I would include it in my apr-util packaging.
            – Michael Felt
            Sep 26 '17 at 21:30














          up vote
          2
          down vote



          accepted










          (1) Yes, it's part of OpenLDAP.



          (2) It implements the LDAP version of ASN.1 Basic Encoding Rules. OpenLDAP ships with documentation for this library; possibly you need to install a -dev package to get it. For example, the lber-encode(3) manpage. Unless you are a C/C++ programmer who needs to deal with LDAP, this library will probably be of little interest to you.






          share|improve this answer




















          • Thx. I’ll mark you as answer when possible. Seems I must wait a bit. I was looking for info on liblber to determine if I would include it in my apr-util packaging.
            – Michael Felt
            Sep 26 '17 at 21:30












          up vote
          2
          down vote



          accepted







          up vote
          2
          down vote



          accepted






          (1) Yes, it's part of OpenLDAP.



          (2) It implements the LDAP version of ASN.1 Basic Encoding Rules. OpenLDAP ships with documentation for this library; possibly you need to install a -dev package to get it. For example, the lber-encode(3) manpage. Unless you are a C/C++ programmer who needs to deal with LDAP, this library will probably be of little interest to you.






          share|improve this answer












          (1) Yes, it's part of OpenLDAP.



          (2) It implements the LDAP version of ASN.1 Basic Encoding Rules. OpenLDAP ships with documentation for this library; possibly you need to install a -dev package to get it. For example, the lber-encode(3) manpage. Unless you are a C/C++ programmer who needs to deal with LDAP, this library will probably be of little interest to you.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Sep 26 '17 at 20:58









          derobert

          69.1k8149205




          69.1k8149205











          • Thx. I’ll mark you as answer when possible. Seems I must wait a bit. I was looking for info on liblber to determine if I would include it in my apr-util packaging.
            – Michael Felt
            Sep 26 '17 at 21:30
















          • Thx. I’ll mark you as answer when possible. Seems I must wait a bit. I was looking for info on liblber to determine if I would include it in my apr-util packaging.
            – Michael Felt
            Sep 26 '17 at 21:30















          Thx. I’ll mark you as answer when possible. Seems I must wait a bit. I was looking for info on liblber to determine if I would include it in my apr-util packaging.
          – Michael Felt
          Sep 26 '17 at 21:30




          Thx. I’ll mark you as answer when possible. Seems I must wait a bit. I was looking for info on liblber to determine if I would include it in my apr-util packaging.
          – Michael Felt
          Sep 26 '17 at 21:30

















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f394618%2fis-liblber-part-of-openldap-what-is-its-purpose%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          Peggy Mitchell

          Palaiologos

          The Forum (Inglewood, California)